@alicloud/ga20191120 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1204 -1071
- package/dist/client.js +2369 -3367
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +2842 -3781
package/dist/client.d.ts
CHANGED
|
@@ -4,9 +4,12 @@
|
|
|
4
4
|
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
|
-
export declare class
|
|
7
|
+
export declare class AddEntriesToAclRequest extends $tea.Model {
|
|
8
8
|
regionId?: string;
|
|
9
|
-
|
|
9
|
+
aclId?: string;
|
|
10
|
+
aclEntries?: AddEntriesToAclRequestAclEntries[];
|
|
11
|
+
clientToken?: string;
|
|
12
|
+
dryRun?: boolean;
|
|
10
13
|
static names(): {
|
|
11
14
|
[key: string]: string;
|
|
12
15
|
};
|
|
@@ -17,15 +20,9 @@ export declare class DescribeIpSetRequest extends $tea.Model {
|
|
|
17
20
|
[key: string]: any;
|
|
18
21
|
});
|
|
19
22
|
}
|
|
20
|
-
export declare class
|
|
21
|
-
ipSetId?: string;
|
|
23
|
+
export declare class AddEntriesToAclResponseBody extends $tea.Model {
|
|
22
24
|
requestId?: string;
|
|
23
|
-
|
|
24
|
-
state?: string;
|
|
25
|
-
bandwidth?: number;
|
|
26
|
-
ipAddressList?: string[];
|
|
27
|
-
accelerateRegionId?: string;
|
|
28
|
-
acceleratorId?: string;
|
|
25
|
+
aclId?: string;
|
|
29
26
|
static names(): {
|
|
30
27
|
[key: string]: string;
|
|
31
28
|
};
|
|
@@ -36,11 +33,11 @@ export declare class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
36
33
|
[key: string]: any;
|
|
37
34
|
});
|
|
38
35
|
}
|
|
39
|
-
export declare class
|
|
36
|
+
export declare class AddEntriesToAclResponse extends $tea.Model {
|
|
40
37
|
headers: {
|
|
41
38
|
[key: string]: string;
|
|
42
39
|
};
|
|
43
|
-
body:
|
|
40
|
+
body: AddEntriesToAclResponseBody;
|
|
44
41
|
static names(): {
|
|
45
42
|
[key: string]: string;
|
|
46
43
|
};
|
|
@@ -51,13 +48,13 @@ export declare class DescribeIpSetResponse extends $tea.Model {
|
|
|
51
48
|
[key: string]: any;
|
|
52
49
|
});
|
|
53
50
|
}
|
|
54
|
-
export declare class
|
|
51
|
+
export declare class AssociateAclsWithListenerRequest extends $tea.Model {
|
|
55
52
|
regionId?: string;
|
|
56
|
-
clientToken?: string;
|
|
57
53
|
aclIds?: string[];
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
54
|
+
listenerId?: string;
|
|
55
|
+
aclType?: string;
|
|
56
|
+
clientToken?: string;
|
|
57
|
+
dryRun?: boolean;
|
|
61
58
|
static names(): {
|
|
62
59
|
[key: string]: string;
|
|
63
60
|
};
|
|
@@ -68,12 +65,10 @@ export declare class ListAclsRequest extends $tea.Model {
|
|
|
68
65
|
[key: string]: any;
|
|
69
66
|
});
|
|
70
67
|
}
|
|
71
|
-
export declare class
|
|
68
|
+
export declare class AssociateAclsWithListenerResponseBody extends $tea.Model {
|
|
72
69
|
requestId?: string;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
maxResults?: number;
|
|
76
|
-
acls?: ListAclsResponseBodyAcls[];
|
|
70
|
+
aclIds?: string[];
|
|
71
|
+
listenerId?: string;
|
|
77
72
|
static names(): {
|
|
78
73
|
[key: string]: string;
|
|
79
74
|
};
|
|
@@ -84,11 +79,11 @@ export declare class ListAclsResponseBody extends $tea.Model {
|
|
|
84
79
|
[key: string]: any;
|
|
85
80
|
});
|
|
86
81
|
}
|
|
87
|
-
export declare class
|
|
82
|
+
export declare class AssociateAclsWithListenerResponse extends $tea.Model {
|
|
88
83
|
headers: {
|
|
89
84
|
[key: string]: string;
|
|
90
85
|
};
|
|
91
|
-
body:
|
|
86
|
+
body: AssociateAclsWithListenerResponseBody;
|
|
92
87
|
static names(): {
|
|
93
88
|
[key: string]: string;
|
|
94
89
|
};
|
|
@@ -99,15 +94,12 @@ export declare class ListAclsResponse extends $tea.Model {
|
|
|
99
94
|
[key: string]: any;
|
|
100
95
|
});
|
|
101
96
|
}
|
|
102
|
-
export declare class
|
|
97
|
+
export declare class AssociateAdditionalCertificatesWithListenerRequest extends $tea.Model {
|
|
103
98
|
regionId?: string;
|
|
104
99
|
clientToken?: string;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
spec?: string;
|
|
109
|
-
autoPay?: boolean;
|
|
110
|
-
autoUseCoupon?: string;
|
|
100
|
+
acceleratorId?: string;
|
|
101
|
+
listenerId?: string;
|
|
102
|
+
certificates?: AssociateAdditionalCertificatesWithListenerRequestCertificates[];
|
|
111
103
|
static names(): {
|
|
112
104
|
[key: string]: string;
|
|
113
105
|
};
|
|
@@ -118,10 +110,39 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
|
118
110
|
[key: string]: any;
|
|
119
111
|
});
|
|
120
112
|
}
|
|
121
|
-
export declare class
|
|
113
|
+
export declare class AssociateAdditionalCertificatesWithListenerResponseBody extends $tea.Model {
|
|
122
114
|
requestId?: string;
|
|
123
|
-
|
|
115
|
+
listenerId?: 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
|
+
}
|
|
141
|
+
export declare class AttachDdosToAcceleratorRequest extends $tea.Model {
|
|
124
142
|
acceleratorId?: string;
|
|
143
|
+
ddosId?: string;
|
|
144
|
+
ddosRegionId?: string;
|
|
145
|
+
regionId?: string;
|
|
125
146
|
static names(): {
|
|
126
147
|
[key: string]: string;
|
|
127
148
|
};
|
|
@@ -132,11 +153,25 @@ export declare class CreateAcceleratorResponseBody extends $tea.Model {
|
|
|
132
153
|
[key: string]: any;
|
|
133
154
|
});
|
|
134
155
|
}
|
|
135
|
-
export declare class
|
|
156
|
+
export declare class AttachDdosToAcceleratorResponseBody extends $tea.Model {
|
|
157
|
+
ddosId?: string;
|
|
158
|
+
requestId?: string;
|
|
159
|
+
gaId?: string;
|
|
160
|
+
static names(): {
|
|
161
|
+
[key: string]: string;
|
|
162
|
+
};
|
|
163
|
+
static types(): {
|
|
164
|
+
[key: string]: any;
|
|
165
|
+
};
|
|
166
|
+
constructor(map?: {
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
export declare class AttachDdosToAcceleratorResponse extends $tea.Model {
|
|
136
171
|
headers: {
|
|
137
172
|
[key: string]: string;
|
|
138
173
|
};
|
|
139
|
-
body:
|
|
174
|
+
body: AttachDdosToAcceleratorResponseBody;
|
|
140
175
|
static names(): {
|
|
141
176
|
[key: string]: string;
|
|
142
177
|
};
|
|
@@ -147,9 +182,15 @@ export declare class CreateAcceleratorResponse extends $tea.Model {
|
|
|
147
182
|
[key: string]: any;
|
|
148
183
|
});
|
|
149
184
|
}
|
|
150
|
-
export declare class
|
|
185
|
+
export declare class AttachLogStoreToEndpointGroupRequest extends $tea.Model {
|
|
151
186
|
regionId?: string;
|
|
187
|
+
slsProjectName?: string;
|
|
188
|
+
slsLogStoreName?: string;
|
|
189
|
+
acceleratorId?: string;
|
|
152
190
|
listenerId?: string;
|
|
191
|
+
slsRegionId?: string;
|
|
192
|
+
endpointGroupIds?: string[];
|
|
193
|
+
clientToken?: string;
|
|
153
194
|
static names(): {
|
|
154
195
|
[key: string]: string;
|
|
155
196
|
};
|
|
@@ -160,22 +201,8 @@ export declare class DescribeListenerRequest extends $tea.Model {
|
|
|
160
201
|
[key: string]: any;
|
|
161
202
|
});
|
|
162
203
|
}
|
|
163
|
-
export declare class
|
|
164
|
-
description?: string;
|
|
204
|
+
export declare class AttachLogStoreToEndpointGroupResponseBody extends $tea.Model {
|
|
165
205
|
requestId?: string;
|
|
166
|
-
state?: string;
|
|
167
|
-
createTime?: string;
|
|
168
|
-
portRanges?: DescribeListenerResponseBodyPortRanges[];
|
|
169
|
-
backendPorts?: DescribeListenerResponseBodyBackendPorts[];
|
|
170
|
-
certificates?: DescribeListenerResponseBodyCertificates[];
|
|
171
|
-
protocol?: string;
|
|
172
|
-
listenerId?: string;
|
|
173
|
-
clientAffinity?: string;
|
|
174
|
-
name?: string;
|
|
175
|
-
relatedAcls?: DescribeListenerResponseBodyRelatedAcls[];
|
|
176
|
-
aclType?: string;
|
|
177
|
-
acceleratorId?: string;
|
|
178
|
-
proxyProtocol?: boolean;
|
|
179
206
|
static names(): {
|
|
180
207
|
[key: string]: string;
|
|
181
208
|
};
|
|
@@ -186,11 +213,11 @@ export declare class DescribeListenerResponseBody extends $tea.Model {
|
|
|
186
213
|
[key: string]: any;
|
|
187
214
|
});
|
|
188
215
|
}
|
|
189
|
-
export declare class
|
|
216
|
+
export declare class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
|
|
190
217
|
headers: {
|
|
191
218
|
[key: string]: string;
|
|
192
219
|
};
|
|
193
|
-
body:
|
|
220
|
+
body: AttachLogStoreToEndpointGroupResponseBody;
|
|
194
221
|
static names(): {
|
|
195
222
|
[key: string]: string;
|
|
196
223
|
};
|
|
@@ -201,12 +228,10 @@ export declare class DescribeListenerResponse extends $tea.Model {
|
|
|
201
228
|
[key: string]: any;
|
|
202
229
|
});
|
|
203
230
|
}
|
|
204
|
-
export declare class
|
|
231
|
+
export declare class BandwidthPackageAddAcceleratorRequest extends $tea.Model {
|
|
205
232
|
regionId?: string;
|
|
206
|
-
|
|
207
|
-
dryRun?: boolean;
|
|
233
|
+
bandwidthPackageId?: string;
|
|
208
234
|
acceleratorId?: string;
|
|
209
|
-
spareIps?: string[];
|
|
210
235
|
static names(): {
|
|
211
236
|
[key: string]: string;
|
|
212
237
|
};
|
|
@@ -217,8 +242,10 @@ export declare class DeleteSpareIpsRequest extends $tea.Model {
|
|
|
217
242
|
[key: string]: any;
|
|
218
243
|
});
|
|
219
244
|
}
|
|
220
|
-
export declare class
|
|
245
|
+
export declare class BandwidthPackageAddAcceleratorResponseBody extends $tea.Model {
|
|
221
246
|
requestId?: string;
|
|
247
|
+
accelerators?: string[];
|
|
248
|
+
bandwidthPackageId?: string;
|
|
222
249
|
static names(): {
|
|
223
250
|
[key: string]: string;
|
|
224
251
|
};
|
|
@@ -229,11 +256,11 @@ export declare class DeleteSpareIpsResponseBody extends $tea.Model {
|
|
|
229
256
|
[key: string]: any;
|
|
230
257
|
});
|
|
231
258
|
}
|
|
232
|
-
export declare class
|
|
259
|
+
export declare class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
|
|
233
260
|
headers: {
|
|
234
261
|
[key: string]: string;
|
|
235
262
|
};
|
|
236
|
-
body:
|
|
263
|
+
body: BandwidthPackageAddAcceleratorResponseBody;
|
|
237
264
|
static names(): {
|
|
238
265
|
[key: string]: string;
|
|
239
266
|
};
|
|
@@ -244,9 +271,10 @@ export declare class DeleteSpareIpsResponse extends $tea.Model {
|
|
|
244
271
|
[key: string]: any;
|
|
245
272
|
});
|
|
246
273
|
}
|
|
247
|
-
export declare class
|
|
274
|
+
export declare class BandwidthPackageRemoveAcceleratorRequest extends $tea.Model {
|
|
248
275
|
regionId?: string;
|
|
249
|
-
|
|
276
|
+
bandwidthPackageId?: string;
|
|
277
|
+
acceleratorId?: string;
|
|
250
278
|
static names(): {
|
|
251
279
|
[key: string]: string;
|
|
252
280
|
};
|
|
@@ -257,8 +285,10 @@ export declare class UpdateIpSetsRequest extends $tea.Model {
|
|
|
257
285
|
[key: string]: any;
|
|
258
286
|
});
|
|
259
287
|
}
|
|
260
|
-
export declare class
|
|
288
|
+
export declare class BandwidthPackageRemoveAcceleratorResponseBody extends $tea.Model {
|
|
261
289
|
requestId?: string;
|
|
290
|
+
accelerators?: string[];
|
|
291
|
+
bandwidthPackageId?: string;
|
|
262
292
|
static names(): {
|
|
263
293
|
[key: string]: string;
|
|
264
294
|
};
|
|
@@ -269,11 +299,11 @@ export declare class UpdateIpSetsResponseBody extends $tea.Model {
|
|
|
269
299
|
[key: string]: any;
|
|
270
300
|
});
|
|
271
301
|
}
|
|
272
|
-
export declare class
|
|
302
|
+
export declare class BandwidthPackageRemoveAcceleratorResponse extends $tea.Model {
|
|
273
303
|
headers: {
|
|
274
304
|
[key: string]: string;
|
|
275
305
|
};
|
|
276
|
-
body:
|
|
306
|
+
body: BandwidthPackageRemoveAcceleratorResponseBody;
|
|
277
307
|
static names(): {
|
|
278
308
|
[key: string]: string;
|
|
279
309
|
};
|
|
@@ -330,12 +360,15 @@ export declare class ConfigEndpointProbeResponse extends $tea.Model {
|
|
|
330
360
|
[key: string]: any;
|
|
331
361
|
});
|
|
332
362
|
}
|
|
333
|
-
export declare class
|
|
363
|
+
export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
334
364
|
regionId?: string;
|
|
335
|
-
aclId?: string;
|
|
336
|
-
aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
|
|
337
365
|
clientToken?: string;
|
|
338
|
-
|
|
366
|
+
name?: string;
|
|
367
|
+
duration?: number;
|
|
368
|
+
pricingCycle?: string;
|
|
369
|
+
spec?: string;
|
|
370
|
+
autoPay?: boolean;
|
|
371
|
+
autoUseCoupon?: string;
|
|
339
372
|
static names(): {
|
|
340
373
|
[key: string]: string;
|
|
341
374
|
};
|
|
@@ -346,9 +379,10 @@ export declare class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
|
346
379
|
[key: string]: any;
|
|
347
380
|
});
|
|
348
381
|
}
|
|
349
|
-
export declare class
|
|
382
|
+
export declare class CreateAcceleratorResponseBody extends $tea.Model {
|
|
350
383
|
requestId?: string;
|
|
351
|
-
|
|
384
|
+
orderId?: string;
|
|
385
|
+
acceleratorId?: string;
|
|
352
386
|
static names(): {
|
|
353
387
|
[key: string]: string;
|
|
354
388
|
};
|
|
@@ -359,11 +393,11 @@ export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
|
359
393
|
[key: string]: any;
|
|
360
394
|
});
|
|
361
395
|
}
|
|
362
|
-
export declare class
|
|
396
|
+
export declare class CreateAcceleratorResponse extends $tea.Model {
|
|
363
397
|
headers: {
|
|
364
398
|
[key: string]: string;
|
|
365
399
|
};
|
|
366
|
-
body:
|
|
400
|
+
body: CreateAcceleratorResponseBody;
|
|
367
401
|
static names(): {
|
|
368
402
|
[key: string]: string;
|
|
369
403
|
};
|
|
@@ -374,9 +408,13 @@ export declare class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
374
408
|
[key: string]: any;
|
|
375
409
|
});
|
|
376
410
|
}
|
|
377
|
-
export declare class
|
|
411
|
+
export declare class CreateAclRequest extends $tea.Model {
|
|
378
412
|
regionId?: string;
|
|
379
|
-
|
|
413
|
+
aclName?: string;
|
|
414
|
+
addressIPVersion?: string;
|
|
415
|
+
aclEntries?: CreateAclRequestAclEntries[];
|
|
416
|
+
clientToken?: string;
|
|
417
|
+
dryRun?: boolean;
|
|
380
418
|
static names(): {
|
|
381
419
|
[key: string]: string;
|
|
382
420
|
};
|
|
@@ -387,24 +425,9 @@ export declare class DescribeBandwidthPackageRequest extends $tea.Model {
|
|
|
387
425
|
[key: string]: any;
|
|
388
426
|
});
|
|
389
427
|
}
|
|
390
|
-
export declare class
|
|
391
|
-
cbnGeographicRegionIdB?: string;
|
|
392
|
-
cbnGeographicRegionIdA?: string;
|
|
393
|
-
description?: string;
|
|
428
|
+
export declare class CreateAclResponseBody extends $tea.Model {
|
|
394
429
|
requestId?: string;
|
|
395
|
-
|
|
396
|
-
name?: string;
|
|
397
|
-
bandwidthType?: string;
|
|
398
|
-
type?: string;
|
|
399
|
-
accelerators?: string[];
|
|
400
|
-
state?: string;
|
|
401
|
-
chargeType?: string;
|
|
402
|
-
bandwidth?: number;
|
|
403
|
-
expiredTime?: string;
|
|
404
|
-
bandwidthPackageId?: string;
|
|
405
|
-
regionId?: string;
|
|
406
|
-
billingType?: string;
|
|
407
|
-
ratio?: number;
|
|
430
|
+
aclId?: string;
|
|
408
431
|
static names(): {
|
|
409
432
|
[key: string]: string;
|
|
410
433
|
};
|
|
@@ -415,11 +438,11 @@ export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
|
415
438
|
[key: string]: any;
|
|
416
439
|
});
|
|
417
440
|
}
|
|
418
|
-
export declare class
|
|
441
|
+
export declare class CreateAclResponse extends $tea.Model {
|
|
419
442
|
headers: {
|
|
420
443
|
[key: string]: string;
|
|
421
444
|
};
|
|
422
|
-
body:
|
|
445
|
+
body: CreateAclResponseBody;
|
|
423
446
|
static names(): {
|
|
424
447
|
[key: string]: string;
|
|
425
448
|
};
|
|
@@ -430,13 +453,21 @@ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
430
453
|
[key: string]: any;
|
|
431
454
|
});
|
|
432
455
|
}
|
|
433
|
-
export declare class
|
|
456
|
+
export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
434
457
|
regionId?: string;
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
458
|
+
bandwidth?: number;
|
|
459
|
+
duration?: string;
|
|
460
|
+
pricingCycle?: string;
|
|
461
|
+
autoPay?: boolean;
|
|
462
|
+
clientToken?: string;
|
|
438
463
|
type?: string;
|
|
439
|
-
|
|
464
|
+
bandwidthType?: string;
|
|
465
|
+
autoUseCoupon?: string;
|
|
466
|
+
ratio?: number;
|
|
467
|
+
billingType?: string;
|
|
468
|
+
chargeType?: string;
|
|
469
|
+
cbnGeographicRegionIdA?: string;
|
|
470
|
+
cbnGeographicRegionIdB?: string;
|
|
440
471
|
static names(): {
|
|
441
472
|
[key: string]: string;
|
|
442
473
|
};
|
|
@@ -447,12 +478,10 @@ export declare class ListBandwidthPackagesRequest extends $tea.Model {
|
|
|
447
478
|
[key: string]: any;
|
|
448
479
|
});
|
|
449
480
|
}
|
|
450
|
-
export declare class
|
|
451
|
-
totalCount?: number;
|
|
452
|
-
pageSize?: number;
|
|
481
|
+
export declare class CreateBandwidthPackageResponseBody extends $tea.Model {
|
|
453
482
|
requestId?: string;
|
|
454
|
-
|
|
455
|
-
|
|
483
|
+
bandwidthPackageId?: string;
|
|
484
|
+
orderId?: string;
|
|
456
485
|
static names(): {
|
|
457
486
|
[key: string]: string;
|
|
458
487
|
};
|
|
@@ -463,11 +492,11 @@ export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
|
|
|
463
492
|
[key: string]: any;
|
|
464
493
|
});
|
|
465
494
|
}
|
|
466
|
-
export declare class
|
|
495
|
+
export declare class CreateBandwidthPackageResponse extends $tea.Model {
|
|
467
496
|
headers: {
|
|
468
497
|
[key: string]: string;
|
|
469
498
|
};
|
|
470
|
-
body:
|
|
499
|
+
body: CreateBandwidthPackageResponseBody;
|
|
471
500
|
static names(): {
|
|
472
501
|
[key: string]: string;
|
|
473
502
|
};
|
|
@@ -478,22 +507,24 @@ export declare class ListBandwidthPackagesResponse extends $tea.Model {
|
|
|
478
507
|
[key: string]: any;
|
|
479
508
|
});
|
|
480
509
|
}
|
|
481
|
-
export declare class
|
|
510
|
+
export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
482
511
|
regionId?: string;
|
|
483
512
|
clientToken?: string;
|
|
484
|
-
|
|
513
|
+
acceleratorId?: string;
|
|
485
514
|
name?: string;
|
|
486
515
|
description?: string;
|
|
487
516
|
endpointGroupRegion?: string;
|
|
517
|
+
listenerId?: string;
|
|
488
518
|
trafficPercentage?: number;
|
|
489
519
|
healthCheckIntervalSeconds?: number;
|
|
490
520
|
healthCheckPath?: string;
|
|
491
521
|
healthCheckPort?: number;
|
|
492
522
|
healthCheckProtocol?: string;
|
|
493
523
|
thresholdCount?: number;
|
|
494
|
-
endpointConfigurations?:
|
|
524
|
+
endpointConfigurations?: CreateEndpointGroupRequestEndpointConfigurations[];
|
|
495
525
|
endpointRequestProtocol?: string;
|
|
496
|
-
|
|
526
|
+
endpointGroupType?: string;
|
|
527
|
+
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
497
528
|
healthCheckEnabled?: boolean;
|
|
498
529
|
static names(): {
|
|
499
530
|
[key: string]: string;
|
|
@@ -505,7 +536,8 @@ export declare class UpdateEndpointGroupRequest extends $tea.Model {
|
|
|
505
536
|
[key: string]: any;
|
|
506
537
|
});
|
|
507
538
|
}
|
|
508
|
-
export declare class
|
|
539
|
+
export declare class CreateEndpointGroupResponseBody extends $tea.Model {
|
|
540
|
+
endpointGroupId?: string;
|
|
509
541
|
requestId?: string;
|
|
510
542
|
static names(): {
|
|
511
543
|
[key: string]: string;
|
|
@@ -517,11 +549,11 @@ export declare class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
|
517
549
|
[key: string]: any;
|
|
518
550
|
});
|
|
519
551
|
}
|
|
520
|
-
export declare class
|
|
552
|
+
export declare class CreateEndpointGroupResponse extends $tea.Model {
|
|
521
553
|
headers: {
|
|
522
554
|
[key: string]: string;
|
|
523
555
|
};
|
|
524
|
-
body:
|
|
556
|
+
body: CreateEndpointGroupResponseBody;
|
|
525
557
|
static names(): {
|
|
526
558
|
[key: string]: string;
|
|
527
559
|
};
|
|
@@ -532,11 +564,13 @@ export declare class UpdateEndpointGroupResponse extends $tea.Model {
|
|
|
532
564
|
[key: string]: any;
|
|
533
565
|
});
|
|
534
566
|
}
|
|
535
|
-
export declare class
|
|
536
|
-
acceleratorId?: string;
|
|
537
|
-
ddosId?: string;
|
|
538
|
-
ddosRegionId?: string;
|
|
567
|
+
export declare class CreateEndpointGroupsRequest extends $tea.Model {
|
|
539
568
|
regionId?: string;
|
|
569
|
+
clientToken?: string;
|
|
570
|
+
dryRun?: boolean;
|
|
571
|
+
acceleratorId?: string;
|
|
572
|
+
listenerId?: string;
|
|
573
|
+
endpointGroupConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurations[];
|
|
540
574
|
static names(): {
|
|
541
575
|
[key: string]: string;
|
|
542
576
|
};
|
|
@@ -547,10 +581,9 @@ export declare class AttachDdosToAcceleratorRequest extends $tea.Model {
|
|
|
547
581
|
[key: string]: any;
|
|
548
582
|
});
|
|
549
583
|
}
|
|
550
|
-
export declare class
|
|
551
|
-
ddosId?: string;
|
|
584
|
+
export declare class CreateEndpointGroupsResponseBody extends $tea.Model {
|
|
552
585
|
requestId?: string;
|
|
553
|
-
|
|
586
|
+
endpointGroupIds?: string[];
|
|
554
587
|
static names(): {
|
|
555
588
|
[key: string]: string;
|
|
556
589
|
};
|
|
@@ -561,11 +594,11 @@ export declare class AttachDdosToAcceleratorResponseBody extends $tea.Model {
|
|
|
561
594
|
[key: string]: any;
|
|
562
595
|
});
|
|
563
596
|
}
|
|
564
|
-
export declare class
|
|
597
|
+
export declare class CreateEndpointGroupsResponse extends $tea.Model {
|
|
565
598
|
headers: {
|
|
566
599
|
[key: string]: string;
|
|
567
600
|
};
|
|
568
|
-
body:
|
|
601
|
+
body: CreateEndpointGroupsResponseBody;
|
|
569
602
|
static names(): {
|
|
570
603
|
[key: string]: string;
|
|
571
604
|
};
|
|
@@ -576,9 +609,12 @@ export declare class AttachDdosToAcceleratorResponse extends $tea.Model {
|
|
|
576
609
|
[key: string]: any;
|
|
577
610
|
});
|
|
578
611
|
}
|
|
579
|
-
export declare class
|
|
612
|
+
export declare class CreateForwardingRulesRequest extends $tea.Model {
|
|
580
613
|
regionId?: string;
|
|
581
|
-
|
|
614
|
+
clientToken?: string;
|
|
615
|
+
acceleratorId?: string;
|
|
616
|
+
listenerId?: string;
|
|
617
|
+
forwardingRules?: CreateForwardingRulesRequestForwardingRules[];
|
|
582
618
|
static names(): {
|
|
583
619
|
[key: string]: string;
|
|
584
620
|
};
|
|
@@ -589,14 +625,9 @@ export declare class GetAclRequest extends $tea.Model {
|
|
|
589
625
|
[key: string]: any;
|
|
590
626
|
});
|
|
591
627
|
}
|
|
592
|
-
export declare class
|
|
628
|
+
export declare class CreateForwardingRulesResponseBody extends $tea.Model {
|
|
593
629
|
requestId?: string;
|
|
594
|
-
|
|
595
|
-
addressIPVersion?: string;
|
|
596
|
-
aclStatus?: string;
|
|
597
|
-
aclEntries?: GetAclResponseBodyAclEntries[];
|
|
598
|
-
relatedListeners?: GetAclResponseBodyRelatedListeners[];
|
|
599
|
-
aclName?: string;
|
|
630
|
+
forwardingRules?: CreateForwardingRulesResponseBodyForwardingRules[];
|
|
600
631
|
static names(): {
|
|
601
632
|
[key: string]: string;
|
|
602
633
|
};
|
|
@@ -607,11 +638,11 @@ export declare class GetAclResponseBody extends $tea.Model {
|
|
|
607
638
|
[key: string]: any;
|
|
608
639
|
});
|
|
609
640
|
}
|
|
610
|
-
export declare class
|
|
641
|
+
export declare class CreateForwardingRulesResponse extends $tea.Model {
|
|
611
642
|
headers: {
|
|
612
643
|
[key: string]: string;
|
|
613
644
|
};
|
|
614
|
-
body:
|
|
645
|
+
body: CreateForwardingRulesResponseBody;
|
|
615
646
|
static names(): {
|
|
616
647
|
[key: string]: string;
|
|
617
648
|
};
|
|
@@ -622,13 +653,11 @@ export declare class GetAclResponse extends $tea.Model {
|
|
|
622
653
|
[key: string]: any;
|
|
623
654
|
});
|
|
624
655
|
}
|
|
625
|
-
export declare class
|
|
656
|
+
export declare class CreateIpSetsRequest extends $tea.Model {
|
|
626
657
|
regionId?: string;
|
|
627
|
-
aclIds?: string[];
|
|
628
|
-
listenerId?: string;
|
|
629
|
-
aclType?: string;
|
|
630
658
|
clientToken?: string;
|
|
631
|
-
|
|
659
|
+
acceleratorId?: string;
|
|
660
|
+
accelerateRegion?: CreateIpSetsRequestAccelerateRegion[];
|
|
632
661
|
static names(): {
|
|
633
662
|
[key: string]: string;
|
|
634
663
|
};
|
|
@@ -639,10 +668,10 @@ export declare class AssociateAclsWithListenerRequest extends $tea.Model {
|
|
|
639
668
|
[key: string]: any;
|
|
640
669
|
});
|
|
641
670
|
}
|
|
642
|
-
export declare class
|
|
671
|
+
export declare class CreateIpSetsResponseBody extends $tea.Model {
|
|
643
672
|
requestId?: string;
|
|
644
|
-
|
|
645
|
-
|
|
673
|
+
ipSets?: CreateIpSetsResponseBodyIpSets[];
|
|
674
|
+
acceleratorId?: string;
|
|
646
675
|
static names(): {
|
|
647
676
|
[key: string]: string;
|
|
648
677
|
};
|
|
@@ -653,11 +682,11 @@ export declare class AssociateAclsWithListenerResponseBody extends $tea.Model {
|
|
|
653
682
|
[key: string]: any;
|
|
654
683
|
});
|
|
655
684
|
}
|
|
656
|
-
export declare class
|
|
685
|
+
export declare class CreateIpSetsResponse extends $tea.Model {
|
|
657
686
|
headers: {
|
|
658
687
|
[key: string]: string;
|
|
659
688
|
};
|
|
660
|
-
body:
|
|
689
|
+
body: CreateIpSetsResponseBody;
|
|
661
690
|
static names(): {
|
|
662
691
|
[key: string]: string;
|
|
663
692
|
};
|
|
@@ -668,14 +697,19 @@ export declare class AssociateAclsWithListenerResponse extends $tea.Model {
|
|
|
668
697
|
[key: string]: any;
|
|
669
698
|
});
|
|
670
699
|
}
|
|
671
|
-
export declare class
|
|
700
|
+
export declare class CreateListenerRequest extends $tea.Model {
|
|
672
701
|
regionId?: string;
|
|
673
702
|
clientToken?: string;
|
|
674
|
-
listenerId?: string;
|
|
675
703
|
acceleratorId?: string;
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
704
|
+
name?: string;
|
|
705
|
+
description?: string;
|
|
706
|
+
clientAffinity?: string;
|
|
707
|
+
protocol?: string;
|
|
708
|
+
proxyProtocol?: boolean;
|
|
709
|
+
portRanges?: CreateListenerRequestPortRanges[];
|
|
710
|
+
certificates?: CreateListenerRequestCertificates[];
|
|
711
|
+
XForwardedForConfig?: CreateListenerRequestXForwardedForConfig;
|
|
712
|
+
securityPolicyId?: string;
|
|
679
713
|
static names(): {
|
|
680
714
|
[key: string]: string;
|
|
681
715
|
};
|
|
@@ -686,12 +720,9 @@ export declare class ListForwardingRulesRequest extends $tea.Model {
|
|
|
686
720
|
[key: string]: any;
|
|
687
721
|
});
|
|
688
722
|
}
|
|
689
|
-
export declare class
|
|
723
|
+
export declare class CreateListenerResponseBody extends $tea.Model {
|
|
690
724
|
requestId?: string;
|
|
691
|
-
|
|
692
|
-
nextToken?: string;
|
|
693
|
-
maxResults?: number;
|
|
694
|
-
forwardingRules?: ListForwardingRulesResponseBodyForwardingRules[];
|
|
725
|
+
listenerId?: string;
|
|
695
726
|
static names(): {
|
|
696
727
|
[key: string]: string;
|
|
697
728
|
};
|
|
@@ -702,11 +733,11 @@ export declare class ListForwardingRulesResponseBody extends $tea.Model {
|
|
|
702
733
|
[key: string]: any;
|
|
703
734
|
});
|
|
704
735
|
}
|
|
705
|
-
export declare class
|
|
736
|
+
export declare class CreateListenerResponse extends $tea.Model {
|
|
706
737
|
headers: {
|
|
707
738
|
[key: string]: string;
|
|
708
739
|
};
|
|
709
|
-
body:
|
|
740
|
+
body: CreateListenerResponseBody;
|
|
710
741
|
static names(): {
|
|
711
742
|
[key: string]: string;
|
|
712
743
|
};
|
|
@@ -717,21 +748,12 @@ export declare class ListForwardingRulesResponse extends $tea.Model {
|
|
|
717
748
|
[key: string]: any;
|
|
718
749
|
});
|
|
719
750
|
}
|
|
720
|
-
export declare class
|
|
751
|
+
export declare class CreateSpareIpsRequest extends $tea.Model {
|
|
721
752
|
regionId?: string;
|
|
722
|
-
bandwidth?: number;
|
|
723
|
-
duration?: string;
|
|
724
|
-
pricingCycle?: string;
|
|
725
|
-
autoPay?: boolean;
|
|
726
753
|
clientToken?: string;
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
ratio?: number;
|
|
731
|
-
billingType?: string;
|
|
732
|
-
chargeType?: string;
|
|
733
|
-
cbnGeographicRegionIdA?: string;
|
|
734
|
-
cbnGeographicRegionIdB?: string;
|
|
754
|
+
dryRun?: boolean;
|
|
755
|
+
acceleratorId?: string;
|
|
756
|
+
spareIps?: string[];
|
|
735
757
|
static names(): {
|
|
736
758
|
[key: string]: string;
|
|
737
759
|
};
|
|
@@ -742,10 +764,8 @@ export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
742
764
|
[key: string]: any;
|
|
743
765
|
});
|
|
744
766
|
}
|
|
745
|
-
export declare class
|
|
767
|
+
export declare class CreateSpareIpsResponseBody extends $tea.Model {
|
|
746
768
|
requestId?: string;
|
|
747
|
-
bandwidthPackageId?: string;
|
|
748
|
-
orderId?: string;
|
|
749
769
|
static names(): {
|
|
750
770
|
[key: string]: string;
|
|
751
771
|
};
|
|
@@ -756,11 +776,11 @@ export declare class CreateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
756
776
|
[key: string]: any;
|
|
757
777
|
});
|
|
758
778
|
}
|
|
759
|
-
export declare class
|
|
779
|
+
export declare class CreateSpareIpsResponse extends $tea.Model {
|
|
760
780
|
headers: {
|
|
761
781
|
[key: string]: string;
|
|
762
782
|
};
|
|
763
|
-
body:
|
|
783
|
+
body: CreateSpareIpsResponseBody;
|
|
764
784
|
static names(): {
|
|
765
785
|
[key: string]: string;
|
|
766
786
|
};
|
|
@@ -771,10 +791,9 @@ export declare class CreateBandwidthPackageResponse extends $tea.Model {
|
|
|
771
791
|
[key: string]: any;
|
|
772
792
|
});
|
|
773
793
|
}
|
|
774
|
-
export declare class
|
|
794
|
+
export declare class DeleteAcceleratorRequest extends $tea.Model {
|
|
775
795
|
regionId?: string;
|
|
776
|
-
|
|
777
|
-
pageSize?: number;
|
|
796
|
+
acceleratorId?: string;
|
|
778
797
|
static names(): {
|
|
779
798
|
[key: string]: string;
|
|
780
799
|
};
|
|
@@ -785,12 +804,9 @@ export declare class ListBandwidthackagesRequest extends $tea.Model {
|
|
|
785
804
|
[key: string]: any;
|
|
786
805
|
});
|
|
787
806
|
}
|
|
788
|
-
export declare class
|
|
789
|
-
totalCount?: number;
|
|
790
|
-
pageSize?: number;
|
|
807
|
+
export declare class DeleteAcceleratorResponseBody extends $tea.Model {
|
|
791
808
|
requestId?: string;
|
|
792
|
-
|
|
793
|
-
bandwidthPackages?: ListBandwidthackagesResponseBodyBandwidthPackages[];
|
|
809
|
+
acceleratorId?: string;
|
|
794
810
|
static names(): {
|
|
795
811
|
[key: string]: string;
|
|
796
812
|
};
|
|
@@ -801,11 +817,11 @@ export declare class ListBandwidthackagesResponseBody extends $tea.Model {
|
|
|
801
817
|
[key: string]: any;
|
|
802
818
|
});
|
|
803
819
|
}
|
|
804
|
-
export declare class
|
|
820
|
+
export declare class DeleteAcceleratorResponse extends $tea.Model {
|
|
805
821
|
headers: {
|
|
806
822
|
[key: string]: string;
|
|
807
823
|
};
|
|
808
|
-
body:
|
|
824
|
+
body: DeleteAcceleratorResponseBody;
|
|
809
825
|
static names(): {
|
|
810
826
|
[key: string]: string;
|
|
811
827
|
};
|
|
@@ -816,10 +832,11 @@ export declare class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
816
832
|
[key: string]: any;
|
|
817
833
|
});
|
|
818
834
|
}
|
|
819
|
-
export declare class
|
|
835
|
+
export declare class DeleteAclRequest extends $tea.Model {
|
|
820
836
|
regionId?: string;
|
|
821
|
-
|
|
837
|
+
aclId?: string;
|
|
822
838
|
clientToken?: string;
|
|
839
|
+
dryRun?: boolean;
|
|
823
840
|
static names(): {
|
|
824
841
|
[key: string]: string;
|
|
825
842
|
};
|
|
@@ -830,9 +847,9 @@ export declare class DeleteBandwidthPackageRequest extends $tea.Model {
|
|
|
830
847
|
[key: string]: any;
|
|
831
848
|
});
|
|
832
849
|
}
|
|
833
|
-
export declare class
|
|
850
|
+
export declare class DeleteAclResponseBody extends $tea.Model {
|
|
834
851
|
requestId?: string;
|
|
835
|
-
|
|
852
|
+
aclId?: string;
|
|
836
853
|
static names(): {
|
|
837
854
|
[key: string]: string;
|
|
838
855
|
};
|
|
@@ -843,11 +860,11 @@ export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
|
|
|
843
860
|
[key: string]: any;
|
|
844
861
|
});
|
|
845
862
|
}
|
|
846
|
-
export declare class
|
|
863
|
+
export declare class DeleteAclResponse extends $tea.Model {
|
|
847
864
|
headers: {
|
|
848
865
|
[key: string]: string;
|
|
849
866
|
};
|
|
850
|
-
body:
|
|
867
|
+
body: DeleteAclResponseBody;
|
|
851
868
|
static names(): {
|
|
852
869
|
[key: string]: string;
|
|
853
870
|
};
|
|
@@ -858,12 +875,10 @@ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
858
875
|
[key: string]: any;
|
|
859
876
|
});
|
|
860
877
|
}
|
|
861
|
-
export declare class
|
|
878
|
+
export declare class DeleteBandwidthPackageRequest extends $tea.Model {
|
|
862
879
|
regionId?: string;
|
|
880
|
+
bandwidthPackageId?: string;
|
|
863
881
|
clientToken?: string;
|
|
864
|
-
dryRun?: boolean;
|
|
865
|
-
acceleratorId?: string;
|
|
866
|
-
listenerId?: string;
|
|
867
882
|
static names(): {
|
|
868
883
|
[key: string]: string;
|
|
869
884
|
};
|
|
@@ -874,11 +889,9 @@ export declare class GetHealthStatusRequest extends $tea.Model {
|
|
|
874
889
|
[key: string]: any;
|
|
875
890
|
});
|
|
876
891
|
}
|
|
877
|
-
export declare class
|
|
892
|
+
export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
|
|
878
893
|
requestId?: string;
|
|
879
|
-
|
|
880
|
-
healthStatus?: string;
|
|
881
|
-
endpointGroups?: GetHealthStatusResponseBodyEndpointGroups[];
|
|
894
|
+
bandwidthPackageId?: string;
|
|
882
895
|
static names(): {
|
|
883
896
|
[key: string]: string;
|
|
884
897
|
};
|
|
@@ -889,11 +902,11 @@ export declare class GetHealthStatusResponseBody extends $tea.Model {
|
|
|
889
902
|
[key: string]: any;
|
|
890
903
|
});
|
|
891
904
|
}
|
|
892
|
-
export declare class
|
|
905
|
+
export declare class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
893
906
|
headers: {
|
|
894
907
|
[key: string]: string;
|
|
895
908
|
};
|
|
896
|
-
body:
|
|
909
|
+
body: DeleteBandwidthPackageResponseBody;
|
|
897
910
|
static names(): {
|
|
898
911
|
[key: string]: string;
|
|
899
912
|
};
|
|
@@ -904,9 +917,10 @@ export declare class GetHealthStatusResponse extends $tea.Model {
|
|
|
904
917
|
[key: string]: any;
|
|
905
918
|
});
|
|
906
919
|
}
|
|
907
|
-
export declare class
|
|
908
|
-
|
|
920
|
+
export declare class DeleteEndpointGroupRequest extends $tea.Model {
|
|
921
|
+
clientToken?: string;
|
|
909
922
|
acceleratorId?: string;
|
|
923
|
+
endpointGroupId?: string;
|
|
910
924
|
static names(): {
|
|
911
925
|
[key: string]: string;
|
|
912
926
|
};
|
|
@@ -917,23 +931,8 @@ export declare class DescribeAcceleratorRequest extends $tea.Model {
|
|
|
917
931
|
[key: string]: any;
|
|
918
932
|
});
|
|
919
933
|
}
|
|
920
|
-
export declare class
|
|
921
|
-
ddosId?: string;
|
|
922
|
-
dnsName?: string;
|
|
923
|
-
description?: string;
|
|
934
|
+
export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
|
|
924
935
|
requestId?: string;
|
|
925
|
-
instanceChargeType?: string;
|
|
926
|
-
createTime?: number;
|
|
927
|
-
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
928
|
-
secondDnsName?: string;
|
|
929
|
-
name?: string;
|
|
930
|
-
basicBandwidthPackage?: DescribeAcceleratorResponseBodyBasicBandwidthPackage;
|
|
931
|
-
state?: string;
|
|
932
|
-
expiredTime?: number;
|
|
933
|
-
cenId?: string;
|
|
934
|
-
regionId?: string;
|
|
935
|
-
spec?: string;
|
|
936
|
-
acceleratorId?: string;
|
|
937
936
|
static names(): {
|
|
938
937
|
[key: string]: string;
|
|
939
938
|
};
|
|
@@ -944,11 +943,11 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
944
943
|
[key: string]: any;
|
|
945
944
|
});
|
|
946
945
|
}
|
|
947
|
-
export declare class
|
|
946
|
+
export declare class DeleteEndpointGroupResponse extends $tea.Model {
|
|
948
947
|
headers: {
|
|
949
948
|
[key: string]: string;
|
|
950
949
|
};
|
|
951
|
-
body:
|
|
950
|
+
body: DeleteEndpointGroupResponseBody;
|
|
952
951
|
static names(): {
|
|
953
952
|
[key: string]: string;
|
|
954
953
|
};
|
|
@@ -959,12 +958,11 @@ export declare class DescribeAcceleratorResponse extends $tea.Model {
|
|
|
959
958
|
[key: string]: any;
|
|
960
959
|
});
|
|
961
960
|
}
|
|
962
|
-
export declare class
|
|
961
|
+
export declare class DeleteEndpointGroupsRequest extends $tea.Model {
|
|
963
962
|
regionId?: string;
|
|
964
|
-
acceleratorId?: string;
|
|
965
|
-
listenerId?: string;
|
|
966
|
-
endpointGroupIds?: string[];
|
|
967
963
|
clientToken?: string;
|
|
964
|
+
dryRun?: boolean;
|
|
965
|
+
endpointGroupIds?: string[];
|
|
968
966
|
static names(): {
|
|
969
967
|
[key: string]: string;
|
|
970
968
|
};
|
|
@@ -975,7 +973,7 @@ export declare class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
|
|
|
975
973
|
[key: string]: any;
|
|
976
974
|
});
|
|
977
975
|
}
|
|
978
|
-
export declare class
|
|
976
|
+
export declare class DeleteEndpointGroupsResponseBody extends $tea.Model {
|
|
979
977
|
requestId?: string;
|
|
980
978
|
static names(): {
|
|
981
979
|
[key: string]: string;
|
|
@@ -987,11 +985,11 @@ export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Mo
|
|
|
987
985
|
[key: string]: any;
|
|
988
986
|
});
|
|
989
987
|
}
|
|
990
|
-
export declare class
|
|
988
|
+
export declare class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
991
989
|
headers: {
|
|
992
990
|
[key: string]: string;
|
|
993
991
|
};
|
|
994
|
-
body:
|
|
992
|
+
body: DeleteEndpointGroupsResponseBody;
|
|
995
993
|
static names(): {
|
|
996
994
|
[key: string]: string;
|
|
997
995
|
};
|
|
@@ -1002,11 +1000,12 @@ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model
|
|
|
1002
1000
|
[key: string]: any;
|
|
1003
1001
|
});
|
|
1004
1002
|
}
|
|
1005
|
-
export declare class
|
|
1003
|
+
export declare class DeleteForwardingRulesRequest extends $tea.Model {
|
|
1006
1004
|
regionId?: string;
|
|
1007
1005
|
clientToken?: string;
|
|
1006
|
+
forwardingRuleIds?: string[];
|
|
1008
1007
|
acceleratorId?: string;
|
|
1009
|
-
|
|
1008
|
+
listenerId?: string;
|
|
1010
1009
|
static names(): {
|
|
1011
1010
|
[key: string]: string;
|
|
1012
1011
|
};
|
|
@@ -1017,10 +1016,9 @@ export declare class CreateIpSetsRequest extends $tea.Model {
|
|
|
1017
1016
|
[key: string]: any;
|
|
1018
1017
|
});
|
|
1019
1018
|
}
|
|
1020
|
-
export declare class
|
|
1019
|
+
export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
|
|
1020
|
+
forwardingRules?: DeleteForwardingRulesResponseBodyForwardingRules[];
|
|
1021
1021
|
requestId?: string;
|
|
1022
|
-
ipSets?: CreateIpSetsResponseBodyIpSets[];
|
|
1023
|
-
acceleratorId?: string;
|
|
1024
1022
|
static names(): {
|
|
1025
1023
|
[key: string]: string;
|
|
1026
1024
|
};
|
|
@@ -1031,11 +1029,11 @@ export declare class CreateIpSetsResponseBody extends $tea.Model {
|
|
|
1031
1029
|
[key: string]: any;
|
|
1032
1030
|
});
|
|
1033
1031
|
}
|
|
1034
|
-
export declare class
|
|
1032
|
+
export declare class DeleteForwardingRulesResponse extends $tea.Model {
|
|
1035
1033
|
headers: {
|
|
1036
1034
|
[key: string]: string;
|
|
1037
1035
|
};
|
|
1038
|
-
body:
|
|
1036
|
+
body: DeleteForwardingRulesResponseBody;
|
|
1039
1037
|
static names(): {
|
|
1040
1038
|
[key: string]: string;
|
|
1041
1039
|
};
|
|
@@ -1046,12 +1044,11 @@ export declare class CreateIpSetsResponse extends $tea.Model {
|
|
|
1046
1044
|
[key: string]: any;
|
|
1047
1045
|
});
|
|
1048
1046
|
}
|
|
1049
|
-
export declare class
|
|
1047
|
+
export declare class DeleteIpSetRequest extends $tea.Model {
|
|
1050
1048
|
regionId?: string;
|
|
1051
1049
|
clientToken?: string;
|
|
1052
1050
|
acceleratorId?: string;
|
|
1053
|
-
|
|
1054
|
-
forwardingRules?: CreateForwardingRulesRequestForwardingRules[];
|
|
1051
|
+
ipSetId?: string;
|
|
1055
1052
|
static names(): {
|
|
1056
1053
|
[key: string]: string;
|
|
1057
1054
|
};
|
|
@@ -1062,9 +1059,8 @@ export declare class CreateForwardingRulesRequest extends $tea.Model {
|
|
|
1062
1059
|
[key: string]: any;
|
|
1063
1060
|
});
|
|
1064
1061
|
}
|
|
1065
|
-
export declare class
|
|
1062
|
+
export declare class DeleteIpSetResponseBody extends $tea.Model {
|
|
1066
1063
|
requestId?: string;
|
|
1067
|
-
forwardingRules?: CreateForwardingRulesResponseBodyForwardingRules[];
|
|
1068
1064
|
static names(): {
|
|
1069
1065
|
[key: string]: string;
|
|
1070
1066
|
};
|
|
@@ -1075,11 +1071,11 @@ export declare class CreateForwardingRulesResponseBody extends $tea.Model {
|
|
|
1075
1071
|
[key: string]: any;
|
|
1076
1072
|
});
|
|
1077
1073
|
}
|
|
1078
|
-
export declare class
|
|
1074
|
+
export declare class DeleteIpSetResponse extends $tea.Model {
|
|
1079
1075
|
headers: {
|
|
1080
1076
|
[key: string]: string;
|
|
1081
1077
|
};
|
|
1082
|
-
body:
|
|
1078
|
+
body: DeleteIpSetResponseBody;
|
|
1083
1079
|
static names(): {
|
|
1084
1080
|
[key: string]: string;
|
|
1085
1081
|
};
|
|
@@ -1090,9 +1086,9 @@ export declare class CreateForwardingRulesResponse extends $tea.Model {
|
|
|
1090
1086
|
[key: string]: any;
|
|
1091
1087
|
});
|
|
1092
1088
|
}
|
|
1093
|
-
export declare class
|
|
1089
|
+
export declare class DeleteIpSetsRequest extends $tea.Model {
|
|
1094
1090
|
regionId?: string;
|
|
1095
|
-
|
|
1091
|
+
ipSetIds?: string[];
|
|
1096
1092
|
static names(): {
|
|
1097
1093
|
[key: string]: string;
|
|
1098
1094
|
};
|
|
@@ -1103,9 +1099,8 @@ export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
|
|
|
1103
1099
|
[key: string]: any;
|
|
1104
1100
|
});
|
|
1105
1101
|
}
|
|
1106
|
-
export declare class
|
|
1102
|
+
export declare class DeleteIpSetsResponseBody extends $tea.Model {
|
|
1107
1103
|
requestId?: string;
|
|
1108
|
-
areas?: ListAvailableAccelerateAreasResponseBodyAreas[];
|
|
1109
1104
|
static names(): {
|
|
1110
1105
|
[key: string]: string;
|
|
1111
1106
|
};
|
|
@@ -1116,11 +1111,11 @@ export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model
|
|
|
1116
1111
|
[key: string]: any;
|
|
1117
1112
|
});
|
|
1118
1113
|
}
|
|
1119
|
-
export declare class
|
|
1114
|
+
export declare class DeleteIpSetsResponse extends $tea.Model {
|
|
1120
1115
|
headers: {
|
|
1121
1116
|
[key: string]: string;
|
|
1122
1117
|
};
|
|
1123
|
-
body:
|
|
1118
|
+
body: DeleteIpSetsResponseBody;
|
|
1124
1119
|
static names(): {
|
|
1125
1120
|
[key: string]: string;
|
|
1126
1121
|
};
|
|
@@ -1131,11 +1126,10 @@ export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
|
1131
1126
|
[key: string]: any;
|
|
1132
1127
|
});
|
|
1133
1128
|
}
|
|
1134
|
-
export declare class
|
|
1135
|
-
regionId?: string;
|
|
1136
|
-
aclId?: string;
|
|
1129
|
+
export declare class DeleteListenerRequest extends $tea.Model {
|
|
1137
1130
|
clientToken?: string;
|
|
1138
|
-
|
|
1131
|
+
acceleratorId?: string;
|
|
1132
|
+
listenerId?: string;
|
|
1139
1133
|
static names(): {
|
|
1140
1134
|
[key: string]: string;
|
|
1141
1135
|
};
|
|
@@ -1146,9 +1140,8 @@ export declare class DeleteAclRequest extends $tea.Model {
|
|
|
1146
1140
|
[key: string]: any;
|
|
1147
1141
|
});
|
|
1148
1142
|
}
|
|
1149
|
-
export declare class
|
|
1143
|
+
export declare class DeleteListenerResponseBody extends $tea.Model {
|
|
1150
1144
|
requestId?: string;
|
|
1151
|
-
aclId?: string;
|
|
1152
1145
|
static names(): {
|
|
1153
1146
|
[key: string]: string;
|
|
1154
1147
|
};
|
|
@@ -1159,11 +1152,11 @@ export declare class DeleteAclResponseBody extends $tea.Model {
|
|
|
1159
1152
|
[key: string]: any;
|
|
1160
1153
|
});
|
|
1161
1154
|
}
|
|
1162
|
-
export declare class
|
|
1155
|
+
export declare class DeleteListenerResponse extends $tea.Model {
|
|
1163
1156
|
headers: {
|
|
1164
1157
|
[key: string]: string;
|
|
1165
1158
|
};
|
|
1166
|
-
body:
|
|
1159
|
+
body: DeleteListenerResponseBody;
|
|
1167
1160
|
static names(): {
|
|
1168
1161
|
[key: string]: string;
|
|
1169
1162
|
};
|
|
@@ -1174,12 +1167,12 @@ export declare class DeleteAclResponse extends $tea.Model {
|
|
|
1174
1167
|
[key: string]: any;
|
|
1175
1168
|
});
|
|
1176
1169
|
}
|
|
1177
|
-
export declare class
|
|
1170
|
+
export declare class DeleteSpareIpsRequest extends $tea.Model {
|
|
1178
1171
|
regionId?: string;
|
|
1179
|
-
aclId?: string;
|
|
1180
|
-
aclEntries?: AddEntriesToAclRequestAclEntries[];
|
|
1181
1172
|
clientToken?: string;
|
|
1182
1173
|
dryRun?: boolean;
|
|
1174
|
+
acceleratorId?: string;
|
|
1175
|
+
spareIps?: string[];
|
|
1183
1176
|
static names(): {
|
|
1184
1177
|
[key: string]: string;
|
|
1185
1178
|
};
|
|
@@ -1190,9 +1183,8 @@ export declare class AddEntriesToAclRequest extends $tea.Model {
|
|
|
1190
1183
|
[key: string]: any;
|
|
1191
1184
|
});
|
|
1192
1185
|
}
|
|
1193
|
-
export declare class
|
|
1186
|
+
export declare class DeleteSpareIpsResponseBody extends $tea.Model {
|
|
1194
1187
|
requestId?: string;
|
|
1195
|
-
aclId?: string;
|
|
1196
1188
|
static names(): {
|
|
1197
1189
|
[key: string]: string;
|
|
1198
1190
|
};
|
|
@@ -1203,11 +1195,11 @@ export declare class AddEntriesToAclResponseBody extends $tea.Model {
|
|
|
1203
1195
|
[key: string]: any;
|
|
1204
1196
|
});
|
|
1205
1197
|
}
|
|
1206
|
-
export declare class
|
|
1198
|
+
export declare class DeleteSpareIpsResponse extends $tea.Model {
|
|
1207
1199
|
headers: {
|
|
1208
1200
|
[key: string]: string;
|
|
1209
1201
|
};
|
|
1210
|
-
body:
|
|
1202
|
+
body: DeleteSpareIpsResponseBody;
|
|
1211
1203
|
static names(): {
|
|
1212
1204
|
[key: string]: string;
|
|
1213
1205
|
};
|
|
@@ -1218,12 +1210,9 @@ export declare class AddEntriesToAclResponse extends $tea.Model {
|
|
|
1218
1210
|
[key: string]: any;
|
|
1219
1211
|
});
|
|
1220
1212
|
}
|
|
1221
|
-
export declare class
|
|
1213
|
+
export declare class DescribeAcceleratorRequest extends $tea.Model {
|
|
1222
1214
|
regionId?: string;
|
|
1223
|
-
clientToken?: string;
|
|
1224
|
-
dryRun?: boolean;
|
|
1225
1215
|
acceleratorId?: string;
|
|
1226
|
-
spareIps?: string[];
|
|
1227
1216
|
static names(): {
|
|
1228
1217
|
[key: string]: string;
|
|
1229
1218
|
};
|
|
@@ -1234,8 +1223,23 @@ export declare class CreateSpareIpsRequest extends $tea.Model {
|
|
|
1234
1223
|
[key: string]: any;
|
|
1235
1224
|
});
|
|
1236
1225
|
}
|
|
1237
|
-
export declare class
|
|
1226
|
+
export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
1227
|
+
ddosId?: string;
|
|
1228
|
+
dnsName?: string;
|
|
1229
|
+
description?: string;
|
|
1238
1230
|
requestId?: string;
|
|
1231
|
+
instanceChargeType?: string;
|
|
1232
|
+
createTime?: number;
|
|
1233
|
+
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
1234
|
+
secondDnsName?: string;
|
|
1235
|
+
name?: string;
|
|
1236
|
+
basicBandwidthPackage?: DescribeAcceleratorResponseBodyBasicBandwidthPackage;
|
|
1237
|
+
state?: string;
|
|
1238
|
+
expiredTime?: number;
|
|
1239
|
+
cenId?: string;
|
|
1240
|
+
regionId?: string;
|
|
1241
|
+
spec?: string;
|
|
1242
|
+
acceleratorId?: string;
|
|
1239
1243
|
static names(): {
|
|
1240
1244
|
[key: string]: string;
|
|
1241
1245
|
};
|
|
@@ -1246,11 +1250,11 @@ export declare class CreateSpareIpsResponseBody extends $tea.Model {
|
|
|
1246
1250
|
[key: string]: any;
|
|
1247
1251
|
});
|
|
1248
1252
|
}
|
|
1249
|
-
export declare class
|
|
1253
|
+
export declare class DescribeAcceleratorResponse extends $tea.Model {
|
|
1250
1254
|
headers: {
|
|
1251
1255
|
[key: string]: string;
|
|
1252
1256
|
};
|
|
1253
|
-
body:
|
|
1257
|
+
body: DescribeAcceleratorResponseBody;
|
|
1254
1258
|
static names(): {
|
|
1255
1259
|
[key: string]: string;
|
|
1256
1260
|
};
|
|
@@ -1261,12 +1265,9 @@ export declare class CreateSpareIpsResponse extends $tea.Model {
|
|
|
1261
1265
|
[key: string]: any;
|
|
1262
1266
|
});
|
|
1263
1267
|
}
|
|
1264
|
-
export declare class
|
|
1268
|
+
export declare class DescribeBandwidthPackageRequest extends $tea.Model {
|
|
1265
1269
|
regionId?: string;
|
|
1266
|
-
|
|
1267
|
-
acceleratorId?: string;
|
|
1268
|
-
listenerId?: string;
|
|
1269
|
-
domains?: string[];
|
|
1270
|
+
bandwidthPackageId?: string;
|
|
1270
1271
|
static names(): {
|
|
1271
1272
|
[key: string]: string;
|
|
1272
1273
|
};
|
|
@@ -1277,8 +1278,24 @@ export declare class DissociateAdditionalCertificatesFromListenerRequest extends
|
|
|
1277
1278
|
[key: string]: any;
|
|
1278
1279
|
});
|
|
1279
1280
|
}
|
|
1280
|
-
export declare class
|
|
1281
|
+
export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
1282
|
+
cbnGeographicRegionIdB?: string;
|
|
1283
|
+
cbnGeographicRegionIdA?: string;
|
|
1284
|
+
description?: string;
|
|
1281
1285
|
requestId?: string;
|
|
1286
|
+
createTime?: string;
|
|
1287
|
+
name?: string;
|
|
1288
|
+
bandwidthType?: string;
|
|
1289
|
+
type?: string;
|
|
1290
|
+
accelerators?: string[];
|
|
1291
|
+
state?: string;
|
|
1292
|
+
chargeType?: string;
|
|
1293
|
+
bandwidth?: number;
|
|
1294
|
+
expiredTime?: string;
|
|
1295
|
+
bandwidthPackageId?: string;
|
|
1296
|
+
regionId?: string;
|
|
1297
|
+
billingType?: string;
|
|
1298
|
+
ratio?: number;
|
|
1282
1299
|
static names(): {
|
|
1283
1300
|
[key: string]: string;
|
|
1284
1301
|
};
|
|
@@ -1289,11 +1306,11 @@ export declare class DissociateAdditionalCertificatesFromListenerResponseBody ex
|
|
|
1289
1306
|
[key: string]: any;
|
|
1290
1307
|
});
|
|
1291
1308
|
}
|
|
1292
|
-
export declare class
|
|
1309
|
+
export declare class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
1293
1310
|
headers: {
|
|
1294
1311
|
[key: string]: string;
|
|
1295
1312
|
};
|
|
1296
|
-
body:
|
|
1313
|
+
body: DescribeBandwidthPackageResponseBody;
|
|
1297
1314
|
static names(): {
|
|
1298
1315
|
[key: string]: string;
|
|
1299
1316
|
};
|
|
@@ -1304,14 +1321,8 @@ export declare class DissociateAdditionalCertificatesFromListenerResponse extend
|
|
|
1304
1321
|
[key: string]: any;
|
|
1305
1322
|
});
|
|
1306
1323
|
}
|
|
1307
|
-
export declare class
|
|
1324
|
+
export declare class DescribeEndpointGroupRequest extends $tea.Model {
|
|
1308
1325
|
regionId?: string;
|
|
1309
|
-
pageNumber?: number;
|
|
1310
|
-
pageSize?: number;
|
|
1311
|
-
acceleratorId?: string;
|
|
1312
|
-
listenerId?: string;
|
|
1313
|
-
endpointGroupType?: string;
|
|
1314
|
-
accessLogSwitch?: string;
|
|
1315
1326
|
endpointGroupId?: string;
|
|
1316
1327
|
static names(): {
|
|
1317
1328
|
[key: string]: string;
|
|
@@ -1323,12 +1334,35 @@ export declare class ListEndpointGroupsRequest extends $tea.Model {
|
|
|
1323
1334
|
[key: string]: any;
|
|
1324
1335
|
});
|
|
1325
1336
|
}
|
|
1326
|
-
export declare class
|
|
1327
|
-
|
|
1328
|
-
|
|
1337
|
+
export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
1338
|
+
healthCheckIntervalSeconds?: number;
|
|
1339
|
+
trafficPercentage?: number;
|
|
1340
|
+
endpointGroupId?: string;
|
|
1341
|
+
description?: string;
|
|
1342
|
+
endpointGroupIpList?: string[];
|
|
1343
|
+
endpointGroupUnconfirmedIpList?: string[];
|
|
1329
1344
|
requestId?: string;
|
|
1330
|
-
|
|
1331
|
-
|
|
1345
|
+
healthCheckPath?: string;
|
|
1346
|
+
thresholdCount?: number;
|
|
1347
|
+
name?: string;
|
|
1348
|
+
endpointGroupRegion?: string;
|
|
1349
|
+
totalCount?: number;
|
|
1350
|
+
state?: string;
|
|
1351
|
+
healthCheckProtocol?: string;
|
|
1352
|
+
healthCheckPort?: number;
|
|
1353
|
+
endpointConfigurations?: DescribeEndpointGroupResponseBodyEndpointConfigurations[];
|
|
1354
|
+
portOverrides?: DescribeEndpointGroupResponseBodyPortOverrides[];
|
|
1355
|
+
endpointRequestProtocol?: string;
|
|
1356
|
+
endpointGroupType?: string;
|
|
1357
|
+
forwardingRuleIds?: string[];
|
|
1358
|
+
acceleratorId?: string;
|
|
1359
|
+
listenerId?: string;
|
|
1360
|
+
slsRegion?: string;
|
|
1361
|
+
slsProjectName?: string;
|
|
1362
|
+
slsLogStoreName?: string;
|
|
1363
|
+
accessLogSwitch?: string;
|
|
1364
|
+
enableAccessLog?: boolean;
|
|
1365
|
+
healthCheckEnabled?: boolean;
|
|
1332
1366
|
static names(): {
|
|
1333
1367
|
[key: string]: string;
|
|
1334
1368
|
};
|
|
@@ -1339,11 +1373,11 @@ export declare class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
|
1339
1373
|
[key: string]: any;
|
|
1340
1374
|
});
|
|
1341
1375
|
}
|
|
1342
|
-
export declare class
|
|
1376
|
+
export declare class DescribeEndpointGroupResponse extends $tea.Model {
|
|
1343
1377
|
headers: {
|
|
1344
1378
|
[key: string]: string;
|
|
1345
1379
|
};
|
|
1346
|
-
body:
|
|
1380
|
+
body: DescribeEndpointGroupResponseBody;
|
|
1347
1381
|
static names(): {
|
|
1348
1382
|
[key: string]: string;
|
|
1349
1383
|
};
|
|
@@ -1354,8 +1388,9 @@ export declare class ListEndpointGroupsResponse extends $tea.Model {
|
|
|
1354
1388
|
[key: string]: any;
|
|
1355
1389
|
});
|
|
1356
1390
|
}
|
|
1357
|
-
export declare class
|
|
1391
|
+
export declare class DescribeIpSetRequest extends $tea.Model {
|
|
1358
1392
|
regionId?: string;
|
|
1393
|
+
ipSetId?: string;
|
|
1359
1394
|
static names(): {
|
|
1360
1395
|
[key: string]: string;
|
|
1361
1396
|
};
|
|
@@ -1366,9 +1401,15 @@ export declare class ListBusiRegionsRequest extends $tea.Model {
|
|
|
1366
1401
|
[key: string]: any;
|
|
1367
1402
|
});
|
|
1368
1403
|
}
|
|
1369
|
-
export declare class
|
|
1404
|
+
export declare class DescribeIpSetResponseBody extends $tea.Model {
|
|
1405
|
+
ipSetId?: string;
|
|
1370
1406
|
requestId?: string;
|
|
1371
|
-
|
|
1407
|
+
ipVersion?: string;
|
|
1408
|
+
state?: string;
|
|
1409
|
+
bandwidth?: number;
|
|
1410
|
+
ipAddressList?: string[];
|
|
1411
|
+
accelerateRegionId?: string;
|
|
1412
|
+
acceleratorId?: string;
|
|
1372
1413
|
static names(): {
|
|
1373
1414
|
[key: string]: string;
|
|
1374
1415
|
};
|
|
@@ -1379,11 +1420,11 @@ export declare class ListBusiRegionsResponseBody extends $tea.Model {
|
|
|
1379
1420
|
[key: string]: any;
|
|
1380
1421
|
});
|
|
1381
1422
|
}
|
|
1382
|
-
export declare class
|
|
1423
|
+
export declare class DescribeIpSetResponse extends $tea.Model {
|
|
1383
1424
|
headers: {
|
|
1384
1425
|
[key: string]: string;
|
|
1385
1426
|
};
|
|
1386
|
-
body:
|
|
1427
|
+
body: DescribeIpSetResponseBody;
|
|
1387
1428
|
static names(): {
|
|
1388
1429
|
[key: string]: string;
|
|
1389
1430
|
};
|
|
@@ -1394,10 +1435,9 @@ export declare class ListBusiRegionsResponse extends $tea.Model {
|
|
|
1394
1435
|
[key: string]: any;
|
|
1395
1436
|
});
|
|
1396
1437
|
}
|
|
1397
|
-
export declare class
|
|
1438
|
+
export declare class DescribeListenerRequest extends $tea.Model {
|
|
1398
1439
|
regionId?: string;
|
|
1399
|
-
|
|
1400
|
-
targetBandwidthPackageId?: string;
|
|
1440
|
+
listenerId?: string;
|
|
1401
1441
|
static names(): {
|
|
1402
1442
|
[key: string]: string;
|
|
1403
1443
|
};
|
|
@@ -1408,8 +1448,24 @@ export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
|
|
|
1408
1448
|
[key: string]: any;
|
|
1409
1449
|
});
|
|
1410
1450
|
}
|
|
1411
|
-
export declare class
|
|
1451
|
+
export declare class DescribeListenerResponseBody extends $tea.Model {
|
|
1452
|
+
description?: string;
|
|
1412
1453
|
requestId?: string;
|
|
1454
|
+
state?: string;
|
|
1455
|
+
createTime?: string;
|
|
1456
|
+
portRanges?: DescribeListenerResponseBodyPortRanges[];
|
|
1457
|
+
backendPorts?: DescribeListenerResponseBodyBackendPorts[];
|
|
1458
|
+
certificates?: DescribeListenerResponseBodyCertificates[];
|
|
1459
|
+
protocol?: string;
|
|
1460
|
+
listenerId?: string;
|
|
1461
|
+
clientAffinity?: string;
|
|
1462
|
+
name?: string;
|
|
1463
|
+
relatedAcls?: DescribeListenerResponseBodyRelatedAcls[];
|
|
1464
|
+
aclType?: string;
|
|
1465
|
+
acceleratorId?: string;
|
|
1466
|
+
proxyProtocol?: boolean;
|
|
1467
|
+
XForwardedForConfig?: DescribeListenerResponseBodyXForwardedForConfig;
|
|
1468
|
+
securityPolicyId?: string;
|
|
1413
1469
|
static names(): {
|
|
1414
1470
|
[key: string]: string;
|
|
1415
1471
|
};
|
|
@@ -1420,11 +1476,11 @@ export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
|
1420
1476
|
[key: string]: any;
|
|
1421
1477
|
});
|
|
1422
1478
|
}
|
|
1423
|
-
export declare class
|
|
1479
|
+
export declare class DescribeListenerResponse extends $tea.Model {
|
|
1424
1480
|
headers: {
|
|
1425
1481
|
[key: string]: string;
|
|
1426
1482
|
};
|
|
1427
|
-
body:
|
|
1483
|
+
body: DescribeListenerResponseBody;
|
|
1428
1484
|
static names(): {
|
|
1429
1485
|
[key: string]: string;
|
|
1430
1486
|
};
|
|
@@ -1435,12 +1491,8 @@ export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
1435
1491
|
[key: string]: any;
|
|
1436
1492
|
});
|
|
1437
1493
|
}
|
|
1438
|
-
export declare class
|
|
1494
|
+
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
1439
1495
|
regionId?: string;
|
|
1440
|
-
clientToken?: string;
|
|
1441
|
-
endpointGroupId?: string;
|
|
1442
|
-
name?: string;
|
|
1443
|
-
description?: string;
|
|
1444
1496
|
static names(): {
|
|
1445
1497
|
[key: string]: string;
|
|
1446
1498
|
};
|
|
@@ -1451,8 +1503,9 @@ export declare class UpdateEndpointGroupAttributeRequest extends $tea.Model {
|
|
|
1451
1503
|
[key: string]: any;
|
|
1452
1504
|
});
|
|
1453
1505
|
}
|
|
1454
|
-
export declare class
|
|
1506
|
+
export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
1455
1507
|
requestId?: string;
|
|
1508
|
+
regions?: DescribeRegionsResponseBodyRegions[];
|
|
1456
1509
|
static names(): {
|
|
1457
1510
|
[key: string]: string;
|
|
1458
1511
|
};
|
|
@@ -1463,11 +1516,11 @@ export declare class UpdateEndpointGroupAttributeResponseBody extends $tea.Model
|
|
|
1463
1516
|
[key: string]: any;
|
|
1464
1517
|
});
|
|
1465
1518
|
}
|
|
1466
|
-
export declare class
|
|
1519
|
+
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
1467
1520
|
headers: {
|
|
1468
1521
|
[key: string]: string;
|
|
1469
1522
|
};
|
|
1470
|
-
body:
|
|
1523
|
+
body: DescribeRegionsResponseBody;
|
|
1471
1524
|
static names(): {
|
|
1472
1525
|
[key: string]: string;
|
|
1473
1526
|
};
|
|
@@ -1478,12 +1531,9 @@ export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
|
1478
1531
|
[key: string]: any;
|
|
1479
1532
|
});
|
|
1480
1533
|
}
|
|
1481
|
-
export declare class
|
|
1482
|
-
regionId?: string;
|
|
1483
|
-
clientToken?: string;
|
|
1534
|
+
export declare class DetachDdosFromAcceleratorRequest extends $tea.Model {
|
|
1484
1535
|
acceleratorId?: string;
|
|
1485
|
-
|
|
1486
|
-
forwardingRules?: UpdateForwardingRulesRequestForwardingRules[];
|
|
1536
|
+
regionId?: string;
|
|
1487
1537
|
static names(): {
|
|
1488
1538
|
[key: string]: string;
|
|
1489
1539
|
};
|
|
@@ -1494,8 +1544,8 @@ export declare class UpdateForwardingRulesRequest extends $tea.Model {
|
|
|
1494
1544
|
[key: string]: any;
|
|
1495
1545
|
});
|
|
1496
1546
|
}
|
|
1497
|
-
export declare class
|
|
1498
|
-
|
|
1547
|
+
export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
|
|
1548
|
+
ddosId?: string;
|
|
1499
1549
|
requestId?: string;
|
|
1500
1550
|
static names(): {
|
|
1501
1551
|
[key: string]: string;
|
|
@@ -1507,11 +1557,11 @@ export declare class UpdateForwardingRulesResponseBody extends $tea.Model {
|
|
|
1507
1557
|
[key: string]: any;
|
|
1508
1558
|
});
|
|
1509
1559
|
}
|
|
1510
|
-
export declare class
|
|
1560
|
+
export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
1511
1561
|
headers: {
|
|
1512
1562
|
[key: string]: string;
|
|
1513
1563
|
};
|
|
1514
|
-
body:
|
|
1564
|
+
body: DetachDdosFromAcceleratorResponseBody;
|
|
1515
1565
|
static names(): {
|
|
1516
1566
|
[key: string]: string;
|
|
1517
1567
|
};
|
|
@@ -1522,11 +1572,12 @@ export declare class UpdateForwardingRulesResponse extends $tea.Model {
|
|
|
1522
1572
|
[key: string]: any;
|
|
1523
1573
|
});
|
|
1524
1574
|
}
|
|
1525
|
-
export declare class
|
|
1575
|
+
export declare class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
|
|
1526
1576
|
regionId?: string;
|
|
1527
|
-
pageNumber?: number;
|
|
1528
|
-
pageSize?: number;
|
|
1529
1577
|
acceleratorId?: string;
|
|
1578
|
+
listenerId?: string;
|
|
1579
|
+
endpointGroupIds?: string[];
|
|
1580
|
+
clientToken?: string;
|
|
1530
1581
|
static names(): {
|
|
1531
1582
|
[key: string]: string;
|
|
1532
1583
|
};
|
|
@@ -1537,12 +1588,8 @@ export declare class ListListenersRequest extends $tea.Model {
|
|
|
1537
1588
|
[key: string]: any;
|
|
1538
1589
|
});
|
|
1539
1590
|
}
|
|
1540
|
-
export declare class
|
|
1541
|
-
totalCount?: number;
|
|
1542
|
-
listeners?: ListListenersResponseBodyListeners[];
|
|
1543
|
-
pageSize?: number;
|
|
1591
|
+
export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
|
|
1544
1592
|
requestId?: string;
|
|
1545
|
-
pageNumber?: number;
|
|
1546
1593
|
static names(): {
|
|
1547
1594
|
[key: string]: string;
|
|
1548
1595
|
};
|
|
@@ -1553,11 +1600,11 @@ export declare class ListListenersResponseBody extends $tea.Model {
|
|
|
1553
1600
|
[key: string]: any;
|
|
1554
1601
|
});
|
|
1555
1602
|
}
|
|
1556
|
-
export declare class
|
|
1603
|
+
export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
1557
1604
|
headers: {
|
|
1558
1605
|
[key: string]: string;
|
|
1559
1606
|
};
|
|
1560
|
-
body:
|
|
1607
|
+
body: DetachLogStoreFromEndpointGroupResponseBody;
|
|
1561
1608
|
static names(): {
|
|
1562
1609
|
[key: string]: string;
|
|
1563
1610
|
};
|
|
@@ -1568,9 +1615,12 @@ export declare class ListListenersResponse extends $tea.Model {
|
|
|
1568
1615
|
[key: string]: any;
|
|
1569
1616
|
});
|
|
1570
1617
|
}
|
|
1571
|
-
export declare class
|
|
1618
|
+
export declare class DissociateAclsFromListenerRequest extends $tea.Model {
|
|
1572
1619
|
regionId?: string;
|
|
1573
|
-
|
|
1620
|
+
aclIds?: string[];
|
|
1621
|
+
listenerId?: string;
|
|
1622
|
+
clientToken?: string;
|
|
1623
|
+
dryRun?: boolean;
|
|
1574
1624
|
static names(): {
|
|
1575
1625
|
[key: string]: string;
|
|
1576
1626
|
};
|
|
@@ -1581,35 +1631,10 @@ export declare class DescribeEndpointGroupRequest extends $tea.Model {
|
|
|
1581
1631
|
[key: string]: any;
|
|
1582
1632
|
});
|
|
1583
1633
|
}
|
|
1584
|
-
export declare class
|
|
1585
|
-
healthCheckIntervalSeconds?: number;
|
|
1586
|
-
trafficPercentage?: number;
|
|
1587
|
-
endpointGroupId?: string;
|
|
1588
|
-
description?: string;
|
|
1589
|
-
endpointGroupIpList?: string[];
|
|
1590
|
-
endpointGroupUnconfirmedIpList?: string[];
|
|
1634
|
+
export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
|
|
1591
1635
|
requestId?: string;
|
|
1592
|
-
|
|
1593
|
-
thresholdCount?: number;
|
|
1594
|
-
name?: string;
|
|
1595
|
-
endpointGroupRegion?: string;
|
|
1596
|
-
totalCount?: number;
|
|
1597
|
-
state?: string;
|
|
1598
|
-
healthCheckProtocol?: string;
|
|
1599
|
-
healthCheckPort?: number;
|
|
1600
|
-
endpointConfigurations?: DescribeEndpointGroupResponseBodyEndpointConfigurations[];
|
|
1601
|
-
portOverrides?: DescribeEndpointGroupResponseBodyPortOverrides[];
|
|
1602
|
-
endpointRequestProtocol?: string;
|
|
1603
|
-
endpointGroupType?: string;
|
|
1604
|
-
forwardingRuleIds?: string[];
|
|
1605
|
-
acceleratorId?: string;
|
|
1636
|
+
aclIds?: string[];
|
|
1606
1637
|
listenerId?: string;
|
|
1607
|
-
slsRegion?: string;
|
|
1608
|
-
slsProjectName?: string;
|
|
1609
|
-
slsLogStoreName?: string;
|
|
1610
|
-
accessLogSwitch?: string;
|
|
1611
|
-
enableAccessLog?: boolean;
|
|
1612
|
-
healthCheckEnabled?: boolean;
|
|
1613
1638
|
static names(): {
|
|
1614
1639
|
[key: string]: string;
|
|
1615
1640
|
};
|
|
@@ -1620,11 +1645,11 @@ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
1620
1645
|
[key: string]: any;
|
|
1621
1646
|
});
|
|
1622
1647
|
}
|
|
1623
|
-
export declare class
|
|
1648
|
+
export declare class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
1624
1649
|
headers: {
|
|
1625
1650
|
[key: string]: string;
|
|
1626
1651
|
};
|
|
1627
|
-
body:
|
|
1652
|
+
body: DissociateAclsFromListenerResponseBody;
|
|
1628
1653
|
static names(): {
|
|
1629
1654
|
[key: string]: string;
|
|
1630
1655
|
};
|
|
@@ -1635,10 +1660,12 @@ export declare class DescribeEndpointGroupResponse extends $tea.Model {
|
|
|
1635
1660
|
[key: string]: any;
|
|
1636
1661
|
});
|
|
1637
1662
|
}
|
|
1638
|
-
export declare class
|
|
1663
|
+
export declare class DissociateAdditionalCertificatesFromListenerRequest extends $tea.Model {
|
|
1664
|
+
regionId?: string;
|
|
1639
1665
|
clientToken?: string;
|
|
1640
1666
|
acceleratorId?: string;
|
|
1641
1667
|
listenerId?: string;
|
|
1668
|
+
domains?: string[];
|
|
1642
1669
|
static names(): {
|
|
1643
1670
|
[key: string]: string;
|
|
1644
1671
|
};
|
|
@@ -1649,7 +1676,7 @@ export declare class DeleteListenerRequest extends $tea.Model {
|
|
|
1649
1676
|
[key: string]: any;
|
|
1650
1677
|
});
|
|
1651
1678
|
}
|
|
1652
|
-
export declare class
|
|
1679
|
+
export declare class DissociateAdditionalCertificatesFromListenerResponseBody extends $tea.Model {
|
|
1653
1680
|
requestId?: string;
|
|
1654
1681
|
static names(): {
|
|
1655
1682
|
[key: string]: string;
|
|
@@ -1661,11 +1688,11 @@ export declare class DeleteListenerResponseBody extends $tea.Model {
|
|
|
1661
1688
|
[key: string]: any;
|
|
1662
1689
|
});
|
|
1663
1690
|
}
|
|
1664
|
-
export declare class
|
|
1691
|
+
export declare class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
|
|
1665
1692
|
headers: {
|
|
1666
1693
|
[key: string]: string;
|
|
1667
1694
|
};
|
|
1668
|
-
body:
|
|
1695
|
+
body: DissociateAdditionalCertificatesFromListenerResponseBody;
|
|
1669
1696
|
static names(): {
|
|
1670
1697
|
[key: string]: string;
|
|
1671
1698
|
};
|
|
@@ -1676,12 +1703,9 @@ export declare class DeleteListenerResponse extends $tea.Model {
|
|
|
1676
1703
|
[key: string]: any;
|
|
1677
1704
|
});
|
|
1678
1705
|
}
|
|
1679
|
-
export declare class
|
|
1706
|
+
export declare class GetAclRequest extends $tea.Model {
|
|
1680
1707
|
regionId?: string;
|
|
1681
|
-
|
|
1682
|
-
acceleratorId?: string;
|
|
1683
|
-
listenerId?: string;
|
|
1684
|
-
certificates?: AssociateAdditionalCertificatesWithListenerRequestCertificates[];
|
|
1708
|
+
aclId?: string;
|
|
1685
1709
|
static names(): {
|
|
1686
1710
|
[key: string]: string;
|
|
1687
1711
|
};
|
|
@@ -1692,9 +1716,14 @@ export declare class AssociateAdditionalCertificatesWithListenerRequest extends
|
|
|
1692
1716
|
[key: string]: any;
|
|
1693
1717
|
});
|
|
1694
1718
|
}
|
|
1695
|
-
export declare class
|
|
1719
|
+
export declare class GetAclResponseBody extends $tea.Model {
|
|
1696
1720
|
requestId?: string;
|
|
1697
|
-
|
|
1721
|
+
aclId?: string;
|
|
1722
|
+
addressIPVersion?: string;
|
|
1723
|
+
aclStatus?: string;
|
|
1724
|
+
aclEntries?: GetAclResponseBodyAclEntries[];
|
|
1725
|
+
relatedListeners?: GetAclResponseBodyRelatedListeners[];
|
|
1726
|
+
aclName?: string;
|
|
1698
1727
|
static names(): {
|
|
1699
1728
|
[key: string]: string;
|
|
1700
1729
|
};
|
|
@@ -1705,11 +1734,11 @@ export declare class AssociateAdditionalCertificatesWithListenerResponseBody ext
|
|
|
1705
1734
|
[key: string]: any;
|
|
1706
1735
|
});
|
|
1707
1736
|
}
|
|
1708
|
-
export declare class
|
|
1737
|
+
export declare class GetAclResponse extends $tea.Model {
|
|
1709
1738
|
headers: {
|
|
1710
1739
|
[key: string]: string;
|
|
1711
1740
|
};
|
|
1712
|
-
body:
|
|
1741
|
+
body: GetAclResponseBody;
|
|
1713
1742
|
static names(): {
|
|
1714
1743
|
[key: string]: string;
|
|
1715
1744
|
};
|
|
@@ -1720,15 +1749,12 @@ export declare class AssociateAdditionalCertificatesWithListenerResponse extends
|
|
|
1720
1749
|
[key: string]: any;
|
|
1721
1750
|
});
|
|
1722
1751
|
}
|
|
1723
|
-
export declare class
|
|
1752
|
+
export declare class GetHealthStatusRequest extends $tea.Model {
|
|
1724
1753
|
regionId?: string;
|
|
1725
|
-
|
|
1726
|
-
|
|
1754
|
+
clientToken?: string;
|
|
1755
|
+
dryRun?: boolean;
|
|
1727
1756
|
acceleratorId?: string;
|
|
1728
1757
|
listenerId?: string;
|
|
1729
|
-
slsRegionId?: string;
|
|
1730
|
-
endpointGroupIds?: string[];
|
|
1731
|
-
clientToken?: string;
|
|
1732
1758
|
static names(): {
|
|
1733
1759
|
[key: string]: string;
|
|
1734
1760
|
};
|
|
@@ -1739,8 +1765,11 @@ export declare class AttachLogStoreToEndpointGroupRequest extends $tea.Model {
|
|
|
1739
1765
|
[key: string]: any;
|
|
1740
1766
|
});
|
|
1741
1767
|
}
|
|
1742
|
-
export declare class
|
|
1768
|
+
export declare class GetHealthStatusResponseBody extends $tea.Model {
|
|
1743
1769
|
requestId?: string;
|
|
1770
|
+
listenerId?: string;
|
|
1771
|
+
healthStatus?: string;
|
|
1772
|
+
endpointGroups?: GetHealthStatusResponseBodyEndpointGroups[];
|
|
1744
1773
|
static names(): {
|
|
1745
1774
|
[key: string]: string;
|
|
1746
1775
|
};
|
|
@@ -1751,11 +1780,11 @@ export declare class AttachLogStoreToEndpointGroupResponseBody extends $tea.Mode
|
|
|
1751
1780
|
[key: string]: any;
|
|
1752
1781
|
});
|
|
1753
1782
|
}
|
|
1754
|
-
export declare class
|
|
1783
|
+
export declare class GetHealthStatusResponse extends $tea.Model {
|
|
1755
1784
|
headers: {
|
|
1756
1785
|
[key: string]: string;
|
|
1757
1786
|
};
|
|
1758
|
-
body:
|
|
1787
|
+
body: GetHealthStatusResponseBody;
|
|
1759
1788
|
static names(): {
|
|
1760
1789
|
[key: string]: string;
|
|
1761
1790
|
};
|
|
@@ -1766,15 +1795,12 @@ export declare class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
|
|
|
1766
1795
|
[key: string]: any;
|
|
1767
1796
|
});
|
|
1768
1797
|
}
|
|
1769
|
-
export declare class
|
|
1798
|
+
export declare class GetSpareIpRequest extends $tea.Model {
|
|
1770
1799
|
regionId?: string;
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
bandwidthType?: string;
|
|
1776
|
-
autoPay?: boolean;
|
|
1777
|
-
autoUseCoupon?: boolean;
|
|
1800
|
+
clientToken?: string;
|
|
1801
|
+
dryRun?: boolean;
|
|
1802
|
+
acceleratorId?: string;
|
|
1803
|
+
spareIp?: string;
|
|
1778
1804
|
static names(): {
|
|
1779
1805
|
[key: string]: string;
|
|
1780
1806
|
};
|
|
@@ -1785,11 +1811,9 @@ export declare class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
|
1785
1811
|
[key: string]: any;
|
|
1786
1812
|
});
|
|
1787
1813
|
}
|
|
1788
|
-
export declare class
|
|
1789
|
-
bandwidthPackage?: string;
|
|
1790
|
-
description?: string;
|
|
1814
|
+
export declare class GetSpareIpResponseBody extends $tea.Model {
|
|
1791
1815
|
requestId?: string;
|
|
1792
|
-
|
|
1816
|
+
state?: string;
|
|
1793
1817
|
static names(): {
|
|
1794
1818
|
[key: string]: string;
|
|
1795
1819
|
};
|
|
@@ -1800,11 +1824,11 @@ export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
1800
1824
|
[key: string]: any;
|
|
1801
1825
|
});
|
|
1802
1826
|
}
|
|
1803
|
-
export declare class
|
|
1827
|
+
export declare class GetSpareIpResponse extends $tea.Model {
|
|
1804
1828
|
headers: {
|
|
1805
1829
|
[key: string]: string;
|
|
1806
1830
|
};
|
|
1807
|
-
body:
|
|
1831
|
+
body: GetSpareIpResponseBody;
|
|
1808
1832
|
static names(): {
|
|
1809
1833
|
[key: string]: string;
|
|
1810
1834
|
};
|
|
@@ -1815,9 +1839,8 @@ export declare class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
|
1815
1839
|
[key: string]: any;
|
|
1816
1840
|
});
|
|
1817
1841
|
}
|
|
1818
|
-
export declare class
|
|
1842
|
+
export declare class ListAccelerateAreasRequest extends $tea.Model {
|
|
1819
1843
|
regionId?: string;
|
|
1820
|
-
acceleratorId?: string;
|
|
1821
1844
|
static names(): {
|
|
1822
1845
|
[key: string]: string;
|
|
1823
1846
|
};
|
|
@@ -1828,9 +1851,9 @@ export declare class DeleteAcceleratorRequest extends $tea.Model {
|
|
|
1828
1851
|
[key: string]: any;
|
|
1829
1852
|
});
|
|
1830
1853
|
}
|
|
1831
|
-
export declare class
|
|
1854
|
+
export declare class ListAccelerateAreasResponseBody extends $tea.Model {
|
|
1832
1855
|
requestId?: string;
|
|
1833
|
-
|
|
1856
|
+
areas?: ListAccelerateAreasResponseBodyAreas[];
|
|
1834
1857
|
static names(): {
|
|
1835
1858
|
[key: string]: string;
|
|
1836
1859
|
};
|
|
@@ -1841,11 +1864,11 @@ export declare class DeleteAcceleratorResponseBody extends $tea.Model {
|
|
|
1841
1864
|
[key: string]: any;
|
|
1842
1865
|
});
|
|
1843
1866
|
}
|
|
1844
|
-
export declare class
|
|
1867
|
+
export declare class ListAccelerateAreasResponse extends $tea.Model {
|
|
1845
1868
|
headers: {
|
|
1846
1869
|
[key: string]: string;
|
|
1847
1870
|
};
|
|
1848
|
-
body:
|
|
1871
|
+
body: ListAccelerateAreasResponseBody;
|
|
1849
1872
|
static names(): {
|
|
1850
1873
|
[key: string]: string;
|
|
1851
1874
|
};
|
|
@@ -1856,25 +1879,12 @@ export declare class DeleteAcceleratorResponse extends $tea.Model {
|
|
|
1856
1879
|
[key: string]: any;
|
|
1857
1880
|
});
|
|
1858
1881
|
}
|
|
1859
|
-
export declare class
|
|
1882
|
+
export declare class ListAcceleratorsRequest extends $tea.Model {
|
|
1860
1883
|
regionId?: string;
|
|
1861
|
-
|
|
1884
|
+
pageNumber?: number;
|
|
1885
|
+
pageSize?: number;
|
|
1862
1886
|
acceleratorId?: string;
|
|
1863
|
-
|
|
1864
|
-
description?: string;
|
|
1865
|
-
endpointGroupRegion?: string;
|
|
1866
|
-
listenerId?: string;
|
|
1867
|
-
trafficPercentage?: number;
|
|
1868
|
-
healthCheckIntervalSeconds?: number;
|
|
1869
|
-
healthCheckPath?: string;
|
|
1870
|
-
healthCheckPort?: number;
|
|
1871
|
-
healthCheckProtocol?: string;
|
|
1872
|
-
thresholdCount?: number;
|
|
1873
|
-
endpointConfigurations?: CreateEndpointGroupRequestEndpointConfigurations[];
|
|
1874
|
-
endpointRequestProtocol?: string;
|
|
1875
|
-
endpointGroupType?: string;
|
|
1876
|
-
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
1877
|
-
healthCheckEnabled?: boolean;
|
|
1887
|
+
state?: string;
|
|
1878
1888
|
static names(): {
|
|
1879
1889
|
[key: string]: string;
|
|
1880
1890
|
};
|
|
@@ -1885,9 +1895,12 @@ export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
1885
1895
|
[key: string]: any;
|
|
1886
1896
|
});
|
|
1887
1897
|
}
|
|
1888
|
-
export declare class
|
|
1889
|
-
|
|
1898
|
+
export declare class ListAcceleratorsResponseBody extends $tea.Model {
|
|
1899
|
+
totalCount?: number;
|
|
1900
|
+
pageSize?: number;
|
|
1890
1901
|
requestId?: string;
|
|
1902
|
+
accelerators?: ListAcceleratorsResponseBodyAccelerators[];
|
|
1903
|
+
pageNumber?: number;
|
|
1891
1904
|
static names(): {
|
|
1892
1905
|
[key: string]: string;
|
|
1893
1906
|
};
|
|
@@ -1898,11 +1911,11 @@ export declare class CreateEndpointGroupResponseBody extends $tea.Model {
|
|
|
1898
1911
|
[key: string]: any;
|
|
1899
1912
|
});
|
|
1900
1913
|
}
|
|
1901
|
-
export declare class
|
|
1914
|
+
export declare class ListAcceleratorsResponse extends $tea.Model {
|
|
1902
1915
|
headers: {
|
|
1903
1916
|
[key: string]: string;
|
|
1904
1917
|
};
|
|
1905
|
-
body:
|
|
1918
|
+
body: ListAcceleratorsResponseBody;
|
|
1906
1919
|
static names(): {
|
|
1907
1920
|
[key: string]: string;
|
|
1908
1921
|
};
|
|
@@ -1913,10 +1926,13 @@ export declare class CreateEndpointGroupResponse extends $tea.Model {
|
|
|
1913
1926
|
[key: string]: any;
|
|
1914
1927
|
});
|
|
1915
1928
|
}
|
|
1916
|
-
export declare class
|
|
1929
|
+
export declare class ListAclsRequest extends $tea.Model {
|
|
1930
|
+
regionId?: string;
|
|
1917
1931
|
clientToken?: string;
|
|
1918
|
-
|
|
1919
|
-
|
|
1932
|
+
aclIds?: string[];
|
|
1933
|
+
aclName?: string;
|
|
1934
|
+
nextToken?: string;
|
|
1935
|
+
maxResults?: number;
|
|
1920
1936
|
static names(): {
|
|
1921
1937
|
[key: string]: string;
|
|
1922
1938
|
};
|
|
@@ -1927,8 +1943,12 @@ export declare class DeleteEndpointGroupRequest extends $tea.Model {
|
|
|
1927
1943
|
[key: string]: any;
|
|
1928
1944
|
});
|
|
1929
1945
|
}
|
|
1930
|
-
export declare class
|
|
1946
|
+
export declare class ListAclsResponseBody extends $tea.Model {
|
|
1931
1947
|
requestId?: string;
|
|
1948
|
+
totalCount?: number;
|
|
1949
|
+
nextToken?: string;
|
|
1950
|
+
maxResults?: number;
|
|
1951
|
+
acls?: ListAclsResponseBodyAcls[];
|
|
1932
1952
|
static names(): {
|
|
1933
1953
|
[key: string]: string;
|
|
1934
1954
|
};
|
|
@@ -1939,11 +1959,11 @@ export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
|
|
|
1939
1959
|
[key: string]: any;
|
|
1940
1960
|
});
|
|
1941
1961
|
}
|
|
1942
|
-
export declare class
|
|
1962
|
+
export declare class ListAclsResponse extends $tea.Model {
|
|
1943
1963
|
headers: {
|
|
1944
1964
|
[key: string]: string;
|
|
1945
1965
|
};
|
|
1946
|
-
body:
|
|
1966
|
+
body: ListAclsResponseBody;
|
|
1947
1967
|
static names(): {
|
|
1948
1968
|
[key: string]: string;
|
|
1949
1969
|
};
|
|
@@ -1954,10 +1974,8 @@ export declare class DeleteEndpointGroupResponse extends $tea.Model {
|
|
|
1954
1974
|
[key: string]: any;
|
|
1955
1975
|
});
|
|
1956
1976
|
}
|
|
1957
|
-
export declare class
|
|
1977
|
+
export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
|
|
1958
1978
|
regionId?: string;
|
|
1959
|
-
pageNumber?: number;
|
|
1960
|
-
pageSize?: number;
|
|
1961
1979
|
acceleratorId?: string;
|
|
1962
1980
|
static names(): {
|
|
1963
1981
|
[key: string]: string;
|
|
@@ -1969,12 +1987,9 @@ export declare class ListIpSetsRequest extends $tea.Model {
|
|
|
1969
1987
|
[key: string]: any;
|
|
1970
1988
|
});
|
|
1971
1989
|
}
|
|
1972
|
-
export declare class
|
|
1973
|
-
totalCount?: number;
|
|
1974
|
-
pageSize?: number;
|
|
1990
|
+
export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
|
|
1975
1991
|
requestId?: string;
|
|
1976
|
-
|
|
1977
|
-
ipSets?: ListIpSetsResponseBodyIpSets[];
|
|
1992
|
+
areas?: ListAvailableAccelerateAreasResponseBodyAreas[];
|
|
1978
1993
|
static names(): {
|
|
1979
1994
|
[key: string]: string;
|
|
1980
1995
|
};
|
|
@@ -1985,11 +2000,11 @@ export declare class ListIpSetsResponseBody extends $tea.Model {
|
|
|
1985
2000
|
[key: string]: any;
|
|
1986
2001
|
});
|
|
1987
2002
|
}
|
|
1988
|
-
export declare class
|
|
2003
|
+
export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
1989
2004
|
headers: {
|
|
1990
2005
|
[key: string]: string;
|
|
1991
2006
|
};
|
|
1992
|
-
body:
|
|
2007
|
+
body: ListAvailableAccelerateAreasResponseBody;
|
|
1993
2008
|
static names(): {
|
|
1994
2009
|
[key: string]: string;
|
|
1995
2010
|
};
|
|
@@ -2000,7 +2015,7 @@ export declare class ListIpSetsResponse extends $tea.Model {
|
|
|
2000
2015
|
[key: string]: any;
|
|
2001
2016
|
});
|
|
2002
2017
|
}
|
|
2003
|
-
export declare class
|
|
2018
|
+
export declare class ListAvailableBusiRegionsRequest extends $tea.Model {
|
|
2004
2019
|
regionId?: string;
|
|
2005
2020
|
acceleratorId?: string;
|
|
2006
2021
|
static names(): {
|
|
@@ -2013,8 +2028,9 @@ export declare class UpdateAcceleratorConfirmRequest extends $tea.Model {
|
|
|
2013
2028
|
[key: string]: any;
|
|
2014
2029
|
});
|
|
2015
2030
|
}
|
|
2016
|
-
export declare class
|
|
2031
|
+
export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
|
|
2017
2032
|
requestId?: string;
|
|
2033
|
+
regions?: ListAvailableBusiRegionsResponseBodyRegions[];
|
|
2018
2034
|
static names(): {
|
|
2019
2035
|
[key: string]: string;
|
|
2020
2036
|
};
|
|
@@ -2025,11 +2041,11 @@ export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
|
|
|
2025
2041
|
[key: string]: any;
|
|
2026
2042
|
});
|
|
2027
2043
|
}
|
|
2028
|
-
export declare class
|
|
2044
|
+
export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
2029
2045
|
headers: {
|
|
2030
2046
|
[key: string]: string;
|
|
2031
2047
|
};
|
|
2032
|
-
body:
|
|
2048
|
+
body: ListAvailableBusiRegionsResponseBody;
|
|
2033
2049
|
static names(): {
|
|
2034
2050
|
[key: string]: string;
|
|
2035
2051
|
};
|
|
@@ -2040,10 +2056,10 @@ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
2040
2056
|
[key: string]: any;
|
|
2041
2057
|
});
|
|
2042
2058
|
}
|
|
2043
|
-
export declare class
|
|
2059
|
+
export declare class ListBandwidthackagesRequest extends $tea.Model {
|
|
2044
2060
|
regionId?: string;
|
|
2045
|
-
|
|
2046
|
-
|
|
2061
|
+
pageNumber?: number;
|
|
2062
|
+
pageSize?: number;
|
|
2047
2063
|
static names(): {
|
|
2048
2064
|
[key: string]: string;
|
|
2049
2065
|
};
|
|
@@ -2054,10 +2070,12 @@ export declare class BandwidthPackageRemoveAcceleratorRequest extends $tea.Model
|
|
|
2054
2070
|
[key: string]: any;
|
|
2055
2071
|
});
|
|
2056
2072
|
}
|
|
2057
|
-
export declare class
|
|
2073
|
+
export declare class ListBandwidthackagesResponseBody extends $tea.Model {
|
|
2074
|
+
totalCount?: number;
|
|
2075
|
+
pageSize?: number;
|
|
2058
2076
|
requestId?: string;
|
|
2059
|
-
|
|
2060
|
-
|
|
2077
|
+
pageNumber?: number;
|
|
2078
|
+
bandwidthPackages?: ListBandwidthackagesResponseBodyBandwidthPackages[];
|
|
2061
2079
|
static names(): {
|
|
2062
2080
|
[key: string]: string;
|
|
2063
2081
|
};
|
|
@@ -2068,11 +2086,11 @@ export declare class BandwidthPackageRemoveAcceleratorResponseBody extends $tea.
|
|
|
2068
2086
|
[key: string]: any;
|
|
2069
2087
|
});
|
|
2070
2088
|
}
|
|
2071
|
-
export declare class
|
|
2089
|
+
export declare class ListBandwidthackagesResponse extends $tea.Model {
|
|
2072
2090
|
headers: {
|
|
2073
2091
|
[key: string]: string;
|
|
2074
2092
|
};
|
|
2075
|
-
body:
|
|
2093
|
+
body: ListBandwidthackagesResponseBody;
|
|
2076
2094
|
static names(): {
|
|
2077
2095
|
[key: string]: string;
|
|
2078
2096
|
};
|
|
@@ -2083,12 +2101,13 @@ export declare class BandwidthPackageRemoveAcceleratorResponse extends $tea.Mode
|
|
|
2083
2101
|
[key: string]: any;
|
|
2084
2102
|
});
|
|
2085
2103
|
}
|
|
2086
|
-
export declare class
|
|
2104
|
+
export declare class ListBandwidthPackagesRequest extends $tea.Model {
|
|
2087
2105
|
regionId?: string;
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2106
|
+
pageNumber?: number;
|
|
2107
|
+
pageSize?: number;
|
|
2108
|
+
state?: string;
|
|
2109
|
+
type?: string;
|
|
2110
|
+
bandwidthPackageId?: string;
|
|
2092
2111
|
static names(): {
|
|
2093
2112
|
[key: string]: string;
|
|
2094
2113
|
};
|
|
@@ -2099,9 +2118,12 @@ export declare class DeleteForwardingRulesRequest extends $tea.Model {
|
|
|
2099
2118
|
[key: string]: any;
|
|
2100
2119
|
});
|
|
2101
2120
|
}
|
|
2102
|
-
export declare class
|
|
2103
|
-
|
|
2121
|
+
export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
|
|
2122
|
+
totalCount?: number;
|
|
2123
|
+
pageSize?: number;
|
|
2104
2124
|
requestId?: string;
|
|
2125
|
+
pageNumber?: number;
|
|
2126
|
+
bandwidthPackages?: ListBandwidthPackagesResponseBodyBandwidthPackages[];
|
|
2105
2127
|
static names(): {
|
|
2106
2128
|
[key: string]: string;
|
|
2107
2129
|
};
|
|
@@ -2112,11 +2134,11 @@ export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
|
|
|
2112
2134
|
[key: string]: any;
|
|
2113
2135
|
});
|
|
2114
2136
|
}
|
|
2115
|
-
export declare class
|
|
2137
|
+
export declare class ListBandwidthPackagesResponse extends $tea.Model {
|
|
2116
2138
|
headers: {
|
|
2117
2139
|
[key: string]: string;
|
|
2118
2140
|
};
|
|
2119
|
-
body:
|
|
2141
|
+
body: ListBandwidthPackagesResponseBody;
|
|
2120
2142
|
static names(): {
|
|
2121
2143
|
[key: string]: string;
|
|
2122
2144
|
};
|
|
@@ -2127,12 +2149,8 @@ export declare class DeleteForwardingRulesResponse extends $tea.Model {
|
|
|
2127
2149
|
[key: string]: any;
|
|
2128
2150
|
});
|
|
2129
2151
|
}
|
|
2130
|
-
export declare class
|
|
2152
|
+
export declare class ListBusiRegionsRequest extends $tea.Model {
|
|
2131
2153
|
regionId?: string;
|
|
2132
|
-
aclIds?: string[];
|
|
2133
|
-
listenerId?: string;
|
|
2134
|
-
clientToken?: string;
|
|
2135
|
-
dryRun?: boolean;
|
|
2136
2154
|
static names(): {
|
|
2137
2155
|
[key: string]: string;
|
|
2138
2156
|
};
|
|
@@ -2143,10 +2161,9 @@ export declare class DissociateAclsFromListenerRequest extends $tea.Model {
|
|
|
2143
2161
|
[key: string]: any;
|
|
2144
2162
|
});
|
|
2145
2163
|
}
|
|
2146
|
-
export declare class
|
|
2164
|
+
export declare class ListBusiRegionsResponseBody extends $tea.Model {
|
|
2147
2165
|
requestId?: string;
|
|
2148
|
-
|
|
2149
|
-
listenerId?: string;
|
|
2166
|
+
regions?: ListBusiRegionsResponseBodyRegions[];
|
|
2150
2167
|
static names(): {
|
|
2151
2168
|
[key: string]: string;
|
|
2152
2169
|
};
|
|
@@ -2157,11 +2174,11 @@ export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
|
|
|
2157
2174
|
[key: string]: any;
|
|
2158
2175
|
});
|
|
2159
2176
|
}
|
|
2160
|
-
export declare class
|
|
2177
|
+
export declare class ListBusiRegionsResponse extends $tea.Model {
|
|
2161
2178
|
headers: {
|
|
2162
2179
|
[key: string]: string;
|
|
2163
2180
|
};
|
|
2164
|
-
body:
|
|
2181
|
+
body: ListBusiRegionsResponseBody;
|
|
2165
2182
|
static names(): {
|
|
2166
2183
|
[key: string]: string;
|
|
2167
2184
|
};
|
|
@@ -2172,8 +2189,15 @@ export declare class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
|
2172
2189
|
[key: string]: any;
|
|
2173
2190
|
});
|
|
2174
2191
|
}
|
|
2175
|
-
export declare class
|
|
2192
|
+
export declare class ListEndpointGroupsRequest extends $tea.Model {
|
|
2176
2193
|
regionId?: string;
|
|
2194
|
+
pageNumber?: number;
|
|
2195
|
+
pageSize?: number;
|
|
2196
|
+
acceleratorId?: string;
|
|
2197
|
+
listenerId?: string;
|
|
2198
|
+
endpointGroupType?: string;
|
|
2199
|
+
accessLogSwitch?: string;
|
|
2200
|
+
endpointGroupId?: string;
|
|
2177
2201
|
static names(): {
|
|
2178
2202
|
[key: string]: string;
|
|
2179
2203
|
};
|
|
@@ -2184,9 +2208,12 @@ export declare class ListAccelerateAreasRequest extends $tea.Model {
|
|
|
2184
2208
|
[key: string]: any;
|
|
2185
2209
|
});
|
|
2186
2210
|
}
|
|
2187
|
-
export declare class
|
|
2211
|
+
export declare class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
2212
|
+
totalCount?: number;
|
|
2213
|
+
pageSize?: number;
|
|
2188
2214
|
requestId?: string;
|
|
2189
|
-
|
|
2215
|
+
pageNumber?: number;
|
|
2216
|
+
endpointGroups?: ListEndpointGroupsResponseBodyEndpointGroups[];
|
|
2190
2217
|
static names(): {
|
|
2191
2218
|
[key: string]: string;
|
|
2192
2219
|
};
|
|
@@ -2197,11 +2224,11 @@ export declare class ListAccelerateAreasResponseBody extends $tea.Model {
|
|
|
2197
2224
|
[key: string]: any;
|
|
2198
2225
|
});
|
|
2199
2226
|
}
|
|
2200
|
-
export declare class
|
|
2227
|
+
export declare class ListEndpointGroupsResponse extends $tea.Model {
|
|
2201
2228
|
headers: {
|
|
2202
2229
|
[key: string]: string;
|
|
2203
2230
|
};
|
|
2204
|
-
body:
|
|
2231
|
+
body: ListEndpointGroupsResponseBody;
|
|
2205
2232
|
static names(): {
|
|
2206
2233
|
[key: string]: string;
|
|
2207
2234
|
};
|
|
@@ -2212,11 +2239,12 @@ export declare class ListAccelerateAreasResponse extends $tea.Model {
|
|
|
2212
2239
|
[key: string]: any;
|
|
2213
2240
|
});
|
|
2214
2241
|
}
|
|
2215
|
-
export declare class
|
|
2242
|
+
export declare class ListForwardingRulesRequest extends $tea.Model {
|
|
2216
2243
|
regionId?: string;
|
|
2217
|
-
|
|
2218
|
-
role?: string;
|
|
2244
|
+
clientToken?: string;
|
|
2219
2245
|
listenerId?: string;
|
|
2246
|
+
acceleratorId?: string;
|
|
2247
|
+
forwardingRuleId?: string;
|
|
2220
2248
|
nextToken?: string;
|
|
2221
2249
|
maxResults?: number;
|
|
2222
2250
|
static names(): {
|
|
@@ -2229,12 +2257,12 @@ export declare class ListListenerCertificatesRequest extends $tea.Model {
|
|
|
2229
2257
|
[key: string]: any;
|
|
2230
2258
|
});
|
|
2231
2259
|
}
|
|
2232
|
-
export declare class
|
|
2260
|
+
export declare class ListForwardingRulesResponseBody extends $tea.Model {
|
|
2233
2261
|
requestId?: string;
|
|
2234
2262
|
totalCount?: number;
|
|
2235
2263
|
nextToken?: string;
|
|
2236
2264
|
maxResults?: number;
|
|
2237
|
-
|
|
2265
|
+
forwardingRules?: ListForwardingRulesResponseBodyForwardingRules[];
|
|
2238
2266
|
static names(): {
|
|
2239
2267
|
[key: string]: string;
|
|
2240
2268
|
};
|
|
@@ -2245,11 +2273,11 @@ export declare class ListListenerCertificatesResponseBody extends $tea.Model {
|
|
|
2245
2273
|
[key: string]: any;
|
|
2246
2274
|
});
|
|
2247
2275
|
}
|
|
2248
|
-
export declare class
|
|
2276
|
+
export declare class ListForwardingRulesResponse extends $tea.Model {
|
|
2249
2277
|
headers: {
|
|
2250
2278
|
[key: string]: string;
|
|
2251
2279
|
};
|
|
2252
|
-
body:
|
|
2280
|
+
body: ListForwardingRulesResponseBody;
|
|
2253
2281
|
static names(): {
|
|
2254
2282
|
[key: string]: string;
|
|
2255
2283
|
};
|
|
@@ -2260,11 +2288,11 @@ export declare class ListListenerCertificatesResponse extends $tea.Model {
|
|
|
2260
2288
|
[key: string]: any;
|
|
2261
2289
|
});
|
|
2262
2290
|
}
|
|
2263
|
-
export declare class
|
|
2291
|
+
export declare class ListIpSetsRequest extends $tea.Model {
|
|
2264
2292
|
regionId?: string;
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2293
|
+
pageNumber?: number;
|
|
2294
|
+
pageSize?: number;
|
|
2295
|
+
acceleratorId?: string;
|
|
2268
2296
|
static names(): {
|
|
2269
2297
|
[key: string]: string;
|
|
2270
2298
|
};
|
|
@@ -2275,8 +2303,12 @@ export declare class UpdateIpSetRequest extends $tea.Model {
|
|
|
2275
2303
|
[key: string]: any;
|
|
2276
2304
|
});
|
|
2277
2305
|
}
|
|
2278
|
-
export declare class
|
|
2306
|
+
export declare class ListIpSetsResponseBody extends $tea.Model {
|
|
2307
|
+
totalCount?: number;
|
|
2308
|
+
pageSize?: number;
|
|
2279
2309
|
requestId?: string;
|
|
2310
|
+
pageNumber?: number;
|
|
2311
|
+
ipSets?: ListIpSetsResponseBodyIpSets[];
|
|
2280
2312
|
static names(): {
|
|
2281
2313
|
[key: string]: string;
|
|
2282
2314
|
};
|
|
@@ -2287,11 +2319,11 @@ export declare class UpdateIpSetResponseBody extends $tea.Model {
|
|
|
2287
2319
|
[key: string]: any;
|
|
2288
2320
|
});
|
|
2289
2321
|
}
|
|
2290
|
-
export declare class
|
|
2322
|
+
export declare class ListIpSetsResponse extends $tea.Model {
|
|
2291
2323
|
headers: {
|
|
2292
2324
|
[key: string]: string;
|
|
2293
2325
|
};
|
|
2294
|
-
body:
|
|
2326
|
+
body: ListIpSetsResponseBody;
|
|
2295
2327
|
static names(): {
|
|
2296
2328
|
[key: string]: string;
|
|
2297
2329
|
};
|
|
@@ -2302,13 +2334,13 @@ export declare class UpdateIpSetResponse extends $tea.Model {
|
|
|
2302
2334
|
[key: string]: any;
|
|
2303
2335
|
});
|
|
2304
2336
|
}
|
|
2305
|
-
export declare class
|
|
2337
|
+
export declare class ListListenerCertificatesRequest extends $tea.Model {
|
|
2306
2338
|
regionId?: string;
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2339
|
+
acceleratorId?: string;
|
|
2340
|
+
role?: string;
|
|
2341
|
+
listenerId?: string;
|
|
2342
|
+
nextToken?: string;
|
|
2343
|
+
maxResults?: number;
|
|
2312
2344
|
static names(): {
|
|
2313
2345
|
[key: string]: string;
|
|
2314
2346
|
};
|
|
@@ -2319,9 +2351,12 @@ export declare class CreateAclRequest extends $tea.Model {
|
|
|
2319
2351
|
[key: string]: any;
|
|
2320
2352
|
});
|
|
2321
2353
|
}
|
|
2322
|
-
export declare class
|
|
2354
|
+
export declare class ListListenerCertificatesResponseBody extends $tea.Model {
|
|
2323
2355
|
requestId?: string;
|
|
2324
|
-
|
|
2356
|
+
totalCount?: number;
|
|
2357
|
+
nextToken?: string;
|
|
2358
|
+
maxResults?: number;
|
|
2359
|
+
certificates?: ListListenerCertificatesResponseBodyCertificates[];
|
|
2325
2360
|
static names(): {
|
|
2326
2361
|
[key: string]: string;
|
|
2327
2362
|
};
|
|
@@ -2332,11 +2367,11 @@ export declare class CreateAclResponseBody extends $tea.Model {
|
|
|
2332
2367
|
[key: string]: any;
|
|
2333
2368
|
});
|
|
2334
2369
|
}
|
|
2335
|
-
export declare class
|
|
2370
|
+
export declare class ListListenerCertificatesResponse extends $tea.Model {
|
|
2336
2371
|
headers: {
|
|
2337
2372
|
[key: string]: string;
|
|
2338
2373
|
};
|
|
2339
|
-
body:
|
|
2374
|
+
body: ListListenerCertificatesResponseBody;
|
|
2340
2375
|
static names(): {
|
|
2341
2376
|
[key: string]: string;
|
|
2342
2377
|
};
|
|
@@ -2347,8 +2382,11 @@ export declare class CreateAclResponse extends $tea.Model {
|
|
|
2347
2382
|
[key: string]: any;
|
|
2348
2383
|
});
|
|
2349
2384
|
}
|
|
2350
|
-
export declare class
|
|
2385
|
+
export declare class ListListenersRequest extends $tea.Model {
|
|
2351
2386
|
regionId?: string;
|
|
2387
|
+
pageNumber?: number;
|
|
2388
|
+
pageSize?: number;
|
|
2389
|
+
acceleratorId?: string;
|
|
2352
2390
|
static names(): {
|
|
2353
2391
|
[key: string]: string;
|
|
2354
2392
|
};
|
|
@@ -2359,9 +2397,12 @@ export declare class DescribeRegionsRequest extends $tea.Model {
|
|
|
2359
2397
|
[key: string]: any;
|
|
2360
2398
|
});
|
|
2361
2399
|
}
|
|
2362
|
-
export declare class
|
|
2400
|
+
export declare class ListListenersResponseBody extends $tea.Model {
|
|
2401
|
+
totalCount?: number;
|
|
2402
|
+
listeners?: ListListenersResponseBodyListeners[];
|
|
2403
|
+
pageSize?: number;
|
|
2363
2404
|
requestId?: string;
|
|
2364
|
-
|
|
2405
|
+
pageNumber?: number;
|
|
2365
2406
|
static names(): {
|
|
2366
2407
|
[key: string]: string;
|
|
2367
2408
|
};
|
|
@@ -2372,11 +2413,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
2372
2413
|
[key: string]: any;
|
|
2373
2414
|
});
|
|
2374
2415
|
}
|
|
2375
|
-
export declare class
|
|
2416
|
+
export declare class ListListenersResponse extends $tea.Model {
|
|
2376
2417
|
headers: {
|
|
2377
2418
|
[key: string]: string;
|
|
2378
2419
|
};
|
|
2379
|
-
body:
|
|
2420
|
+
body: ListListenersResponseBody;
|
|
2380
2421
|
static names(): {
|
|
2381
2422
|
[key: string]: string;
|
|
2382
2423
|
};
|
|
@@ -2387,18 +2428,11 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2387
2428
|
[key: string]: any;
|
|
2388
2429
|
});
|
|
2389
2430
|
}
|
|
2390
|
-
export declare class
|
|
2431
|
+
export declare class ListSpareIpsRequest extends $tea.Model {
|
|
2391
2432
|
regionId?: string;
|
|
2392
2433
|
clientToken?: string;
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
clientAffinity?: string;
|
|
2396
|
-
protocol?: string;
|
|
2397
|
-
listenerId?: string;
|
|
2398
|
-
proxyProtocol?: string;
|
|
2399
|
-
portRanges?: UpdateListenerRequestPortRanges[];
|
|
2400
|
-
certificates?: UpdateListenerRequestCertificates[];
|
|
2401
|
-
backendPorts?: UpdateListenerRequestBackendPorts[];
|
|
2434
|
+
dryRun?: boolean;
|
|
2435
|
+
acceleratorId?: string;
|
|
2402
2436
|
static names(): {
|
|
2403
2437
|
[key: string]: string;
|
|
2404
2438
|
};
|
|
@@ -2409,8 +2443,9 @@ export declare class UpdateListenerRequest extends $tea.Model {
|
|
|
2409
2443
|
[key: string]: any;
|
|
2410
2444
|
});
|
|
2411
2445
|
}
|
|
2412
|
-
export declare class
|
|
2446
|
+
export declare class ListSpareIpsResponseBody extends $tea.Model {
|
|
2413
2447
|
requestId?: string;
|
|
2448
|
+
spareIps?: ListSpareIpsResponseBodySpareIps[];
|
|
2414
2449
|
static names(): {
|
|
2415
2450
|
[key: string]: string;
|
|
2416
2451
|
};
|
|
@@ -2421,11 +2456,11 @@ export declare class UpdateListenerResponseBody extends $tea.Model {
|
|
|
2421
2456
|
[key: string]: any;
|
|
2422
2457
|
});
|
|
2423
2458
|
}
|
|
2424
|
-
export declare class
|
|
2459
|
+
export declare class ListSpareIpsResponse extends $tea.Model {
|
|
2425
2460
|
headers: {
|
|
2426
2461
|
[key: string]: string;
|
|
2427
2462
|
};
|
|
2428
|
-
body:
|
|
2463
|
+
body: ListSpareIpsResponseBody;
|
|
2429
2464
|
static names(): {
|
|
2430
2465
|
[key: string]: string;
|
|
2431
2466
|
};
|
|
@@ -2436,9 +2471,10 @@ export declare class UpdateListenerResponse extends $tea.Model {
|
|
|
2436
2471
|
[key: string]: any;
|
|
2437
2472
|
});
|
|
2438
2473
|
}
|
|
2439
|
-
export declare class
|
|
2474
|
+
export declare class ListSystemSecurityPoliciesRequest extends $tea.Model {
|
|
2440
2475
|
regionId?: string;
|
|
2441
|
-
|
|
2476
|
+
pageNumber?: number;
|
|
2477
|
+
pageSize?: number;
|
|
2442
2478
|
static names(): {
|
|
2443
2479
|
[key: string]: string;
|
|
2444
2480
|
};
|
|
@@ -2449,9 +2485,12 @@ export declare class ListAvailableBusiRegionsRequest extends $tea.Model {
|
|
|
2449
2485
|
[key: string]: any;
|
|
2450
2486
|
});
|
|
2451
2487
|
}
|
|
2452
|
-
export declare class
|
|
2488
|
+
export declare class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
|
|
2453
2489
|
requestId?: string;
|
|
2454
|
-
|
|
2490
|
+
totalCount?: number;
|
|
2491
|
+
pageSize?: number;
|
|
2492
|
+
pageNumber?: number;
|
|
2493
|
+
securityPolicies?: ListSystemSecurityPoliciesResponseBodySecurityPolicies[];
|
|
2455
2494
|
static names(): {
|
|
2456
2495
|
[key: string]: string;
|
|
2457
2496
|
};
|
|
@@ -2462,11 +2501,11 @@ export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
|
|
|
2462
2501
|
[key: string]: any;
|
|
2463
2502
|
});
|
|
2464
2503
|
}
|
|
2465
|
-
export declare class
|
|
2504
|
+
export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
2466
2505
|
headers: {
|
|
2467
2506
|
[key: string]: string;
|
|
2468
2507
|
};
|
|
2469
|
-
body:
|
|
2508
|
+
body: ListSystemSecurityPoliciesResponseBody;
|
|
2470
2509
|
static names(): {
|
|
2471
2510
|
[key: string]: string;
|
|
2472
2511
|
};
|
|
@@ -2477,15 +2516,12 @@ export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
|
2477
2516
|
[key: string]: any;
|
|
2478
2517
|
});
|
|
2479
2518
|
}
|
|
2480
|
-
export declare class
|
|
2519
|
+
export declare class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
2481
2520
|
regionId?: string;
|
|
2521
|
+
aclId?: string;
|
|
2522
|
+
aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
|
|
2482
2523
|
clientToken?: string;
|
|
2483
|
-
|
|
2484
|
-
description?: string;
|
|
2485
|
-
acceleratorId?: string;
|
|
2486
|
-
spec?: string;
|
|
2487
|
-
autoPay?: boolean;
|
|
2488
|
-
autoUseCoupon?: boolean;
|
|
2524
|
+
dryRun?: boolean;
|
|
2489
2525
|
static names(): {
|
|
2490
2526
|
[key: string]: string;
|
|
2491
2527
|
};
|
|
@@ -2496,8 +2532,9 @@ export declare class UpdateAcceleratorRequest extends $tea.Model {
|
|
|
2496
2532
|
[key: string]: any;
|
|
2497
2533
|
});
|
|
2498
2534
|
}
|
|
2499
|
-
export declare class
|
|
2535
|
+
export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
2500
2536
|
requestId?: string;
|
|
2537
|
+
aclId?: string;
|
|
2501
2538
|
static names(): {
|
|
2502
2539
|
[key: string]: string;
|
|
2503
2540
|
};
|
|
@@ -2508,11 +2545,11 @@ export declare class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
|
2508
2545
|
[key: string]: any;
|
|
2509
2546
|
});
|
|
2510
2547
|
}
|
|
2511
|
-
export declare class
|
|
2548
|
+
export declare class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
2512
2549
|
headers: {
|
|
2513
2550
|
[key: string]: string;
|
|
2514
2551
|
};
|
|
2515
|
-
body:
|
|
2552
|
+
body: RemoveEntriesFromAclResponseBody;
|
|
2516
2553
|
static names(): {
|
|
2517
2554
|
[key: string]: string;
|
|
2518
2555
|
};
|
|
@@ -2523,11 +2560,10 @@ export declare class UpdateAcceleratorResponse extends $tea.Model {
|
|
|
2523
2560
|
[key: string]: any;
|
|
2524
2561
|
});
|
|
2525
2562
|
}
|
|
2526
|
-
export declare class
|
|
2563
|
+
export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
|
|
2527
2564
|
regionId?: string;
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
endpointGroupIds?: string[];
|
|
2565
|
+
bandwidthPackageId?: string;
|
|
2566
|
+
targetBandwidthPackageId?: string;
|
|
2531
2567
|
static names(): {
|
|
2532
2568
|
[key: string]: string;
|
|
2533
2569
|
};
|
|
@@ -2538,7 +2574,7 @@ export declare class DeleteEndpointGroupsRequest extends $tea.Model {
|
|
|
2538
2574
|
[key: string]: any;
|
|
2539
2575
|
});
|
|
2540
2576
|
}
|
|
2541
|
-
export declare class
|
|
2577
|
+
export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
2542
2578
|
requestId?: string;
|
|
2543
2579
|
static names(): {
|
|
2544
2580
|
[key: string]: string;
|
|
@@ -2550,11 +2586,11 @@ export declare class DeleteEndpointGroupsResponseBody extends $tea.Model {
|
|
|
2550
2586
|
[key: string]: any;
|
|
2551
2587
|
});
|
|
2552
2588
|
}
|
|
2553
|
-
export declare class
|
|
2589
|
+
export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
2554
2590
|
headers: {
|
|
2555
2591
|
[key: string]: string;
|
|
2556
2592
|
};
|
|
2557
|
-
body:
|
|
2593
|
+
body: ReplaceBandwidthPackageResponseBody;
|
|
2558
2594
|
static names(): {
|
|
2559
2595
|
[key: string]: string;
|
|
2560
2596
|
};
|
|
@@ -2565,11 +2601,15 @@ export declare class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
|
2565
2601
|
[key: string]: any;
|
|
2566
2602
|
});
|
|
2567
2603
|
}
|
|
2568
|
-
export declare class
|
|
2604
|
+
export declare class UpdateAcceleratorRequest extends $tea.Model {
|
|
2569
2605
|
regionId?: string;
|
|
2570
2606
|
clientToken?: string;
|
|
2607
|
+
name?: string;
|
|
2608
|
+
description?: string;
|
|
2571
2609
|
acceleratorId?: string;
|
|
2572
|
-
|
|
2610
|
+
spec?: string;
|
|
2611
|
+
autoPay?: boolean;
|
|
2612
|
+
autoUseCoupon?: boolean;
|
|
2573
2613
|
static names(): {
|
|
2574
2614
|
[key: string]: string;
|
|
2575
2615
|
};
|
|
@@ -2580,7 +2620,7 @@ export declare class DeleteIpSetRequest extends $tea.Model {
|
|
|
2580
2620
|
[key: string]: any;
|
|
2581
2621
|
});
|
|
2582
2622
|
}
|
|
2583
|
-
export declare class
|
|
2623
|
+
export declare class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
2584
2624
|
requestId?: string;
|
|
2585
2625
|
static names(): {
|
|
2586
2626
|
[key: string]: string;
|
|
@@ -2592,11 +2632,11 @@ export declare class DeleteIpSetResponseBody extends $tea.Model {
|
|
|
2592
2632
|
[key: string]: any;
|
|
2593
2633
|
});
|
|
2594
2634
|
}
|
|
2595
|
-
export declare class
|
|
2635
|
+
export declare class UpdateAcceleratorResponse extends $tea.Model {
|
|
2596
2636
|
headers: {
|
|
2597
2637
|
[key: string]: string;
|
|
2598
2638
|
};
|
|
2599
|
-
body:
|
|
2639
|
+
body: UpdateAcceleratorResponseBody;
|
|
2600
2640
|
static names(): {
|
|
2601
2641
|
[key: string]: string;
|
|
2602
2642
|
};
|
|
@@ -2607,12 +2647,9 @@ export declare class DeleteIpSetResponse extends $tea.Model {
|
|
|
2607
2647
|
[key: string]: any;
|
|
2608
2648
|
});
|
|
2609
2649
|
}
|
|
2610
|
-
export declare class
|
|
2650
|
+
export declare class UpdateAcceleratorConfirmRequest extends $tea.Model {
|
|
2611
2651
|
regionId?: string;
|
|
2612
|
-
|
|
2613
|
-
dryRun?: boolean;
|
|
2614
|
-
endpointGroupConfigurations?: UpdateEndpointGroupsRequestEndpointGroupConfigurations[];
|
|
2615
|
-
listenerId?: string;
|
|
2652
|
+
acceleratorId?: string;
|
|
2616
2653
|
static names(): {
|
|
2617
2654
|
[key: string]: string;
|
|
2618
2655
|
};
|
|
@@ -2623,9 +2660,8 @@ export declare class UpdateEndpointGroupsRequest extends $tea.Model {
|
|
|
2623
2660
|
[key: string]: any;
|
|
2624
2661
|
});
|
|
2625
2662
|
}
|
|
2626
|
-
export declare class
|
|
2663
|
+
export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
|
|
2627
2664
|
requestId?: string;
|
|
2628
|
-
endpointGroupIds?: string[];
|
|
2629
2665
|
static names(): {
|
|
2630
2666
|
[key: string]: string;
|
|
2631
2667
|
};
|
|
@@ -2636,11 +2672,11 @@ export declare class UpdateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
2636
2672
|
[key: string]: any;
|
|
2637
2673
|
});
|
|
2638
2674
|
}
|
|
2639
|
-
export declare class
|
|
2675
|
+
export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
2640
2676
|
headers: {
|
|
2641
2677
|
[key: string]: string;
|
|
2642
2678
|
};
|
|
2643
|
-
body:
|
|
2679
|
+
body: UpdateAcceleratorConfirmResponseBody;
|
|
2644
2680
|
static names(): {
|
|
2645
2681
|
[key: string]: string;
|
|
2646
2682
|
};
|
|
@@ -2651,9 +2687,12 @@ export declare class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
|
2651
2687
|
[key: string]: any;
|
|
2652
2688
|
});
|
|
2653
2689
|
}
|
|
2654
|
-
export declare class
|
|
2690
|
+
export declare class UpdateAclAttributeRequest extends $tea.Model {
|
|
2655
2691
|
regionId?: string;
|
|
2656
|
-
|
|
2692
|
+
aclId?: string;
|
|
2693
|
+
aclName?: string;
|
|
2694
|
+
clientToken?: string;
|
|
2695
|
+
dryRun?: boolean;
|
|
2657
2696
|
static names(): {
|
|
2658
2697
|
[key: string]: string;
|
|
2659
2698
|
};
|
|
@@ -2664,8 +2703,9 @@ export declare class DeleteIpSetsRequest extends $tea.Model {
|
|
|
2664
2703
|
[key: string]: any;
|
|
2665
2704
|
});
|
|
2666
2705
|
}
|
|
2667
|
-
export declare class
|
|
2706
|
+
export declare class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
2668
2707
|
requestId?: string;
|
|
2708
|
+
aclId?: string;
|
|
2669
2709
|
static names(): {
|
|
2670
2710
|
[key: string]: string;
|
|
2671
2711
|
};
|
|
@@ -2676,11 +2716,11 @@ export declare class DeleteIpSetsResponseBody extends $tea.Model {
|
|
|
2676
2716
|
[key: string]: any;
|
|
2677
2717
|
});
|
|
2678
2718
|
}
|
|
2679
|
-
export declare class
|
|
2719
|
+
export declare class UpdateAclAttributeResponse extends $tea.Model {
|
|
2680
2720
|
headers: {
|
|
2681
2721
|
[key: string]: string;
|
|
2682
2722
|
};
|
|
2683
|
-
body:
|
|
2723
|
+
body: UpdateAclAttributeResponseBody;
|
|
2684
2724
|
static names(): {
|
|
2685
2725
|
[key: string]: string;
|
|
2686
2726
|
};
|
|
@@ -2691,10 +2731,15 @@ export declare class DeleteIpSetsResponse extends $tea.Model {
|
|
|
2691
2731
|
[key: string]: any;
|
|
2692
2732
|
});
|
|
2693
2733
|
}
|
|
2694
|
-
export declare class
|
|
2734
|
+
export declare class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
2695
2735
|
regionId?: string;
|
|
2696
2736
|
bandwidthPackageId?: string;
|
|
2697
|
-
|
|
2737
|
+
name?: string;
|
|
2738
|
+
description?: string;
|
|
2739
|
+
bandwidth?: number;
|
|
2740
|
+
bandwidthType?: string;
|
|
2741
|
+
autoPay?: boolean;
|
|
2742
|
+
autoUseCoupon?: boolean;
|
|
2698
2743
|
static names(): {
|
|
2699
2744
|
[key: string]: string;
|
|
2700
2745
|
};
|
|
@@ -2705,10 +2750,11 @@ export declare class BandwidthPackageAddAcceleratorRequest extends $tea.Model {
|
|
|
2705
2750
|
[key: string]: any;
|
|
2706
2751
|
});
|
|
2707
2752
|
}
|
|
2708
|
-
export declare class
|
|
2753
|
+
export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
2754
|
+
bandwidthPackage?: string;
|
|
2755
|
+
description?: string;
|
|
2709
2756
|
requestId?: string;
|
|
2710
|
-
|
|
2711
|
-
bandwidthPackageId?: string;
|
|
2757
|
+
name?: string;
|
|
2712
2758
|
static names(): {
|
|
2713
2759
|
[key: string]: string;
|
|
2714
2760
|
};
|
|
@@ -2719,11 +2765,11 @@ export declare class BandwidthPackageAddAcceleratorResponseBody extends $tea.Mod
|
|
|
2719
2765
|
[key: string]: any;
|
|
2720
2766
|
});
|
|
2721
2767
|
}
|
|
2722
|
-
export declare class
|
|
2768
|
+
export declare class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
2723
2769
|
headers: {
|
|
2724
2770
|
[key: string]: string;
|
|
2725
2771
|
};
|
|
2726
|
-
body:
|
|
2772
|
+
body: UpdateBandwidthPackageResponseBody;
|
|
2727
2773
|
static names(): {
|
|
2728
2774
|
[key: string]: string;
|
|
2729
2775
|
};
|
|
@@ -2734,12 +2780,23 @@ export declare class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
|
|
|
2734
2780
|
[key: string]: any;
|
|
2735
2781
|
});
|
|
2736
2782
|
}
|
|
2737
|
-
export declare class
|
|
2783
|
+
export declare class UpdateEndpointGroupRequest extends $tea.Model {
|
|
2738
2784
|
regionId?: string;
|
|
2739
|
-
aclId?: string;
|
|
2740
|
-
aclName?: string;
|
|
2741
2785
|
clientToken?: string;
|
|
2742
|
-
|
|
2786
|
+
endpointGroupId?: string;
|
|
2787
|
+
name?: string;
|
|
2788
|
+
description?: string;
|
|
2789
|
+
endpointGroupRegion?: string;
|
|
2790
|
+
trafficPercentage?: number;
|
|
2791
|
+
healthCheckIntervalSeconds?: number;
|
|
2792
|
+
healthCheckPath?: string;
|
|
2793
|
+
healthCheckPort?: number;
|
|
2794
|
+
healthCheckProtocol?: string;
|
|
2795
|
+
thresholdCount?: number;
|
|
2796
|
+
endpointConfigurations?: UpdateEndpointGroupRequestEndpointConfigurations[];
|
|
2797
|
+
endpointRequestProtocol?: string;
|
|
2798
|
+
portOverrides?: UpdateEndpointGroupRequestPortOverrides[];
|
|
2799
|
+
healthCheckEnabled?: boolean;
|
|
2743
2800
|
static names(): {
|
|
2744
2801
|
[key: string]: string;
|
|
2745
2802
|
};
|
|
@@ -2750,9 +2807,8 @@ export declare class UpdateAclAttributeRequest extends $tea.Model {
|
|
|
2750
2807
|
[key: string]: any;
|
|
2751
2808
|
});
|
|
2752
2809
|
}
|
|
2753
|
-
export declare class
|
|
2810
|
+
export declare class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
2754
2811
|
requestId?: string;
|
|
2755
|
-
aclId?: string;
|
|
2756
2812
|
static names(): {
|
|
2757
2813
|
[key: string]: string;
|
|
2758
2814
|
};
|
|
@@ -2763,11 +2819,11 @@ export declare class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
|
2763
2819
|
[key: string]: any;
|
|
2764
2820
|
});
|
|
2765
2821
|
}
|
|
2766
|
-
export declare class
|
|
2822
|
+
export declare class UpdateEndpointGroupResponse extends $tea.Model {
|
|
2767
2823
|
headers: {
|
|
2768
2824
|
[key: string]: string;
|
|
2769
2825
|
};
|
|
2770
|
-
body:
|
|
2826
|
+
body: UpdateEndpointGroupResponseBody;
|
|
2771
2827
|
static names(): {
|
|
2772
2828
|
[key: string]: string;
|
|
2773
2829
|
};
|
|
@@ -2778,12 +2834,12 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
2778
2834
|
[key: string]: any;
|
|
2779
2835
|
});
|
|
2780
2836
|
}
|
|
2781
|
-
export declare class
|
|
2837
|
+
export declare class UpdateEndpointGroupAttributeRequest extends $tea.Model {
|
|
2782
2838
|
regionId?: string;
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2839
|
+
clientToken?: string;
|
|
2840
|
+
endpointGroupId?: string;
|
|
2841
|
+
name?: string;
|
|
2842
|
+
description?: string;
|
|
2787
2843
|
static names(): {
|
|
2788
2844
|
[key: string]: string;
|
|
2789
2845
|
};
|
|
@@ -2794,12 +2850,8 @@ export declare class ListAcceleratorsRequest extends $tea.Model {
|
|
|
2794
2850
|
[key: string]: any;
|
|
2795
2851
|
});
|
|
2796
2852
|
}
|
|
2797
|
-
export declare class
|
|
2798
|
-
totalCount?: number;
|
|
2799
|
-
pageSize?: number;
|
|
2853
|
+
export declare class UpdateEndpointGroupAttributeResponseBody extends $tea.Model {
|
|
2800
2854
|
requestId?: string;
|
|
2801
|
-
accelerators?: ListAcceleratorsResponseBodyAccelerators[];
|
|
2802
|
-
pageNumber?: number;
|
|
2803
2855
|
static names(): {
|
|
2804
2856
|
[key: string]: string;
|
|
2805
2857
|
};
|
|
@@ -2810,11 +2862,11 @@ export declare class ListAcceleratorsResponseBody extends $tea.Model {
|
|
|
2810
2862
|
[key: string]: any;
|
|
2811
2863
|
});
|
|
2812
2864
|
}
|
|
2813
|
-
export declare class
|
|
2865
|
+
export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
2814
2866
|
headers: {
|
|
2815
2867
|
[key: string]: string;
|
|
2816
2868
|
};
|
|
2817
|
-
body:
|
|
2869
|
+
body: UpdateEndpointGroupAttributeResponseBody;
|
|
2818
2870
|
static names(): {
|
|
2819
2871
|
[key: string]: string;
|
|
2820
2872
|
};
|
|
@@ -2825,17 +2877,12 @@ export declare class ListAcceleratorsResponse extends $tea.Model {
|
|
|
2825
2877
|
[key: string]: any;
|
|
2826
2878
|
});
|
|
2827
2879
|
}
|
|
2828
|
-
export declare class
|
|
2880
|
+
export declare class UpdateEndpointGroupsRequest extends $tea.Model {
|
|
2829
2881
|
regionId?: string;
|
|
2830
2882
|
clientToken?: string;
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
clientAffinity?: string;
|
|
2835
|
-
protocol?: string;
|
|
2836
|
-
proxyProtocol?: boolean;
|
|
2837
|
-
portRanges?: CreateListenerRequestPortRanges[];
|
|
2838
|
-
certificates?: CreateListenerRequestCertificates[];
|
|
2883
|
+
dryRun?: boolean;
|
|
2884
|
+
endpointGroupConfigurations?: UpdateEndpointGroupsRequestEndpointGroupConfigurations[];
|
|
2885
|
+
listenerId?: string;
|
|
2839
2886
|
static names(): {
|
|
2840
2887
|
[key: string]: string;
|
|
2841
2888
|
};
|
|
@@ -2846,9 +2893,9 @@ export declare class CreateListenerRequest extends $tea.Model {
|
|
|
2846
2893
|
[key: string]: any;
|
|
2847
2894
|
});
|
|
2848
2895
|
}
|
|
2849
|
-
export declare class
|
|
2896
|
+
export declare class UpdateEndpointGroupsResponseBody extends $tea.Model {
|
|
2850
2897
|
requestId?: string;
|
|
2851
|
-
|
|
2898
|
+
endpointGroupIds?: string[];
|
|
2852
2899
|
static names(): {
|
|
2853
2900
|
[key: string]: string;
|
|
2854
2901
|
};
|
|
@@ -2859,11 +2906,11 @@ export declare class CreateListenerResponseBody extends $tea.Model {
|
|
|
2859
2906
|
[key: string]: any;
|
|
2860
2907
|
});
|
|
2861
2908
|
}
|
|
2862
|
-
export declare class
|
|
2909
|
+
export declare class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
2863
2910
|
headers: {
|
|
2864
2911
|
[key: string]: string;
|
|
2865
2912
|
};
|
|
2866
|
-
body:
|
|
2913
|
+
body: UpdateEndpointGroupsResponseBody;
|
|
2867
2914
|
static names(): {
|
|
2868
2915
|
[key: string]: string;
|
|
2869
2916
|
};
|
|
@@ -2874,11 +2921,12 @@ export declare class CreateListenerResponse extends $tea.Model {
|
|
|
2874
2921
|
[key: string]: any;
|
|
2875
2922
|
});
|
|
2876
2923
|
}
|
|
2877
|
-
export declare class
|
|
2924
|
+
export declare class UpdateForwardingRulesRequest extends $tea.Model {
|
|
2878
2925
|
regionId?: string;
|
|
2879
2926
|
clientToken?: string;
|
|
2880
|
-
dryRun?: boolean;
|
|
2881
2927
|
acceleratorId?: string;
|
|
2928
|
+
listenerId?: string;
|
|
2929
|
+
forwardingRules?: UpdateForwardingRulesRequestForwardingRules[];
|
|
2882
2930
|
static names(): {
|
|
2883
2931
|
[key: string]: string;
|
|
2884
2932
|
};
|
|
@@ -2889,9 +2937,9 @@ export declare class ListSpareIpsRequest extends $tea.Model {
|
|
|
2889
2937
|
[key: string]: any;
|
|
2890
2938
|
});
|
|
2891
2939
|
}
|
|
2892
|
-
export declare class
|
|
2940
|
+
export declare class UpdateForwardingRulesResponseBody extends $tea.Model {
|
|
2941
|
+
forwardingRules?: UpdateForwardingRulesResponseBodyForwardingRules[];
|
|
2893
2942
|
requestId?: string;
|
|
2894
|
-
spareIps?: ListSpareIpsResponseBodySpareIps[];
|
|
2895
2943
|
static names(): {
|
|
2896
2944
|
[key: string]: string;
|
|
2897
2945
|
};
|
|
@@ -2902,11 +2950,11 @@ export declare class ListSpareIpsResponseBody extends $tea.Model {
|
|
|
2902
2950
|
[key: string]: any;
|
|
2903
2951
|
});
|
|
2904
2952
|
}
|
|
2905
|
-
export declare class
|
|
2953
|
+
export declare class UpdateForwardingRulesResponse extends $tea.Model {
|
|
2906
2954
|
headers: {
|
|
2907
2955
|
[key: string]: string;
|
|
2908
2956
|
};
|
|
2909
|
-
body:
|
|
2957
|
+
body: UpdateForwardingRulesResponseBody;
|
|
2910
2958
|
static names(): {
|
|
2911
2959
|
[key: string]: string;
|
|
2912
2960
|
};
|
|
@@ -2917,13 +2965,11 @@ export declare class ListSpareIpsResponse extends $tea.Model {
|
|
|
2917
2965
|
[key: string]: any;
|
|
2918
2966
|
});
|
|
2919
2967
|
}
|
|
2920
|
-
export declare class
|
|
2968
|
+
export declare class UpdateIpSetRequest extends $tea.Model {
|
|
2921
2969
|
regionId?: string;
|
|
2922
2970
|
clientToken?: string;
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
listenerId?: string;
|
|
2926
|
-
endpointGroupConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurations[];
|
|
2971
|
+
ipSetId?: string;
|
|
2972
|
+
bandwidth?: number;
|
|
2927
2973
|
static names(): {
|
|
2928
2974
|
[key: string]: string;
|
|
2929
2975
|
};
|
|
@@ -2934,9 +2980,8 @@ export declare class CreateEndpointGroupsRequest extends $tea.Model {
|
|
|
2934
2980
|
[key: string]: any;
|
|
2935
2981
|
});
|
|
2936
2982
|
}
|
|
2937
|
-
export declare class
|
|
2983
|
+
export declare class UpdateIpSetResponseBody extends $tea.Model {
|
|
2938
2984
|
requestId?: string;
|
|
2939
|
-
endpointGroupIds?: string[];
|
|
2940
2985
|
static names(): {
|
|
2941
2986
|
[key: string]: string;
|
|
2942
2987
|
};
|
|
@@ -2947,11 +2992,11 @@ export declare class CreateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
2947
2992
|
[key: string]: any;
|
|
2948
2993
|
});
|
|
2949
2994
|
}
|
|
2950
|
-
export declare class
|
|
2995
|
+
export declare class UpdateIpSetResponse extends $tea.Model {
|
|
2951
2996
|
headers: {
|
|
2952
2997
|
[key: string]: string;
|
|
2953
2998
|
};
|
|
2954
|
-
body:
|
|
2999
|
+
body: UpdateIpSetResponseBody;
|
|
2955
3000
|
static names(): {
|
|
2956
3001
|
[key: string]: string;
|
|
2957
3002
|
};
|
|
@@ -2962,9 +3007,9 @@ export declare class CreateEndpointGroupsResponse extends $tea.Model {
|
|
|
2962
3007
|
[key: string]: any;
|
|
2963
3008
|
});
|
|
2964
3009
|
}
|
|
2965
|
-
export declare class
|
|
2966
|
-
acceleratorId?: string;
|
|
3010
|
+
export declare class UpdateIpSetsRequest extends $tea.Model {
|
|
2967
3011
|
regionId?: string;
|
|
3012
|
+
ipSets?: UpdateIpSetsRequestIpSets[];
|
|
2968
3013
|
static names(): {
|
|
2969
3014
|
[key: string]: string;
|
|
2970
3015
|
};
|
|
@@ -2975,8 +3020,7 @@ export declare class DetachDdosFromAcceleratorRequest extends $tea.Model {
|
|
|
2975
3020
|
[key: string]: any;
|
|
2976
3021
|
});
|
|
2977
3022
|
}
|
|
2978
|
-
export declare class
|
|
2979
|
-
ddosId?: string;
|
|
3023
|
+
export declare class UpdateIpSetsResponseBody extends $tea.Model {
|
|
2980
3024
|
requestId?: string;
|
|
2981
3025
|
static names(): {
|
|
2982
3026
|
[key: string]: string;
|
|
@@ -2988,11 +3032,11 @@ export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
|
|
|
2988
3032
|
[key: string]: any;
|
|
2989
3033
|
});
|
|
2990
3034
|
}
|
|
2991
|
-
export declare class
|
|
3035
|
+
export declare class UpdateIpSetsResponse extends $tea.Model {
|
|
2992
3036
|
headers: {
|
|
2993
3037
|
[key: string]: string;
|
|
2994
3038
|
};
|
|
2995
|
-
body:
|
|
3039
|
+
body: UpdateIpSetsResponseBody;
|
|
2996
3040
|
static names(): {
|
|
2997
3041
|
[key: string]: string;
|
|
2998
3042
|
};
|
|
@@ -3003,14 +3047,22 @@ export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
|
3003
3047
|
[key: string]: any;
|
|
3004
3048
|
});
|
|
3005
3049
|
}
|
|
3006
|
-
export declare class
|
|
3050
|
+
export declare class UpdateListenerRequest extends $tea.Model {
|
|
3007
3051
|
regionId?: string;
|
|
3008
3052
|
clientToken?: string;
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3053
|
+
name?: string;
|
|
3054
|
+
description?: string;
|
|
3055
|
+
clientAffinity?: string;
|
|
3056
|
+
protocol?: string;
|
|
3057
|
+
listenerId?: string;
|
|
3058
|
+
proxyProtocol?: string;
|
|
3059
|
+
portRanges?: UpdateListenerRequestPortRanges[];
|
|
3060
|
+
certificates?: UpdateListenerRequestCertificates[];
|
|
3061
|
+
backendPorts?: UpdateListenerRequestBackendPorts[];
|
|
3062
|
+
XForwardedForConfig?: UpdateListenerRequestXForwardedForConfig;
|
|
3063
|
+
securityPolicyId?: string;
|
|
3064
|
+
static names(): {
|
|
3065
|
+
[key: string]: string;
|
|
3014
3066
|
};
|
|
3015
3067
|
static types(): {
|
|
3016
3068
|
[key: string]: any;
|
|
@@ -3019,9 +3071,8 @@ export declare class GetSpareIpRequest extends $tea.Model {
|
|
|
3019
3071
|
[key: string]: any;
|
|
3020
3072
|
});
|
|
3021
3073
|
}
|
|
3022
|
-
export declare class
|
|
3074
|
+
export declare class UpdateListenerResponseBody extends $tea.Model {
|
|
3023
3075
|
requestId?: string;
|
|
3024
|
-
state?: string;
|
|
3025
3076
|
static names(): {
|
|
3026
3077
|
[key: string]: string;
|
|
3027
3078
|
};
|
|
@@ -3032,11 +3083,11 @@ export declare class GetSpareIpResponseBody extends $tea.Model {
|
|
|
3032
3083
|
[key: string]: any;
|
|
3033
3084
|
});
|
|
3034
3085
|
}
|
|
3035
|
-
export declare class
|
|
3086
|
+
export declare class UpdateListenerResponse extends $tea.Model {
|
|
3036
3087
|
headers: {
|
|
3037
3088
|
[key: string]: string;
|
|
3038
3089
|
};
|
|
3039
|
-
body:
|
|
3090
|
+
body: UpdateListenerResponseBody;
|
|
3040
3091
|
static names(): {
|
|
3041
3092
|
[key: string]: string;
|
|
3042
3093
|
};
|
|
@@ -3047,11 +3098,9 @@ export declare class GetSpareIpResponse extends $tea.Model {
|
|
|
3047
3098
|
[key: string]: any;
|
|
3048
3099
|
});
|
|
3049
3100
|
}
|
|
3050
|
-
export declare class
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
addressIPVersion?: string;
|
|
3054
|
-
aclStatus?: string;
|
|
3101
|
+
export declare class AddEntriesToAclRequestAclEntries extends $tea.Model {
|
|
3102
|
+
entry?: string;
|
|
3103
|
+
entryDescription?: string;
|
|
3055
3104
|
static names(): {
|
|
3056
3105
|
[key: string]: string;
|
|
3057
3106
|
};
|
|
@@ -3062,9 +3111,9 @@ export declare class ListAclsResponseBodyAcls extends $tea.Model {
|
|
|
3062
3111
|
[key: string]: any;
|
|
3063
3112
|
});
|
|
3064
3113
|
}
|
|
3065
|
-
export declare class
|
|
3066
|
-
|
|
3067
|
-
|
|
3114
|
+
export declare class AssociateAdditionalCertificatesWithListenerRequestCertificates extends $tea.Model {
|
|
3115
|
+
id?: string;
|
|
3116
|
+
domain?: string;
|
|
3068
3117
|
static names(): {
|
|
3069
3118
|
[key: string]: string;
|
|
3070
3119
|
};
|
|
@@ -3075,9 +3124,9 @@ export declare class DescribeListenerResponseBodyPortRanges extends $tea.Model {
|
|
|
3075
3124
|
[key: string]: any;
|
|
3076
3125
|
});
|
|
3077
3126
|
}
|
|
3078
|
-
export declare class
|
|
3079
|
-
|
|
3080
|
-
|
|
3127
|
+
export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
3128
|
+
entry?: string;
|
|
3129
|
+
entryDescription?: string;
|
|
3081
3130
|
static names(): {
|
|
3082
3131
|
[key: string]: string;
|
|
3083
3132
|
};
|
|
@@ -3088,9 +3137,11 @@ export declare class DescribeListenerResponseBodyBackendPorts extends $tea.Model
|
|
|
3088
3137
|
[key: string]: any;
|
|
3089
3138
|
});
|
|
3090
3139
|
}
|
|
3091
|
-
export declare class
|
|
3140
|
+
export declare class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
|
|
3092
3141
|
type?: string;
|
|
3093
|
-
|
|
3142
|
+
enableClientIPPreservation?: boolean;
|
|
3143
|
+
weight?: number;
|
|
3144
|
+
endpoint?: string;
|
|
3094
3145
|
static names(): {
|
|
3095
3146
|
[key: string]: string;
|
|
3096
3147
|
};
|
|
@@ -3101,9 +3152,9 @@ export declare class DescribeListenerResponseBodyCertificates extends $tea.Model
|
|
|
3101
3152
|
[key: string]: any;
|
|
3102
3153
|
});
|
|
3103
3154
|
}
|
|
3104
|
-
export declare class
|
|
3105
|
-
|
|
3106
|
-
|
|
3155
|
+
export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model {
|
|
3156
|
+
listenerPort?: number;
|
|
3157
|
+
endpointPort?: number;
|
|
3107
3158
|
static names(): {
|
|
3108
3159
|
[key: string]: string;
|
|
3109
3160
|
};
|
|
@@ -3114,9 +3165,10 @@ export declare class DescribeListenerResponseBodyRelatedAcls extends $tea.Model
|
|
|
3114
3165
|
[key: string]: any;
|
|
3115
3166
|
});
|
|
3116
3167
|
}
|
|
3117
|
-
export declare class
|
|
3118
|
-
|
|
3119
|
-
|
|
3168
|
+
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
3169
|
+
type?: string;
|
|
3170
|
+
weight?: number;
|
|
3171
|
+
endpoint?: string;
|
|
3120
3172
|
static names(): {
|
|
3121
3173
|
[key: string]: string;
|
|
3122
3174
|
};
|
|
@@ -3127,8 +3179,9 @@ export declare class UpdateIpSetsRequestIpSets extends $tea.Model {
|
|
|
3127
3179
|
[key: string]: any;
|
|
3128
3180
|
});
|
|
3129
3181
|
}
|
|
3130
|
-
export declare class
|
|
3131
|
-
|
|
3182
|
+
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extends $tea.Model {
|
|
3183
|
+
listenerPort?: number;
|
|
3184
|
+
endpointPort?: number;
|
|
3132
3185
|
static names(): {
|
|
3133
3186
|
[key: string]: string;
|
|
3134
3187
|
};
|
|
@@ -3139,23 +3192,23 @@ export declare class RemoveEntriesFromAclRequestAclEntries extends $tea.Model {
|
|
|
3139
3192
|
[key: string]: any;
|
|
3140
3193
|
});
|
|
3141
3194
|
}
|
|
3142
|
-
export declare class
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3195
|
+
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
|
|
3196
|
+
endpointGroupName?: string;
|
|
3197
|
+
endpointGroupDescription?: string;
|
|
3198
|
+
endpointGroupRegion?: string;
|
|
3199
|
+
trafficPercentage?: number;
|
|
3200
|
+
healthCheckEnabled?: boolean;
|
|
3201
|
+
healthCheckIntervalSeconds?: number;
|
|
3202
|
+
healthCheckPath?: string;
|
|
3203
|
+
healthCheckPort?: number;
|
|
3204
|
+
healthCheckProtocol?: string;
|
|
3205
|
+
thresholdCount?: number;
|
|
3206
|
+
endpointConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations[];
|
|
3207
|
+
endpointRequestProtocol?: string;
|
|
3208
|
+
endpointGroupType?: string;
|
|
3209
|
+
portOverrides?: CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides[];
|
|
3210
|
+
enableClientIPPreservationToa?: boolean;
|
|
3211
|
+
enableClientIPPreservationProxyProtocol?: boolean;
|
|
3159
3212
|
static names(): {
|
|
3160
3213
|
[key: string]: string;
|
|
3161
3214
|
};
|
|
@@ -3166,11 +3219,8 @@ export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends
|
|
|
3166
3219
|
[key: string]: any;
|
|
3167
3220
|
});
|
|
3168
3221
|
}
|
|
3169
|
-
export declare class
|
|
3170
|
-
|
|
3171
|
-
enableClientIPPreservation?: boolean;
|
|
3172
|
-
weight?: number;
|
|
3173
|
-
endpoint?: string;
|
|
3222
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
|
|
3223
|
+
values?: string[];
|
|
3174
3224
|
static names(): {
|
|
3175
3225
|
[key: string]: string;
|
|
3176
3226
|
};
|
|
@@ -3181,9 +3231,8 @@ export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $t
|
|
|
3181
3231
|
[key: string]: any;
|
|
3182
3232
|
});
|
|
3183
3233
|
}
|
|
3184
|
-
export declare class
|
|
3185
|
-
|
|
3186
|
-
endpointPort?: number;
|
|
3234
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
|
|
3235
|
+
values?: string[];
|
|
3187
3236
|
static names(): {
|
|
3188
3237
|
[key: string]: string;
|
|
3189
3238
|
};
|
|
@@ -3194,9 +3243,10 @@ export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model
|
|
|
3194
3243
|
[key: string]: any;
|
|
3195
3244
|
});
|
|
3196
3245
|
}
|
|
3197
|
-
export declare class
|
|
3198
|
-
|
|
3199
|
-
|
|
3246
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
|
|
3247
|
+
ruleConditionType?: string;
|
|
3248
|
+
pathConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
3249
|
+
hostConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
3200
3250
|
static names(): {
|
|
3201
3251
|
[key: string]: string;
|
|
3202
3252
|
};
|
|
@@ -3207,10 +3257,8 @@ export declare class GetAclResponseBodyAclEntries extends $tea.Model {
|
|
|
3207
3257
|
[key: string]: any;
|
|
3208
3258
|
});
|
|
3209
3259
|
}
|
|
3210
|
-
export declare class
|
|
3211
|
-
|
|
3212
|
-
aclType?: string;
|
|
3213
|
-
acceleratorId?: string;
|
|
3260
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
|
|
3261
|
+
endpointGroupId?: string;
|
|
3214
3262
|
static names(): {
|
|
3215
3263
|
[key: string]: string;
|
|
3216
3264
|
};
|
|
@@ -3221,8 +3269,8 @@ export declare class GetAclResponseBodyRelatedListeners extends $tea.Model {
|
|
|
3221
3269
|
[key: string]: any;
|
|
3222
3270
|
});
|
|
3223
3271
|
}
|
|
3224
|
-
export declare class
|
|
3225
|
-
|
|
3272
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
|
|
3273
|
+
serverGroupTuples?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
|
|
3226
3274
|
static names(): {
|
|
3227
3275
|
[key: string]: string;
|
|
3228
3276
|
};
|
|
@@ -3233,8 +3281,10 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
3233
3281
|
[key: string]: any;
|
|
3234
3282
|
});
|
|
3235
3283
|
}
|
|
3236
|
-
export declare class
|
|
3237
|
-
|
|
3284
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
|
|
3285
|
+
order?: number;
|
|
3286
|
+
ruleActionType?: string;
|
|
3287
|
+
forwardGroupConfig?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
3238
3288
|
static names(): {
|
|
3239
3289
|
[key: string]: string;
|
|
3240
3290
|
};
|
|
@@ -3245,10 +3295,11 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
3245
3295
|
[key: string]: any;
|
|
3246
3296
|
});
|
|
3247
3297
|
}
|
|
3248
|
-
export declare class
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3298
|
+
export declare class CreateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
3299
|
+
priority?: number;
|
|
3300
|
+
ruleConditions?: CreateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
3301
|
+
ruleActions?: CreateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
3302
|
+
forwardingRuleName?: string;
|
|
3252
3303
|
static names(): {
|
|
3253
3304
|
[key: string]: string;
|
|
3254
3305
|
};
|
|
@@ -3259,8 +3310,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
3259
3310
|
[key: string]: any;
|
|
3260
3311
|
});
|
|
3261
3312
|
}
|
|
3262
|
-
export declare class
|
|
3263
|
-
|
|
3313
|
+
export declare class CreateForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
3314
|
+
forwardingRuleId?: string;
|
|
3264
3315
|
static names(): {
|
|
3265
3316
|
[key: string]: string;
|
|
3266
3317
|
};
|
|
@@ -3271,8 +3322,10 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsFo
|
|
|
3271
3322
|
[key: string]: any;
|
|
3272
3323
|
});
|
|
3273
3324
|
}
|
|
3274
|
-
export declare class
|
|
3275
|
-
|
|
3325
|
+
export declare class CreateIpSetsRequestAccelerateRegion extends $tea.Model {
|
|
3326
|
+
accelerateRegionId?: string;
|
|
3327
|
+
ipVersion?: string;
|
|
3328
|
+
bandwidth?: number;
|
|
3276
3329
|
static names(): {
|
|
3277
3330
|
[key: string]: string;
|
|
3278
3331
|
};
|
|
@@ -3283,10 +3336,10 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsFo
|
|
|
3283
3336
|
[key: string]: any;
|
|
3284
3337
|
});
|
|
3285
3338
|
}
|
|
3286
|
-
export declare class
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3339
|
+
export declare class CreateIpSetsResponseBodyIpSets extends $tea.Model {
|
|
3340
|
+
accelerateRegionId?: string;
|
|
3341
|
+
bandwidth?: number;
|
|
3342
|
+
ipSetId?: string;
|
|
3290
3343
|
static names(): {
|
|
3291
3344
|
[key: string]: string;
|
|
3292
3345
|
};
|
|
@@ -3297,14 +3350,9 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions e
|
|
|
3297
3350
|
[key: string]: any;
|
|
3298
3351
|
});
|
|
3299
3352
|
}
|
|
3300
|
-
export declare class
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
forwardingRuleName?: string;
|
|
3304
|
-
forwardingRuleStatus?: string;
|
|
3305
|
-
ruleConditions?: ListForwardingRulesResponseBodyForwardingRulesRuleConditions[];
|
|
3306
|
-
ruleActions?: ListForwardingRulesResponseBodyForwardingRulesRuleActions[];
|
|
3307
|
-
listenerId?: string;
|
|
3353
|
+
export declare class CreateListenerRequestPortRanges extends $tea.Model {
|
|
3354
|
+
fromPort?: number;
|
|
3355
|
+
toPort?: number;
|
|
3308
3356
|
static names(): {
|
|
3309
3357
|
[key: string]: string;
|
|
3310
3358
|
};
|
|
@@ -3315,17 +3363,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea
|
|
|
3315
3363
|
[key: string]: any;
|
|
3316
3364
|
});
|
|
3317
3365
|
}
|
|
3318
|
-
export declare class
|
|
3319
|
-
|
|
3320
|
-
bandwidth?: number;
|
|
3321
|
-
description?: string;
|
|
3322
|
-
expiredTime?: string;
|
|
3323
|
-
state?: string;
|
|
3324
|
-
createTime?: string;
|
|
3325
|
-
chargeType?: string;
|
|
3326
|
-
accelerators?: string[];
|
|
3327
|
-
name?: string;
|
|
3328
|
-
regionId?: string;
|
|
3366
|
+
export declare class CreateListenerRequestCertificates extends $tea.Model {
|
|
3367
|
+
id?: string;
|
|
3329
3368
|
static names(): {
|
|
3330
3369
|
[key: string]: string;
|
|
3331
3370
|
};
|
|
@@ -3336,13 +3375,12 @@ export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $
|
|
|
3336
3375
|
[key: string]: any;
|
|
3337
3376
|
});
|
|
3338
3377
|
}
|
|
3339
|
-
export declare class
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
type?: string;
|
|
3378
|
+
export declare class CreateListenerRequestXForwardedForConfig extends $tea.Model {
|
|
3379
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
3380
|
+
XForwardedForGaApEnabled?: boolean;
|
|
3381
|
+
XForwardedForProtoEnabled?: boolean;
|
|
3382
|
+
XForwardedForPortEnabled?: boolean;
|
|
3383
|
+
XRealIpEnabled?: boolean;
|
|
3346
3384
|
static names(): {
|
|
3347
3385
|
[key: string]: string;
|
|
3348
3386
|
};
|
|
@@ -3353,12 +3391,8 @@ export declare class GetHealthStatusResponseBodyEndpointGroupsEndpoints extends
|
|
|
3353
3391
|
[key: string]: any;
|
|
3354
3392
|
});
|
|
3355
3393
|
}
|
|
3356
|
-
export declare class
|
|
3357
|
-
|
|
3358
|
-
endpointGroupType?: string;
|
|
3359
|
-
healthStatus?: string;
|
|
3360
|
-
forwardingRuleIds?: string[];
|
|
3361
|
-
endpoints?: GetHealthStatusResponseBodyEndpointGroupsEndpoints[];
|
|
3394
|
+
export declare class DeleteForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
3395
|
+
forwardingRuleId?: string;
|
|
3362
3396
|
static names(): {
|
|
3363
3397
|
[key: string]: string;
|
|
3364
3398
|
};
|
|
@@ -3396,10 +3430,13 @@ export declare class DescribeAcceleratorResponseBodyBasicBandwidthPackage extend
|
|
|
3396
3430
|
[key: string]: any;
|
|
3397
3431
|
});
|
|
3398
3432
|
}
|
|
3399
|
-
export declare class
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3433
|
+
export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
3434
|
+
type?: string;
|
|
3435
|
+
enableClientIPPreservation?: boolean;
|
|
3436
|
+
weight?: number;
|
|
3437
|
+
probeProtocol?: string;
|
|
3438
|
+
endpoint?: string;
|
|
3439
|
+
probePort?: number;
|
|
3403
3440
|
static names(): {
|
|
3404
3441
|
[key: string]: string;
|
|
3405
3442
|
};
|
|
@@ -3410,10 +3447,9 @@ export declare class CreateIpSetsRequestAccelerateRegion extends $tea.Model {
|
|
|
3410
3447
|
[key: string]: any;
|
|
3411
3448
|
});
|
|
3412
3449
|
}
|
|
3413
|
-
export declare class
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
ipSetId?: string;
|
|
3450
|
+
export declare class DescribeEndpointGroupResponseBodyPortOverrides extends $tea.Model {
|
|
3451
|
+
listenerPort?: number;
|
|
3452
|
+
endpointPort?: number;
|
|
3417
3453
|
static names(): {
|
|
3418
3454
|
[key: string]: string;
|
|
3419
3455
|
};
|
|
@@ -3424,8 +3460,9 @@ export declare class CreateIpSetsResponseBodyIpSets extends $tea.Model {
|
|
|
3424
3460
|
[key: string]: any;
|
|
3425
3461
|
});
|
|
3426
3462
|
}
|
|
3427
|
-
export declare class
|
|
3428
|
-
|
|
3463
|
+
export declare class DescribeListenerResponseBodyPortRanges extends $tea.Model {
|
|
3464
|
+
fromPort?: number;
|
|
3465
|
+
toPort?: number;
|
|
3429
3466
|
static names(): {
|
|
3430
3467
|
[key: string]: string;
|
|
3431
3468
|
};
|
|
@@ -3436,8 +3473,9 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsPa
|
|
|
3436
3473
|
[key: string]: any;
|
|
3437
3474
|
});
|
|
3438
3475
|
}
|
|
3439
|
-
export declare class
|
|
3440
|
-
|
|
3476
|
+
export declare class DescribeListenerResponseBodyBackendPorts extends $tea.Model {
|
|
3477
|
+
fromPort?: string;
|
|
3478
|
+
toPort?: string;
|
|
3441
3479
|
static names(): {
|
|
3442
3480
|
[key: string]: string;
|
|
3443
3481
|
};
|
|
@@ -3448,10 +3486,9 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsHo
|
|
|
3448
3486
|
[key: string]: any;
|
|
3449
3487
|
});
|
|
3450
3488
|
}
|
|
3451
|
-
export declare class
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
hostConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
3489
|
+
export declare class DescribeListenerResponseBodyCertificates extends $tea.Model {
|
|
3490
|
+
type?: string;
|
|
3491
|
+
id?: string;
|
|
3455
3492
|
static names(): {
|
|
3456
3493
|
[key: string]: string;
|
|
3457
3494
|
};
|
|
@@ -3462,8 +3499,9 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions e
|
|
|
3462
3499
|
[key: string]: any;
|
|
3463
3500
|
});
|
|
3464
3501
|
}
|
|
3465
|
-
export declare class
|
|
3466
|
-
|
|
3502
|
+
export declare class DescribeListenerResponseBodyRelatedAcls extends $tea.Model {
|
|
3503
|
+
aclId?: string;
|
|
3504
|
+
status?: string;
|
|
3467
3505
|
static names(): {
|
|
3468
3506
|
[key: string]: string;
|
|
3469
3507
|
};
|
|
@@ -3474,8 +3512,12 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwa
|
|
|
3474
3512
|
[key: string]: any;
|
|
3475
3513
|
});
|
|
3476
3514
|
}
|
|
3477
|
-
export declare class
|
|
3478
|
-
|
|
3515
|
+
export declare class DescribeListenerResponseBodyXForwardedForConfig extends $tea.Model {
|
|
3516
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
3517
|
+
XForwardedForGaApEnabled?: boolean;
|
|
3518
|
+
XForwardedForProtoEnabled?: boolean;
|
|
3519
|
+
XForwardedForPortEnabled?: boolean;
|
|
3520
|
+
XRealIpEnabled?: boolean;
|
|
3479
3521
|
static names(): {
|
|
3480
3522
|
[key: string]: string;
|
|
3481
3523
|
};
|
|
@@ -3486,10 +3528,9 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwa
|
|
|
3486
3528
|
[key: string]: any;
|
|
3487
3529
|
});
|
|
3488
3530
|
}
|
|
3489
|
-
export declare class
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
forwardGroupConfig?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
3531
|
+
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
3532
|
+
localName?: string;
|
|
3533
|
+
regionId?: string;
|
|
3493
3534
|
static names(): {
|
|
3494
3535
|
[key: string]: string;
|
|
3495
3536
|
};
|
|
@@ -3500,11 +3541,9 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
3500
3541
|
[key: string]: any;
|
|
3501
3542
|
});
|
|
3502
3543
|
}
|
|
3503
|
-
export declare class
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
ruleActions?: CreateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
3507
|
-
forwardingRuleName?: string;
|
|
3544
|
+
export declare class GetAclResponseBodyAclEntries extends $tea.Model {
|
|
3545
|
+
entry?: string;
|
|
3546
|
+
entryDescription?: string;
|
|
3508
3547
|
static names(): {
|
|
3509
3548
|
[key: string]: string;
|
|
3510
3549
|
};
|
|
@@ -3515,8 +3554,10 @@ export declare class CreateForwardingRulesRequestForwardingRules extends $tea.Mo
|
|
|
3515
3554
|
[key: string]: any;
|
|
3516
3555
|
});
|
|
3517
3556
|
}
|
|
3518
|
-
export declare class
|
|
3519
|
-
|
|
3557
|
+
export declare class GetAclResponseBodyRelatedListeners extends $tea.Model {
|
|
3558
|
+
listenerId?: string;
|
|
3559
|
+
aclType?: string;
|
|
3560
|
+
acceleratorId?: string;
|
|
3520
3561
|
static names(): {
|
|
3521
3562
|
[key: string]: string;
|
|
3522
3563
|
};
|
|
@@ -3527,9 +3568,13 @@ export declare class CreateForwardingRulesResponseBodyForwardingRules extends $t
|
|
|
3527
3568
|
[key: string]: any;
|
|
3528
3569
|
});
|
|
3529
3570
|
}
|
|
3530
|
-
export declare class
|
|
3531
|
-
|
|
3532
|
-
|
|
3571
|
+
export declare class GetHealthStatusResponseBodyEndpointGroupsEndpoints extends $tea.Model {
|
|
3572
|
+
endpointId?: string;
|
|
3573
|
+
address?: string;
|
|
3574
|
+
healthStatus?: string;
|
|
3575
|
+
healthDetail?: string;
|
|
3576
|
+
port?: number;
|
|
3577
|
+
type?: string;
|
|
3533
3578
|
static names(): {
|
|
3534
3579
|
[key: string]: string;
|
|
3535
3580
|
};
|
|
@@ -3540,10 +3585,12 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList ext
|
|
|
3540
3585
|
[key: string]: any;
|
|
3541
3586
|
});
|
|
3542
3587
|
}
|
|
3543
|
-
export declare class
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3588
|
+
export declare class GetHealthStatusResponseBodyEndpointGroups extends $tea.Model {
|
|
3589
|
+
endpointGroupId?: string;
|
|
3590
|
+
endpointGroupType?: string;
|
|
3591
|
+
healthStatus?: string;
|
|
3592
|
+
forwardingRuleIds?: string[];
|
|
3593
|
+
endpoints?: GetHealthStatusResponseBodyEndpointGroupsEndpoints[];
|
|
3547
3594
|
static names(): {
|
|
3548
3595
|
[key: string]: string;
|
|
3549
3596
|
};
|
|
@@ -3554,9 +3601,9 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.
|
|
|
3554
3601
|
[key: string]: any;
|
|
3555
3602
|
});
|
|
3556
3603
|
}
|
|
3557
|
-
export declare class
|
|
3558
|
-
|
|
3559
|
-
|
|
3604
|
+
export declare class ListAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
|
|
3605
|
+
localName?: string;
|
|
3606
|
+
regionId?: string;
|
|
3560
3607
|
static names(): {
|
|
3561
3608
|
[key: string]: string;
|
|
3562
3609
|
};
|
|
@@ -3567,14 +3614,10 @@ export declare class AddEntriesToAclRequestAclEntries extends $tea.Model {
|
|
|
3567
3614
|
[key: string]: any;
|
|
3568
3615
|
});
|
|
3569
3616
|
}
|
|
3570
|
-
export declare class
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
probeProtocol?: string;
|
|
3575
|
-
endpoint?: string;
|
|
3576
|
-
probePort?: number;
|
|
3577
|
-
endpointId?: string;
|
|
3617
|
+
export declare class ListAccelerateAreasResponseBodyAreas extends $tea.Model {
|
|
3618
|
+
localName?: string;
|
|
3619
|
+
areaId?: string;
|
|
3620
|
+
regionList?: ListAccelerateAreasResponseBodyAreasRegionList[];
|
|
3578
3621
|
static names(): {
|
|
3579
3622
|
[key: string]: string;
|
|
3580
3623
|
};
|
|
@@ -3585,9 +3628,10 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigu
|
|
|
3585
3628
|
[key: string]: any;
|
|
3586
3629
|
});
|
|
3587
3630
|
}
|
|
3588
|
-
export declare class
|
|
3589
|
-
|
|
3590
|
-
|
|
3631
|
+
export declare class ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage extends $tea.Model {
|
|
3632
|
+
bandwidth?: number;
|
|
3633
|
+
bandwidthType?: string;
|
|
3634
|
+
instanceId?: string;
|
|
3591
3635
|
static names(): {
|
|
3592
3636
|
[key: string]: string;
|
|
3593
3637
|
};
|
|
@@ -3598,28 +3642,9 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides e
|
|
|
3598
3642
|
[key: string]: any;
|
|
3599
3643
|
});
|
|
3600
3644
|
}
|
|
3601
|
-
export declare class
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
endpointGroupUnconfirmedIpList?: string[];
|
|
3605
|
-
state?: string;
|
|
3606
|
-
healthCheckPath?: string;
|
|
3607
|
-
endpointGroupRegion?: string;
|
|
3608
|
-
healthCheckIntervalSeconds?: number;
|
|
3609
|
-
trafficPercentage?: number;
|
|
3610
|
-
healthCheckProtocol?: string;
|
|
3611
|
-
thresholdCount?: number;
|
|
3612
|
-
listenerId?: string;
|
|
3613
|
-
acceleratorId?: string;
|
|
3614
|
-
endpointConfigurations?: ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations[];
|
|
3615
|
-
portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
|
|
3616
|
-
forwardingRuleIds?: string[];
|
|
3617
|
-
endpointGroupType?: string;
|
|
3618
|
-
endpointRequestProtocol?: string;
|
|
3619
|
-
description?: string;
|
|
3620
|
-
name?: string;
|
|
3621
|
-
healthCheckPort?: number;
|
|
3622
|
-
healthCheckEnabled?: boolean;
|
|
3645
|
+
export declare class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage extends $tea.Model {
|
|
3646
|
+
bandwidth?: number;
|
|
3647
|
+
instanceId?: string;
|
|
3623
3648
|
static names(): {
|
|
3624
3649
|
[key: string]: string;
|
|
3625
3650
|
};
|
|
@@ -3630,9 +3655,24 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.M
|
|
|
3630
3655
|
[key: string]: any;
|
|
3631
3656
|
});
|
|
3632
3657
|
}
|
|
3633
|
-
export declare class
|
|
3634
|
-
|
|
3658
|
+
export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
3659
|
+
dnsName?: string;
|
|
3660
|
+
type?: string;
|
|
3661
|
+
secondDnsName?: string;
|
|
3662
|
+
spec?: string;
|
|
3663
|
+
state?: string;
|
|
3664
|
+
createTime?: number;
|
|
3665
|
+
cenId?: string;
|
|
3666
|
+
ddosId?: string;
|
|
3667
|
+
basicBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
|
|
3635
3668
|
regionId?: string;
|
|
3669
|
+
instanceChargeType?: string;
|
|
3670
|
+
acceleratorId?: string;
|
|
3671
|
+
description?: string;
|
|
3672
|
+
bandwidth?: number;
|
|
3673
|
+
expiredTime?: number;
|
|
3674
|
+
name?: string;
|
|
3675
|
+
crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
3636
3676
|
static names(): {
|
|
3637
3677
|
[key: string]: string;
|
|
3638
3678
|
};
|
|
@@ -3643,8 +3683,11 @@ export declare class ListBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
|
3643
3683
|
[key: string]: any;
|
|
3644
3684
|
});
|
|
3645
3685
|
}
|
|
3646
|
-
export declare class
|
|
3647
|
-
|
|
3686
|
+
export declare class ListAclsResponseBodyAcls extends $tea.Model {
|
|
3687
|
+
aclId?: string;
|
|
3688
|
+
aclName?: string;
|
|
3689
|
+
addressIPVersion?: string;
|
|
3690
|
+
aclStatus?: string;
|
|
3648
3691
|
static names(): {
|
|
3649
3692
|
[key: string]: string;
|
|
3650
3693
|
};
|
|
@@ -3655,8 +3698,9 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPa
|
|
|
3655
3698
|
[key: string]: any;
|
|
3656
3699
|
});
|
|
3657
3700
|
}
|
|
3658
|
-
export declare class
|
|
3659
|
-
|
|
3701
|
+
export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
|
|
3702
|
+
localName?: string;
|
|
3703
|
+
regionId?: string;
|
|
3660
3704
|
static names(): {
|
|
3661
3705
|
[key: string]: string;
|
|
3662
3706
|
};
|
|
@@ -3667,10 +3711,10 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsHo
|
|
|
3667
3711
|
[key: string]: any;
|
|
3668
3712
|
});
|
|
3669
3713
|
}
|
|
3670
|
-
export declare class
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3714
|
+
export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.Model {
|
|
3715
|
+
localName?: string;
|
|
3716
|
+
areaId?: string;
|
|
3717
|
+
regionList?: ListAvailableAccelerateAreasResponseBodyAreasRegionList[];
|
|
3674
3718
|
static names(): {
|
|
3675
3719
|
[key: string]: string;
|
|
3676
3720
|
};
|
|
@@ -3681,8 +3725,9 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions e
|
|
|
3681
3725
|
[key: string]: any;
|
|
3682
3726
|
});
|
|
3683
3727
|
}
|
|
3684
|
-
export declare class
|
|
3685
|
-
|
|
3728
|
+
export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
3729
|
+
localName?: string;
|
|
3730
|
+
regionId?: string;
|
|
3686
3731
|
static names(): {
|
|
3687
3732
|
[key: string]: string;
|
|
3688
3733
|
};
|
|
@@ -3693,8 +3738,17 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwa
|
|
|
3693
3738
|
[key: string]: any;
|
|
3694
3739
|
});
|
|
3695
3740
|
}
|
|
3696
|
-
export declare class
|
|
3697
|
-
|
|
3741
|
+
export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $tea.Model {
|
|
3742
|
+
bandwidthPackageId?: string;
|
|
3743
|
+
bandwidth?: number;
|
|
3744
|
+
description?: string;
|
|
3745
|
+
expiredTime?: string;
|
|
3746
|
+
state?: string;
|
|
3747
|
+
createTime?: string;
|
|
3748
|
+
chargeType?: string;
|
|
3749
|
+
accelerators?: string[];
|
|
3750
|
+
name?: string;
|
|
3751
|
+
regionId?: string;
|
|
3698
3752
|
static names(): {
|
|
3699
3753
|
[key: string]: string;
|
|
3700
3754
|
};
|
|
@@ -3705,10 +3759,23 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwa
|
|
|
3705
3759
|
[key: string]: any;
|
|
3706
3760
|
});
|
|
3707
3761
|
}
|
|
3708
|
-
export declare class
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3762
|
+
export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends $tea.Model {
|
|
3763
|
+
type?: string;
|
|
3764
|
+
bandwidthType?: string;
|
|
3765
|
+
state?: string;
|
|
3766
|
+
createTime?: string;
|
|
3767
|
+
chargeType?: string;
|
|
3768
|
+
regionId?: string;
|
|
3769
|
+
cbnGeographicRegionIdA?: string;
|
|
3770
|
+
bandwidthPackageId?: string;
|
|
3771
|
+
bandwidth?: number;
|
|
3772
|
+
description?: string;
|
|
3773
|
+
expiredTime?: string;
|
|
3774
|
+
accelerators?: string[];
|
|
3775
|
+
cbnGeographicRegionIdB?: string;
|
|
3776
|
+
name?: string;
|
|
3777
|
+
billingType?: string;
|
|
3778
|
+
ratio?: number;
|
|
3712
3779
|
static names(): {
|
|
3713
3780
|
[key: string]: string;
|
|
3714
3781
|
};
|
|
@@ -3719,12 +3786,9 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
3719
3786
|
[key: string]: any;
|
|
3720
3787
|
});
|
|
3721
3788
|
}
|
|
3722
|
-
export declare class
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
3726
|
-
forwardingRuleId?: string;
|
|
3727
|
-
forwardingRuleName?: string;
|
|
3789
|
+
export declare class ListBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
3790
|
+
localName?: string;
|
|
3791
|
+
regionId?: string;
|
|
3728
3792
|
static names(): {
|
|
3729
3793
|
[key: string]: string;
|
|
3730
3794
|
};
|
|
@@ -3735,8 +3799,14 @@ export declare class UpdateForwardingRulesRequestForwardingRules extends $tea.Mo
|
|
|
3735
3799
|
[key: string]: any;
|
|
3736
3800
|
});
|
|
3737
3801
|
}
|
|
3738
|
-
export declare class
|
|
3739
|
-
|
|
3802
|
+
export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends $tea.Model {
|
|
3803
|
+
type?: string;
|
|
3804
|
+
enableClientIPPreservation?: boolean;
|
|
3805
|
+
weight?: number;
|
|
3806
|
+
probeProtocol?: string;
|
|
3807
|
+
endpoint?: string;
|
|
3808
|
+
probePort?: number;
|
|
3809
|
+
endpointId?: string;
|
|
3740
3810
|
static names(): {
|
|
3741
3811
|
[key: string]: string;
|
|
3742
3812
|
};
|
|
@@ -3747,9 +3817,9 @@ export declare class UpdateForwardingRulesResponseBodyForwardingRules extends $t
|
|
|
3747
3817
|
[key: string]: any;
|
|
3748
3818
|
});
|
|
3749
3819
|
}
|
|
3750
|
-
export declare class
|
|
3751
|
-
|
|
3752
|
-
|
|
3820
|
+
export declare class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides extends $tea.Model {
|
|
3821
|
+
listenerPort?: number;
|
|
3822
|
+
endpointPort?: number;
|
|
3753
3823
|
static names(): {
|
|
3754
3824
|
[key: string]: string;
|
|
3755
3825
|
};
|
|
@@ -3760,9 +3830,28 @@ export declare class ListListenersResponseBodyListenersCertificates extends $tea
|
|
|
3760
3830
|
[key: string]: any;
|
|
3761
3831
|
});
|
|
3762
3832
|
}
|
|
3763
|
-
export declare class
|
|
3764
|
-
|
|
3765
|
-
|
|
3833
|
+
export declare class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
|
|
3834
|
+
endpointGroupId?: string;
|
|
3835
|
+
endpointGroupIpList?: string[];
|
|
3836
|
+
endpointGroupUnconfirmedIpList?: string[];
|
|
3837
|
+
state?: string;
|
|
3838
|
+
healthCheckPath?: string;
|
|
3839
|
+
endpointGroupRegion?: string;
|
|
3840
|
+
healthCheckIntervalSeconds?: number;
|
|
3841
|
+
trafficPercentage?: number;
|
|
3842
|
+
healthCheckProtocol?: string;
|
|
3843
|
+
thresholdCount?: number;
|
|
3844
|
+
listenerId?: string;
|
|
3845
|
+
acceleratorId?: string;
|
|
3846
|
+
endpointConfigurations?: ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations[];
|
|
3847
|
+
portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
|
|
3848
|
+
forwardingRuleIds?: string[];
|
|
3849
|
+
endpointGroupType?: string;
|
|
3850
|
+
endpointRequestProtocol?: string;
|
|
3851
|
+
description?: string;
|
|
3852
|
+
name?: string;
|
|
3853
|
+
healthCheckPort?: number;
|
|
3854
|
+
healthCheckEnabled?: boolean;
|
|
3766
3855
|
static names(): {
|
|
3767
3856
|
[key: string]: string;
|
|
3768
3857
|
};
|
|
@@ -3773,9 +3862,8 @@ export declare class ListListenersResponseBodyListenersBackendPorts extends $tea
|
|
|
3773
3862
|
[key: string]: any;
|
|
3774
3863
|
});
|
|
3775
3864
|
}
|
|
3776
|
-
export declare class
|
|
3777
|
-
|
|
3778
|
-
toPort?: number;
|
|
3865
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig extends $tea.Model {
|
|
3866
|
+
values?: string[];
|
|
3779
3867
|
static names(): {
|
|
3780
3868
|
[key: string]: string;
|
|
3781
3869
|
};
|
|
@@ -3786,19 +3874,8 @@ export declare class ListListenersResponseBodyListenersPortRanges extends $tea.M
|
|
|
3786
3874
|
[key: string]: any;
|
|
3787
3875
|
});
|
|
3788
3876
|
}
|
|
3789
|
-
export declare class
|
|
3790
|
-
|
|
3791
|
-
backendPorts?: ListListenersResponseBodyListenersBackendPorts[];
|
|
3792
|
-
listenerId?: string;
|
|
3793
|
-
description?: string;
|
|
3794
|
-
state?: string;
|
|
3795
|
-
clientAffinity?: string;
|
|
3796
|
-
protocol?: string;
|
|
3797
|
-
createTime?: number;
|
|
3798
|
-
portRanges?: ListListenersResponseBodyListenersPortRanges[];
|
|
3799
|
-
name?: string;
|
|
3800
|
-
proxyProtocol?: boolean;
|
|
3801
|
-
acceleratorId?: string;
|
|
3877
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig extends $tea.Model {
|
|
3878
|
+
values?: string[];
|
|
3802
3879
|
static names(): {
|
|
3803
3880
|
[key: string]: string;
|
|
3804
3881
|
};
|
|
@@ -3809,13 +3886,10 @@ export declare class ListListenersResponseBodyListeners extends $tea.Model {
|
|
|
3809
3886
|
[key: string]: any;
|
|
3810
3887
|
});
|
|
3811
3888
|
}
|
|
3812
|
-
export declare class
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
probeProtocol?: string;
|
|
3817
|
-
endpoint?: string;
|
|
3818
|
-
probePort?: number;
|
|
3889
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.Model {
|
|
3890
|
+
ruleConditionType?: string;
|
|
3891
|
+
pathConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig;
|
|
3892
|
+
hostConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig;
|
|
3819
3893
|
static names(): {
|
|
3820
3894
|
[key: string]: string;
|
|
3821
3895
|
};
|
|
@@ -3826,9 +3900,8 @@ export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations ext
|
|
|
3826
3900
|
[key: string]: any;
|
|
3827
3901
|
});
|
|
3828
3902
|
}
|
|
3829
|
-
export declare class
|
|
3830
|
-
|
|
3831
|
-
endpointPort?: number;
|
|
3903
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
|
|
3904
|
+
endpointGroupId?: string;
|
|
3832
3905
|
static names(): {
|
|
3833
3906
|
[key: string]: string;
|
|
3834
3907
|
};
|
|
@@ -3839,9 +3912,8 @@ export declare class DescribeEndpointGroupResponseBodyPortOverrides extends $tea
|
|
|
3839
3912
|
[key: string]: any;
|
|
3840
3913
|
});
|
|
3841
3914
|
}
|
|
3842
|
-
export declare class
|
|
3843
|
-
|
|
3844
|
-
domain?: string;
|
|
3915
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
|
|
3916
|
+
serverGroupTuples?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
|
|
3845
3917
|
static names(): {
|
|
3846
3918
|
[key: string]: string;
|
|
3847
3919
|
};
|
|
@@ -3852,11 +3924,10 @@ export declare class AssociateAdditionalCertificatesWithListenerRequestCertifica
|
|
|
3852
3924
|
[key: string]: any;
|
|
3853
3925
|
});
|
|
3854
3926
|
}
|
|
3855
|
-
export declare class
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
endpoint?: string;
|
|
3927
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Model {
|
|
3928
|
+
order?: number;
|
|
3929
|
+
ruleActionType?: string;
|
|
3930
|
+
forwardGroupConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig;
|
|
3860
3931
|
static names(): {
|
|
3861
3932
|
[key: string]: string;
|
|
3862
3933
|
};
|
|
@@ -3867,10 +3938,15 @@ export declare class CreateEndpointGroupRequestEndpointConfigurations extends $t
|
|
|
3867
3938
|
[key: string]: any;
|
|
3868
3939
|
});
|
|
3869
3940
|
}
|
|
3870
|
-
export declare class
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3941
|
+
export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
3942
|
+
priority?: number;
|
|
3943
|
+
forwardingRuleId?: string;
|
|
3944
|
+
forwardingRuleName?: string;
|
|
3945
|
+
forwardingRuleStatus?: string;
|
|
3946
|
+
ruleConditions?: ListForwardingRulesResponseBodyForwardingRulesRuleConditions[];
|
|
3947
|
+
ruleActions?: ListForwardingRulesResponseBodyForwardingRulesRuleActions[];
|
|
3948
|
+
listenerId?: string;
|
|
3949
|
+
static names(): {
|
|
3874
3950
|
[key: string]: string;
|
|
3875
3951
|
};
|
|
3876
3952
|
static types(): {
|
|
@@ -3897,8 +3973,10 @@ export declare class ListIpSetsResponseBodyIpSets extends $tea.Model {
|
|
|
3897
3973
|
[key: string]: any;
|
|
3898
3974
|
});
|
|
3899
3975
|
}
|
|
3900
|
-
export declare class
|
|
3901
|
-
|
|
3976
|
+
export declare class ListListenerCertificatesResponseBodyCertificates extends $tea.Model {
|
|
3977
|
+
certificateId?: string;
|
|
3978
|
+
isDefault?: boolean;
|
|
3979
|
+
domain?: string;
|
|
3902
3980
|
static names(): {
|
|
3903
3981
|
[key: string]: string;
|
|
3904
3982
|
};
|
|
@@ -3909,9 +3987,9 @@ export declare class DeleteForwardingRulesResponseBodyForwardingRules extends $t
|
|
|
3909
3987
|
[key: string]: any;
|
|
3910
3988
|
});
|
|
3911
3989
|
}
|
|
3912
|
-
export declare class
|
|
3913
|
-
|
|
3914
|
-
|
|
3990
|
+
export declare class ListListenersResponseBodyListenersCertificates extends $tea.Model {
|
|
3991
|
+
type?: string;
|
|
3992
|
+
id?: string;
|
|
3915
3993
|
static names(): {
|
|
3916
3994
|
[key: string]: string;
|
|
3917
3995
|
};
|
|
@@ -3922,10 +4000,9 @@ export declare class ListAccelerateAreasResponseBodyAreasRegionList extends $tea
|
|
|
3922
4000
|
[key: string]: any;
|
|
3923
4001
|
});
|
|
3924
4002
|
}
|
|
3925
|
-
export declare class
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
regionList?: ListAccelerateAreasResponseBodyAreasRegionList[];
|
|
4003
|
+
export declare class ListListenersResponseBodyListenersBackendPorts extends $tea.Model {
|
|
4004
|
+
fromPort?: string;
|
|
4005
|
+
toPort?: string;
|
|
3929
4006
|
static names(): {
|
|
3930
4007
|
[key: string]: string;
|
|
3931
4008
|
};
|
|
@@ -3936,10 +4013,9 @@ export declare class ListAccelerateAreasResponseBodyAreas extends $tea.Model {
|
|
|
3936
4013
|
[key: string]: any;
|
|
3937
4014
|
});
|
|
3938
4015
|
}
|
|
3939
|
-
export declare class
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
domain?: string;
|
|
4016
|
+
export declare class ListListenersResponseBodyListenersPortRanges extends $tea.Model {
|
|
4017
|
+
fromPort?: number;
|
|
4018
|
+
toPort?: number;
|
|
3943
4019
|
static names(): {
|
|
3944
4020
|
[key: string]: string;
|
|
3945
4021
|
};
|
|
@@ -3950,9 +4026,12 @@ export declare class ListListenerCertificatesResponseBodyCertificates extends $t
|
|
|
3950
4026
|
[key: string]: any;
|
|
3951
4027
|
});
|
|
3952
4028
|
}
|
|
3953
|
-
export declare class
|
|
3954
|
-
|
|
3955
|
-
|
|
4029
|
+
export declare class ListListenersResponseBodyListenersXForwardedForConfig extends $tea.Model {
|
|
4030
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
4031
|
+
XRealIpEnabled?: boolean;
|
|
4032
|
+
XForwardedForGaApEnabled?: boolean;
|
|
4033
|
+
XForwardedForProtoEnabled?: boolean;
|
|
4034
|
+
XForwardedForPortEnabled?: boolean;
|
|
3956
4035
|
static names(): {
|
|
3957
4036
|
[key: string]: string;
|
|
3958
4037
|
};
|
|
@@ -3963,9 +4042,21 @@ export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
|
3963
4042
|
[key: string]: any;
|
|
3964
4043
|
});
|
|
3965
4044
|
}
|
|
3966
|
-
export declare class
|
|
3967
|
-
|
|
3968
|
-
|
|
4045
|
+
export declare class ListListenersResponseBodyListeners extends $tea.Model {
|
|
4046
|
+
certificates?: ListListenersResponseBodyListenersCertificates[];
|
|
4047
|
+
backendPorts?: ListListenersResponseBodyListenersBackendPorts[];
|
|
4048
|
+
listenerId?: string;
|
|
4049
|
+
description?: string;
|
|
4050
|
+
state?: string;
|
|
4051
|
+
clientAffinity?: string;
|
|
4052
|
+
protocol?: string;
|
|
4053
|
+
createTime?: number;
|
|
4054
|
+
portRanges?: ListListenersResponseBodyListenersPortRanges[];
|
|
4055
|
+
name?: string;
|
|
4056
|
+
proxyProtocol?: boolean;
|
|
4057
|
+
acceleratorId?: string;
|
|
4058
|
+
XForwardedForConfig?: ListListenersResponseBodyListenersXForwardedForConfig;
|
|
4059
|
+
securityPolicyId?: string;
|
|
3969
4060
|
static names(): {
|
|
3970
4061
|
[key: string]: string;
|
|
3971
4062
|
};
|
|
@@ -3976,9 +4067,9 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
|
3976
4067
|
[key: string]: any;
|
|
3977
4068
|
});
|
|
3978
4069
|
}
|
|
3979
|
-
export declare class
|
|
3980
|
-
|
|
3981
|
-
|
|
4070
|
+
export declare class ListSpareIpsResponseBodySpareIps extends $tea.Model {
|
|
4071
|
+
spareIp?: string;
|
|
4072
|
+
state?: string;
|
|
3982
4073
|
static names(): {
|
|
3983
4074
|
[key: string]: string;
|
|
3984
4075
|
};
|
|
@@ -3989,8 +4080,10 @@ export declare class UpdateListenerRequestPortRanges extends $tea.Model {
|
|
|
3989
4080
|
[key: string]: any;
|
|
3990
4081
|
});
|
|
3991
4082
|
}
|
|
3992
|
-
export declare class
|
|
3993
|
-
|
|
4083
|
+
export declare class ListSystemSecurityPoliciesResponseBodySecurityPolicies extends $tea.Model {
|
|
4084
|
+
securityPolicyId?: string;
|
|
4085
|
+
tlsVersions?: string[];
|
|
4086
|
+
ciphers?: string[];
|
|
3994
4087
|
static names(): {
|
|
3995
4088
|
[key: string]: string;
|
|
3996
4089
|
};
|
|
@@ -4001,9 +4094,8 @@ export declare class UpdateListenerRequestCertificates extends $tea.Model {
|
|
|
4001
4094
|
[key: string]: any;
|
|
4002
4095
|
});
|
|
4003
4096
|
}
|
|
4004
|
-
export declare class
|
|
4005
|
-
|
|
4006
|
-
toPort?: number;
|
|
4097
|
+
export declare class RemoveEntriesFromAclRequestAclEntries extends $tea.Model {
|
|
4098
|
+
entry?: string;
|
|
4007
4099
|
static names(): {
|
|
4008
4100
|
[key: string]: string;
|
|
4009
4101
|
};
|
|
@@ -4014,9 +4106,24 @@ export declare class UpdateListenerRequestBackendPorts extends $tea.Model {
|
|
|
4014
4106
|
[key: string]: any;
|
|
4015
4107
|
});
|
|
4016
4108
|
}
|
|
4017
|
-
export declare class
|
|
4018
|
-
|
|
4019
|
-
|
|
4109
|
+
export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
|
|
4110
|
+
type?: string;
|
|
4111
|
+
enableClientIPPreservation?: boolean;
|
|
4112
|
+
weight?: number;
|
|
4113
|
+
endpoint?: string;
|
|
4114
|
+
static names(): {
|
|
4115
|
+
[key: string]: string;
|
|
4116
|
+
};
|
|
4117
|
+
static types(): {
|
|
4118
|
+
[key: string]: any;
|
|
4119
|
+
};
|
|
4120
|
+
constructor(map?: {
|
|
4121
|
+
[key: string]: any;
|
|
4122
|
+
});
|
|
4123
|
+
}
|
|
4124
|
+
export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model {
|
|
4125
|
+
listenerPort?: number;
|
|
4126
|
+
endpointPort?: number;
|
|
4020
4127
|
static names(): {
|
|
4021
4128
|
[key: string]: string;
|
|
4022
4129
|
};
|
|
@@ -4080,10 +4187,8 @@ export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurations exte
|
|
|
4080
4187
|
[key: string]: any;
|
|
4081
4188
|
});
|
|
4082
4189
|
}
|
|
4083
|
-
export declare class
|
|
4084
|
-
|
|
4085
|
-
bandwidthType?: string;
|
|
4086
|
-
instanceId?: string;
|
|
4190
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
|
|
4191
|
+
values?: string[];
|
|
4087
4192
|
static names(): {
|
|
4088
4193
|
[key: string]: string;
|
|
4089
4194
|
};
|
|
@@ -4094,9 +4199,8 @@ export declare class ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPacka
|
|
|
4094
4199
|
[key: string]: any;
|
|
4095
4200
|
});
|
|
4096
4201
|
}
|
|
4097
|
-
export declare class
|
|
4098
|
-
|
|
4099
|
-
instanceId?: string;
|
|
4202
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
|
|
4203
|
+
values?: string[];
|
|
4100
4204
|
static names(): {
|
|
4101
4205
|
[key: string]: string;
|
|
4102
4206
|
};
|
|
@@ -4107,24 +4211,10 @@ export declare class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidt
|
|
|
4107
4211
|
[key: string]: any;
|
|
4108
4212
|
});
|
|
4109
4213
|
}
|
|
4110
|
-
export declare class
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
spec?: string;
|
|
4115
|
-
state?: string;
|
|
4116
|
-
createTime?: number;
|
|
4117
|
-
cenId?: string;
|
|
4118
|
-
ddosId?: string;
|
|
4119
|
-
basicBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
|
|
4120
|
-
regionId?: string;
|
|
4121
|
-
instanceChargeType?: string;
|
|
4122
|
-
acceleratorId?: string;
|
|
4123
|
-
description?: string;
|
|
4124
|
-
bandwidth?: number;
|
|
4125
|
-
expiredTime?: number;
|
|
4126
|
-
name?: string;
|
|
4127
|
-
crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
4214
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
|
|
4215
|
+
ruleConditionType?: string;
|
|
4216
|
+
pathConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
4217
|
+
hostConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
4128
4218
|
static names(): {
|
|
4129
4219
|
[key: string]: string;
|
|
4130
4220
|
};
|
|
@@ -4135,9 +4225,8 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
4135
4225
|
[key: string]: any;
|
|
4136
4226
|
});
|
|
4137
4227
|
}
|
|
4138
|
-
export declare class
|
|
4139
|
-
|
|
4140
|
-
toPort?: number;
|
|
4228
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
|
|
4229
|
+
endpointGroupId?: string;
|
|
4141
4230
|
static names(): {
|
|
4142
4231
|
[key: string]: string;
|
|
4143
4232
|
};
|
|
@@ -4148,8 +4237,8 @@ export declare class CreateListenerRequestPortRanges extends $tea.Model {
|
|
|
4148
4237
|
[key: string]: any;
|
|
4149
4238
|
});
|
|
4150
4239
|
}
|
|
4151
|
-
export declare class
|
|
4152
|
-
|
|
4240
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
|
|
4241
|
+
serverGroupTuples?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
|
|
4153
4242
|
static names(): {
|
|
4154
4243
|
[key: string]: string;
|
|
4155
4244
|
};
|
|
@@ -4160,9 +4249,10 @@ export declare class CreateListenerRequestCertificates extends $tea.Model {
|
|
|
4160
4249
|
[key: string]: any;
|
|
4161
4250
|
});
|
|
4162
4251
|
}
|
|
4163
|
-
export declare class
|
|
4164
|
-
|
|
4165
|
-
|
|
4252
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
|
|
4253
|
+
order?: number;
|
|
4254
|
+
ruleActionType?: string;
|
|
4255
|
+
forwardGroupConfig?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
4166
4256
|
static names(): {
|
|
4167
4257
|
[key: string]: string;
|
|
4168
4258
|
};
|
|
@@ -4173,10 +4263,12 @@ export declare class ListSpareIpsResponseBodySpareIps extends $tea.Model {
|
|
|
4173
4263
|
[key: string]: any;
|
|
4174
4264
|
});
|
|
4175
4265
|
}
|
|
4176
|
-
export declare class
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4266
|
+
export declare class UpdateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
4267
|
+
priority?: number;
|
|
4268
|
+
ruleConditions?: UpdateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
4269
|
+
ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
4270
|
+
forwardingRuleId?: string;
|
|
4271
|
+
forwardingRuleName?: string;
|
|
4180
4272
|
static names(): {
|
|
4181
4273
|
[key: string]: string;
|
|
4182
4274
|
};
|
|
@@ -4187,9 +4279,8 @@ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpo
|
|
|
4187
4279
|
[key: string]: any;
|
|
4188
4280
|
});
|
|
4189
4281
|
}
|
|
4190
|
-
export declare class
|
|
4191
|
-
|
|
4192
|
-
endpointPort?: number;
|
|
4282
|
+
export declare class UpdateForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
4283
|
+
forwardingRuleId?: string;
|
|
4193
4284
|
static names(): {
|
|
4194
4285
|
[key: string]: string;
|
|
4195
4286
|
};
|
|
@@ -4200,23 +4291,63 @@ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortO
|
|
|
4200
4291
|
[key: string]: any;
|
|
4201
4292
|
});
|
|
4202
4293
|
}
|
|
4203
|
-
export declare class
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4294
|
+
export declare class UpdateIpSetsRequestIpSets extends $tea.Model {
|
|
4295
|
+
bandwidth?: number;
|
|
4296
|
+
ipSetId?: string;
|
|
4297
|
+
static names(): {
|
|
4298
|
+
[key: string]: string;
|
|
4299
|
+
};
|
|
4300
|
+
static types(): {
|
|
4301
|
+
[key: string]: any;
|
|
4302
|
+
};
|
|
4303
|
+
constructor(map?: {
|
|
4304
|
+
[key: string]: any;
|
|
4305
|
+
});
|
|
4306
|
+
}
|
|
4307
|
+
export declare class UpdateListenerRequestPortRanges extends $tea.Model {
|
|
4308
|
+
fromPort?: number;
|
|
4309
|
+
toPort?: number;
|
|
4310
|
+
static names(): {
|
|
4311
|
+
[key: string]: string;
|
|
4312
|
+
};
|
|
4313
|
+
static types(): {
|
|
4314
|
+
[key: string]: any;
|
|
4315
|
+
};
|
|
4316
|
+
constructor(map?: {
|
|
4317
|
+
[key: string]: any;
|
|
4318
|
+
});
|
|
4319
|
+
}
|
|
4320
|
+
export declare class UpdateListenerRequestCertificates extends $tea.Model {
|
|
4321
|
+
id?: string;
|
|
4322
|
+
static names(): {
|
|
4323
|
+
[key: string]: string;
|
|
4324
|
+
};
|
|
4325
|
+
static types(): {
|
|
4326
|
+
[key: string]: any;
|
|
4327
|
+
};
|
|
4328
|
+
constructor(map?: {
|
|
4329
|
+
[key: string]: any;
|
|
4330
|
+
});
|
|
4331
|
+
}
|
|
4332
|
+
export declare class UpdateListenerRequestBackendPorts extends $tea.Model {
|
|
4333
|
+
fromPort?: number;
|
|
4334
|
+
toPort?: number;
|
|
4335
|
+
static names(): {
|
|
4336
|
+
[key: string]: string;
|
|
4337
|
+
};
|
|
4338
|
+
static types(): {
|
|
4339
|
+
[key: string]: any;
|
|
4340
|
+
};
|
|
4341
|
+
constructor(map?: {
|
|
4342
|
+
[key: string]: any;
|
|
4343
|
+
});
|
|
4344
|
+
}
|
|
4345
|
+
export declare class UpdateListenerRequestXForwardedForConfig extends $tea.Model {
|
|
4346
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
4347
|
+
XForwardedForProtoEnabled?: boolean;
|
|
4348
|
+
XForwardedForPortEnabled?: boolean;
|
|
4349
|
+
XRealIpEnabled?: boolean;
|
|
4350
|
+
XForwardedForGaApEnabled?: boolean;
|
|
4220
4351
|
static names(): {
|
|
4221
4352
|
[key: string]: string;
|
|
4222
4353
|
};
|
|
@@ -4232,138 +4363,140 @@ export default class Client extends OpenApi {
|
|
|
4232
4363
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
4233
4364
|
[key: string]: string;
|
|
4234
4365
|
}, endpoint: string): string;
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
listAclsWithOptions(request: ListAclsRequest, runtime: $Util.RuntimeOptions): Promise<ListAclsResponse>;
|
|
4238
|
-
listAcls(request: ListAclsRequest): Promise<ListAclsResponse>;
|
|
4239
|
-
createAcceleratorWithOptions(request: CreateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateAcceleratorResponse>;
|
|
4240
|
-
createAccelerator(request: CreateAcceleratorRequest): Promise<CreateAcceleratorResponse>;
|
|
4241
|
-
describeListenerWithOptions(request: DescribeListenerRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerResponse>;
|
|
4242
|
-
describeListener(request: DescribeListenerRequest): Promise<DescribeListenerResponse>;
|
|
4243
|
-
deleteSpareIpsWithOptions(request: DeleteSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSpareIpsResponse>;
|
|
4244
|
-
deleteSpareIps(request: DeleteSpareIpsRequest): Promise<DeleteSpareIpsResponse>;
|
|
4245
|
-
updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
|
|
4246
|
-
updateIpSets(request: UpdateIpSetsRequest): Promise<UpdateIpSetsResponse>;
|
|
4247
|
-
configEndpointProbeWithOptions(request: ConfigEndpointProbeRequest, runtime: $Util.RuntimeOptions): Promise<ConfigEndpointProbeResponse>;
|
|
4248
|
-
configEndpointProbe(request: ConfigEndpointProbeRequest): Promise<ConfigEndpointProbeResponse>;
|
|
4249
|
-
removeEntriesFromAclWithOptions(request: RemoveEntriesFromAclRequest, runtime: $Util.RuntimeOptions): Promise<RemoveEntriesFromAclResponse>;
|
|
4250
|
-
removeEntriesFromAcl(request: RemoveEntriesFromAclRequest): Promise<RemoveEntriesFromAclResponse>;
|
|
4251
|
-
describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
|
|
4252
|
-
describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
|
|
4253
|
-
listBandwidthPackagesWithOptions(request: ListBandwidthPackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthPackagesResponse>;
|
|
4254
|
-
listBandwidthPackages(request: ListBandwidthPackagesRequest): Promise<ListBandwidthPackagesResponse>;
|
|
4255
|
-
updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
|
|
4256
|
-
updateEndpointGroup(request: UpdateEndpointGroupRequest): Promise<UpdateEndpointGroupResponse>;
|
|
4257
|
-
attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
|
|
4258
|
-
attachDdosToAccelerator(request: AttachDdosToAcceleratorRequest): Promise<AttachDdosToAcceleratorResponse>;
|
|
4259
|
-
getAclWithOptions(request: GetAclRequest, runtime: $Util.RuntimeOptions): Promise<GetAclResponse>;
|
|
4260
|
-
getAcl(request: GetAclRequest): Promise<GetAclResponse>;
|
|
4366
|
+
addEntriesToAclWithOptions(request: AddEntriesToAclRequest, runtime: $Util.RuntimeOptions): Promise<AddEntriesToAclResponse>;
|
|
4367
|
+
addEntriesToAcl(request: AddEntriesToAclRequest): Promise<AddEntriesToAclResponse>;
|
|
4261
4368
|
associateAclsWithListenerWithOptions(request: AssociateAclsWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<AssociateAclsWithListenerResponse>;
|
|
4262
4369
|
associateAclsWithListener(request: AssociateAclsWithListenerRequest): Promise<AssociateAclsWithListenerResponse>;
|
|
4263
|
-
|
|
4264
|
-
|
|
4370
|
+
associateAdditionalCertificatesWithListenerWithOptions(request: AssociateAdditionalCertificatesWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
4371
|
+
associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
4372
|
+
attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
|
|
4373
|
+
attachDdosToAccelerator(request: AttachDdosToAcceleratorRequest): Promise<AttachDdosToAcceleratorResponse>;
|
|
4374
|
+
attachLogStoreToEndpointGroupWithOptions(request: AttachLogStoreToEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<AttachLogStoreToEndpointGroupResponse>;
|
|
4375
|
+
attachLogStoreToEndpointGroup(request: AttachLogStoreToEndpointGroupRequest): Promise<AttachLogStoreToEndpointGroupResponse>;
|
|
4376
|
+
bandwidthPackageAddAcceleratorWithOptions(request: BandwidthPackageAddAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
4377
|
+
bandwidthPackageAddAccelerator(request: BandwidthPackageAddAcceleratorRequest): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
4378
|
+
bandwidthPackageRemoveAcceleratorWithOptions(request: BandwidthPackageRemoveAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
4379
|
+
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
4380
|
+
configEndpointProbeWithOptions(request: ConfigEndpointProbeRequest, runtime: $Util.RuntimeOptions): Promise<ConfigEndpointProbeResponse>;
|
|
4381
|
+
configEndpointProbe(request: ConfigEndpointProbeRequest): Promise<ConfigEndpointProbeResponse>;
|
|
4382
|
+
createAcceleratorWithOptions(request: CreateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateAcceleratorResponse>;
|
|
4383
|
+
createAccelerator(request: CreateAcceleratorRequest): Promise<CreateAcceleratorResponse>;
|
|
4384
|
+
createAclWithOptions(request: CreateAclRequest, runtime: $Util.RuntimeOptions): Promise<CreateAclResponse>;
|
|
4385
|
+
createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
|
|
4265
4386
|
createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
|
|
4266
4387
|
createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse>;
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
getHealthStatusWithOptions(request: GetHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetHealthStatusResponse>;
|
|
4272
|
-
getHealthStatus(request: GetHealthStatusRequest): Promise<GetHealthStatusResponse>;
|
|
4273
|
-
describeAcceleratorWithOptions(request: DescribeAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorResponse>;
|
|
4274
|
-
describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
|
|
4275
|
-
detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
4276
|
-
detachLogStoreFromEndpointGroup(request: DetachLogStoreFromEndpointGroupRequest): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
4277
|
-
createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
|
|
4278
|
-
createIpSets(request: CreateIpSetsRequest): Promise<CreateIpSetsResponse>;
|
|
4388
|
+
createEndpointGroupWithOptions(request: CreateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupResponse>;
|
|
4389
|
+
createEndpointGroup(request: CreateEndpointGroupRequest): Promise<CreateEndpointGroupResponse>;
|
|
4390
|
+
createEndpointGroupsWithOptions(request: CreateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupsResponse>;
|
|
4391
|
+
createEndpointGroups(request: CreateEndpointGroupsRequest): Promise<CreateEndpointGroupsResponse>;
|
|
4279
4392
|
createForwardingRulesWithOptions(request: CreateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateForwardingRulesResponse>;
|
|
4280
4393
|
createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
addEntriesToAclWithOptions(request: AddEntriesToAclRequest, runtime: $Util.RuntimeOptions): Promise<AddEntriesToAclResponse>;
|
|
4286
|
-
addEntriesToAcl(request: AddEntriesToAclRequest): Promise<AddEntriesToAclResponse>;
|
|
4394
|
+
createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
|
|
4395
|
+
createIpSets(request: CreateIpSetsRequest): Promise<CreateIpSetsResponse>;
|
|
4396
|
+
createListenerWithOptions(request: CreateListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateListenerResponse>;
|
|
4397
|
+
createListener(request: CreateListenerRequest): Promise<CreateListenerResponse>;
|
|
4287
4398
|
createSpareIpsWithOptions(request: CreateSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<CreateSpareIpsResponse>;
|
|
4288
4399
|
createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
|
|
4289
|
-
dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
4290
|
-
dissociateAdditionalCertificatesFromListener(request: DissociateAdditionalCertificatesFromListenerRequest): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
4291
|
-
listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
|
|
4292
|
-
listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
|
|
4293
|
-
listBusiRegionsWithOptions(request: ListBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListBusiRegionsResponse>;
|
|
4294
|
-
listBusiRegions(request: ListBusiRegionsRequest): Promise<ListBusiRegionsResponse>;
|
|
4295
|
-
replaceBandwidthPackageWithOptions(request: ReplaceBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<ReplaceBandwidthPackageResponse>;
|
|
4296
|
-
replaceBandwidthPackage(request: ReplaceBandwidthPackageRequest): Promise<ReplaceBandwidthPackageResponse>;
|
|
4297
|
-
updateEndpointGroupAttributeWithOptions(request: UpdateEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
4298
|
-
updateEndpointGroupAttribute(request: UpdateEndpointGroupAttributeRequest): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
4299
|
-
updateForwardingRulesWithOptions(request: UpdateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateForwardingRulesResponse>;
|
|
4300
|
-
updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
|
|
4301
|
-
listListenersWithOptions(request: ListListenersRequest, runtime: $Util.RuntimeOptions): Promise<ListListenersResponse>;
|
|
4302
|
-
listListeners(request: ListListenersRequest): Promise<ListListenersResponse>;
|
|
4303
|
-
describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
|
|
4304
|
-
describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
|
|
4305
|
-
deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
|
|
4306
|
-
deleteListener(request: DeleteListenerRequest): Promise<DeleteListenerResponse>;
|
|
4307
|
-
associateAdditionalCertificatesWithListenerWithOptions(request: AssociateAdditionalCertificatesWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
4308
|
-
associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
4309
|
-
attachLogStoreToEndpointGroupWithOptions(request: AttachLogStoreToEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<AttachLogStoreToEndpointGroupResponse>;
|
|
4310
|
-
attachLogStoreToEndpointGroup(request: AttachLogStoreToEndpointGroupRequest): Promise<AttachLogStoreToEndpointGroupResponse>;
|
|
4311
|
-
updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
|
|
4312
|
-
updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
|
|
4313
4400
|
deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
|
|
4314
4401
|
deleteAccelerator(request: DeleteAcceleratorRequest): Promise<DeleteAcceleratorResponse>;
|
|
4315
|
-
|
|
4316
|
-
|
|
4402
|
+
deleteAclWithOptions(request: DeleteAclRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAclResponse>;
|
|
4403
|
+
deleteAcl(request: DeleteAclRequest): Promise<DeleteAclResponse>;
|
|
4404
|
+
deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
|
|
4405
|
+
deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
|
|
4317
4406
|
deleteEndpointGroupWithOptions(request: DeleteEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupResponse>;
|
|
4318
4407
|
deleteEndpointGroup(request: DeleteEndpointGroupRequest): Promise<DeleteEndpointGroupResponse>;
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
|
|
4322
|
-
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
4323
|
-
bandwidthPackageRemoveAcceleratorWithOptions(request: BandwidthPackageRemoveAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
4324
|
-
bandwidthPackageRemoveAccelerator(request: BandwidthPackageRemoveAcceleratorRequest): Promise<BandwidthPackageRemoveAcceleratorResponse>;
|
|
4408
|
+
deleteEndpointGroupsWithOptions(request: DeleteEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupsResponse>;
|
|
4409
|
+
deleteEndpointGroups(request: DeleteEndpointGroupsRequest): Promise<DeleteEndpointGroupsResponse>;
|
|
4325
4410
|
deleteForwardingRulesWithOptions(request: DeleteForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteForwardingRulesResponse>;
|
|
4326
4411
|
deleteForwardingRules(request: DeleteForwardingRulesRequest): Promise<DeleteForwardingRulesResponse>;
|
|
4412
|
+
deleteIpSetWithOptions(request: DeleteIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetResponse>;
|
|
4413
|
+
deleteIpSet(request: DeleteIpSetRequest): Promise<DeleteIpSetResponse>;
|
|
4414
|
+
deleteIpSetsWithOptions(request: DeleteIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetsResponse>;
|
|
4415
|
+
deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
|
|
4416
|
+
deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
|
|
4417
|
+
deleteListener(request: DeleteListenerRequest): Promise<DeleteListenerResponse>;
|
|
4418
|
+
deleteSpareIpsWithOptions(request: DeleteSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSpareIpsResponse>;
|
|
4419
|
+
deleteSpareIps(request: DeleteSpareIpsRequest): Promise<DeleteSpareIpsResponse>;
|
|
4420
|
+
describeAcceleratorWithOptions(request: DescribeAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorResponse>;
|
|
4421
|
+
describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
|
|
4422
|
+
describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
|
|
4423
|
+
describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
|
|
4424
|
+
describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
|
|
4425
|
+
describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
|
|
4426
|
+
describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
|
|
4427
|
+
describeIpSet(request: DescribeIpSetRequest): Promise<DescribeIpSetResponse>;
|
|
4428
|
+
describeListenerWithOptions(request: DescribeListenerRequest, runtime: $Util.RuntimeOptions): Promise<DescribeListenerResponse>;
|
|
4429
|
+
describeListener(request: DescribeListenerRequest): Promise<DescribeListenerResponse>;
|
|
4430
|
+
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
4431
|
+
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
4432
|
+
detachDdosFromAcceleratorWithOptions(request: DetachDdosFromAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DetachDdosFromAcceleratorResponse>;
|
|
4433
|
+
detachDdosFromAccelerator(request: DetachDdosFromAcceleratorRequest): Promise<DetachDdosFromAcceleratorResponse>;
|
|
4434
|
+
detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
4435
|
+
detachLogStoreFromEndpointGroup(request: DetachLogStoreFromEndpointGroupRequest): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
4327
4436
|
dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
|
|
4328
4437
|
dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
|
|
4438
|
+
dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
4439
|
+
dissociateAdditionalCertificatesFromListener(request: DissociateAdditionalCertificatesFromListenerRequest): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
4440
|
+
getAclWithOptions(request: GetAclRequest, runtime: $Util.RuntimeOptions): Promise<GetAclResponse>;
|
|
4441
|
+
getAcl(request: GetAclRequest): Promise<GetAclResponse>;
|
|
4442
|
+
getHealthStatusWithOptions(request: GetHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetHealthStatusResponse>;
|
|
4443
|
+
getHealthStatus(request: GetHealthStatusRequest): Promise<GetHealthStatusResponse>;
|
|
4444
|
+
getSpareIpWithOptions(request: GetSpareIpRequest, runtime: $Util.RuntimeOptions): Promise<GetSpareIpResponse>;
|
|
4445
|
+
getSpareIp(request: GetSpareIpRequest): Promise<GetSpareIpResponse>;
|
|
4329
4446
|
listAccelerateAreasWithOptions(request: ListAccelerateAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListAccelerateAreasResponse>;
|
|
4330
4447
|
listAccelerateAreas(request: ListAccelerateAreasRequest): Promise<ListAccelerateAreasResponse>;
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
4338
|
-
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
4339
|
-
updateListenerWithOptions(request: UpdateListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateListenerResponse>;
|
|
4340
|
-
updateListener(request: UpdateListenerRequest): Promise<UpdateListenerResponse>;
|
|
4448
|
+
listAcceleratorsWithOptions(request: ListAcceleratorsRequest, runtime: $Util.RuntimeOptions): Promise<ListAcceleratorsResponse>;
|
|
4449
|
+
listAccelerators(request: ListAcceleratorsRequest): Promise<ListAcceleratorsResponse>;
|
|
4450
|
+
listAclsWithOptions(request: ListAclsRequest, runtime: $Util.RuntimeOptions): Promise<ListAclsResponse>;
|
|
4451
|
+
listAcls(request: ListAclsRequest): Promise<ListAclsResponse>;
|
|
4452
|
+
listAvailableAccelerateAreasWithOptions(request: ListAvailableAccelerateAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableAccelerateAreasResponse>;
|
|
4453
|
+
listAvailableAccelerateAreas(request: ListAvailableAccelerateAreasRequest): Promise<ListAvailableAccelerateAreasResponse>;
|
|
4341
4454
|
listAvailableBusiRegionsWithOptions(request: ListAvailableBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableBusiRegionsResponse>;
|
|
4342
4455
|
listAvailableBusiRegions(request: ListAvailableBusiRegionsRequest): Promise<ListAvailableBusiRegionsResponse>;
|
|
4456
|
+
listBandwidthackagesWithOptions(request: ListBandwidthackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthackagesResponse>;
|
|
4457
|
+
listBandwidthackages(request: ListBandwidthackagesRequest): Promise<ListBandwidthackagesResponse>;
|
|
4458
|
+
listBandwidthPackagesWithOptions(request: ListBandwidthPackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthPackagesResponse>;
|
|
4459
|
+
listBandwidthPackages(request: ListBandwidthPackagesRequest): Promise<ListBandwidthPackagesResponse>;
|
|
4460
|
+
listBusiRegionsWithOptions(request: ListBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListBusiRegionsResponse>;
|
|
4461
|
+
listBusiRegions(request: ListBusiRegionsRequest): Promise<ListBusiRegionsResponse>;
|
|
4462
|
+
listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
|
|
4463
|
+
listEndpointGroups(request: ListEndpointGroupsRequest): Promise<ListEndpointGroupsResponse>;
|
|
4464
|
+
listForwardingRulesWithOptions(request: ListForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListForwardingRulesResponse>;
|
|
4465
|
+
listForwardingRules(request: ListForwardingRulesRequest): Promise<ListForwardingRulesResponse>;
|
|
4466
|
+
listIpSetsWithOptions(request: ListIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<ListIpSetsResponse>;
|
|
4467
|
+
listIpSets(request: ListIpSetsRequest): Promise<ListIpSetsResponse>;
|
|
4468
|
+
listListenerCertificatesWithOptions(request: ListListenerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<ListListenerCertificatesResponse>;
|
|
4469
|
+
listListenerCertificates(request: ListListenerCertificatesRequest): Promise<ListListenerCertificatesResponse>;
|
|
4470
|
+
listListenersWithOptions(request: ListListenersRequest, runtime: $Util.RuntimeOptions): Promise<ListListenersResponse>;
|
|
4471
|
+
listListeners(request: ListListenersRequest): Promise<ListListenersResponse>;
|
|
4472
|
+
listSpareIpsWithOptions(request: ListSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<ListSpareIpsResponse>;
|
|
4473
|
+
listSpareIps(request: ListSpareIpsRequest): Promise<ListSpareIpsResponse>;
|
|
4474
|
+
listSystemSecurityPoliciesWithOptions(request: ListSystemSecurityPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListSystemSecurityPoliciesResponse>;
|
|
4475
|
+
listSystemSecurityPolicies(request: ListSystemSecurityPoliciesRequest): Promise<ListSystemSecurityPoliciesResponse>;
|
|
4476
|
+
removeEntriesFromAclWithOptions(request: RemoveEntriesFromAclRequest, runtime: $Util.RuntimeOptions): Promise<RemoveEntriesFromAclResponse>;
|
|
4477
|
+
removeEntriesFromAcl(request: RemoveEntriesFromAclRequest): Promise<RemoveEntriesFromAclResponse>;
|
|
4478
|
+
replaceBandwidthPackageWithOptions(request: ReplaceBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<ReplaceBandwidthPackageResponse>;
|
|
4479
|
+
replaceBandwidthPackage(request: ReplaceBandwidthPackageRequest): Promise<ReplaceBandwidthPackageResponse>;
|
|
4343
4480
|
updateAcceleratorWithOptions(request: UpdateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorResponse>;
|
|
4344
4481
|
updateAccelerator(request: UpdateAcceleratorRequest): Promise<UpdateAcceleratorResponse>;
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
deleteIpSetWithOptions(request: DeleteIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetResponse>;
|
|
4348
|
-
deleteIpSet(request: DeleteIpSetRequest): Promise<DeleteIpSetResponse>;
|
|
4349
|
-
updateEndpointGroupsWithOptions(request: UpdateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupsResponse>;
|
|
4350
|
-
updateEndpointGroups(request: UpdateEndpointGroupsRequest): Promise<UpdateEndpointGroupsResponse>;
|
|
4351
|
-
deleteIpSetsWithOptions(request: DeleteIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetsResponse>;
|
|
4352
|
-
deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
|
|
4353
|
-
bandwidthPackageAddAcceleratorWithOptions(request: BandwidthPackageAddAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
4354
|
-
bandwidthPackageAddAccelerator(request: BandwidthPackageAddAcceleratorRequest): Promise<BandwidthPackageAddAcceleratorResponse>;
|
|
4482
|
+
updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
|
|
4483
|
+
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
4355
4484
|
updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
|
|
4356
4485
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4368
|
-
|
|
4486
|
+
updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
|
|
4487
|
+
updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
|
|
4488
|
+
updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
|
|
4489
|
+
updateEndpointGroup(request: UpdateEndpointGroupRequest): Promise<UpdateEndpointGroupResponse>;
|
|
4490
|
+
updateEndpointGroupAttributeWithOptions(request: UpdateEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
4491
|
+
updateEndpointGroupAttribute(request: UpdateEndpointGroupAttributeRequest): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
4492
|
+
updateEndpointGroupsWithOptions(request: UpdateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupsResponse>;
|
|
4493
|
+
updateEndpointGroups(request: UpdateEndpointGroupsRequest): Promise<UpdateEndpointGroupsResponse>;
|
|
4494
|
+
updateForwardingRulesWithOptions(request: UpdateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateForwardingRulesResponse>;
|
|
4495
|
+
updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
|
|
4496
|
+
updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
|
|
4497
|
+
updateIpSet(request: UpdateIpSetRequest): Promise<UpdateIpSetResponse>;
|
|
4498
|
+
updateIpSetsWithOptions(request: UpdateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetsResponse>;
|
|
4499
|
+
updateIpSets(request: UpdateIpSetsRequest): Promise<UpdateIpSetsResponse>;
|
|
4500
|
+
updateListenerWithOptions(request: UpdateListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateListenerResponse>;
|
|
4501
|
+
updateListener(request: UpdateListenerRequest): Promise<UpdateListenerResponse>;
|
|
4369
4502
|
}
|