@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.
Files changed (73) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GlobalAccelerator.d.ts +874 -240
  3. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +412 -120
  4. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +33 -17
  18. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +38 -17
  49. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +6 -6
  54. package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1339 -1197
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  73. package/package.json +34 -34
@@ -1,120 +1,412 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
10
- import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
11
- import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
12
- import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "./commands/CreateAcceleratorCommand";
13
- import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "./commands/CreateCustomRoutingAcceleratorCommand";
14
- import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "./commands/CreateCustomRoutingEndpointGroupCommand";
15
- import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "./commands/CreateCustomRoutingListenerCommand";
16
- import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "./commands/CreateEndpointGroupCommand";
17
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
18
- import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "./commands/DeleteAcceleratorCommand";
19
- import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "./commands/DeleteCustomRoutingAcceleratorCommand";
20
- import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
21
- import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "./commands/DeleteCustomRoutingListenerCommand";
22
- import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "./commands/DeleteEndpointGroupCommand";
23
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
24
- import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "./commands/DenyCustomRoutingTrafficCommand";
25
- import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "./commands/DeprovisionByoipCidrCommand";
26
- import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "./commands/DescribeAcceleratorAttributesCommand";
27
- import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "./commands/DescribeAcceleratorCommand";
28
- import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
29
- import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorCommand";
30
- import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
31
- import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "./commands/DescribeCustomRoutingListenerCommand";
32
- import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "./commands/DescribeEndpointGroupCommand";
33
- import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "./commands/DescribeListenerCommand";
34
- import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "./commands/ListAcceleratorsCommand";
35
- import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "./commands/ListByoipCidrsCommand";
36
- import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "./commands/ListCustomRoutingAcceleratorsCommand";
37
- import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "./commands/ListCustomRoutingEndpointGroupsCommand";
38
- import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "./commands/ListCustomRoutingListenersCommand";
39
- import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
40
- import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "./commands/ListCustomRoutingPortMappingsCommand";
41
- import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "./commands/ListEndpointGroupsCommand";
42
- import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
43
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
44
- import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
45
- import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "./commands/RemoveCustomRoutingEndpointsCommand";
46
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
47
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
48
- import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "./commands/UpdateAcceleratorAttributesCommand";
49
- import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "./commands/UpdateAcceleratorCommand";
50
- import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
51
- import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorCommand";
52
- import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "./commands/UpdateCustomRoutingListenerCommand";
53
- import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
54
- import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
55
- import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
56
- export declare type ServiceInputTypes = AddCustomRoutingEndpointsCommandInput | AdvertiseByoipCidrCommandInput | AllowCustomRoutingTrafficCommandInput | CreateAcceleratorCommandInput | CreateCustomRoutingAcceleratorCommandInput | CreateCustomRoutingEndpointGroupCommandInput | CreateCustomRoutingListenerCommandInput | CreateEndpointGroupCommandInput | CreateListenerCommandInput | DeleteAcceleratorCommandInput | DeleteCustomRoutingAcceleratorCommandInput | DeleteCustomRoutingEndpointGroupCommandInput | DeleteCustomRoutingListenerCommandInput | DeleteEndpointGroupCommandInput | DeleteListenerCommandInput | DenyCustomRoutingTrafficCommandInput | DeprovisionByoipCidrCommandInput | DescribeAcceleratorAttributesCommandInput | DescribeAcceleratorCommandInput | DescribeCustomRoutingAcceleratorAttributesCommandInput | DescribeCustomRoutingAcceleratorCommandInput | DescribeCustomRoutingEndpointGroupCommandInput | DescribeCustomRoutingListenerCommandInput | DescribeEndpointGroupCommandInput | DescribeListenerCommandInput | ListAcceleratorsCommandInput | ListByoipCidrsCommandInput | ListCustomRoutingAcceleratorsCommandInput | ListCustomRoutingEndpointGroupsCommandInput | ListCustomRoutingListenersCommandInput | ListCustomRoutingPortMappingsByDestinationCommandInput | ListCustomRoutingPortMappingsCommandInput | ListEndpointGroupsCommandInput | ListListenersCommandInput | ListTagsForResourceCommandInput | ProvisionByoipCidrCommandInput | RemoveCustomRoutingEndpointsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcceleratorAttributesCommandInput | UpdateAcceleratorCommandInput | UpdateCustomRoutingAcceleratorAttributesCommandInput | UpdateCustomRoutingAcceleratorCommandInput | UpdateCustomRoutingListenerCommandInput | UpdateEndpointGroupCommandInput | UpdateListenerCommandInput | WithdrawByoipCidrCommandInput;
57
- export declare type ServiceOutputTypes = AddCustomRoutingEndpointsCommandOutput | AdvertiseByoipCidrCommandOutput | AllowCustomRoutingTrafficCommandOutput | CreateAcceleratorCommandOutput | CreateCustomRoutingAcceleratorCommandOutput | CreateCustomRoutingEndpointGroupCommandOutput | CreateCustomRoutingListenerCommandOutput | CreateEndpointGroupCommandOutput | CreateListenerCommandOutput | DeleteAcceleratorCommandOutput | DeleteCustomRoutingAcceleratorCommandOutput | DeleteCustomRoutingEndpointGroupCommandOutput | DeleteCustomRoutingListenerCommandOutput | DeleteEndpointGroupCommandOutput | DeleteListenerCommandOutput | DenyCustomRoutingTrafficCommandOutput | DeprovisionByoipCidrCommandOutput | DescribeAcceleratorAttributesCommandOutput | DescribeAcceleratorCommandOutput | DescribeCustomRoutingAcceleratorAttributesCommandOutput | DescribeCustomRoutingAcceleratorCommandOutput | DescribeCustomRoutingEndpointGroupCommandOutput | DescribeCustomRoutingListenerCommandOutput | DescribeEndpointGroupCommandOutput | DescribeListenerCommandOutput | ListAcceleratorsCommandOutput | ListByoipCidrsCommandOutput | ListCustomRoutingAcceleratorsCommandOutput | ListCustomRoutingEndpointGroupsCommandOutput | ListCustomRoutingListenersCommandOutput | ListCustomRoutingPortMappingsByDestinationCommandOutput | ListCustomRoutingPortMappingsCommandOutput | ListEndpointGroupsCommandOutput | ListListenersCommandOutput | ListTagsForResourceCommandOutput | ProvisionByoipCidrCommandOutput | RemoveCustomRoutingEndpointsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcceleratorAttributesCommandOutput | UpdateAcceleratorCommandOutput | UpdateCustomRoutingAcceleratorAttributesCommandOutput | UpdateCustomRoutingAcceleratorCommandOutput | UpdateCustomRoutingListenerCommandOutput | UpdateEndpointGroupCommandOutput | UpdateListenerCommandOutput | WithdrawByoipCidrCommandOutput;
58
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
59
-
60
- requestHandler?: __HttpHandler;
61
-
62
- sha256?: __HashConstructor;
63
-
64
- urlParser?: __UrlParser;
65
-
66
- bodyLengthChecker?: __BodyLengthCalculator;
67
-
68
- streamCollector?: __StreamCollector;
69
-
70
- base64Decoder?: __Decoder;
71
-
72
- base64Encoder?: __Encoder;
73
-
74
- utf8Decoder?: __Decoder;
75
-
76
- utf8Encoder?: __Encoder;
77
-
78
- runtime?: string;
79
-
80
- disableHostPrefix?: boolean;
81
-
82
- maxAttempts?: number | __Provider<number>;
83
-
84
- retryMode?: string | __Provider<string>;
85
-
86
- logger?: __Logger;
87
-
88
- useDualstackEndpoint?: boolean | __Provider<boolean>;
89
-
90
- useFipsEndpoint?: boolean | __Provider<boolean>;
91
-
92
- serviceId?: string;
93
-
94
- region?: string | __Provider<string>;
95
-
96
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
97
-
98
- regionInfoProvider?: RegionInfoProvider;
99
-
100
- defaultUserAgentProvider?: Provider<__UserAgent>;
101
-
102
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
103
- }
104
- declare type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
105
-
106
- export interface GlobalAcceleratorClientConfig extends GlobalAcceleratorClientConfigType {
107
- }
108
- declare type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
109
-
110
- export interface GlobalAcceleratorClientResolvedConfig extends GlobalAcceleratorClientResolvedConfigType {
111
- }
112
-
113
- export declare class GlobalAcceleratorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GlobalAcceleratorClientResolvedConfig> {
114
-
115
- readonly config: GlobalAcceleratorClientResolvedConfig;
116
- constructor(configuration: GlobalAcceleratorClientConfig);
117
-
118
- destroy(): void;
119
- }
120
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddCustomRoutingEndpointsCommandInput,
47
+ AddCustomRoutingEndpointsCommandOutput,
48
+ } from "./commands/AddCustomRoutingEndpointsCommand";
49
+ import {
50
+ AdvertiseByoipCidrCommandInput,
51
+ AdvertiseByoipCidrCommandOutput,
52
+ } from "./commands/AdvertiseByoipCidrCommand";
53
+ import {
54
+ AllowCustomRoutingTrafficCommandInput,
55
+ AllowCustomRoutingTrafficCommandOutput,
56
+ } from "./commands/AllowCustomRoutingTrafficCommand";
57
+ import {
58
+ CreateAcceleratorCommandInput,
59
+ CreateAcceleratorCommandOutput,
60
+ } from "./commands/CreateAcceleratorCommand";
61
+ import {
62
+ CreateCustomRoutingAcceleratorCommandInput,
63
+ CreateCustomRoutingAcceleratorCommandOutput,
64
+ } from "./commands/CreateCustomRoutingAcceleratorCommand";
65
+ import {
66
+ CreateCustomRoutingEndpointGroupCommandInput,
67
+ CreateCustomRoutingEndpointGroupCommandOutput,
68
+ } from "./commands/CreateCustomRoutingEndpointGroupCommand";
69
+ import {
70
+ CreateCustomRoutingListenerCommandInput,
71
+ CreateCustomRoutingListenerCommandOutput,
72
+ } from "./commands/CreateCustomRoutingListenerCommand";
73
+ import {
74
+ CreateEndpointGroupCommandInput,
75
+ CreateEndpointGroupCommandOutput,
76
+ } from "./commands/CreateEndpointGroupCommand";
77
+ import {
78
+ CreateListenerCommandInput,
79
+ CreateListenerCommandOutput,
80
+ } from "./commands/CreateListenerCommand";
81
+ import {
82
+ DeleteAcceleratorCommandInput,
83
+ DeleteAcceleratorCommandOutput,
84
+ } from "./commands/DeleteAcceleratorCommand";
85
+ import {
86
+ DeleteCustomRoutingAcceleratorCommandInput,
87
+ DeleteCustomRoutingAcceleratorCommandOutput,
88
+ } from "./commands/DeleteCustomRoutingAcceleratorCommand";
89
+ import {
90
+ DeleteCustomRoutingEndpointGroupCommandInput,
91
+ DeleteCustomRoutingEndpointGroupCommandOutput,
92
+ } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
93
+ import {
94
+ DeleteCustomRoutingListenerCommandInput,
95
+ DeleteCustomRoutingListenerCommandOutput,
96
+ } from "./commands/DeleteCustomRoutingListenerCommand";
97
+ import {
98
+ DeleteEndpointGroupCommandInput,
99
+ DeleteEndpointGroupCommandOutput,
100
+ } from "./commands/DeleteEndpointGroupCommand";
101
+ import {
102
+ DeleteListenerCommandInput,
103
+ DeleteListenerCommandOutput,
104
+ } from "./commands/DeleteListenerCommand";
105
+ import {
106
+ DenyCustomRoutingTrafficCommandInput,
107
+ DenyCustomRoutingTrafficCommandOutput,
108
+ } from "./commands/DenyCustomRoutingTrafficCommand";
109
+ import {
110
+ DeprovisionByoipCidrCommandInput,
111
+ DeprovisionByoipCidrCommandOutput,
112
+ } from "./commands/DeprovisionByoipCidrCommand";
113
+ import {
114
+ DescribeAcceleratorAttributesCommandInput,
115
+ DescribeAcceleratorAttributesCommandOutput,
116
+ } from "./commands/DescribeAcceleratorAttributesCommand";
117
+ import {
118
+ DescribeAcceleratorCommandInput,
119
+ DescribeAcceleratorCommandOutput,
120
+ } from "./commands/DescribeAcceleratorCommand";
121
+ import {
122
+ DescribeCustomRoutingAcceleratorAttributesCommandInput,
123
+ DescribeCustomRoutingAcceleratorAttributesCommandOutput,
124
+ } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
125
+ import {
126
+ DescribeCustomRoutingAcceleratorCommandInput,
127
+ DescribeCustomRoutingAcceleratorCommandOutput,
128
+ } from "./commands/DescribeCustomRoutingAcceleratorCommand";
129
+ import {
130
+ DescribeCustomRoutingEndpointGroupCommandInput,
131
+ DescribeCustomRoutingEndpointGroupCommandOutput,
132
+ } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
133
+ import {
134
+ DescribeCustomRoutingListenerCommandInput,
135
+ DescribeCustomRoutingListenerCommandOutput,
136
+ } from "./commands/DescribeCustomRoutingListenerCommand";
137
+ import {
138
+ DescribeEndpointGroupCommandInput,
139
+ DescribeEndpointGroupCommandOutput,
140
+ } from "./commands/DescribeEndpointGroupCommand";
141
+ import {
142
+ DescribeListenerCommandInput,
143
+ DescribeListenerCommandOutput,
144
+ } from "./commands/DescribeListenerCommand";
145
+ import {
146
+ ListAcceleratorsCommandInput,
147
+ ListAcceleratorsCommandOutput,
148
+ } from "./commands/ListAcceleratorsCommand";
149
+ import {
150
+ ListByoipCidrsCommandInput,
151
+ ListByoipCidrsCommandOutput,
152
+ } from "./commands/ListByoipCidrsCommand";
153
+ import {
154
+ ListCustomRoutingAcceleratorsCommandInput,
155
+ ListCustomRoutingAcceleratorsCommandOutput,
156
+ } from "./commands/ListCustomRoutingAcceleratorsCommand";
157
+ import {
158
+ ListCustomRoutingEndpointGroupsCommandInput,
159
+ ListCustomRoutingEndpointGroupsCommandOutput,
160
+ } from "./commands/ListCustomRoutingEndpointGroupsCommand";
161
+ import {
162
+ ListCustomRoutingListenersCommandInput,
163
+ ListCustomRoutingListenersCommandOutput,
164
+ } from "./commands/ListCustomRoutingListenersCommand";
165
+ import {
166
+ ListCustomRoutingPortMappingsByDestinationCommandInput,
167
+ ListCustomRoutingPortMappingsByDestinationCommandOutput,
168
+ } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
169
+ import {
170
+ ListCustomRoutingPortMappingsCommandInput,
171
+ ListCustomRoutingPortMappingsCommandOutput,
172
+ } from "./commands/ListCustomRoutingPortMappingsCommand";
173
+ import {
174
+ ListEndpointGroupsCommandInput,
175
+ ListEndpointGroupsCommandOutput,
176
+ } from "./commands/ListEndpointGroupsCommand";
177
+ import {
178
+ ListListenersCommandInput,
179
+ ListListenersCommandOutput,
180
+ } from "./commands/ListListenersCommand";
181
+ import {
182
+ ListTagsForResourceCommandInput,
183
+ ListTagsForResourceCommandOutput,
184
+ } from "./commands/ListTagsForResourceCommand";
185
+ import {
186
+ ProvisionByoipCidrCommandInput,
187
+ ProvisionByoipCidrCommandOutput,
188
+ } from "./commands/ProvisionByoipCidrCommand";
189
+ import {
190
+ RemoveCustomRoutingEndpointsCommandInput,
191
+ RemoveCustomRoutingEndpointsCommandOutput,
192
+ } from "./commands/RemoveCustomRoutingEndpointsCommand";
193
+ import {
194
+ TagResourceCommandInput,
195
+ TagResourceCommandOutput,
196
+ } from "./commands/TagResourceCommand";
197
+ import {
198
+ UntagResourceCommandInput,
199
+ UntagResourceCommandOutput,
200
+ } from "./commands/UntagResourceCommand";
201
+ import {
202
+ UpdateAcceleratorAttributesCommandInput,
203
+ UpdateAcceleratorAttributesCommandOutput,
204
+ } from "./commands/UpdateAcceleratorAttributesCommand";
205
+ import {
206
+ UpdateAcceleratorCommandInput,
207
+ UpdateAcceleratorCommandOutput,
208
+ } from "./commands/UpdateAcceleratorCommand";
209
+ import {
210
+ UpdateCustomRoutingAcceleratorAttributesCommandInput,
211
+ UpdateCustomRoutingAcceleratorAttributesCommandOutput,
212
+ } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
213
+ import {
214
+ UpdateCustomRoutingAcceleratorCommandInput,
215
+ UpdateCustomRoutingAcceleratorCommandOutput,
216
+ } from "./commands/UpdateCustomRoutingAcceleratorCommand";
217
+ import {
218
+ UpdateCustomRoutingListenerCommandInput,
219
+ UpdateCustomRoutingListenerCommandOutput,
220
+ } from "./commands/UpdateCustomRoutingListenerCommand";
221
+ import {
222
+ UpdateEndpointGroupCommandInput,
223
+ UpdateEndpointGroupCommandOutput,
224
+ } from "./commands/UpdateEndpointGroupCommand";
225
+ import {
226
+ UpdateListenerCommandInput,
227
+ UpdateListenerCommandOutput,
228
+ } from "./commands/UpdateListenerCommand";
229
+ import {
230
+ WithdrawByoipCidrCommandInput,
231
+ WithdrawByoipCidrCommandOutput,
232
+ } from "./commands/WithdrawByoipCidrCommand";
233
+ export declare type ServiceInputTypes =
234
+ | AddCustomRoutingEndpointsCommandInput
235
+ | AdvertiseByoipCidrCommandInput
236
+ | AllowCustomRoutingTrafficCommandInput
237
+ | CreateAcceleratorCommandInput
238
+ | CreateCustomRoutingAcceleratorCommandInput
239
+ | CreateCustomRoutingEndpointGroupCommandInput
240
+ | CreateCustomRoutingListenerCommandInput
241
+ | CreateEndpointGroupCommandInput
242
+ | CreateListenerCommandInput
243
+ | DeleteAcceleratorCommandInput
244
+ | DeleteCustomRoutingAcceleratorCommandInput
245
+ | DeleteCustomRoutingEndpointGroupCommandInput
246
+ | DeleteCustomRoutingListenerCommandInput
247
+ | DeleteEndpointGroupCommandInput
248
+ | DeleteListenerCommandInput
249
+ | DenyCustomRoutingTrafficCommandInput
250
+ | DeprovisionByoipCidrCommandInput
251
+ | DescribeAcceleratorAttributesCommandInput
252
+ | DescribeAcceleratorCommandInput
253
+ | DescribeCustomRoutingAcceleratorAttributesCommandInput
254
+ | DescribeCustomRoutingAcceleratorCommandInput
255
+ | DescribeCustomRoutingEndpointGroupCommandInput
256
+ | DescribeCustomRoutingListenerCommandInput
257
+ | DescribeEndpointGroupCommandInput
258
+ | DescribeListenerCommandInput
259
+ | ListAcceleratorsCommandInput
260
+ | ListByoipCidrsCommandInput
261
+ | ListCustomRoutingAcceleratorsCommandInput
262
+ | ListCustomRoutingEndpointGroupsCommandInput
263
+ | ListCustomRoutingListenersCommandInput
264
+ | ListCustomRoutingPortMappingsByDestinationCommandInput
265
+ | ListCustomRoutingPortMappingsCommandInput
266
+ | ListEndpointGroupsCommandInput
267
+ | ListListenersCommandInput
268
+ | ListTagsForResourceCommandInput
269
+ | ProvisionByoipCidrCommandInput
270
+ | RemoveCustomRoutingEndpointsCommandInput
271
+ | TagResourceCommandInput
272
+ | UntagResourceCommandInput
273
+ | UpdateAcceleratorAttributesCommandInput
274
+ | UpdateAcceleratorCommandInput
275
+ | UpdateCustomRoutingAcceleratorAttributesCommandInput
276
+ | UpdateCustomRoutingAcceleratorCommandInput
277
+ | UpdateCustomRoutingListenerCommandInput
278
+ | UpdateEndpointGroupCommandInput
279
+ | UpdateListenerCommandInput
280
+ | WithdrawByoipCidrCommandInput;
281
+ export declare type ServiceOutputTypes =
282
+ | AddCustomRoutingEndpointsCommandOutput
283
+ | AdvertiseByoipCidrCommandOutput
284
+ | AllowCustomRoutingTrafficCommandOutput
285
+ | CreateAcceleratorCommandOutput
286
+ | CreateCustomRoutingAcceleratorCommandOutput
287
+ | CreateCustomRoutingEndpointGroupCommandOutput
288
+ | CreateCustomRoutingListenerCommandOutput
289
+ | CreateEndpointGroupCommandOutput
290
+ | CreateListenerCommandOutput
291
+ | DeleteAcceleratorCommandOutput
292
+ | DeleteCustomRoutingAcceleratorCommandOutput
293
+ | DeleteCustomRoutingEndpointGroupCommandOutput
294
+ | DeleteCustomRoutingListenerCommandOutput
295
+ | DeleteEndpointGroupCommandOutput
296
+ | DeleteListenerCommandOutput
297
+ | DenyCustomRoutingTrafficCommandOutput
298
+ | DeprovisionByoipCidrCommandOutput
299
+ | DescribeAcceleratorAttributesCommandOutput
300
+ | DescribeAcceleratorCommandOutput
301
+ | DescribeCustomRoutingAcceleratorAttributesCommandOutput
302
+ | DescribeCustomRoutingAcceleratorCommandOutput
303
+ | DescribeCustomRoutingEndpointGroupCommandOutput
304
+ | DescribeCustomRoutingListenerCommandOutput
305
+ | DescribeEndpointGroupCommandOutput
306
+ | DescribeListenerCommandOutput
307
+ | ListAcceleratorsCommandOutput
308
+ | ListByoipCidrsCommandOutput
309
+ | ListCustomRoutingAcceleratorsCommandOutput
310
+ | ListCustomRoutingEndpointGroupsCommandOutput
311
+ | ListCustomRoutingListenersCommandOutput
312
+ | ListCustomRoutingPortMappingsByDestinationCommandOutput
313
+ | ListCustomRoutingPortMappingsCommandOutput
314
+ | ListEndpointGroupsCommandOutput
315
+ | ListListenersCommandOutput
316
+ | ListTagsForResourceCommandOutput
317
+ | ProvisionByoipCidrCommandOutput
318
+ | RemoveCustomRoutingEndpointsCommandOutput
319
+ | TagResourceCommandOutput
320
+ | UntagResourceCommandOutput
321
+ | UpdateAcceleratorAttributesCommandOutput
322
+ | UpdateAcceleratorCommandOutput
323
+ | UpdateCustomRoutingAcceleratorAttributesCommandOutput
324
+ | UpdateCustomRoutingAcceleratorCommandOutput
325
+ | UpdateCustomRoutingListenerCommandOutput
326
+ | UpdateEndpointGroupCommandOutput
327
+ | UpdateListenerCommandOutput
328
+ | WithdrawByoipCidrCommandOutput;
329
+ export interface ClientDefaults
330
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
331
+ requestHandler?: __HttpHandler;
332
+
333
+ sha256?: __HashConstructor;
334
+
335
+ urlParser?: __UrlParser;
336
+
337
+ bodyLengthChecker?: __BodyLengthCalculator;
338
+
339
+ streamCollector?: __StreamCollector;
340
+
341
+ base64Decoder?: __Decoder;
342
+
343
+ base64Encoder?: __Encoder;
344
+
345
+ utf8Decoder?: __Decoder;
346
+
347
+ utf8Encoder?: __Encoder;
348
+
349
+ runtime?: string;
350
+
351
+ disableHostPrefix?: boolean;
352
+
353
+ maxAttempts?: number | __Provider<number>;
354
+
355
+ retryMode?: string | __Provider<string>;
356
+
357
+ logger?: __Logger;
358
+
359
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
360
+
361
+ useFipsEndpoint?: boolean | __Provider<boolean>;
362
+
363
+ serviceId?: string;
364
+
365
+ region?: string | __Provider<string>;
366
+
367
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
368
+
369
+ regionInfoProvider?: RegionInfoProvider;
370
+
371
+ defaultUserAgentProvider?: Provider<__UserAgent>;
372
+
373
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
374
+ }
375
+ declare type GlobalAcceleratorClientConfigType = Partial<
376
+ __SmithyConfiguration<__HttpHandlerOptions>
377
+ > &
378
+ ClientDefaults &
379
+ RegionInputConfig &
380
+ EndpointsInputConfig &
381
+ RetryInputConfig &
382
+ HostHeaderInputConfig &
383
+ AwsAuthInputConfig &
384
+ UserAgentInputConfig;
385
+
386
+ export interface GlobalAcceleratorClientConfig
387
+ extends GlobalAcceleratorClientConfigType {}
388
+ declare type GlobalAcceleratorClientResolvedConfigType =
389
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
390
+ Required<ClientDefaults> &
391
+ RegionResolvedConfig &
392
+ EndpointsResolvedConfig &
393
+ RetryResolvedConfig &
394
+ HostHeaderResolvedConfig &
395
+ AwsAuthResolvedConfig &
396
+ UserAgentResolvedConfig;
397
+
398
+ export interface GlobalAcceleratorClientResolvedConfig
399
+ extends GlobalAcceleratorClientResolvedConfigType {}
400
+
401
+ export declare class GlobalAcceleratorClient extends __Client<
402
+ __HttpHandlerOptions,
403
+ ServiceInputTypes,
404
+ ServiceOutputTypes,
405
+ GlobalAcceleratorClientResolvedConfig
406
+ > {
407
+ readonly config: GlobalAcceleratorClientResolvedConfig;
408
+ constructor(configuration: GlobalAcceleratorClientConfig);
409
+
410
+ destroy(): void;
411
+ }
412
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { AddCustomRoutingEndpointsRequest, AddCustomRoutingEndpointsResponse } from "../models/models_0";
5
- export interface AddCustomRoutingEndpointsCommandInput extends AddCustomRoutingEndpointsRequest {
6
- }
7
- export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRoutingEndpointsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddCustomRoutingEndpointsCommand extends $Command<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: AddCustomRoutingEndpointsCommandInput;
12
- constructor(input: AddCustomRoutingEndpointsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ AddCustomRoutingEndpointsRequest,
15
+ AddCustomRoutingEndpointsResponse,
16
+ } from "../models/models_0";
17
+ export interface AddCustomRoutingEndpointsCommandInput
18
+ extends AddCustomRoutingEndpointsRequest {}
19
+ export interface AddCustomRoutingEndpointsCommandOutput
20
+ extends AddCustomRoutingEndpointsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AddCustomRoutingEndpointsCommand extends $Command<
24
+ AddCustomRoutingEndpointsCommandInput,
25
+ AddCustomRoutingEndpointsCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: AddCustomRoutingEndpointsCommandInput;
29
+ constructor(input: AddCustomRoutingEndpointsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AddCustomRoutingEndpointsCommandInput,
37
+ AddCustomRoutingEndpointsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
- import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResponse } from "../models/models_0";
5
- export interface AdvertiseByoipCidrCommandInput extends AdvertiseByoipCidrRequest {
6
- }
7
- export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdvertiseByoipCidrCommand extends $Command<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
11
- readonly input: AdvertiseByoipCidrCommandInput;
12
- constructor(input: AdvertiseByoipCidrCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ AdvertiseByoipCidrRequest,
15
+ AdvertiseByoipCidrResponse,
16
+ } from "../models/models_0";
17
+ export interface AdvertiseByoipCidrCommandInput
18
+ extends AdvertiseByoipCidrRequest {}
19
+ export interface AdvertiseByoipCidrCommandOutput
20
+ extends AdvertiseByoipCidrResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdvertiseByoipCidrCommand extends $Command<
24
+ AdvertiseByoipCidrCommandInput,
25
+ AdvertiseByoipCidrCommandOutput,
26
+ GlobalAcceleratorClientResolvedConfig
27
+ > {
28
+ readonly input: AdvertiseByoipCidrCommandInput;
29
+ constructor(input: AdvertiseByoipCidrCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GlobalAcceleratorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }