@aws-sdk/client-global-accelerator 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +874 -240
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1339 -1197
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,120 +1,412 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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
|
+
}
|