@aws-sdk/client-global-accelerator 3.337.0 → 3.341.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-cjs/GlobalAcceleratorClient.js +2 -1
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +2 -1
- package/dist-cjs/commands/AddEndpointsCommand.js +2 -1
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +2 -1
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +2 -1
- package/dist-cjs/commands/CreateAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +2 -1
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateListenerCommand.js +2 -1
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +2 -1
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteListenerCommand.js +2 -1
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +2 -1
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +2 -1
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +2 -1
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -1
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +2 -1
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeListenerCommand.js +2 -1
- package/dist-cjs/commands/ListAcceleratorsCommand.js +2 -1
- package/dist-cjs/commands/ListByoipCidrsCommand.js +2 -1
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +2 -1
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +2 -1
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -1
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +2 -1
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListListenersCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +2 -1
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +2 -1
- package/dist-cjs/commands/RemoveEndpointsCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +2 -1
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -1
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -1
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +2 -1
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateListenerCommand.js +2 -1
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/GlobalAcceleratorServiceException.js +2 -1
- package/dist-es/GlobalAcceleratorClient.js +1 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +1 -0
- package/dist-es/commands/AddEndpointsCommand.js +1 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +1 -0
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +1 -0
- package/dist-es/commands/CreateAcceleratorCommand.js +1 -0
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +1 -0
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +1 -0
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +1 -0
- package/dist-es/commands/CreateEndpointGroupCommand.js +1 -0
- package/dist-es/commands/CreateListenerCommand.js +1 -0
- package/dist-es/commands/DeleteAcceleratorCommand.js +1 -0
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +1 -0
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +1 -0
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +1 -0
- package/dist-es/commands/DeleteEndpointGroupCommand.js +1 -0
- package/dist-es/commands/DeleteListenerCommand.js +1 -0
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +1 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +1 -0
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +1 -0
- package/dist-es/commands/DescribeAcceleratorCommand.js +1 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +1 -0
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +1 -0
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +1 -0
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +1 -0
- package/dist-es/commands/DescribeEndpointGroupCommand.js +1 -0
- package/dist-es/commands/DescribeListenerCommand.js +1 -0
- package/dist-es/commands/ListAcceleratorsCommand.js +1 -0
- package/dist-es/commands/ListByoipCidrsCommand.js +1 -0
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +1 -0
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +1 -0
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +1 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +1 -0
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +1 -0
- package/dist-es/commands/ListEndpointGroupsCommand.js +1 -0
- package/dist-es/commands/ListListenersCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -0
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +1 -0
- package/dist-es/commands/RemoveEndpointsCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +1 -0
- package/dist-es/commands/UpdateAcceleratorCommand.js +1 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +1 -0
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +1 -0
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +1 -0
- package/dist-es/commands/UpdateEndpointGroupCommand.js +1 -0
- package/dist-es/commands/UpdateListenerCommand.js +1 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/GlobalAcceleratorServiceException.js +1 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +3 -3
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/AddEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +4 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +4 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +4 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +4 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +4 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +4 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +4 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +4 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +4 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +4 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +4 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +4 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListListenersCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +4 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +4 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +4 -0
- package/dist-types/index.d.ts +59 -2
- package/dist-types/models/GlobalAcceleratorServiceException.d.ts +1 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +1 -0
- package/package.json +28 -28
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,63 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Global Accelerator</fullname>
|
|
3
|
+
* <p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
|
|
4
|
+
* Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
|
|
5
|
+
* <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
|
|
6
|
+
* <p>Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
|
|
7
|
+
* of your applications for local and global users. Depending on the type of accelerator you choose, you can
|
|
8
|
+
* gain additional benefits. </p>
|
|
9
|
+
* <ul>
|
|
10
|
+
* <li>
|
|
11
|
+
* <p>By using a standard accelerator, you can improve availability of your internet applications
|
|
12
|
+
* that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the Amazon Web Services
|
|
13
|
+
* global network. </p>
|
|
14
|
+
* </li>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>For other scenarios, you might choose a custom routing accelerator. With a custom routing accelerator, you
|
|
17
|
+
* can use application logic to directly map one or more users to a specific endpoint among many endpoints.</p>
|
|
18
|
+
* </li>
|
|
19
|
+
* </ul>
|
|
20
|
+
* <important>
|
|
21
|
+
* <p>Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the
|
|
22
|
+
* US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify <code>--region us-west-2</code>
|
|
23
|
+
* on AWS CLI commands.</p>
|
|
24
|
+
* </important>
|
|
25
|
+
*
|
|
26
|
+
*
|
|
27
|
+
* <p>By default, Global Accelerator provides you with static IP addresses that you associate with your accelerator. The static IP addresses
|
|
28
|
+
* are anycast from the Amazon Web Services edge network. For IPv4, Global Accelerator provides two static IPv4 addresses. For dual-stack,
|
|
29
|
+
* Global Accelerator provides a total of four addresses: two static IPv4 addresses and two static IPv6 addresses.
|
|
30
|
+
* With a standard accelerator for IPv4, instead of using the addresses that Global Accelerator provides, you can configure
|
|
31
|
+
* these entry points to be IPv4 addresses from your own IP address ranges that you bring toGlobal Accelerator (BYOIP). </p>
|
|
32
|
+
*
|
|
33
|
+
*
|
|
34
|
+
* <p>For a standard accelerator,
|
|
35
|
+
* they distribute incoming application traffic across multiple endpoint resources in multiple Amazon Web Services Regions , which increases
|
|
36
|
+
* the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
|
|
37
|
+
* Amazon EC2 instances, or Elastic IP addresses that are located in one Amazon Web Services Region or multiple Amazon Web Services Regions. For custom routing
|
|
38
|
+
* accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
|
|
39
|
+
* are virtual private cloud (VPC) subnets.</p>
|
|
40
|
+
*
|
|
41
|
+
* <important>
|
|
42
|
+
* <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even if you
|
|
43
|
+
* disable the accelerator and it no longer accepts or routes traffic. However, when you
|
|
44
|
+
* <i>delete</i> an accelerator, you lose the static IP addresses that
|
|
45
|
+
* are assigned to it, so you can no longer route traffic by using them. You can use
|
|
46
|
+
* IAM policies like tag-based permissions with Global Accelerator to limit the users who have
|
|
47
|
+
* permissions to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
|
|
48
|
+
* </important>
|
|
49
|
+
* <p>For standard accelerators, Global Accelerator uses the Amazon Web Services global network to route traffic to the optimal regional endpoint based
|
|
50
|
+
* on health, client location, and policies that you configure. The service reacts instantly to
|
|
51
|
+
* changes in health or configuration to ensure that internet traffic from clients is always
|
|
52
|
+
* directed to healthy endpoints.</p>
|
|
53
|
+
* <p>For more information about understanding and using Global Accelerator, see the
|
|
54
|
+
* <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
|
|
55
|
+
*
|
|
56
|
+
* @packageDocumentation
|
|
57
|
+
*/
|
|
2
58
|
export * from "./GlobalAcceleratorClient";
|
|
59
|
+
export * from "./GlobalAccelerator";
|
|
3
60
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
61
|
export * from "./pagination";
|
|
62
|
+
export * from "./models";
|
|
6
63
|
export { GlobalAcceleratorServiceException } from "./models/GlobalAcceleratorServiceException";
|
|
@@ -247,6 +247,7 @@ import {
|
|
|
247
247
|
ClientResolvedEndpointParameters,
|
|
248
248
|
EndpointParameters,
|
|
249
249
|
} from "./endpoint/EndpointParameters";
|
|
250
|
+
export { __Client };
|
|
250
251
|
export type ServiceInputTypes =
|
|
251
252
|
| AddCustomRoutingEndpointsCommandInput
|
|
252
253
|
| AddEndpointsCommandInput
|
|
@@ -371,7 +372,7 @@ export interface ClientDefaults
|
|
|
371
372
|
logger?: __Logger;
|
|
372
373
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
373
374
|
}
|
|
374
|
-
type GlobalAcceleratorClientConfigType = Partial<
|
|
375
|
+
export type GlobalAcceleratorClientConfigType = Partial<
|
|
375
376
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
376
377
|
> &
|
|
377
378
|
ClientDefaults &
|
|
@@ -384,7 +385,7 @@ type GlobalAcceleratorClientConfigType = Partial<
|
|
|
384
385
|
ClientInputEndpointParameters;
|
|
385
386
|
export interface GlobalAcceleratorClientConfig
|
|
386
387
|
extends GlobalAcceleratorClientConfigType {}
|
|
387
|
-
type GlobalAcceleratorClientResolvedConfigType =
|
|
388
|
+
export type GlobalAcceleratorClientResolvedConfigType =
|
|
388
389
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
389
390
|
Required<ClientDefaults> &
|
|
390
391
|
RegionResolvedConfig &
|
|
@@ -406,4 +407,3 @@ export declare class GlobalAcceleratorClient extends __Client<
|
|
|
406
407
|
constructor(configuration: GlobalAcceleratorClientConfig);
|
|
407
408
|
destroy(): void;
|
|
408
409
|
}
|
|
409
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddCustomRoutingEndpointsRequest,
|
|
16
16
|
AddCustomRoutingEndpointsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AddCustomRoutingEndpointsCommandInput
|
|
19
20
|
extends AddCustomRoutingEndpointsRequest {}
|
|
20
21
|
export interface AddCustomRoutingEndpointsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { AddEndpointsRequest, AddEndpointsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface AddEndpointsCommandInput extends AddEndpointsRequest {}
|
|
16
17
|
export interface AddEndpointsCommandOutput
|
|
17
18
|
extends AddEndpointsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AdvertiseByoipCidrRequest,
|
|
16
16
|
AdvertiseByoipCidrResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AdvertiseByoipCidrCommandInput
|
|
19
20
|
extends AdvertiseByoipCidrRequest {}
|
|
20
21
|
export interface AdvertiseByoipCidrCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { AllowCustomRoutingTrafficRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface AllowCustomRoutingTrafficCommandInput
|
|
16
17
|
extends AllowCustomRoutingTrafficRequest {}
|
|
17
18
|
export interface AllowCustomRoutingTrafficCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAcceleratorRequest,
|
|
16
16
|
CreateAcceleratorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAcceleratorCommandInput
|
|
19
20
|
extends CreateAcceleratorRequest {}
|
|
20
21
|
export interface CreateAcceleratorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateCustomRoutingAcceleratorRequest,
|
|
16
16
|
CreateCustomRoutingAcceleratorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCustomRoutingAcceleratorCommandInput
|
|
19
20
|
extends CreateCustomRoutingAcceleratorRequest {}
|
|
20
21
|
export interface CreateCustomRoutingAcceleratorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateCustomRoutingEndpointGroupRequest,
|
|
16
16
|
CreateCustomRoutingEndpointGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCustomRoutingEndpointGroupCommandInput
|
|
19
20
|
extends CreateCustomRoutingEndpointGroupRequest {}
|
|
20
21
|
export interface CreateCustomRoutingEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateCustomRoutingListenerRequest,
|
|
16
16
|
CreateCustomRoutingListenerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateCustomRoutingListenerCommandInput
|
|
19
20
|
extends CreateCustomRoutingListenerRequest {}
|
|
20
21
|
export interface CreateCustomRoutingListenerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateEndpointGroupRequest,
|
|
16
16
|
CreateEndpointGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEndpointGroupCommandInput
|
|
19
20
|
extends CreateEndpointGroupRequest {}
|
|
20
21
|
export interface CreateEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateListenerRequest,
|
|
16
16
|
CreateListenerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateListenerCommandInput extends CreateListenerRequest {}
|
|
19
20
|
export interface CreateListenerCommandOutput
|
|
20
21
|
extends CreateListenerResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { DeleteAcceleratorRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteAcceleratorCommandInput
|
|
16
17
|
extends DeleteAcceleratorRequest {}
|
|
17
18
|
export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { DeleteCustomRoutingAcceleratorRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCustomRoutingAcceleratorCommandInput
|
|
16
17
|
extends DeleteCustomRoutingAcceleratorRequest {}
|
|
17
18
|
export interface DeleteCustomRoutingAcceleratorCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { DeleteCustomRoutingEndpointGroupRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCustomRoutingEndpointGroupCommandInput
|
|
16
17
|
extends DeleteCustomRoutingEndpointGroupRequest {}
|
|
17
18
|
export interface DeleteCustomRoutingEndpointGroupCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { DeleteCustomRoutingListenerRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCustomRoutingListenerCommandInput
|
|
16
17
|
extends DeleteCustomRoutingListenerRequest {}
|
|
17
18
|
export interface DeleteCustomRoutingListenerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { DeleteEndpointGroupRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteEndpointGroupCommandInput
|
|
16
17
|
extends DeleteEndpointGroupRequest {}
|
|
17
18
|
export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { DeleteListenerRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteListenerCommandInput extends DeleteListenerRequest {}
|
|
16
17
|
export interface DeleteListenerCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeleteListenerCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { DenyCustomRoutingTrafficRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DenyCustomRoutingTrafficCommandInput
|
|
16
17
|
extends DenyCustomRoutingTrafficRequest {}
|
|
17
18
|
export interface DenyCustomRoutingTrafficCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeprovisionByoipCidrRequest,
|
|
16
16
|
DeprovisionByoipCidrResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeprovisionByoipCidrCommandInput
|
|
19
20
|
extends DeprovisionByoipCidrRequest {}
|
|
20
21
|
export interface DeprovisionByoipCidrCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAcceleratorAttributesRequest,
|
|
16
16
|
DescribeAcceleratorAttributesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAcceleratorAttributesCommandInput
|
|
19
20
|
extends DescribeAcceleratorAttributesRequest {}
|
|
20
21
|
export interface DescribeAcceleratorAttributesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAcceleratorRequest,
|
|
16
16
|
DescribeAcceleratorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAcceleratorCommandInput
|
|
19
20
|
extends DescribeAcceleratorRequest {}
|
|
20
21
|
export interface DescribeAcceleratorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeCustomRoutingAcceleratorAttributesRequest,
|
|
16
16
|
DescribeCustomRoutingAcceleratorAttributesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
19
20
|
extends DescribeCustomRoutingAcceleratorAttributesRequest {}
|
|
20
21
|
export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeCustomRoutingAcceleratorRequest,
|
|
16
16
|
DescribeCustomRoutingAcceleratorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCustomRoutingAcceleratorCommandInput
|
|
19
20
|
extends DescribeCustomRoutingAcceleratorRequest {}
|
|
20
21
|
export interface DescribeCustomRoutingAcceleratorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeCustomRoutingEndpointGroupRequest,
|
|
16
16
|
DescribeCustomRoutingEndpointGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCustomRoutingEndpointGroupCommandInput
|
|
19
20
|
extends DescribeCustomRoutingEndpointGroupRequest {}
|
|
20
21
|
export interface DescribeCustomRoutingEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeCustomRoutingListenerRequest,
|
|
16
16
|
DescribeCustomRoutingListenerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCustomRoutingListenerCommandInput
|
|
19
20
|
extends DescribeCustomRoutingListenerRequest {}
|
|
20
21
|
export interface DescribeCustomRoutingListenerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEndpointGroupRequest,
|
|
16
16
|
DescribeEndpointGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEndpointGroupCommandInput
|
|
19
20
|
extends DescribeEndpointGroupRequest {}
|
|
20
21
|
export interface DescribeEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeListenerRequest,
|
|
16
16
|
DescribeListenerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeListenerCommandInput extends DescribeListenerRequest {}
|
|
19
20
|
export interface DescribeListenerCommandOutput
|
|
20
21
|
extends DescribeListenerResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListAcceleratorsRequest,
|
|
16
16
|
ListAcceleratorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {}
|
|
19
20
|
export interface ListAcceleratorsCommandOutput
|
|
20
21
|
extends ListAcceleratorsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListByoipCidrsRequest,
|
|
16
16
|
ListByoipCidrsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {}
|
|
19
20
|
export interface ListByoipCidrsCommandOutput
|
|
20
21
|
extends ListByoipCidrsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCustomRoutingAcceleratorsRequest,
|
|
16
16
|
ListCustomRoutingAcceleratorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCustomRoutingAcceleratorsCommandInput
|
|
19
20
|
extends ListCustomRoutingAcceleratorsRequest {}
|
|
20
21
|
export interface ListCustomRoutingAcceleratorsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCustomRoutingEndpointGroupsRequest,
|
|
16
16
|
ListCustomRoutingEndpointGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCustomRoutingEndpointGroupsCommandInput
|
|
19
20
|
extends ListCustomRoutingEndpointGroupsRequest {}
|
|
20
21
|
export interface ListCustomRoutingEndpointGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCustomRoutingListenersRequest,
|
|
16
16
|
ListCustomRoutingListenersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCustomRoutingListenersCommandInput
|
|
19
20
|
extends ListCustomRoutingListenersRequest {}
|
|
20
21
|
export interface ListCustomRoutingListenersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCustomRoutingPortMappingsByDestinationRequest,
|
|
16
16
|
ListCustomRoutingPortMappingsByDestinationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCustomRoutingPortMappingsByDestinationCommandInput
|
|
19
20
|
extends ListCustomRoutingPortMappingsByDestinationRequest {}
|
|
20
21
|
export interface ListCustomRoutingPortMappingsByDestinationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListCustomRoutingPortMappingsRequest,
|
|
16
16
|
ListCustomRoutingPortMappingsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListCustomRoutingPortMappingsCommandInput
|
|
19
20
|
extends ListCustomRoutingPortMappingsRequest {}
|
|
20
21
|
export interface ListCustomRoutingPortMappingsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEndpointGroupsRequest,
|
|
16
16
|
ListEndpointGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEndpointGroupsCommandInput
|
|
19
20
|
extends ListEndpointGroupsRequest {}
|
|
20
21
|
export interface ListEndpointGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListListenersRequest,
|
|
16
16
|
ListListenersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListListenersCommandInput extends ListListenersRequest {}
|
|
19
20
|
export interface ListListenersCommandOutput
|
|
20
21
|
extends ListListenersResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ProvisionByoipCidrRequest,
|
|
16
16
|
ProvisionByoipCidrResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ProvisionByoipCidrCommandInput
|
|
19
20
|
extends ProvisionByoipCidrRequest {}
|
|
20
21
|
export interface ProvisionByoipCidrCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { RemoveCustomRoutingEndpointsRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RemoveCustomRoutingEndpointsCommandInput
|
|
16
17
|
extends RemoveCustomRoutingEndpointsRequest {}
|
|
17
18
|
export interface RemoveCustomRoutingEndpointsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { RemoveEndpointsRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RemoveEndpointsCommandInput extends RemoveEndpointsRequest {}
|
|
16
17
|
export interface RemoveEndpointsCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class RemoveEndpointsCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlobalAcceleratorClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateAcceleratorAttributesRequest,
|
|
16
16
|
UpdateAcceleratorAttributesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateAcceleratorAttributesCommandInput
|
|
19
20
|
extends UpdateAcceleratorAttributesRequest {}
|
|
20
21
|
export interface UpdateAcceleratorAttributesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateAcceleratorRequest,
|
|
16
16
|
UpdateAcceleratorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateAcceleratorCommandInput
|
|
19
20
|
extends UpdateAcceleratorRequest {}
|
|
20
21
|
export interface UpdateAcceleratorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateCustomRoutingAcceleratorAttributesRequest,
|
|
16
16
|
UpdateCustomRoutingAcceleratorAttributesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCustomRoutingAcceleratorAttributesCommandInput
|
|
19
20
|
extends UpdateCustomRoutingAcceleratorAttributesRequest {}
|
|
20
21
|
export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateCustomRoutingAcceleratorRequest,
|
|
16
16
|
UpdateCustomRoutingAcceleratorResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCustomRoutingAcceleratorCommandInput
|
|
19
20
|
extends UpdateCustomRoutingAcceleratorRequest {}
|
|
20
21
|
export interface UpdateCustomRoutingAcceleratorCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateCustomRoutingListenerRequest,
|
|
16
16
|
UpdateCustomRoutingListenerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateCustomRoutingListenerCommandInput
|
|
19
20
|
extends UpdateCustomRoutingListenerRequest {}
|
|
20
21
|
export interface UpdateCustomRoutingListenerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateEndpointGroupRequest,
|
|
16
16
|
UpdateEndpointGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateEndpointGroupCommandInput
|
|
19
20
|
extends UpdateEndpointGroupRequest {}
|
|
20
21
|
export interface UpdateEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateListenerRequest,
|
|
16
16
|
UpdateListenerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateListenerCommandInput extends UpdateListenerRequest {}
|
|
19
20
|
export interface UpdateListenerCommandOutput
|
|
20
21
|
extends UpdateListenerResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
WithdrawByoipCidrRequest,
|
|
16
16
|
WithdrawByoipCidrResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface WithdrawByoipCidrCommandInput
|
|
19
20
|
extends WithdrawByoipCidrRequest {}
|
|
20
21
|
export interface WithdrawByoipCidrCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./GlobalAccelerator";
|
|
2
1
|
export * from "./GlobalAcceleratorClient";
|
|
2
|
+
export * from "./GlobalAccelerator";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { GlobalAcceleratorServiceException } from "./models/GlobalAcceleratorServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class GlobalAcceleratorServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|