@aws-sdk/client-global-accelerator 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/GlobalAccelerator.js +0 -150
- package/dist-cjs/GlobalAcceleratorClient.js +0 -155
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -34
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +0 -30
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -29
- package/dist-cjs/commands/CreateAcceleratorCommand.js +0 -29
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -33
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +0 -25
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/CreateListenerCommand.js +0 -25
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +0 -37
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -37
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +0 -24
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteListenerCommand.js +0 -24
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +0 -29
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +0 -30
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +0 -25
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +0 -24
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/DescribeListenerCommand.js +0 -24
- package/dist-cjs/commands/ListAcceleratorsCommand.js +0 -24
- package/dist-cjs/commands/ListByoipCidrsCommand.js +0 -25
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +0 -24
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -24
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +0 -24
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -27
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -32
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +0 -24
- package/dist-cjs/commands/ListListenersCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +0 -29
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -27
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +0 -24
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +0 -29
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -24
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -24
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +0 -24
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +0 -24
- package/dist-cjs/commands/UpdateListenerCommand.js +0 -24
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +0 -30
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -59
- package/dist-cjs/models/models_0.js +0 -381
- package/dist-cjs/pagination/ListAcceleratorsPaginator.js +0 -10
- package/dist-cjs/pagination/ListByoipCidrsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -10
- package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListListenersPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +47 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -59
- package/dist-es/pagination/index.js +10 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +4 -59
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +48 -404
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +24 -236
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +4 -59
- package/dist-types/ts3.4/models/models_0.d.ts +436 -1639
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -6,29 +6,11 @@ export interface UpdateListenerCommandInput extends UpdateListenerRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Update a listener. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { GlobalAcceleratorClient, UpdateListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
15
|
-
* // const { GlobalAcceleratorClient, UpdateListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
16
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
17
|
-
* const command = new UpdateListenerCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateListenerCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateListenerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateListenerCommand extends $Command<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateListenerCommandInput;
|
|
28
12
|
constructor(input: UpdateListenerCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateListenerCommandInput, UpdateListenerCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface WithdrawByoipCidrCommandInput extends WithdrawByoipCidrRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Stops advertising an address range that is provisioned as an address pool.
|
|
11
|
-
* You can perform this operation at most once every 10 seconds, even if you specify different address
|
|
12
|
-
* ranges each time.</p>
|
|
13
|
-
* <p>It can take a few minutes before traffic to the specified addresses stops routing to AWS because of
|
|
14
|
-
* propagation delays.</p>
|
|
15
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
|
|
16
|
-
* IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { GlobalAcceleratorClient, WithdrawByoipCidrCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
|
|
21
|
-
* // const { GlobalAcceleratorClient, WithdrawByoipCidrCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
|
|
22
|
-
* const client = new GlobalAcceleratorClient(config);
|
|
23
|
-
* const command = new WithdrawByoipCidrCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link WithdrawByoipCidrCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link WithdrawByoipCidrCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link GlobalAcceleratorClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class WithdrawByoipCidrCommand extends $Command<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
|
|
33
11
|
readonly input: WithdrawByoipCidrCommandInput;
|
|
34
12
|
constructor(input: WithdrawByoipCidrCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./AddCustomRoutingEndpointsCommand";
|
|
2
|
+
export * from "./AdvertiseByoipCidrCommand";
|
|
3
|
+
export * from "./AllowCustomRoutingTrafficCommand";
|
|
4
|
+
export * from "./CreateAcceleratorCommand";
|
|
5
|
+
export * from "./CreateCustomRoutingAcceleratorCommand";
|
|
6
|
+
export * from "./CreateCustomRoutingEndpointGroupCommand";
|
|
7
|
+
export * from "./CreateCustomRoutingListenerCommand";
|
|
8
|
+
export * from "./CreateEndpointGroupCommand";
|
|
9
|
+
export * from "./CreateListenerCommand";
|
|
10
|
+
export * from "./DeleteAcceleratorCommand";
|
|
11
|
+
export * from "./DeleteCustomRoutingAcceleratorCommand";
|
|
12
|
+
export * from "./DeleteCustomRoutingEndpointGroupCommand";
|
|
13
|
+
export * from "./DeleteCustomRoutingListenerCommand";
|
|
14
|
+
export * from "./DeleteEndpointGroupCommand";
|
|
15
|
+
export * from "./DeleteListenerCommand";
|
|
16
|
+
export * from "./DenyCustomRoutingTrafficCommand";
|
|
17
|
+
export * from "./DeprovisionByoipCidrCommand";
|
|
18
|
+
export * from "./DescribeAcceleratorAttributesCommand";
|
|
19
|
+
export * from "./DescribeAcceleratorCommand";
|
|
20
|
+
export * from "./DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
21
|
+
export * from "./DescribeCustomRoutingAcceleratorCommand";
|
|
22
|
+
export * from "./DescribeCustomRoutingEndpointGroupCommand";
|
|
23
|
+
export * from "./DescribeCustomRoutingListenerCommand";
|
|
24
|
+
export * from "./DescribeEndpointGroupCommand";
|
|
25
|
+
export * from "./DescribeListenerCommand";
|
|
26
|
+
export * from "./ListAcceleratorsCommand";
|
|
27
|
+
export * from "./ListByoipCidrsCommand";
|
|
28
|
+
export * from "./ListCustomRoutingAcceleratorsCommand";
|
|
29
|
+
export * from "./ListCustomRoutingEndpointGroupsCommand";
|
|
30
|
+
export * from "./ListCustomRoutingListenersCommand";
|
|
31
|
+
export * from "./ListCustomRoutingPortMappingsByDestinationCommand";
|
|
32
|
+
export * from "./ListCustomRoutingPortMappingsCommand";
|
|
33
|
+
export * from "./ListEndpointGroupsCommand";
|
|
34
|
+
export * from "./ListListenersCommand";
|
|
35
|
+
export * from "./ListTagsForResourceCommand";
|
|
36
|
+
export * from "./ProvisionByoipCidrCommand";
|
|
37
|
+
export * from "./RemoveCustomRoutingEndpointsCommand";
|
|
38
|
+
export * from "./TagResourceCommand";
|
|
39
|
+
export * from "./UntagResourceCommand";
|
|
40
|
+
export * from "./UpdateAcceleratorAttributesCommand";
|
|
41
|
+
export * from "./UpdateAcceleratorCommand";
|
|
42
|
+
export * from "./UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
43
|
+
export * from "./UpdateCustomRoutingAcceleratorCommand";
|
|
44
|
+
export * from "./UpdateCustomRoutingListenerCommand";
|
|
45
|
+
export * from "./UpdateEndpointGroupCommand";
|
|
46
|
+
export * from "./UpdateListenerCommand";
|
|
47
|
+
export * from "./WithdrawByoipCidrCommand";
|
|
@@ -1,60 +1,5 @@
|
|
|
1
|
-
export * from "./GlobalAcceleratorClient";
|
|
2
1
|
export * from "./GlobalAccelerator";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateCustomRoutingAcceleratorCommand";
|
|
8
|
-
export * from "./commands/CreateCustomRoutingEndpointGroupCommand";
|
|
9
|
-
export * from "./commands/CreateCustomRoutingListenerCommand";
|
|
10
|
-
export * from "./commands/CreateEndpointGroupCommand";
|
|
11
|
-
export * from "./commands/CreateListenerCommand";
|
|
12
|
-
export * from "./commands/DeleteAcceleratorCommand";
|
|
13
|
-
export * from "./commands/DeleteCustomRoutingAcceleratorCommand";
|
|
14
|
-
export * from "./commands/DeleteCustomRoutingEndpointGroupCommand";
|
|
15
|
-
export * from "./commands/DeleteCustomRoutingListenerCommand";
|
|
16
|
-
export * from "./commands/DeleteEndpointGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteListenerCommand";
|
|
18
|
-
export * from "./commands/DenyCustomRoutingTrafficCommand";
|
|
19
|
-
export * from "./commands/DeprovisionByoipCidrCommand";
|
|
20
|
-
export * from "./commands/DescribeAcceleratorCommand";
|
|
21
|
-
export * from "./commands/DescribeAcceleratorAttributesCommand";
|
|
22
|
-
export * from "./commands/DescribeCustomRoutingAcceleratorCommand";
|
|
23
|
-
export * from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
24
|
-
export * from "./commands/DescribeCustomRoutingEndpointGroupCommand";
|
|
25
|
-
export * from "./commands/DescribeCustomRoutingListenerCommand";
|
|
26
|
-
export * from "./commands/DescribeEndpointGroupCommand";
|
|
27
|
-
export * from "./commands/DescribeListenerCommand";
|
|
28
|
-
export * from "./commands/ListAcceleratorsCommand";
|
|
29
|
-
export * from "./pagination/ListAcceleratorsPaginator";
|
|
30
|
-
export * from "./commands/ListByoipCidrsCommand";
|
|
31
|
-
export * from "./pagination/ListByoipCidrsPaginator";
|
|
32
|
-
export * from "./commands/ListCustomRoutingAcceleratorsCommand";
|
|
33
|
-
export * from "./pagination/ListCustomRoutingAcceleratorsPaginator";
|
|
34
|
-
export * from "./commands/ListCustomRoutingEndpointGroupsCommand";
|
|
35
|
-
export * from "./pagination/ListCustomRoutingEndpointGroupsPaginator";
|
|
36
|
-
export * from "./commands/ListCustomRoutingListenersCommand";
|
|
37
|
-
export * from "./pagination/ListCustomRoutingListenersPaginator";
|
|
38
|
-
export * from "./commands/ListCustomRoutingPortMappingsCommand";
|
|
39
|
-
export * from "./pagination/ListCustomRoutingPortMappingsPaginator";
|
|
40
|
-
export * from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
41
|
-
export * from "./pagination/ListCustomRoutingPortMappingsByDestinationPaginator";
|
|
42
|
-
export * from "./commands/ListEndpointGroupsCommand";
|
|
43
|
-
export * from "./pagination/ListEndpointGroupsPaginator";
|
|
44
|
-
export * from "./commands/ListListenersCommand";
|
|
45
|
-
export * from "./pagination/ListListenersPaginator";
|
|
46
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
47
|
-
export * from "./commands/ProvisionByoipCidrCommand";
|
|
48
|
-
export * from "./commands/RemoveCustomRoutingEndpointsCommand";
|
|
49
|
-
export * from "./commands/TagResourceCommand";
|
|
50
|
-
export * from "./commands/UntagResourceCommand";
|
|
51
|
-
export * from "./commands/UpdateAcceleratorCommand";
|
|
52
|
-
export * from "./commands/UpdateAcceleratorAttributesCommand";
|
|
53
|
-
export * from "./commands/UpdateCustomRoutingAcceleratorCommand";
|
|
54
|
-
export * from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
55
|
-
export * from "./commands/UpdateCustomRoutingListenerCommand";
|
|
56
|
-
export * from "./commands/UpdateEndpointGroupCommand";
|
|
57
|
-
export * from "./commands/UpdateListenerCommand";
|
|
58
|
-
export * from "./commands/WithdrawByoipCidrCommand";
|
|
59
|
-
export * from "./pagination/Interfaces";
|
|
60
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./GlobalAcceleratorClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|