@aws-sdk/client-global-accelerator 3.295.0 → 3.297.0
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-types/GlobalAccelerator.d.ts +50 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +24 -4
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/AddEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +16 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +16 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +16 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListListenersCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +16 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +16 -0
- package/dist-types/models/GlobalAcceleratorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +342 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListListenersPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -50,6 +50,7 @@ import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./comma
|
|
|
50
50
|
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
|
|
51
51
|
import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
|
|
52
52
|
/**
|
|
53
|
+
* @public
|
|
53
54
|
* <fullname>Global Accelerator</fullname>
|
|
54
55
|
* <p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
|
|
55
56
|
* Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
|
|
@@ -106,6 +107,7 @@ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
|
|
|
106
107
|
*/
|
|
107
108
|
export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
108
109
|
/**
|
|
110
|
+
* @public
|
|
109
111
|
* <p>Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.</p>
|
|
110
112
|
* <p>The listener port range must be large enough to support the number of IP addresses that can be
|
|
111
113
|
* specified in your subnet. The number of ports required is: subnet size times the number
|
|
@@ -122,6 +124,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
122
124
|
addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
|
|
123
125
|
addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
|
|
124
126
|
/**
|
|
127
|
+
* @public
|
|
125
128
|
* <p>Add endpoints to an endpoint group. The <code>AddEndpoints</code> API operation is the recommended option for adding endpoints. The
|
|
126
129
|
* alternative options are to add endpoints when you create an endpoint group (with the
|
|
127
130
|
* <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_CreateEndpointGroup.html">CreateEndpointGroup</a> API)
|
|
@@ -143,6 +146,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
143
146
|
addEndpoints(args: AddEndpointsCommandInput, cb: (err: any, data?: AddEndpointsCommandOutput) => void): void;
|
|
144
147
|
addEndpoints(args: AddEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddEndpointsCommandOutput) => void): void;
|
|
145
148
|
/**
|
|
149
|
+
* @public
|
|
146
150
|
* <p>Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources
|
|
147
151
|
* through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
|
|
148
152
|
* the specified addresses starts routing to Amazon Web Services because of propagation delays. </p>
|
|
@@ -155,6 +159,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
155
159
|
advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
|
|
156
160
|
advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
|
|
157
161
|
/**
|
|
162
|
+
* @public
|
|
158
163
|
* <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
|
|
159
164
|
* for a custom routing accelerator. You can allow traffic to all destinations in the subnet endpoint, or allow traffic to a
|
|
160
165
|
* specified list of destination IP addresses and ports in the subnet. Note that you cannot specify IP addresses or ports
|
|
@@ -166,6 +171,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
166
171
|
allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
|
|
167
172
|
allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
|
|
168
173
|
/**
|
|
174
|
+
* @public
|
|
169
175
|
* <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
|
|
170
176
|
* to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
|
|
171
177
|
* <important>
|
|
@@ -178,6 +184,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
178
184
|
createAccelerator(args: CreateAcceleratorCommandInput, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
|
|
179
185
|
createAccelerator(args: CreateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
|
|
180
186
|
/**
|
|
187
|
+
* @public
|
|
181
188
|
* <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
|
|
182
189
|
* of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
|
|
183
190
|
* <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
|
|
@@ -194,6 +201,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
194
201
|
createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
195
202
|
createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
196
203
|
/**
|
|
204
|
+
* @public
|
|
197
205
|
* <p>Create an endpoint group for the specified listener for a custom routing accelerator.
|
|
198
206
|
* An endpoint group is a collection of endpoints in one Amazon Web Services
|
|
199
207
|
* Region. </p>
|
|
@@ -202,6 +210,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
202
210
|
createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
203
211
|
createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
204
212
|
/**
|
|
213
|
+
* @public
|
|
205
214
|
* <p>Create a listener to process inbound connections from clients to a custom routing accelerator.
|
|
206
215
|
* Connections arrive to assigned static IP addresses on the port range that you specify. </p>
|
|
207
216
|
*/
|
|
@@ -209,6 +218,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
209
218
|
createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
|
|
210
219
|
createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
|
|
211
220
|
/**
|
|
221
|
+
* @public
|
|
212
222
|
* <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one Amazon Web Services
|
|
213
223
|
* Region. A resource must be valid and active when you add it as an endpoint.</p>
|
|
214
224
|
*/
|
|
@@ -216,6 +226,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
216
226
|
createEndpointGroup(args: CreateEndpointGroupCommandInput, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
|
|
217
227
|
createEndpointGroup(args: CreateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
|
|
218
228
|
/**
|
|
229
|
+
* @public
|
|
219
230
|
* <p>Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static
|
|
220
231
|
* IP addresses on a port, port range, or list of port ranges that you specify. </p>
|
|
221
232
|
*/
|
|
@@ -223,6 +234,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
223
234
|
createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
224
235
|
createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
225
236
|
/**
|
|
237
|
+
* @public
|
|
226
238
|
* <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
|
|
227
239
|
* (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
|
|
228
240
|
* <important>
|
|
@@ -242,6 +254,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
242
254
|
deleteAccelerator(args: DeleteAcceleratorCommandInput, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
|
|
243
255
|
deleteAccelerator(args: DeleteAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
|
|
244
256
|
/**
|
|
257
|
+
* @public
|
|
245
258
|
* <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
|
|
246
259
|
* (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
|
|
247
260
|
* <important>
|
|
@@ -261,30 +274,35 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
261
274
|
deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
262
275
|
deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
263
276
|
/**
|
|
277
|
+
* @public
|
|
264
278
|
* <p>Delete an endpoint group from a listener for a custom routing accelerator.</p>
|
|
265
279
|
*/
|
|
266
280
|
deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
|
|
267
281
|
deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
268
282
|
deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
269
283
|
/**
|
|
284
|
+
* @public
|
|
270
285
|
* <p>Delete a listener for a custom routing accelerator.</p>
|
|
271
286
|
*/
|
|
272
287
|
deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingListenerCommandOutput>;
|
|
273
288
|
deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
|
|
274
289
|
deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
|
|
275
290
|
/**
|
|
291
|
+
* @public
|
|
276
292
|
* <p>Delete an endpoint group from a listener.</p>
|
|
277
293
|
*/
|
|
278
294
|
deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointGroupCommandOutput>;
|
|
279
295
|
deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
|
|
280
296
|
deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
|
|
281
297
|
/**
|
|
298
|
+
* @public
|
|
282
299
|
* <p>Delete a listener from an accelerator.</p>
|
|
283
300
|
*/
|
|
284
301
|
deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
|
|
285
302
|
deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
286
303
|
deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
287
304
|
/**
|
|
305
|
+
* @public
|
|
288
306
|
* <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that cannot receive traffic
|
|
289
307
|
* for a custom routing accelerator. You can deny traffic to all destinations in the VPC endpoint, or deny traffic to a
|
|
290
308
|
* specified list of destination IP addresses and ports. Note that you cannot specify IP addresses
|
|
@@ -296,6 +314,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
296
314
|
denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
|
|
297
315
|
denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
|
|
298
316
|
/**
|
|
317
|
+
* @public
|
|
299
318
|
* <p>Releases the specified address range that you provisioned to use with your Amazon Web Services resources
|
|
300
319
|
* through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. </p>
|
|
301
320
|
* <p>Before you can release an address range, you must stop advertising it by using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">WithdrawByoipCidr</a> and you must not have
|
|
@@ -308,12 +327,14 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
308
327
|
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
|
|
309
328
|
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
|
|
310
329
|
/**
|
|
330
|
+
* @public
|
|
311
331
|
* <p>Describe an accelerator. </p>
|
|
312
332
|
*/
|
|
313
333
|
describeAccelerator(args: DescribeAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAcceleratorCommandOutput>;
|
|
314
334
|
describeAccelerator(args: DescribeAcceleratorCommandInput, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
|
|
315
335
|
describeAccelerator(args: DescribeAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
|
|
316
336
|
/**
|
|
337
|
+
* @public
|
|
317
338
|
* <p>Describe the attributes of an accelerator.
|
|
318
339
|
* </p>
|
|
319
340
|
*/
|
|
@@ -321,48 +342,56 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
321
342
|
describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
|
|
322
343
|
describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
|
|
323
344
|
/**
|
|
345
|
+
* @public
|
|
324
346
|
* <p>Describe a custom routing accelerator. </p>
|
|
325
347
|
*/
|
|
326
348
|
describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
|
|
327
349
|
describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
328
350
|
describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
329
351
|
/**
|
|
352
|
+
* @public
|
|
330
353
|
* <p>Describe the attributes of a custom routing accelerator. </p>
|
|
331
354
|
*/
|
|
332
355
|
describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
333
356
|
describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
334
357
|
describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
335
358
|
/**
|
|
359
|
+
* @public
|
|
336
360
|
* <p>Describe an endpoint group for a custom routing accelerator. </p>
|
|
337
361
|
*/
|
|
338
362
|
describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
|
|
339
363
|
describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
340
364
|
describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
341
365
|
/**
|
|
366
|
+
* @public
|
|
342
367
|
* <p>The description of a listener for a custom routing accelerator.</p>
|
|
343
368
|
*/
|
|
344
369
|
describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingListenerCommandOutput>;
|
|
345
370
|
describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
|
|
346
371
|
describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
|
|
347
372
|
/**
|
|
373
|
+
* @public
|
|
348
374
|
* <p>Describe an endpoint group. </p>
|
|
349
375
|
*/
|
|
350
376
|
describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointGroupCommandOutput>;
|
|
351
377
|
describeEndpointGroup(args: DescribeEndpointGroupCommandInput, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
|
|
352
378
|
describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
|
|
353
379
|
/**
|
|
380
|
+
* @public
|
|
354
381
|
* <p>Describe a listener. </p>
|
|
355
382
|
*/
|
|
356
383
|
describeListener(args: DescribeListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCommandOutput>;
|
|
357
384
|
describeListener(args: DescribeListenerCommandInput, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
|
|
358
385
|
describeListener(args: DescribeListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
|
|
359
386
|
/**
|
|
387
|
+
* @public
|
|
360
388
|
* <p>List the accelerators for an Amazon Web Services account. </p>
|
|
361
389
|
*/
|
|
362
390
|
listAccelerators(args: ListAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAcceleratorsCommandOutput>;
|
|
363
391
|
listAccelerators(args: ListAcceleratorsCommandInput, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
|
|
364
392
|
listAccelerators(args: ListAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
|
|
365
393
|
/**
|
|
394
|
+
* @public
|
|
366
395
|
* <p>Lists the IP address ranges that were specified in calls to <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html">ProvisionByoipCidr</a>, including
|
|
367
396
|
* the current state and a history of state changes.</p>
|
|
368
397
|
*/
|
|
@@ -370,24 +399,28 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
370
399
|
listByoipCidrs(args: ListByoipCidrsCommandInput, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
|
|
371
400
|
listByoipCidrs(args: ListByoipCidrsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
|
|
372
401
|
/**
|
|
402
|
+
* @public
|
|
373
403
|
* <p>List the custom routing accelerators for an Amazon Web Services account. </p>
|
|
374
404
|
*/
|
|
375
405
|
listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
376
406
|
listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
|
|
377
407
|
listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
|
|
378
408
|
/**
|
|
409
|
+
* @public
|
|
379
410
|
* <p>List the endpoint groups that are associated with a listener for a custom routing accelerator. </p>
|
|
380
411
|
*/
|
|
381
412
|
listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
382
413
|
listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
|
|
383
414
|
listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
|
|
384
415
|
/**
|
|
416
|
+
* @public
|
|
385
417
|
* <p>List the listeners for a custom routing accelerator. </p>
|
|
386
418
|
*/
|
|
387
419
|
listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingListenersCommandOutput>;
|
|
388
420
|
listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
|
|
389
421
|
listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
|
|
390
422
|
/**
|
|
423
|
+
* @public
|
|
391
424
|
* <p>Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance
|
|
392
425
|
* IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
|
|
393
426
|
* For each subnet endpoint that you add, Global Accelerator creates a new static port mapping for the accelerator. The port
|
|
@@ -402,6 +435,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
402
435
|
listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
|
|
403
436
|
listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
|
|
404
437
|
/**
|
|
438
|
+
* @public
|
|
405
439
|
* <p>List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. The
|
|
406
440
|
* response is the mappings for one destination IP address. This is useful when your subnet endpoint has mappings that
|
|
407
441
|
* span multiple custom routing accelerators in your account, or for scenarios where you only want to
|
|
@@ -411,18 +445,21 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
411
445
|
listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
|
|
412
446
|
listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
|
|
413
447
|
/**
|
|
448
|
+
* @public
|
|
414
449
|
* <p>List the endpoint groups that are associated with a listener. </p>
|
|
415
450
|
*/
|
|
416
451
|
listEndpointGroups(args: ListEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointGroupsCommandOutput>;
|
|
417
452
|
listEndpointGroups(args: ListEndpointGroupsCommandInput, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
|
|
418
453
|
listEndpointGroups(args: ListEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
|
|
419
454
|
/**
|
|
455
|
+
* @public
|
|
420
456
|
* <p>List the listeners for an accelerator. </p>
|
|
421
457
|
*/
|
|
422
458
|
listListeners(args: ListListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListListenersCommandOutput>;
|
|
423
459
|
listListeners(args: ListListenersCommandInput, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
424
460
|
listListeners(args: ListListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
425
461
|
/**
|
|
462
|
+
* @public
|
|
426
463
|
* <p>List all tags for an accelerator. </p>
|
|
427
464
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
428
465
|
* in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
|
|
@@ -431,6 +468,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
431
468
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
432
469
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
433
470
|
/**
|
|
471
|
+
* @public
|
|
434
472
|
* <p>Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP
|
|
435
473
|
* addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned,
|
|
436
474
|
* it is ready to be advertised using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/AdvertiseByoipCidr.html">
|
|
@@ -442,12 +480,14 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
442
480
|
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
|
|
443
481
|
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
|
|
444
482
|
/**
|
|
483
|
+
* @public
|
|
445
484
|
* <p>Remove endpoints from a custom routing accelerator.</p>
|
|
446
485
|
*/
|
|
447
486
|
removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
448
487
|
removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
|
|
449
488
|
removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
|
|
450
489
|
/**
|
|
490
|
+
* @public
|
|
451
491
|
* <p>Remove endpoints from an endpoint group. </p>
|
|
452
492
|
* <p>The <code>RemoveEndpoints</code> API operation is the recommended option for removing endpoints. The alternative is to remove
|
|
453
493
|
* endpoints by updating an endpoint group by using the
|
|
@@ -470,6 +510,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
470
510
|
removeEndpoints(args: RemoveEndpointsCommandInput, cb: (err: any, data?: RemoveEndpointsCommandOutput) => void): void;
|
|
471
511
|
removeEndpoints(args: RemoveEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveEndpointsCommandOutput) => void): void;
|
|
472
512
|
/**
|
|
513
|
+
* @public
|
|
473
514
|
* <p>Add tags to an accelerator resource. </p>
|
|
474
515
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
475
516
|
* in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>. </p>
|
|
@@ -478,6 +519,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
478
519
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
479
520
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
480
521
|
/**
|
|
522
|
+
* @public
|
|
481
523
|
* <p>Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value.
|
|
482
524
|
* The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.</p>
|
|
483
525
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
@@ -487,6 +529,7 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
487
529
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
488
530
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
489
531
|
/**
|
|
532
|
+
* @public
|
|
490
533
|
* <p>Update an accelerator. </p>
|
|
491
534
|
*
|
|
492
535
|
* <important>
|
|
@@ -499,42 +542,49 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
|
499
542
|
updateAccelerator(args: UpdateAcceleratorCommandInput, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
|
|
500
543
|
updateAccelerator(args: UpdateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
|
|
501
544
|
/**
|
|
545
|
+
* @public
|
|
502
546
|
* <p>Update the attributes for an accelerator. </p>
|
|
503
547
|
*/
|
|
504
548
|
updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorAttributesCommandOutput>;
|
|
505
549
|
updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
|
|
506
550
|
updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
|
|
507
551
|
/**
|
|
552
|
+
* @public
|
|
508
553
|
* <p>Update a custom routing accelerator. </p>
|
|
509
554
|
*/
|
|
510
555
|
updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
|
|
511
556
|
updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
512
557
|
updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
513
558
|
/**
|
|
559
|
+
* @public
|
|
514
560
|
* <p>Update the attributes for a custom routing accelerator. </p>
|
|
515
561
|
*/
|
|
516
562
|
updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
517
563
|
updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
518
564
|
updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
519
565
|
/**
|
|
566
|
+
* @public
|
|
520
567
|
* <p>Update a listener for a custom routing accelerator. </p>
|
|
521
568
|
*/
|
|
522
569
|
updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingListenerCommandOutput>;
|
|
523
570
|
updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
|
|
524
571
|
updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
|
|
525
572
|
/**
|
|
573
|
+
* @public
|
|
526
574
|
* <p>Update an endpoint group. A resource must be valid and active when you add it as an endpoint.</p>
|
|
527
575
|
*/
|
|
528
576
|
updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointGroupCommandOutput>;
|
|
529
577
|
updateEndpointGroup(args: UpdateEndpointGroupCommandInput, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
|
|
530
578
|
updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
|
|
531
579
|
/**
|
|
580
|
+
* @public
|
|
532
581
|
* <p>Update a listener. </p>
|
|
533
582
|
*/
|
|
534
583
|
updateListener(args: UpdateListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateListenerCommandOutput>;
|
|
535
584
|
updateListener(args: UpdateListenerCommandInput, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
536
585
|
updateListener(args: UpdateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
537
586
|
/**
|
|
587
|
+
* @public
|
|
538
588
|
* <p>Stops advertising an address range that is provisioned as an address pool.
|
|
539
589
|
* You can perform this operation at most once every 10 seconds, even if you specify different address
|
|
540
590
|
* ranges each time.</p>
|
|
@@ -57,15 +57,24 @@ import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } fro
|
|
|
57
57
|
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
|
|
58
58
|
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
|
|
59
59
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
60
63
|
export type ServiceInputTypes = AddCustomRoutingEndpointsCommandInput | AddEndpointsCommandInput | AdvertiseByoipCidrCommandInput | AllowCustomRoutingTrafficCommandInput | CreateAcceleratorCommandInput | CreateCustomRoutingAcceleratorCommandInput | CreateCustomRoutingEndpointGroupCommandInput | CreateCustomRoutingListenerCommandInput | CreateEndpointGroupCommandInput | CreateListenerCommandInput | DeleteAcceleratorCommandInput | DeleteCustomRoutingAcceleratorCommandInput | DeleteCustomRoutingEndpointGroupCommandInput | DeleteCustomRoutingListenerCommandInput | DeleteEndpointGroupCommandInput | DeleteListenerCommandInput | DenyCustomRoutingTrafficCommandInput | DeprovisionByoipCidrCommandInput | DescribeAcceleratorAttributesCommandInput | DescribeAcceleratorCommandInput | DescribeCustomRoutingAcceleratorAttributesCommandInput | DescribeCustomRoutingAcceleratorCommandInput | DescribeCustomRoutingEndpointGroupCommandInput | DescribeCustomRoutingListenerCommandInput | DescribeEndpointGroupCommandInput | DescribeListenerCommandInput | ListAcceleratorsCommandInput | ListByoipCidrsCommandInput | ListCustomRoutingAcceleratorsCommandInput | ListCustomRoutingEndpointGroupsCommandInput | ListCustomRoutingListenersCommandInput | ListCustomRoutingPortMappingsByDestinationCommandInput | ListCustomRoutingPortMappingsCommandInput | ListEndpointGroupsCommandInput | ListListenersCommandInput | ListTagsForResourceCommandInput | ProvisionByoipCidrCommandInput | RemoveCustomRoutingEndpointsCommandInput | RemoveEndpointsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcceleratorAttributesCommandInput | UpdateAcceleratorCommandInput | UpdateCustomRoutingAcceleratorAttributesCommandInput | UpdateCustomRoutingAcceleratorCommandInput | UpdateCustomRoutingListenerCommandInput | UpdateEndpointGroupCommandInput | UpdateListenerCommandInput | WithdrawByoipCidrCommandInput;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
61
67
|
export type ServiceOutputTypes = AddCustomRoutingEndpointsCommandOutput | AddEndpointsCommandOutput | AdvertiseByoipCidrCommandOutput | AllowCustomRoutingTrafficCommandOutput | CreateAcceleratorCommandOutput | CreateCustomRoutingAcceleratorCommandOutput | CreateCustomRoutingEndpointGroupCommandOutput | CreateCustomRoutingListenerCommandOutput | CreateEndpointGroupCommandOutput | CreateListenerCommandOutput | DeleteAcceleratorCommandOutput | DeleteCustomRoutingAcceleratorCommandOutput | DeleteCustomRoutingEndpointGroupCommandOutput | DeleteCustomRoutingListenerCommandOutput | DeleteEndpointGroupCommandOutput | DeleteListenerCommandOutput | DenyCustomRoutingTrafficCommandOutput | DeprovisionByoipCidrCommandOutput | DescribeAcceleratorAttributesCommandOutput | DescribeAcceleratorCommandOutput | DescribeCustomRoutingAcceleratorAttributesCommandOutput | DescribeCustomRoutingAcceleratorCommandOutput | DescribeCustomRoutingEndpointGroupCommandOutput | DescribeCustomRoutingListenerCommandOutput | DescribeEndpointGroupCommandOutput | DescribeListenerCommandOutput | ListAcceleratorsCommandOutput | ListByoipCidrsCommandOutput | ListCustomRoutingAcceleratorsCommandOutput | ListCustomRoutingEndpointGroupsCommandOutput | ListCustomRoutingListenersCommandOutput | ListCustomRoutingPortMappingsByDestinationCommandOutput | ListCustomRoutingPortMappingsCommandOutput | ListEndpointGroupsCommandOutput | ListListenersCommandOutput | ListTagsForResourceCommandOutput | ProvisionByoipCidrCommandOutput | RemoveCustomRoutingEndpointsCommandOutput | RemoveEndpointsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcceleratorAttributesCommandOutput | UpdateAcceleratorCommandOutput | UpdateCustomRoutingAcceleratorAttributesCommandOutput | UpdateCustomRoutingAcceleratorCommandOutput | UpdateCustomRoutingListenerCommandOutput | UpdateEndpointGroupCommandOutput | UpdateListenerCommandOutput | WithdrawByoipCidrCommandOutput;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
62
71
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
63
72
|
/**
|
|
64
73
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
65
74
|
*/
|
|
66
75
|
requestHandler?: __HttpHandler;
|
|
67
76
|
/**
|
|
68
|
-
* A constructor for a class implementing the {@link
|
|
77
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
69
78
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
70
79
|
* @internal
|
|
71
80
|
*/
|
|
@@ -155,23 +164,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
155
164
|
*/
|
|
156
165
|
logger?: __Logger;
|
|
157
166
|
/**
|
|
158
|
-
* The {@link
|
|
167
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
159
168
|
*/
|
|
160
169
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
161
170
|
}
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
162
174
|
type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
163
175
|
/**
|
|
164
|
-
*
|
|
176
|
+
* @public
|
|
177
|
+
*
|
|
178
|
+
* The configuration interface of GlobalAcceleratorClient class constructor that set the region, credentials and other options.
|
|
165
179
|
*/
|
|
166
180
|
export interface GlobalAcceleratorClientConfig extends GlobalAcceleratorClientConfigType {
|
|
167
181
|
}
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
168
185
|
type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
169
186
|
/**
|
|
170
|
-
*
|
|
187
|
+
* @public
|
|
188
|
+
*
|
|
189
|
+
* The resolved configuration interface of GlobalAcceleratorClient class. This is resolved and normalized from the {@link GlobalAcceleratorClientConfig | constructor configuration interface}.
|
|
171
190
|
*/
|
|
172
191
|
export interface GlobalAcceleratorClientResolvedConfig extends GlobalAcceleratorClientResolvedConfigType {
|
|
173
192
|
}
|
|
174
193
|
/**
|
|
194
|
+
* @public
|
|
175
195
|
* <fullname>Global Accelerator</fullname>
|
|
176
196
|
* <p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
|
|
177
197
|
* Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { AddCustomRoutingEndpointsRequest, AddCustomRoutingEndpointsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddCustomRoutingEndpointsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddCustomRoutingEndpointsCommandInput extends AddCustomRoutingEndpointsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddCustomRoutingEndpointsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRoutingEndpointsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.</p>
|
|
18
23
|
* <p>The listener port range must be large enough to support the number of IP addresses that can be
|
|
19
24
|
* specified in your subnet. The number of ports required is: subnet size times the number
|
|
@@ -35,6 +40,8 @@ export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRouting
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param AddCustomRoutingEndpointsCommandInput - {@link AddCustomRoutingEndpointsCommandInput}
|
|
44
|
+
* @returns {@link AddCustomRoutingEndpointsCommandOutput}
|
|
38
45
|
* @see {@link AddCustomRoutingEndpointsCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link AddCustomRoutingEndpointsCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -65,11 +72,20 @@ export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRouting
|
|
|
65
72
|
export declare class AddCustomRoutingEndpointsCommand extends $Command<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
66
73
|
readonly input: AddCustomRoutingEndpointsCommandInput;
|
|
67
74
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
68
78
|
constructor(input: AddCustomRoutingEndpointsCommandInput);
|
|
69
79
|
/**
|
|
70
80
|
* @internal
|
|
71
81
|
*/
|
|
72
82
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput>;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
73
86
|
private serialize;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
74
90
|
private deserialize;
|
|
75
91
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { AddEndpointsRequest, AddEndpointsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddEndpointsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddEndpointsCommandInput extends AddEndpointsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddEndpointsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddEndpointsCommandOutput extends AddEndpointsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Add endpoints to an endpoint group. The <code>AddEndpoints</code> API operation is the recommended option for adding endpoints. The
|
|
18
23
|
* alternative options are to add endpoints when you create an endpoint group (with the
|
|
19
24
|
* <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_CreateEndpointGroup.html">CreateEndpointGroup</a> API)
|
|
@@ -40,6 +45,8 @@ export interface AddEndpointsCommandOutput extends AddEndpointsResponse, __Metad
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param AddEndpointsCommandInput - {@link AddEndpointsCommandInput}
|
|
49
|
+
* @returns {@link AddEndpointsCommandOutput}
|
|
43
50
|
* @see {@link AddEndpointsCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link AddEndpointsCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface AddEndpointsCommandOutput extends AddEndpointsResponse, __Metad
|
|
|
67
74
|
export declare class AddEndpointsCommand extends $Command<AddEndpointsCommandInput, AddEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
68
75
|
readonly input: AddEndpointsCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: AddEndpointsCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddEndpointsCommandInput, AddEndpointsCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
|
|
5
5
|
import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AdvertiseByoipCidrCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AdvertiseByoipCidrCommandInput extends AdvertiseByoipCidrRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AdvertiseByoipCidrCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources
|
|
18
23
|
* through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
|
|
19
24
|
* the specified addresses starts routing to Amazon Web Services because of propagation delays. </p>
|
|
@@ -31,6 +36,8 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrRespo
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param AdvertiseByoipCidrCommandInput - {@link AdvertiseByoipCidrCommandInput}
|
|
40
|
+
* @returns {@link AdvertiseByoipCidrCommandOutput}
|
|
34
41
|
* @see {@link AdvertiseByoipCidrCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link AdvertiseByoipCidrCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrRespo
|
|
|
56
63
|
export declare class AdvertiseByoipCidrCommand extends $Command<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
57
64
|
readonly input: AdvertiseByoipCidrCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: AdvertiseByoipCidrCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|