@aws-sdk/client-global-accelerator 3.168.0 → 3.170.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/ts3.4/GlobalAccelerator.d.ts +874 -240
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1339 -1197
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import { DeleteEndpointGroupRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteEndpointGroupCommandInput
|
|
15
|
+
extends DeleteEndpointGroupRequest {}
|
|
16
|
+
export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteEndpointGroupCommand extends $Command<
|
|
19
|
+
DeleteEndpointGroupCommandInput,
|
|
20
|
+
DeleteEndpointGroupCommandOutput,
|
|
21
|
+
GlobalAcceleratorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteEndpointGroupCommandInput;
|
|
24
|
+
constructor(input: DeleteEndpointGroupCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import { DeleteListenerRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteListenerCommandInput extends DeleteListenerRequest {}
|
|
15
|
+
export interface DeleteListenerCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteListenerCommand extends $Command<
|
|
18
|
+
DeleteListenerCommandInput,
|
|
19
|
+
DeleteListenerCommandOutput,
|
|
20
|
+
GlobalAcceleratorClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteListenerCommandInput;
|
|
23
|
+
constructor(input: DeleteListenerCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteListenerCommandInput, DeleteListenerCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import { DenyCustomRoutingTrafficRequest } from "../models/models_0";
|
|
14
|
+
export interface DenyCustomRoutingTrafficCommandInput
|
|
15
|
+
extends DenyCustomRoutingTrafficRequest {}
|
|
16
|
+
export interface DenyCustomRoutingTrafficCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DenyCustomRoutingTrafficCommand extends $Command<
|
|
20
|
+
DenyCustomRoutingTrafficCommandInput,
|
|
21
|
+
DenyCustomRoutingTrafficCommandOutput,
|
|
22
|
+
GlobalAcceleratorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DenyCustomRoutingTrafficCommandInput;
|
|
25
|
+
constructor(input: DenyCustomRoutingTrafficCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DenyCustomRoutingTrafficCommandInput,
|
|
33
|
+
DenyCustomRoutingTrafficCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DeprovisionByoipCidrRequest,
|
|
15
|
+
DeprovisionByoipCidrResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeprovisionByoipCidrCommandInput
|
|
18
|
+
extends DeprovisionByoipCidrRequest {}
|
|
19
|
+
export interface DeprovisionByoipCidrCommandOutput
|
|
20
|
+
extends DeprovisionByoipCidrResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeprovisionByoipCidrCommand extends $Command<
|
|
24
|
+
DeprovisionByoipCidrCommandInput,
|
|
25
|
+
DeprovisionByoipCidrCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeprovisionByoipCidrCommandInput;
|
|
29
|
+
constructor(input: DeprovisionByoipCidrCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeprovisionByoipCidrCommandInput,
|
|
37
|
+
DeprovisionByoipCidrCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAcceleratorAttributesRequest,
|
|
15
|
+
DescribeAcceleratorAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAcceleratorAttributesCommandInput
|
|
18
|
+
extends DescribeAcceleratorAttributesRequest {}
|
|
19
|
+
export interface DescribeAcceleratorAttributesCommandOutput
|
|
20
|
+
extends DescribeAcceleratorAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAcceleratorAttributesCommand extends $Command<
|
|
24
|
+
DescribeAcceleratorAttributesCommandInput,
|
|
25
|
+
DescribeAcceleratorAttributesCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAcceleratorAttributesCommandInput;
|
|
29
|
+
constructor(input: DescribeAcceleratorAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAcceleratorAttributesCommandInput,
|
|
37
|
+
DescribeAcceleratorAttributesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAcceleratorRequest,
|
|
15
|
+
DescribeAcceleratorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAcceleratorCommandInput
|
|
18
|
+
extends DescribeAcceleratorRequest {}
|
|
19
|
+
export interface DescribeAcceleratorCommandOutput
|
|
20
|
+
extends DescribeAcceleratorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAcceleratorCommand extends $Command<
|
|
24
|
+
DescribeAcceleratorCommandInput,
|
|
25
|
+
DescribeAcceleratorCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAcceleratorCommandInput;
|
|
29
|
+
constructor(input: DescribeAcceleratorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCustomRoutingAcceleratorAttributesRequest,
|
|
15
|
+
DescribeCustomRoutingAcceleratorAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCustomRoutingAcceleratorAttributesCommandInput
|
|
18
|
+
extends DescribeCustomRoutingAcceleratorAttributesRequest {}
|
|
19
|
+
export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
20
|
+
extends DescribeCustomRoutingAcceleratorAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command<
|
|
24
|
+
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
25
|
+
DescribeCustomRoutingAcceleratorAttributesCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
|
|
29
|
+
constructor(input: DescribeCustomRoutingAcceleratorAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
37
|
+
DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCustomRoutingAcceleratorRequest,
|
|
15
|
+
DescribeCustomRoutingAcceleratorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCustomRoutingAcceleratorCommandInput
|
|
18
|
+
extends DescribeCustomRoutingAcceleratorRequest {}
|
|
19
|
+
export interface DescribeCustomRoutingAcceleratorCommandOutput
|
|
20
|
+
extends DescribeCustomRoutingAcceleratorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<
|
|
24
|
+
DescribeCustomRoutingAcceleratorCommandInput,
|
|
25
|
+
DescribeCustomRoutingAcceleratorCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCustomRoutingAcceleratorCommandInput;
|
|
29
|
+
constructor(input: DescribeCustomRoutingAcceleratorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeCustomRoutingAcceleratorCommandInput,
|
|
37
|
+
DescribeCustomRoutingAcceleratorCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCustomRoutingEndpointGroupRequest,
|
|
15
|
+
DescribeCustomRoutingEndpointGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCustomRoutingEndpointGroupCommandInput
|
|
18
|
+
extends DescribeCustomRoutingEndpointGroupRequest {}
|
|
19
|
+
export interface DescribeCustomRoutingEndpointGroupCommandOutput
|
|
20
|
+
extends DescribeCustomRoutingEndpointGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<
|
|
24
|
+
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
25
|
+
DescribeCustomRoutingEndpointGroupCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCustomRoutingEndpointGroupCommandInput;
|
|
29
|
+
constructor(input: DescribeCustomRoutingEndpointGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeCustomRoutingEndpointGroupCommandInput,
|
|
37
|
+
DescribeCustomRoutingEndpointGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCustomRoutingListenerRequest,
|
|
15
|
+
DescribeCustomRoutingListenerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCustomRoutingListenerCommandInput
|
|
18
|
+
extends DescribeCustomRoutingListenerRequest {}
|
|
19
|
+
export interface DescribeCustomRoutingListenerCommandOutput
|
|
20
|
+
extends DescribeCustomRoutingListenerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCustomRoutingListenerCommand extends $Command<
|
|
24
|
+
DescribeCustomRoutingListenerCommandInput,
|
|
25
|
+
DescribeCustomRoutingListenerCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCustomRoutingListenerCommandInput;
|
|
29
|
+
constructor(input: DescribeCustomRoutingListenerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeCustomRoutingListenerCommandInput,
|
|
37
|
+
DescribeCustomRoutingListenerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GlobalAcceleratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GlobalAcceleratorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeEndpointGroupRequest,
|
|
15
|
+
DescribeEndpointGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEndpointGroupCommandInput
|
|
18
|
+
extends DescribeEndpointGroupRequest {}
|
|
19
|
+
export interface DescribeEndpointGroupCommandOutput
|
|
20
|
+
extends DescribeEndpointGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEndpointGroupCommand extends $Command<
|
|
24
|
+
DescribeEndpointGroupCommandInput,
|
|
25
|
+
DescribeEndpointGroupCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEndpointGroupCommandInput;
|
|
29
|
+
constructor(input: DescribeEndpointGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEndpointGroupCommandInput,
|
|
37
|
+
DescribeEndpointGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|