@aws-sdk/client-global-accelerator 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GlobalAcceleratorServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +256 -3
- package/dist-cjs/protocols/Aws_json1_1.js +476 -1721
- package/dist-es/index.js +1 -0
- package/dist-es/models/GlobalAcceleratorServiceException.js +12 -0
- package/dist-es/models/models_0.js +236 -1
- package/dist-es/protocols/Aws_json1_1.js +1043 -1874
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GlobalAcceleratorServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +128 -55
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +240 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1395 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +143 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { GlobalAccelerator } from "../GlobalAccelerator";
|
|
3
|
+
import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
|
|
4
|
+
export interface GlobalAcceleratorPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: GlobalAccelerator | GlobalAcceleratorClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "../commands/ListAcceleratorsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAccelerators(config: GlobalAcceleratorPaginationConfiguration, input: ListAcceleratorsCommandInput, ...additionalArguments: any): Paginator<ListAcceleratorsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "../commands/ListByoipCidrsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListByoipCidrs(config: GlobalAcceleratorPaginationConfiguration, input: ListByoipCidrsCommandInput, ...additionalArguments: any): Paginator<ListByoipCidrsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "../commands/ListCustomRoutingAcceleratorsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingAccelerators(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingAcceleratorsCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "../commands/ListCustomRoutingEndpointGroupsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingEndpointGroups(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingEndpointGroupsCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "../commands/ListCustomRoutingListenersCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingListeners(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingListenersCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingListenersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingPortMappingsByDestination(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingPortMappingsByDestinationCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "../commands/ListCustomRoutingPortMappingsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomRoutingPortMappings(config: GlobalAcceleratorPaginationConfiguration, input: ListCustomRoutingPortMappingsCommandInput, ...additionalArguments: any): Paginator<ListCustomRoutingPortMappingsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "../commands/ListEndpointGroupsCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListEndpointGroups(config: GlobalAcceleratorPaginationConfiguration, input: ListEndpointGroupsCommandInput, ...additionalArguments: any): Paginator<ListEndpointGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
|
|
3
|
+
import { GlobalAcceleratorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListListeners(config: GlobalAcceleratorPaginationConfiguration, input: ListListenersCommandInput, ...additionalArguments: any): Paginator<ListListenersCommandOutput>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAcceleratorsPaginator";
|
|
3
|
+
export * from "./ListByoipCidrsPaginator";
|
|
4
|
+
export * from "./ListCustomRoutingAcceleratorsPaginator";
|
|
5
|
+
export * from "./ListCustomRoutingEndpointGroupsPaginator";
|
|
6
|
+
export * from "./ListCustomRoutingListenersPaginator";
|
|
7
|
+
export * from "./ListCustomRoutingPortMappingsByDestinationPaginator";
|
|
8
|
+
export * from "./ListCustomRoutingPortMappingsPaginator";
|
|
9
|
+
export * from "./ListEndpointGroupsPaginator";
|
|
10
|
+
export * from "./ListListenersPaginator";
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "../commands/AddCustomRoutingEndpointsCommand";
|
|
4
|
+
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "../commands/AdvertiseByoipCidrCommand";
|
|
5
|
+
import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "../commands/AllowCustomRoutingTrafficCommand";
|
|
6
|
+
import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "../commands/CreateAcceleratorCommand";
|
|
7
|
+
import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "../commands/CreateCustomRoutingAcceleratorCommand";
|
|
8
|
+
import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "../commands/CreateCustomRoutingEndpointGroupCommand";
|
|
9
|
+
import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "../commands/CreateCustomRoutingListenerCommand";
|
|
10
|
+
import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "../commands/CreateEndpointGroupCommand";
|
|
11
|
+
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "../commands/CreateListenerCommand";
|
|
12
|
+
import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "../commands/DeleteAcceleratorCommand";
|
|
13
|
+
import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "../commands/DeleteCustomRoutingAcceleratorCommand";
|
|
14
|
+
import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "../commands/DeleteCustomRoutingEndpointGroupCommand";
|
|
15
|
+
import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "../commands/DeleteCustomRoutingListenerCommand";
|
|
16
|
+
import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "../commands/DeleteEndpointGroupCommand";
|
|
17
|
+
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "../commands/DeleteListenerCommand";
|
|
18
|
+
import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "../commands/DenyCustomRoutingTrafficCommand";
|
|
19
|
+
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "../commands/DeprovisionByoipCidrCommand";
|
|
20
|
+
import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "../commands/DescribeAcceleratorAttributesCommand";
|
|
21
|
+
import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "../commands/DescribeAcceleratorCommand";
|
|
22
|
+
import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
23
|
+
import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "../commands/DescribeCustomRoutingAcceleratorCommand";
|
|
24
|
+
import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "../commands/DescribeCustomRoutingEndpointGroupCommand";
|
|
25
|
+
import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "../commands/DescribeCustomRoutingListenerCommand";
|
|
26
|
+
import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "../commands/DescribeEndpointGroupCommand";
|
|
27
|
+
import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "../commands/DescribeListenerCommand";
|
|
28
|
+
import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "../commands/ListAcceleratorsCommand";
|
|
29
|
+
import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "../commands/ListByoipCidrsCommand";
|
|
30
|
+
import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "../commands/ListCustomRoutingAcceleratorsCommand";
|
|
31
|
+
import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "../commands/ListCustomRoutingEndpointGroupsCommand";
|
|
32
|
+
import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "../commands/ListCustomRoutingListenersCommand";
|
|
33
|
+
import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
34
|
+
import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "../commands/ListCustomRoutingPortMappingsCommand";
|
|
35
|
+
import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "../commands/ListEndpointGroupsCommand";
|
|
36
|
+
import { ListListenersCommandInput, ListListenersCommandOutput } from "../commands/ListListenersCommand";
|
|
37
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
38
|
+
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "../commands/ProvisionByoipCidrCommand";
|
|
39
|
+
import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "../commands/RemoveCustomRoutingEndpointsCommand";
|
|
40
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
41
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
42
|
+
import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "../commands/UpdateAcceleratorAttributesCommand";
|
|
43
|
+
import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "../commands/UpdateAcceleratorCommand";
|
|
44
|
+
import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
45
|
+
import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "../commands/UpdateCustomRoutingAcceleratorCommand";
|
|
46
|
+
import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "../commands/UpdateCustomRoutingListenerCommand";
|
|
47
|
+
import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "../commands/UpdateEndpointGroupCommand";
|
|
48
|
+
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "../commands/UpdateListenerCommand";
|
|
49
|
+
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
|
|
50
|
+
export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (input: AddCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (input: AdvertiseByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_json1_1AllowCustomRoutingTrafficCommand: (input: AllowCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_json1_1CreateAcceleratorCommand: (input: CreateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (input: CreateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (input: CreateCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_json1_1CreateCustomRoutingListenerCommand: (input: CreateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const serializeAws_json1_1CreateEndpointGroupCommand: (input: CreateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_json1_1CreateListenerCommand: (input: CreateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
export declare const serializeAws_json1_1DeleteAcceleratorCommand: (input: DeleteAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
export declare const serializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (input: DeleteCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (input: DeleteCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_json1_1DeleteCustomRoutingListenerCommand: (input: DeleteCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
export declare const serializeAws_json1_1DeleteEndpointGroupCommand: (input: DeleteEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_json1_1DeleteListenerCommand: (input: DeleteListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_json1_1DenyCustomRoutingTrafficCommand: (input: DenyCustomRoutingTrafficCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_json1_1DeprovisionByoipCidrCommand: (input: DeprovisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_json1_1DescribeAcceleratorCommand: (input: DescribeAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_json1_1DescribeAcceleratorAttributesCommand: (input: DescribeAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (input: DescribeCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (input: DescribeCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (input: DescribeCustomRoutingEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_json1_1DescribeCustomRoutingListenerCommand: (input: DescribeCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_json1_1DescribeEndpointGroupCommand: (input: DescribeEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_json1_1DescribeListenerCommand: (input: DescribeListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_json1_1ListAcceleratorsCommand: (input: ListAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_json1_1ListByoipCidrsCommand: (input: ListByoipCidrsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (input: ListCustomRoutingAcceleratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (input: ListCustomRoutingEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_json1_1ListCustomRoutingListenersCommand: (input: ListCustomRoutingListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_json1_1ListCustomRoutingPortMappingsCommand: (input: ListCustomRoutingPortMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (input: ListCustomRoutingPortMappingsByDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_json1_1ListEndpointGroupsCommand: (input: ListEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_json1_1ListListenersCommand: (input: ListListenersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_json1_1ProvisionByoipCidrCommand: (input: ProvisionByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (input: RemoveCustomRoutingEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_json1_1UpdateAcceleratorCommand: (input: UpdateAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1UpdateAcceleratorAttributesCommand: (input: UpdateAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (input: UpdateCustomRoutingAcceleratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (input: UpdateCustomRoutingAcceleratorAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_json1_1UpdateCustomRoutingListenerCommand: (input: UpdateCustomRoutingListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_json1_1UpdateEndpointGroupCommand: (input: UpdateEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1UpdateListenerCommand: (input: UpdateListenerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_json1_1WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomRoutingEndpointsCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdvertiseByoipCidrCommandOutput>;
|
|
99
|
+
export declare const deserializeAws_json1_1AllowCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AllowCustomRoutingTrafficCommandOutput>;
|
|
100
|
+
export declare const deserializeAws_json1_1CreateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAcceleratorCommandOutput>;
|
|
101
|
+
export declare const deserializeAws_json1_1CreateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
|
|
102
|
+
export declare const deserializeAws_json1_1CreateCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
|
|
103
|
+
export declare const deserializeAws_json1_1CreateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomRoutingListenerCommandOutput>;
|
|
104
|
+
export declare const deserializeAws_json1_1CreateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointGroupCommandOutput>;
|
|
105
|
+
export declare const deserializeAws_json1_1CreateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateListenerCommandOutput>;
|
|
106
|
+
export declare const deserializeAws_json1_1DeleteAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAcceleratorCommandOutput>;
|
|
107
|
+
export declare const deserializeAws_json1_1DeleteCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
|
|
108
|
+
export declare const deserializeAws_json1_1DeleteCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
|
|
109
|
+
export declare const deserializeAws_json1_1DeleteCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomRoutingListenerCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_json1_1DeleteEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointGroupCommandOutput>;
|
|
111
|
+
export declare const deserializeAws_json1_1DeleteListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteListenerCommandOutput>;
|
|
112
|
+
export declare const deserializeAws_json1_1DenyCustomRoutingTrafficCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DenyCustomRoutingTrafficCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_json1_1DeprovisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprovisionByoipCidrCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_json1_1DescribeAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorCommandOutput>;
|
|
115
|
+
export declare const deserializeAws_json1_1DescribeAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAcceleratorAttributesCommandOutput>;
|
|
116
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
|
|
117
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
118
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
|
|
119
|
+
export declare const deserializeAws_json1_1DescribeCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomRoutingListenerCommandOutput>;
|
|
120
|
+
export declare const deserializeAws_json1_1DescribeEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointGroupCommandOutput>;
|
|
121
|
+
export declare const deserializeAws_json1_1DescribeListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeListenerCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_json1_1ListAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAcceleratorsCommandOutput>;
|
|
123
|
+
export declare const deserializeAws_json1_1ListByoipCidrsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListByoipCidrsCommandOutput>;
|
|
124
|
+
export declare const deserializeAws_json1_1ListCustomRoutingAcceleratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
125
|
+
export declare const deserializeAws_json1_1ListCustomRoutingEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
126
|
+
export declare const deserializeAws_json1_1ListCustomRoutingListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingListenersCommandOutput>;
|
|
127
|
+
export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
|
|
128
|
+
export declare const deserializeAws_json1_1ListCustomRoutingPortMappingsByDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
129
|
+
export declare const deserializeAws_json1_1ListEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointGroupsCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_json1_1ListListenersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListListenersCommandOutput>;
|
|
131
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
132
|
+
export declare const deserializeAws_json1_1ProvisionByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ProvisionByoipCidrCommandOutput>;
|
|
133
|
+
export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
135
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_json1_1UpdateAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorCommandOutput>;
|
|
137
|
+
export declare const deserializeAws_json1_1UpdateAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAcceleratorAttributesCommandOutput>;
|
|
138
|
+
export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
|
|
139
|
+
export declare const deserializeAws_json1_1UpdateCustomRoutingAcceleratorAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1UpdateCustomRoutingListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCustomRoutingListenerCommandOutput>;
|
|
141
|
+
export declare const deserializeAws_json1_1UpdateEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointGroupCommandOutput>;
|
|
142
|
+
export declare const deserializeAws_json1_1UpdateListenerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateListenerCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_json1_1WithdrawByoipCidrCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<WithdrawByoipCidrCommandOutput>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { GlobalAcceleratorClientConfig } from "./GlobalAcceleratorClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.53.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|