@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,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
|
+
ProvisionByoipCidrRequest,
|
|
15
|
+
ProvisionByoipCidrResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ProvisionByoipCidrCommandInput
|
|
18
|
+
extends ProvisionByoipCidrRequest {}
|
|
19
|
+
export interface ProvisionByoipCidrCommandOutput
|
|
20
|
+
extends ProvisionByoipCidrResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ProvisionByoipCidrCommand extends $Command<
|
|
24
|
+
ProvisionByoipCidrCommandInput,
|
|
25
|
+
ProvisionByoipCidrCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ProvisionByoipCidrCommandInput;
|
|
29
|
+
constructor(input: ProvisionByoipCidrCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput>;
|
|
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 { RemoveCustomRoutingEndpointsRequest } from "../models/models_0";
|
|
14
|
+
export interface RemoveCustomRoutingEndpointsCommandInput
|
|
15
|
+
extends RemoveCustomRoutingEndpointsRequest {}
|
|
16
|
+
export interface RemoveCustomRoutingEndpointsCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RemoveCustomRoutingEndpointsCommand extends $Command<
|
|
20
|
+
RemoveCustomRoutingEndpointsCommandInput,
|
|
21
|
+
RemoveCustomRoutingEndpointsCommandOutput,
|
|
22
|
+
GlobalAcceleratorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RemoveCustomRoutingEndpointsCommandInput;
|
|
25
|
+
constructor(input: RemoveCustomRoutingEndpointsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
RemoveCustomRoutingEndpointsCommandInput,
|
|
33
|
+
RemoveCustomRoutingEndpointsCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
GlobalAcceleratorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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 {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
GlobalAcceleratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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
|
+
UpdateAcceleratorAttributesRequest,
|
|
15
|
+
UpdateAcceleratorAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAcceleratorAttributesCommandInput
|
|
18
|
+
extends UpdateAcceleratorAttributesRequest {}
|
|
19
|
+
export interface UpdateAcceleratorAttributesCommandOutput
|
|
20
|
+
extends UpdateAcceleratorAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAcceleratorAttributesCommand extends $Command<
|
|
24
|
+
UpdateAcceleratorAttributesCommandInput,
|
|
25
|
+
UpdateAcceleratorAttributesCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAcceleratorAttributesCommandInput;
|
|
29
|
+
constructor(input: UpdateAcceleratorAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAcceleratorAttributesCommandInput,
|
|
37
|
+
UpdateAcceleratorAttributesCommandOutput
|
|
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
|
+
UpdateAcceleratorRequest,
|
|
15
|
+
UpdateAcceleratorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAcceleratorCommandInput
|
|
18
|
+
extends UpdateAcceleratorRequest {}
|
|
19
|
+
export interface UpdateAcceleratorCommandOutput
|
|
20
|
+
extends UpdateAcceleratorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAcceleratorCommand extends $Command<
|
|
24
|
+
UpdateAcceleratorCommandInput,
|
|
25
|
+
UpdateAcceleratorCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAcceleratorCommandInput;
|
|
29
|
+
constructor(input: UpdateAcceleratorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput>;
|
|
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
|
+
UpdateCustomRoutingAcceleratorAttributesRequest,
|
|
15
|
+
UpdateCustomRoutingAcceleratorAttributesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCustomRoutingAcceleratorAttributesCommandInput
|
|
18
|
+
extends UpdateCustomRoutingAcceleratorAttributesRequest {}
|
|
19
|
+
export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput
|
|
20
|
+
extends UpdateCustomRoutingAcceleratorAttributesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command<
|
|
24
|
+
UpdateCustomRoutingAcceleratorAttributesCommandInput,
|
|
25
|
+
UpdateCustomRoutingAcceleratorAttributesCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
|
|
29
|
+
constructor(input: UpdateCustomRoutingAcceleratorAttributesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCustomRoutingAcceleratorAttributesCommandInput,
|
|
37
|
+
UpdateCustomRoutingAcceleratorAttributesCommandOutput
|
|
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
|
+
UpdateCustomRoutingAcceleratorRequest,
|
|
15
|
+
UpdateCustomRoutingAcceleratorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCustomRoutingAcceleratorCommandInput
|
|
18
|
+
extends UpdateCustomRoutingAcceleratorRequest {}
|
|
19
|
+
export interface UpdateCustomRoutingAcceleratorCommandOutput
|
|
20
|
+
extends UpdateCustomRoutingAcceleratorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<
|
|
24
|
+
UpdateCustomRoutingAcceleratorCommandInput,
|
|
25
|
+
UpdateCustomRoutingAcceleratorCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCustomRoutingAcceleratorCommandInput;
|
|
29
|
+
constructor(input: UpdateCustomRoutingAcceleratorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCustomRoutingAcceleratorCommandInput,
|
|
37
|
+
UpdateCustomRoutingAcceleratorCommandOutput
|
|
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
|
+
UpdateCustomRoutingListenerRequest,
|
|
15
|
+
UpdateCustomRoutingListenerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCustomRoutingListenerCommandInput
|
|
18
|
+
extends UpdateCustomRoutingListenerRequest {}
|
|
19
|
+
export interface UpdateCustomRoutingListenerCommandOutput
|
|
20
|
+
extends UpdateCustomRoutingListenerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCustomRoutingListenerCommand extends $Command<
|
|
24
|
+
UpdateCustomRoutingListenerCommandInput,
|
|
25
|
+
UpdateCustomRoutingListenerCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCustomRoutingListenerCommandInput;
|
|
29
|
+
constructor(input: UpdateCustomRoutingListenerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCustomRoutingListenerCommandInput,
|
|
37
|
+
UpdateCustomRoutingListenerCommandOutput
|
|
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
|
+
UpdateEndpointGroupRequest,
|
|
15
|
+
UpdateEndpointGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateEndpointGroupCommandInput
|
|
18
|
+
extends UpdateEndpointGroupRequest {}
|
|
19
|
+
export interface UpdateEndpointGroupCommandOutput
|
|
20
|
+
extends UpdateEndpointGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateEndpointGroupCommand extends $Command<
|
|
24
|
+
UpdateEndpointGroupCommandInput,
|
|
25
|
+
UpdateEndpointGroupCommandOutput,
|
|
26
|
+
GlobalAcceleratorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateEndpointGroupCommandInput;
|
|
29
|
+
constructor(input: UpdateEndpointGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput>;
|
|
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
|
+
UpdateListenerRequest,
|
|
15
|
+
UpdateListenerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateListenerCommandInput extends UpdateListenerRequest {}
|
|
18
|
+
export interface UpdateListenerCommandOutput
|
|
19
|
+
extends UpdateListenerResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateListenerCommand extends $Command<
|
|
23
|
+
UpdateListenerCommandInput,
|
|
24
|
+
UpdateListenerCommandOutput,
|
|
25
|
+
GlobalAcceleratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateListenerCommandInput;
|
|
28
|
+
constructor(input: UpdateListenerCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GlobalAcceleratorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateListenerCommandInput, UpdateListenerCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|