@aws-sdk/client-elastic-load-balancing 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +545 -150
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +279 -102
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +29 -29
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +745 -932
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +353 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,102 +1,279 @@
|
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
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
|
+
AddTagsCommandInput,
|
|
47
|
+
AddTagsCommandOutput,
|
|
48
|
+
} from "./commands/AddTagsCommand";
|
|
49
|
+
import {
|
|
50
|
+
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
51
|
+
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
52
|
+
} from "./commands/ApplySecurityGroupsToLoadBalancerCommand";
|
|
53
|
+
import {
|
|
54
|
+
AttachLoadBalancerToSubnetsCommandInput,
|
|
55
|
+
AttachLoadBalancerToSubnetsCommandOutput,
|
|
56
|
+
} from "./commands/AttachLoadBalancerToSubnetsCommand";
|
|
57
|
+
import {
|
|
58
|
+
ConfigureHealthCheckCommandInput,
|
|
59
|
+
ConfigureHealthCheckCommandOutput,
|
|
60
|
+
} from "./commands/ConfigureHealthCheckCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateAppCookieStickinessPolicyCommandInput,
|
|
63
|
+
CreateAppCookieStickinessPolicyCommandOutput,
|
|
64
|
+
} from "./commands/CreateAppCookieStickinessPolicyCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateLBCookieStickinessPolicyCommandInput,
|
|
67
|
+
CreateLBCookieStickinessPolicyCommandOutput,
|
|
68
|
+
} from "./commands/CreateLBCookieStickinessPolicyCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateLoadBalancerCommandInput,
|
|
71
|
+
CreateLoadBalancerCommandOutput,
|
|
72
|
+
} from "./commands/CreateLoadBalancerCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateLoadBalancerListenersCommandInput,
|
|
75
|
+
CreateLoadBalancerListenersCommandOutput,
|
|
76
|
+
} from "./commands/CreateLoadBalancerListenersCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateLoadBalancerPolicyCommandInput,
|
|
79
|
+
CreateLoadBalancerPolicyCommandOutput,
|
|
80
|
+
} from "./commands/CreateLoadBalancerPolicyCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteLoadBalancerCommandInput,
|
|
83
|
+
DeleteLoadBalancerCommandOutput,
|
|
84
|
+
} from "./commands/DeleteLoadBalancerCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteLoadBalancerListenersCommandInput,
|
|
87
|
+
DeleteLoadBalancerListenersCommandOutput,
|
|
88
|
+
} from "./commands/DeleteLoadBalancerListenersCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteLoadBalancerPolicyCommandInput,
|
|
91
|
+
DeleteLoadBalancerPolicyCommandOutput,
|
|
92
|
+
} from "./commands/DeleteLoadBalancerPolicyCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
95
|
+
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
96
|
+
} from "./commands/DeregisterInstancesFromLoadBalancerCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeAccountLimitsCommandInput,
|
|
99
|
+
DescribeAccountLimitsCommandOutput,
|
|
100
|
+
} from "./commands/DescribeAccountLimitsCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeInstanceHealthCommandInput,
|
|
103
|
+
DescribeInstanceHealthCommandOutput,
|
|
104
|
+
} from "./commands/DescribeInstanceHealthCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
107
|
+
DescribeLoadBalancerAttributesCommandOutput,
|
|
108
|
+
} from "./commands/DescribeLoadBalancerAttributesCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeLoadBalancerPoliciesCommandInput,
|
|
111
|
+
DescribeLoadBalancerPoliciesCommandOutput,
|
|
112
|
+
} from "./commands/DescribeLoadBalancerPoliciesCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
115
|
+
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
116
|
+
} from "./commands/DescribeLoadBalancerPolicyTypesCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeLoadBalancersCommandInput,
|
|
119
|
+
DescribeLoadBalancersCommandOutput,
|
|
120
|
+
} from "./commands/DescribeLoadBalancersCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeTagsCommandInput,
|
|
123
|
+
DescribeTagsCommandOutput,
|
|
124
|
+
} from "./commands/DescribeTagsCommand";
|
|
125
|
+
import {
|
|
126
|
+
DetachLoadBalancerFromSubnetsCommandInput,
|
|
127
|
+
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
128
|
+
} from "./commands/DetachLoadBalancerFromSubnetsCommand";
|
|
129
|
+
import {
|
|
130
|
+
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
131
|
+
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
132
|
+
} from "./commands/DisableAvailabilityZonesForLoadBalancerCommand";
|
|
133
|
+
import {
|
|
134
|
+
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
135
|
+
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
136
|
+
} from "./commands/EnableAvailabilityZonesForLoadBalancerCommand";
|
|
137
|
+
import {
|
|
138
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
139
|
+
ModifyLoadBalancerAttributesCommandOutput,
|
|
140
|
+
} from "./commands/ModifyLoadBalancerAttributesCommand";
|
|
141
|
+
import {
|
|
142
|
+
RegisterInstancesWithLoadBalancerCommandInput,
|
|
143
|
+
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
144
|
+
} from "./commands/RegisterInstancesWithLoadBalancerCommand";
|
|
145
|
+
import {
|
|
146
|
+
RemoveTagsCommandInput,
|
|
147
|
+
RemoveTagsCommandOutput,
|
|
148
|
+
} from "./commands/RemoveTagsCommand";
|
|
149
|
+
import {
|
|
150
|
+
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
151
|
+
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
152
|
+
} from "./commands/SetLoadBalancerListenerSSLCertificateCommand";
|
|
153
|
+
import {
|
|
154
|
+
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
155
|
+
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
156
|
+
} from "./commands/SetLoadBalancerPoliciesForBackendServerCommand";
|
|
157
|
+
import {
|
|
158
|
+
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
159
|
+
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
160
|
+
} from "./commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
161
|
+
export declare type ServiceInputTypes =
|
|
162
|
+
| AddTagsCommandInput
|
|
163
|
+
| ApplySecurityGroupsToLoadBalancerCommandInput
|
|
164
|
+
| AttachLoadBalancerToSubnetsCommandInput
|
|
165
|
+
| ConfigureHealthCheckCommandInput
|
|
166
|
+
| CreateAppCookieStickinessPolicyCommandInput
|
|
167
|
+
| CreateLBCookieStickinessPolicyCommandInput
|
|
168
|
+
| CreateLoadBalancerCommandInput
|
|
169
|
+
| CreateLoadBalancerListenersCommandInput
|
|
170
|
+
| CreateLoadBalancerPolicyCommandInput
|
|
171
|
+
| DeleteLoadBalancerCommandInput
|
|
172
|
+
| DeleteLoadBalancerListenersCommandInput
|
|
173
|
+
| DeleteLoadBalancerPolicyCommandInput
|
|
174
|
+
| DeregisterInstancesFromLoadBalancerCommandInput
|
|
175
|
+
| DescribeAccountLimitsCommandInput
|
|
176
|
+
| DescribeInstanceHealthCommandInput
|
|
177
|
+
| DescribeLoadBalancerAttributesCommandInput
|
|
178
|
+
| DescribeLoadBalancerPoliciesCommandInput
|
|
179
|
+
| DescribeLoadBalancerPolicyTypesCommandInput
|
|
180
|
+
| DescribeLoadBalancersCommandInput
|
|
181
|
+
| DescribeTagsCommandInput
|
|
182
|
+
| DetachLoadBalancerFromSubnetsCommandInput
|
|
183
|
+
| DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
184
|
+
| EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
185
|
+
| ModifyLoadBalancerAttributesCommandInput
|
|
186
|
+
| RegisterInstancesWithLoadBalancerCommandInput
|
|
187
|
+
| RemoveTagsCommandInput
|
|
188
|
+
| SetLoadBalancerListenerSSLCertificateCommandInput
|
|
189
|
+
| SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
190
|
+
| SetLoadBalancerPoliciesOfListenerCommandInput;
|
|
191
|
+
export declare type ServiceOutputTypes =
|
|
192
|
+
| AddTagsCommandOutput
|
|
193
|
+
| ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
194
|
+
| AttachLoadBalancerToSubnetsCommandOutput
|
|
195
|
+
| ConfigureHealthCheckCommandOutput
|
|
196
|
+
| CreateAppCookieStickinessPolicyCommandOutput
|
|
197
|
+
| CreateLBCookieStickinessPolicyCommandOutput
|
|
198
|
+
| CreateLoadBalancerCommandOutput
|
|
199
|
+
| CreateLoadBalancerListenersCommandOutput
|
|
200
|
+
| CreateLoadBalancerPolicyCommandOutput
|
|
201
|
+
| DeleteLoadBalancerCommandOutput
|
|
202
|
+
| DeleteLoadBalancerListenersCommandOutput
|
|
203
|
+
| DeleteLoadBalancerPolicyCommandOutput
|
|
204
|
+
| DeregisterInstancesFromLoadBalancerCommandOutput
|
|
205
|
+
| DescribeAccountLimitsCommandOutput
|
|
206
|
+
| DescribeInstanceHealthCommandOutput
|
|
207
|
+
| DescribeLoadBalancerAttributesCommandOutput
|
|
208
|
+
| DescribeLoadBalancerPoliciesCommandOutput
|
|
209
|
+
| DescribeLoadBalancerPolicyTypesCommandOutput
|
|
210
|
+
| DescribeLoadBalancersCommandOutput
|
|
211
|
+
| DescribeTagsCommandOutput
|
|
212
|
+
| DetachLoadBalancerFromSubnetsCommandOutput
|
|
213
|
+
| DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
214
|
+
| EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
215
|
+
| ModifyLoadBalancerAttributesCommandOutput
|
|
216
|
+
| RegisterInstancesWithLoadBalancerCommandOutput
|
|
217
|
+
| RemoveTagsCommandOutput
|
|
218
|
+
| SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
219
|
+
| SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
220
|
+
| SetLoadBalancerPoliciesOfListenerCommandOutput;
|
|
221
|
+
export interface ClientDefaults
|
|
222
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
223
|
+
requestHandler?: __HttpHandler;
|
|
224
|
+
sha256?: __HashConstructor;
|
|
225
|
+
urlParser?: __UrlParser;
|
|
226
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
227
|
+
streamCollector?: __StreamCollector;
|
|
228
|
+
base64Decoder?: __Decoder;
|
|
229
|
+
base64Encoder?: __Encoder;
|
|
230
|
+
utf8Decoder?: __Decoder;
|
|
231
|
+
utf8Encoder?: __Encoder;
|
|
232
|
+
runtime?: string;
|
|
233
|
+
disableHostPrefix?: boolean;
|
|
234
|
+
maxAttempts?: number | __Provider<number>;
|
|
235
|
+
retryMode?: string | __Provider<string>;
|
|
236
|
+
logger?: __Logger;
|
|
237
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
238
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
239
|
+
serviceId?: string;
|
|
240
|
+
region?: string | __Provider<string>;
|
|
241
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
243
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
244
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
245
|
+
}
|
|
246
|
+
declare type ElasticLoadBalancingClientConfigType = Partial<
|
|
247
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
248
|
+
> &
|
|
249
|
+
ClientDefaults &
|
|
250
|
+
RegionInputConfig &
|
|
251
|
+
EndpointsInputConfig &
|
|
252
|
+
RetryInputConfig &
|
|
253
|
+
HostHeaderInputConfig &
|
|
254
|
+
AwsAuthInputConfig &
|
|
255
|
+
UserAgentInputConfig;
|
|
256
|
+
export interface ElasticLoadBalancingClientConfig
|
|
257
|
+
extends ElasticLoadBalancingClientConfigType {}
|
|
258
|
+
declare type ElasticLoadBalancingClientResolvedConfigType =
|
|
259
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
260
|
+
Required<ClientDefaults> &
|
|
261
|
+
RegionResolvedConfig &
|
|
262
|
+
EndpointsResolvedConfig &
|
|
263
|
+
RetryResolvedConfig &
|
|
264
|
+
HostHeaderResolvedConfig &
|
|
265
|
+
AwsAuthResolvedConfig &
|
|
266
|
+
UserAgentResolvedConfig;
|
|
267
|
+
export interface ElasticLoadBalancingClientResolvedConfig
|
|
268
|
+
extends ElasticLoadBalancingClientResolvedConfigType {}
|
|
269
|
+
export declare class ElasticLoadBalancingClient extends __Client<
|
|
270
|
+
__HttpHandlerOptions,
|
|
271
|
+
ServiceInputTypes,
|
|
272
|
+
ServiceOutputTypes,
|
|
273
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
274
|
+
> {
|
|
275
|
+
readonly config: ElasticLoadBalancingClientResolvedConfig;
|
|
276
|
+
constructor(configuration: ElasticLoadBalancingClientConfig);
|
|
277
|
+
destroy(): void;
|
|
278
|
+
}
|
|
279
|
+
export {};
|
|
@@ -1,17 +1,30 @@
|
|
|
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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
15
|
+
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
16
|
+
export declare class AddTagsCommand extends $Command<
|
|
17
|
+
AddTagsCommandInput,
|
|
18
|
+
AddTagsCommandOutput,
|
|
19
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: AddTagsCommandInput;
|
|
22
|
+
constructor(input: AddTagsCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
ApplySecurityGroupsToLoadBalancerInput,
|
|
15
|
+
ApplySecurityGroupsToLoadBalancerOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ApplySecurityGroupsToLoadBalancerCommandInput
|
|
18
|
+
extends ApplySecurityGroupsToLoadBalancerInput {}
|
|
19
|
+
export interface ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
20
|
+
extends ApplySecurityGroupsToLoadBalancerOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ApplySecurityGroupsToLoadBalancerCommand extends $Command<
|
|
23
|
+
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
24
|
+
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ApplySecurityGroupsToLoadBalancerCommandInput;
|
|
28
|
+
constructor(input: ApplySecurityGroupsToLoadBalancerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
35
|
+
ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
AttachLoadBalancerToSubnetsInput,
|
|
15
|
+
AttachLoadBalancerToSubnetsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AttachLoadBalancerToSubnetsCommandInput
|
|
18
|
+
extends AttachLoadBalancerToSubnetsInput {}
|
|
19
|
+
export interface AttachLoadBalancerToSubnetsCommandOutput
|
|
20
|
+
extends AttachLoadBalancerToSubnetsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AttachLoadBalancerToSubnetsCommand extends $Command<
|
|
23
|
+
AttachLoadBalancerToSubnetsCommandInput,
|
|
24
|
+
AttachLoadBalancerToSubnetsCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AttachLoadBalancerToSubnetsCommandInput;
|
|
28
|
+
constructor(input: AttachLoadBalancerToSubnetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AttachLoadBalancerToSubnetsCommandInput,
|
|
35
|
+
AttachLoadBalancerToSubnetsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ElasticLoadBalancingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigureHealthCheckInput,
|
|
15
|
+
ConfigureHealthCheckOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ConfigureHealthCheckCommandInput
|
|
18
|
+
extends ConfigureHealthCheckInput {}
|
|
19
|
+
export interface ConfigureHealthCheckCommandOutput
|
|
20
|
+
extends ConfigureHealthCheckOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ConfigureHealthCheckCommand extends $Command<
|
|
23
|
+
ConfigureHealthCheckCommandInput,
|
|
24
|
+
ConfigureHealthCheckCommandOutput,
|
|
25
|
+
ElasticLoadBalancingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ConfigureHealthCheckCommandInput;
|
|
28
|
+
constructor(input: ConfigureHealthCheckCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ConfigureHealthCheckCommandInput,
|
|
35
|
+
ConfigureHealthCheckCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|