@aws-sdk/client-global-accelerator 3.169.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 +8 -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,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 { AllowCustomRoutingTrafficRequest } from "../models/models_0";
|
|
14
|
+
export interface AllowCustomRoutingTrafficCommandInput
|
|
15
|
+
extends AllowCustomRoutingTrafficRequest {}
|
|
16
|
+
export interface AllowCustomRoutingTrafficCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class AllowCustomRoutingTrafficCommand extends $Command<
|
|
20
|
+
AllowCustomRoutingTrafficCommandInput,
|
|
21
|
+
AllowCustomRoutingTrafficCommandOutput,
|
|
22
|
+
GlobalAcceleratorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: AllowCustomRoutingTrafficCommandInput;
|
|
25
|
+
constructor(input: AllowCustomRoutingTrafficCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
AllowCustomRoutingTrafficCommandInput,
|
|
33
|
+
AllowCustomRoutingTrafficCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
CreateAcceleratorRequest,
|
|
15
|
+
CreateAcceleratorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAcceleratorCommandInput
|
|
18
|
+
extends CreateAcceleratorRequest {}
|
|
19
|
+
export interface CreateAcceleratorCommandOutput
|
|
20
|
+
extends CreateAcceleratorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateAcceleratorCommand extends $Command<
|
|
24
|
+
CreateAcceleratorCommandInput,
|
|
25
|
+
CreateAcceleratorCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateAcceleratorCommandInput;
|
|
29
|
+
constructor(input: CreateAcceleratorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput>;
|
|
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
|
+
CreateCustomRoutingAcceleratorRequest,
|
|
15
|
+
CreateCustomRoutingAcceleratorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCustomRoutingAcceleratorCommandInput
|
|
18
|
+
extends CreateCustomRoutingAcceleratorRequest {}
|
|
19
|
+
export interface CreateCustomRoutingAcceleratorCommandOutput
|
|
20
|
+
extends CreateCustomRoutingAcceleratorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateCustomRoutingAcceleratorCommand extends $Command<
|
|
24
|
+
CreateCustomRoutingAcceleratorCommandInput,
|
|
25
|
+
CreateCustomRoutingAcceleratorCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateCustomRoutingAcceleratorCommandInput;
|
|
29
|
+
constructor(input: CreateCustomRoutingAcceleratorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateCustomRoutingAcceleratorCommandInput,
|
|
37
|
+
CreateCustomRoutingAcceleratorCommandOutput
|
|
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
|
+
CreateCustomRoutingEndpointGroupRequest,
|
|
15
|
+
CreateCustomRoutingEndpointGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCustomRoutingEndpointGroupCommandInput
|
|
18
|
+
extends CreateCustomRoutingEndpointGroupRequest {}
|
|
19
|
+
export interface CreateCustomRoutingEndpointGroupCommandOutput
|
|
20
|
+
extends CreateCustomRoutingEndpointGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateCustomRoutingEndpointGroupCommand extends $Command<
|
|
24
|
+
CreateCustomRoutingEndpointGroupCommandInput,
|
|
25
|
+
CreateCustomRoutingEndpointGroupCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateCustomRoutingEndpointGroupCommandInput;
|
|
29
|
+
constructor(input: CreateCustomRoutingEndpointGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateCustomRoutingEndpointGroupCommandInput,
|
|
37
|
+
CreateCustomRoutingEndpointGroupCommandOutput
|
|
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
|
+
CreateCustomRoutingListenerRequest,
|
|
15
|
+
CreateCustomRoutingListenerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCustomRoutingListenerCommandInput
|
|
18
|
+
extends CreateCustomRoutingListenerRequest {}
|
|
19
|
+
export interface CreateCustomRoutingListenerCommandOutput
|
|
20
|
+
extends CreateCustomRoutingListenerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateCustomRoutingListenerCommand extends $Command<
|
|
24
|
+
CreateCustomRoutingListenerCommandInput,
|
|
25
|
+
CreateCustomRoutingListenerCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateCustomRoutingListenerCommandInput;
|
|
29
|
+
constructor(input: CreateCustomRoutingListenerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateCustomRoutingListenerCommandInput,
|
|
37
|
+
CreateCustomRoutingListenerCommandOutput
|
|
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
|
+
CreateEndpointGroupRequest,
|
|
15
|
+
CreateEndpointGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEndpointGroupCommandInput
|
|
18
|
+
extends CreateEndpointGroupRequest {}
|
|
19
|
+
export interface CreateEndpointGroupCommandOutput
|
|
20
|
+
extends CreateEndpointGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEndpointGroupCommand extends $Command<
|
|
24
|
+
CreateEndpointGroupCommandInput,
|
|
25
|
+
CreateEndpointGroupCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEndpointGroupCommandInput;
|
|
29
|
+
constructor(input: CreateEndpointGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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 {
|
|
14
|
+
CreateListenerRequest,
|
|
15
|
+
CreateListenerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateListenerCommandInput extends CreateListenerRequest {}
|
|
18
|
+
export interface CreateListenerCommandOutput
|
|
19
|
+
extends CreateListenerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateListenerCommand extends $Command<
|
|
23
|
+
CreateListenerCommandInput,
|
|
24
|
+
CreateListenerCommandOutput,
|
|
25
|
+
GlobalAcceleratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateListenerCommandInput;
|
|
28
|
+
constructor(input: CreateListenerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteAcceleratorRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAcceleratorCommandInput
|
|
15
|
+
extends DeleteAcceleratorRequest {}
|
|
16
|
+
export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteAcceleratorCommand extends $Command<
|
|
19
|
+
DeleteAcceleratorCommandInput,
|
|
20
|
+
DeleteAcceleratorCommandOutput,
|
|
21
|
+
GlobalAcceleratorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteAcceleratorCommandInput;
|
|
24
|
+
constructor(input: DeleteAcceleratorCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -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 { DeleteCustomRoutingAcceleratorRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteCustomRoutingAcceleratorCommandInput
|
|
15
|
+
extends DeleteCustomRoutingAcceleratorRequest {}
|
|
16
|
+
export interface DeleteCustomRoutingAcceleratorCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteCustomRoutingAcceleratorCommand extends $Command<
|
|
20
|
+
DeleteCustomRoutingAcceleratorCommandInput,
|
|
21
|
+
DeleteCustomRoutingAcceleratorCommandOutput,
|
|
22
|
+
GlobalAcceleratorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteCustomRoutingAcceleratorCommandInput;
|
|
25
|
+
constructor(input: DeleteCustomRoutingAcceleratorCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteCustomRoutingAcceleratorCommandInput,
|
|
33
|
+
DeleteCustomRoutingAcceleratorCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteCustomRoutingEndpointGroupRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteCustomRoutingEndpointGroupCommandInput
|
|
15
|
+
extends DeleteCustomRoutingEndpointGroupRequest {}
|
|
16
|
+
export interface DeleteCustomRoutingEndpointGroupCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteCustomRoutingEndpointGroupCommand extends $Command<
|
|
20
|
+
DeleteCustomRoutingEndpointGroupCommandInput,
|
|
21
|
+
DeleteCustomRoutingEndpointGroupCommandOutput,
|
|
22
|
+
GlobalAcceleratorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteCustomRoutingEndpointGroupCommandInput;
|
|
25
|
+
constructor(input: DeleteCustomRoutingEndpointGroupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteCustomRoutingEndpointGroupCommandInput,
|
|
33
|
+
DeleteCustomRoutingEndpointGroupCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteCustomRoutingListenerRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteCustomRoutingListenerCommandInput
|
|
15
|
+
extends DeleteCustomRoutingListenerRequest {}
|
|
16
|
+
export interface DeleteCustomRoutingListenerCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteCustomRoutingListenerCommand extends $Command<
|
|
20
|
+
DeleteCustomRoutingListenerCommandInput,
|
|
21
|
+
DeleteCustomRoutingListenerCommandOutput,
|
|
22
|
+
GlobalAcceleratorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteCustomRoutingListenerCommandInput;
|
|
25
|
+
constructor(input: DeleteCustomRoutingListenerCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteCustomRoutingListenerCommandInput,
|
|
33
|
+
DeleteCustomRoutingListenerCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|