@aws-sdk/client-global-accelerator 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +0 -47
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -335
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface DeleteCustomRoutingEndpointGroupCommandInput
|
|
|
15
15
|
extends DeleteCustomRoutingEndpointGroupRequest {}
|
|
16
16
|
export interface DeleteCustomRoutingEndpointGroupCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteCustomRoutingEndpointGroupCommand extends $Command<
|
|
20
19
|
DeleteCustomRoutingEndpointGroupCommandInput,
|
|
21
20
|
DeleteCustomRoutingEndpointGroupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteCustomRoutingEndpointGroupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteCustomRoutingEndpointGroupCommandInput;
|
|
25
24
|
constructor(input: DeleteCustomRoutingEndpointGroupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteCustomRoutingListenerCommandInput
|
|
|
15
15
|
extends DeleteCustomRoutingListenerRequest {}
|
|
16
16
|
export interface DeleteCustomRoutingListenerCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteCustomRoutingListenerCommand extends $Command<
|
|
20
19
|
DeleteCustomRoutingListenerCommandInput,
|
|
21
20
|
DeleteCustomRoutingListenerCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteCustomRoutingListenerCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteCustomRoutingListenerCommandInput;
|
|
25
24
|
constructor(input: DeleteCustomRoutingListenerCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteEndpointGroupRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteEndpointGroupCommandInput
|
|
15
15
|
extends DeleteEndpointGroupRequest {}
|
|
16
16
|
export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteEndpointGroupCommand extends $Command<
|
|
19
18
|
DeleteEndpointGroupCommandInput,
|
|
20
19
|
DeleteEndpointGroupCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteEndpointGroupCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteEndpointGroupCommandInput;
|
|
24
23
|
constructor(input: DeleteEndpointGroupCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteListenerRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteListenerCommandInput extends DeleteListenerRequest {}
|
|
15
15
|
export interface DeleteListenerCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteListenerCommand extends $Command<
|
|
18
17
|
DeleteListenerCommandInput,
|
|
19
18
|
DeleteListenerCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteListenerCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteListenerCommandInput;
|
|
23
22
|
constructor(input: DeleteListenerCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DenyCustomRoutingTrafficCommandInput
|
|
|
15
15
|
extends DenyCustomRoutingTrafficRequest {}
|
|
16
16
|
export interface DenyCustomRoutingTrafficCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DenyCustomRoutingTrafficCommand extends $Command<
|
|
20
19
|
DenyCustomRoutingTrafficCommandInput,
|
|
21
20
|
DenyCustomRoutingTrafficCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DenyCustomRoutingTrafficCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DenyCustomRoutingTrafficCommandInput;
|
|
25
24
|
constructor(input: DenyCustomRoutingTrafficCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeprovisionByoipCidrCommandInput
|
|
|
19
19
|
export interface DeprovisionByoipCidrCommandOutput
|
|
20
20
|
extends DeprovisionByoipCidrResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeprovisionByoipCidrCommand extends $Command<
|
|
24
23
|
DeprovisionByoipCidrCommandInput,
|
|
25
24
|
DeprovisionByoipCidrCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeprovisionByoipCidrCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeprovisionByoipCidrCommandInput;
|
|
29
28
|
constructor(input: DeprovisionByoipCidrCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAcceleratorAttributesCommandInput
|
|
|
19
19
|
export interface DescribeAcceleratorAttributesCommandOutput
|
|
20
20
|
extends DescribeAcceleratorAttributesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAcceleratorAttributesCommand extends $Command<
|
|
24
23
|
DescribeAcceleratorAttributesCommandInput,
|
|
25
24
|
DescribeAcceleratorAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAcceleratorAttributesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAcceleratorAttributesCommandInput;
|
|
29
28
|
constructor(input: DescribeAcceleratorAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAcceleratorCommandInput
|
|
|
19
19
|
export interface DescribeAcceleratorCommandOutput
|
|
20
20
|
extends DescribeAcceleratorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAcceleratorCommand extends $Command<
|
|
24
23
|
DescribeAcceleratorCommandInput,
|
|
25
24
|
DescribeAcceleratorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAcceleratorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAcceleratorCommandInput;
|
|
29
28
|
constructor(input: DescribeAcceleratorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
|
19
19
|
export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
20
20
|
extends DescribeCustomRoutingAcceleratorAttributesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command<
|
|
24
23
|
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
25
24
|
DescribeCustomRoutingAcceleratorAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
|
|
29
28
|
constructor(input: DescribeCustomRoutingAcceleratorAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCustomRoutingAcceleratorCommandInput
|
|
|
19
19
|
export interface DescribeCustomRoutingAcceleratorCommandOutput
|
|
20
20
|
extends DescribeCustomRoutingAcceleratorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<
|
|
24
23
|
DescribeCustomRoutingAcceleratorCommandInput,
|
|
25
24
|
DescribeCustomRoutingAcceleratorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCustomRoutingAcceleratorCommandInput;
|
|
29
28
|
constructor(input: DescribeCustomRoutingAcceleratorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCustomRoutingEndpointGroupCommandInput
|
|
|
19
19
|
export interface DescribeCustomRoutingEndpointGroupCommandOutput
|
|
20
20
|
extends DescribeCustomRoutingEndpointGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<
|
|
24
23
|
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
25
24
|
DescribeCustomRoutingEndpointGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCustomRoutingEndpointGroupCommandInput;
|
|
29
28
|
constructor(input: DescribeCustomRoutingEndpointGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCustomRoutingListenerCommandInput
|
|
|
19
19
|
export interface DescribeCustomRoutingListenerCommandOutput
|
|
20
20
|
extends DescribeCustomRoutingListenerResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCustomRoutingListenerCommand extends $Command<
|
|
24
23
|
DescribeCustomRoutingListenerCommandInput,
|
|
25
24
|
DescribeCustomRoutingListenerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCustomRoutingListenerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCustomRoutingListenerCommandInput;
|
|
29
28
|
constructor(input: DescribeCustomRoutingListenerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEndpointGroupCommandInput
|
|
|
19
19
|
export interface DescribeEndpointGroupCommandOutput
|
|
20
20
|
extends DescribeEndpointGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEndpointGroupCommand extends $Command<
|
|
24
23
|
DescribeEndpointGroupCommandInput,
|
|
25
24
|
DescribeEndpointGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEndpointGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEndpointGroupCommandInput;
|
|
29
28
|
constructor(input: DescribeEndpointGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeListenerCommandInput extends DescribeListenerRequest {}
|
|
|
18
18
|
export interface DescribeListenerCommandOutput
|
|
19
19
|
extends DescribeListenerResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeListenerCommand extends $Command<
|
|
23
22
|
DescribeListenerCommandInput,
|
|
24
23
|
DescribeListenerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeListenerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeListenerCommandInput;
|
|
28
27
|
constructor(input: DescribeListenerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {}
|
|
|
18
18
|
export interface ListAcceleratorsCommandOutput
|
|
19
19
|
extends ListAcceleratorsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListAcceleratorsCommand extends $Command<
|
|
23
22
|
ListAcceleratorsCommandInput,
|
|
24
23
|
ListAcceleratorsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListAcceleratorsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListAcceleratorsCommandInput;
|
|
28
27
|
constructor(input: ListAcceleratorsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {}
|
|
|
18
18
|
export interface ListByoipCidrsCommandOutput
|
|
19
19
|
extends ListByoipCidrsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListByoipCidrsCommand extends $Command<
|
|
23
22
|
ListByoipCidrsCommandInput,
|
|
24
23
|
ListByoipCidrsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListByoipCidrsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListByoipCidrsCommandInput;
|
|
28
27
|
constructor(input: ListByoipCidrsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCustomRoutingAcceleratorsCommandInput
|
|
|
19
19
|
export interface ListCustomRoutingAcceleratorsCommandOutput
|
|
20
20
|
extends ListCustomRoutingAcceleratorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCustomRoutingAcceleratorsCommand extends $Command<
|
|
24
23
|
ListCustomRoutingAcceleratorsCommandInput,
|
|
25
24
|
ListCustomRoutingAcceleratorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCustomRoutingAcceleratorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCustomRoutingAcceleratorsCommandInput;
|
|
29
28
|
constructor(input: ListCustomRoutingAcceleratorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCustomRoutingEndpointGroupsCommandInput
|
|
|
19
19
|
export interface ListCustomRoutingEndpointGroupsCommandOutput
|
|
20
20
|
extends ListCustomRoutingEndpointGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCustomRoutingEndpointGroupsCommand extends $Command<
|
|
24
23
|
ListCustomRoutingEndpointGroupsCommandInput,
|
|
25
24
|
ListCustomRoutingEndpointGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCustomRoutingEndpointGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCustomRoutingEndpointGroupsCommandInput;
|
|
29
28
|
constructor(input: ListCustomRoutingEndpointGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCustomRoutingListenersCommandInput
|
|
|
19
19
|
export interface ListCustomRoutingListenersCommandOutput
|
|
20
20
|
extends ListCustomRoutingListenersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCustomRoutingListenersCommand extends $Command<
|
|
24
23
|
ListCustomRoutingListenersCommandInput,
|
|
25
24
|
ListCustomRoutingListenersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCustomRoutingListenersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCustomRoutingListenersCommandInput;
|
|
29
28
|
constructor(input: ListCustomRoutingListenersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCustomRoutingPortMappingsByDestinationCommandInput
|
|
|
19
19
|
export interface ListCustomRoutingPortMappingsByDestinationCommandOutput
|
|
20
20
|
extends ListCustomRoutingPortMappingsByDestinationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCustomRoutingPortMappingsByDestinationCommand extends $Command<
|
|
24
23
|
ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
25
24
|
ListCustomRoutingPortMappingsByDestinationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCustomRoutingPortMappingsByDestinationCommand extends $
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCustomRoutingPortMappingsByDestinationCommandInput;
|
|
29
28
|
constructor(input: ListCustomRoutingPortMappingsByDestinationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListCustomRoutingPortMappingsCommandInput
|
|
|
19
19
|
export interface ListCustomRoutingPortMappingsCommandOutput
|
|
20
20
|
extends ListCustomRoutingPortMappingsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListCustomRoutingPortMappingsCommand extends $Command<
|
|
24
23
|
ListCustomRoutingPortMappingsCommandInput,
|
|
25
24
|
ListCustomRoutingPortMappingsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListCustomRoutingPortMappingsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListCustomRoutingPortMappingsCommandInput;
|
|
29
28
|
constructor(input: ListCustomRoutingPortMappingsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListEndpointGroupsCommandInput
|
|
|
19
19
|
export interface ListEndpointGroupsCommandOutput
|
|
20
20
|
extends ListEndpointGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListEndpointGroupsCommand extends $Command<
|
|
24
23
|
ListEndpointGroupsCommandInput,
|
|
25
24
|
ListEndpointGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListEndpointGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListEndpointGroupsCommandInput;
|
|
29
28
|
constructor(input: ListEndpointGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListListenersCommandInput extends ListListenersRequest {}
|
|
|
18
18
|
export interface ListListenersCommandOutput
|
|
19
19
|
extends ListListenersResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListListenersCommand extends $Command<
|
|
23
22
|
ListListenersCommandInput,
|
|
24
23
|
ListListenersCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListListenersCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListListenersCommandInput;
|
|
28
27
|
constructor(input: ListListenersCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ProvisionByoipCidrCommandInput
|
|
|
19
19
|
export interface ProvisionByoipCidrCommandOutput
|
|
20
20
|
extends ProvisionByoipCidrResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ProvisionByoipCidrCommand extends $Command<
|
|
24
23
|
ProvisionByoipCidrCommandInput,
|
|
25
24
|
ProvisionByoipCidrCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ProvisionByoipCidrCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ProvisionByoipCidrCommandInput;
|
|
29
28
|
constructor(input: ProvisionByoipCidrCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RemoveCustomRoutingEndpointsCommandInput
|
|
|
15
15
|
extends RemoveCustomRoutingEndpointsRequest {}
|
|
16
16
|
export interface RemoveCustomRoutingEndpointsCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RemoveCustomRoutingEndpointsCommand extends $Command<
|
|
20
19
|
RemoveCustomRoutingEndpointsCommandInput,
|
|
21
20
|
RemoveCustomRoutingEndpointsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RemoveCustomRoutingEndpointsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RemoveCustomRoutingEndpointsCommandInput;
|
|
25
24
|
constructor(input: RemoveCustomRoutingEndpointsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateAcceleratorAttributesCommandInput
|
|
|
19
19
|
export interface UpdateAcceleratorAttributesCommandOutput
|
|
20
20
|
extends UpdateAcceleratorAttributesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateAcceleratorAttributesCommand extends $Command<
|
|
24
23
|
UpdateAcceleratorAttributesCommandInput,
|
|
25
24
|
UpdateAcceleratorAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateAcceleratorAttributesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateAcceleratorAttributesCommandInput;
|
|
29
28
|
constructor(input: UpdateAcceleratorAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateAcceleratorCommandInput
|
|
|
19
19
|
export interface UpdateAcceleratorCommandOutput
|
|
20
20
|
extends UpdateAcceleratorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateAcceleratorCommand extends $Command<
|
|
24
23
|
UpdateAcceleratorCommandInput,
|
|
25
24
|
UpdateAcceleratorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateAcceleratorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateAcceleratorCommandInput;
|
|
29
28
|
constructor(input: UpdateAcceleratorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateCustomRoutingAcceleratorAttributesCommandInput
|
|
|
19
19
|
export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput
|
|
20
20
|
extends UpdateCustomRoutingAcceleratorAttributesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command<
|
|
24
23
|
UpdateCustomRoutingAcceleratorAttributesCommandInput,
|
|
25
24
|
UpdateCustomRoutingAcceleratorAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Co
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
|
|
29
28
|
constructor(input: UpdateCustomRoutingAcceleratorAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateCustomRoutingAcceleratorCommandInput
|
|
|
19
19
|
export interface UpdateCustomRoutingAcceleratorCommandOutput
|
|
20
20
|
extends UpdateCustomRoutingAcceleratorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<
|
|
24
23
|
UpdateCustomRoutingAcceleratorCommandInput,
|
|
25
24
|
UpdateCustomRoutingAcceleratorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateCustomRoutingAcceleratorCommandInput;
|
|
29
28
|
constructor(input: UpdateCustomRoutingAcceleratorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateCustomRoutingListenerCommandInput
|
|
|
19
19
|
export interface UpdateCustomRoutingListenerCommandOutput
|
|
20
20
|
extends UpdateCustomRoutingListenerResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateCustomRoutingListenerCommand extends $Command<
|
|
24
23
|
UpdateCustomRoutingListenerCommandInput,
|
|
25
24
|
UpdateCustomRoutingListenerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateCustomRoutingListenerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateCustomRoutingListenerCommandInput;
|
|
29
28
|
constructor(input: UpdateCustomRoutingListenerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateEndpointGroupCommandInput
|
|
|
19
19
|
export interface UpdateEndpointGroupCommandOutput
|
|
20
20
|
extends UpdateEndpointGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateEndpointGroupCommand extends $Command<
|
|
24
23
|
UpdateEndpointGroupCommandInput,
|
|
25
24
|
UpdateEndpointGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateEndpointGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateEndpointGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateEndpointGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateListenerCommandInput extends UpdateListenerRequest {}
|
|
|
18
18
|
export interface UpdateListenerCommandOutput
|
|
19
19
|
extends UpdateListenerResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateListenerCommand extends $Command<
|
|
23
22
|
UpdateListenerCommandInput,
|
|
24
23
|
UpdateListenerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateListenerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateListenerCommandInput;
|
|
28
27
|
constructor(input: UpdateListenerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface WithdrawByoipCidrCommandInput
|
|
|
19
19
|
export interface WithdrawByoipCidrCommandOutput
|
|
20
20
|
extends WithdrawByoipCidrResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class WithdrawByoipCidrCommand extends $Command<
|
|
24
23
|
WithdrawByoipCidrCommandInput,
|
|
25
24
|
WithdrawByoipCidrCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class WithdrawByoipCidrCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: WithdrawByoipCidrCommandInput;
|
|
29
28
|
constructor(input: WithdrawByoipCidrCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class GlobalAcceleratorServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|