@aws-sdk/client-elastic-load-balancing 3.170.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 +8 -0
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +0 -29
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -306
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +0 -2
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing
|
|
@@ -116,7 +116,6 @@ import {
|
|
|
116
116
|
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
117
117
|
} from "./commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
118
118
|
import { ElasticLoadBalancingClient } from "./ElasticLoadBalancingClient";
|
|
119
|
-
|
|
120
119
|
export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
121
120
|
addTags(
|
|
122
121
|
args: AddTagsCommandInput,
|
|
@@ -131,7 +130,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
131
130
|
options: __HttpHandlerOptions,
|
|
132
131
|
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
133
132
|
): void;
|
|
134
|
-
|
|
135
133
|
applySecurityGroupsToLoadBalancer(
|
|
136
134
|
args: ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
137
135
|
options?: __HttpHandlerOptions
|
|
@@ -151,7 +149,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
151
149
|
data?: ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
152
150
|
) => void
|
|
153
151
|
): void;
|
|
154
|
-
|
|
155
152
|
attachLoadBalancerToSubnets(
|
|
156
153
|
args: AttachLoadBalancerToSubnetsCommandInput,
|
|
157
154
|
options?: __HttpHandlerOptions
|
|
@@ -165,7 +162,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
165
162
|
options: __HttpHandlerOptions,
|
|
166
163
|
cb: (err: any, data?: AttachLoadBalancerToSubnetsCommandOutput) => void
|
|
167
164
|
): void;
|
|
168
|
-
|
|
169
165
|
configureHealthCheck(
|
|
170
166
|
args: ConfigureHealthCheckCommandInput,
|
|
171
167
|
options?: __HttpHandlerOptions
|
|
@@ -179,7 +175,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
179
175
|
options: __HttpHandlerOptions,
|
|
180
176
|
cb: (err: any, data?: ConfigureHealthCheckCommandOutput) => void
|
|
181
177
|
): void;
|
|
182
|
-
|
|
183
178
|
createAppCookieStickinessPolicy(
|
|
184
179
|
args: CreateAppCookieStickinessPolicyCommandInput,
|
|
185
180
|
options?: __HttpHandlerOptions
|
|
@@ -193,7 +188,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
193
188
|
options: __HttpHandlerOptions,
|
|
194
189
|
cb: (err: any, data?: CreateAppCookieStickinessPolicyCommandOutput) => void
|
|
195
190
|
): void;
|
|
196
|
-
|
|
197
191
|
createLBCookieStickinessPolicy(
|
|
198
192
|
args: CreateLBCookieStickinessPolicyCommandInput,
|
|
199
193
|
options?: __HttpHandlerOptions
|
|
@@ -207,7 +201,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
207
201
|
options: __HttpHandlerOptions,
|
|
208
202
|
cb: (err: any, data?: CreateLBCookieStickinessPolicyCommandOutput) => void
|
|
209
203
|
): void;
|
|
210
|
-
|
|
211
204
|
createLoadBalancer(
|
|
212
205
|
args: CreateLoadBalancerCommandInput,
|
|
213
206
|
options?: __HttpHandlerOptions
|
|
@@ -221,7 +214,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
221
214
|
options: __HttpHandlerOptions,
|
|
222
215
|
cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
|
|
223
216
|
): void;
|
|
224
|
-
|
|
225
217
|
createLoadBalancerListeners(
|
|
226
218
|
args: CreateLoadBalancerListenersCommandInput,
|
|
227
219
|
options?: __HttpHandlerOptions
|
|
@@ -235,7 +227,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
235
227
|
options: __HttpHandlerOptions,
|
|
236
228
|
cb: (err: any, data?: CreateLoadBalancerListenersCommandOutput) => void
|
|
237
229
|
): void;
|
|
238
|
-
|
|
239
230
|
createLoadBalancerPolicy(
|
|
240
231
|
args: CreateLoadBalancerPolicyCommandInput,
|
|
241
232
|
options?: __HttpHandlerOptions
|
|
@@ -249,7 +240,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
249
240
|
options: __HttpHandlerOptions,
|
|
250
241
|
cb: (err: any, data?: CreateLoadBalancerPolicyCommandOutput) => void
|
|
251
242
|
): void;
|
|
252
|
-
|
|
253
243
|
deleteLoadBalancer(
|
|
254
244
|
args: DeleteLoadBalancerCommandInput,
|
|
255
245
|
options?: __HttpHandlerOptions
|
|
@@ -263,7 +253,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
263
253
|
options: __HttpHandlerOptions,
|
|
264
254
|
cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
|
|
265
255
|
): void;
|
|
266
|
-
|
|
267
256
|
deleteLoadBalancerListeners(
|
|
268
257
|
args: DeleteLoadBalancerListenersCommandInput,
|
|
269
258
|
options?: __HttpHandlerOptions
|
|
@@ -277,7 +266,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
277
266
|
options: __HttpHandlerOptions,
|
|
278
267
|
cb: (err: any, data?: DeleteLoadBalancerListenersCommandOutput) => void
|
|
279
268
|
): void;
|
|
280
|
-
|
|
281
269
|
deleteLoadBalancerPolicy(
|
|
282
270
|
args: DeleteLoadBalancerPolicyCommandInput,
|
|
283
271
|
options?: __HttpHandlerOptions
|
|
@@ -291,7 +279,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
291
279
|
options: __HttpHandlerOptions,
|
|
292
280
|
cb: (err: any, data?: DeleteLoadBalancerPolicyCommandOutput) => void
|
|
293
281
|
): void;
|
|
294
|
-
|
|
295
282
|
deregisterInstancesFromLoadBalancer(
|
|
296
283
|
args: DeregisterInstancesFromLoadBalancerCommandInput,
|
|
297
284
|
options?: __HttpHandlerOptions
|
|
@@ -311,7 +298,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
311
298
|
data?: DeregisterInstancesFromLoadBalancerCommandOutput
|
|
312
299
|
) => void
|
|
313
300
|
): void;
|
|
314
|
-
|
|
315
301
|
describeAccountLimits(
|
|
316
302
|
args: DescribeAccountLimitsCommandInput,
|
|
317
303
|
options?: __HttpHandlerOptions
|
|
@@ -325,7 +311,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
325
311
|
options: __HttpHandlerOptions,
|
|
326
312
|
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
|
|
327
313
|
): void;
|
|
328
|
-
|
|
329
314
|
describeInstanceHealth(
|
|
330
315
|
args: DescribeInstanceHealthCommandInput,
|
|
331
316
|
options?: __HttpHandlerOptions
|
|
@@ -339,7 +324,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
339
324
|
options: __HttpHandlerOptions,
|
|
340
325
|
cb: (err: any, data?: DescribeInstanceHealthCommandOutput) => void
|
|
341
326
|
): void;
|
|
342
|
-
|
|
343
327
|
describeLoadBalancerAttributes(
|
|
344
328
|
args: DescribeLoadBalancerAttributesCommandInput,
|
|
345
329
|
options?: __HttpHandlerOptions
|
|
@@ -353,7 +337,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
353
337
|
options: __HttpHandlerOptions,
|
|
354
338
|
cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
|
|
355
339
|
): void;
|
|
356
|
-
|
|
357
340
|
describeLoadBalancerPolicies(
|
|
358
341
|
args: DescribeLoadBalancerPoliciesCommandInput,
|
|
359
342
|
options?: __HttpHandlerOptions
|
|
@@ -367,7 +350,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
367
350
|
options: __HttpHandlerOptions,
|
|
368
351
|
cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void
|
|
369
352
|
): void;
|
|
370
|
-
|
|
371
353
|
describeLoadBalancerPolicyTypes(
|
|
372
354
|
args: DescribeLoadBalancerPolicyTypesCommandInput,
|
|
373
355
|
options?: __HttpHandlerOptions
|
|
@@ -381,7 +363,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
381
363
|
options: __HttpHandlerOptions,
|
|
382
364
|
cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void
|
|
383
365
|
): void;
|
|
384
|
-
|
|
385
366
|
describeLoadBalancers(
|
|
386
367
|
args: DescribeLoadBalancersCommandInput,
|
|
387
368
|
options?: __HttpHandlerOptions
|
|
@@ -395,7 +376,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
395
376
|
options: __HttpHandlerOptions,
|
|
396
377
|
cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
|
|
397
378
|
): void;
|
|
398
|
-
|
|
399
379
|
describeTags(
|
|
400
380
|
args: DescribeTagsCommandInput,
|
|
401
381
|
options?: __HttpHandlerOptions
|
|
@@ -409,7 +389,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
409
389
|
options: __HttpHandlerOptions,
|
|
410
390
|
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
411
391
|
): void;
|
|
412
|
-
|
|
413
392
|
detachLoadBalancerFromSubnets(
|
|
414
393
|
args: DetachLoadBalancerFromSubnetsCommandInput,
|
|
415
394
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +402,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
423
402
|
options: __HttpHandlerOptions,
|
|
424
403
|
cb: (err: any, data?: DetachLoadBalancerFromSubnetsCommandOutput) => void
|
|
425
404
|
): void;
|
|
426
|
-
|
|
427
405
|
disableAvailabilityZonesForLoadBalancer(
|
|
428
406
|
args: DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
429
407
|
options?: __HttpHandlerOptions
|
|
@@ -443,7 +421,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
443
421
|
data?: DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
444
422
|
) => void
|
|
445
423
|
): void;
|
|
446
|
-
|
|
447
424
|
enableAvailabilityZonesForLoadBalancer(
|
|
448
425
|
args: EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
449
426
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +440,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
463
440
|
data?: EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
464
441
|
) => void
|
|
465
442
|
): void;
|
|
466
|
-
|
|
467
443
|
modifyLoadBalancerAttributes(
|
|
468
444
|
args: ModifyLoadBalancerAttributesCommandInput,
|
|
469
445
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +453,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
477
453
|
options: __HttpHandlerOptions,
|
|
478
454
|
cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
|
|
479
455
|
): void;
|
|
480
|
-
|
|
481
456
|
registerInstancesWithLoadBalancer(
|
|
482
457
|
args: RegisterInstancesWithLoadBalancerCommandInput,
|
|
483
458
|
options?: __HttpHandlerOptions
|
|
@@ -497,7 +472,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
497
472
|
data?: RegisterInstancesWithLoadBalancerCommandOutput
|
|
498
473
|
) => void
|
|
499
474
|
): void;
|
|
500
|
-
|
|
501
475
|
removeTags(
|
|
502
476
|
args: RemoveTagsCommandInput,
|
|
503
477
|
options?: __HttpHandlerOptions
|
|
@@ -511,7 +485,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
511
485
|
options: __HttpHandlerOptions,
|
|
512
486
|
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
513
487
|
): void;
|
|
514
|
-
|
|
515
488
|
setLoadBalancerListenerSSLCertificate(
|
|
516
489
|
args: SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
517
490
|
options?: __HttpHandlerOptions
|
|
@@ -531,7 +504,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
531
504
|
data?: SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
532
505
|
) => void
|
|
533
506
|
): void;
|
|
534
|
-
|
|
535
507
|
setLoadBalancerPoliciesForBackendServer(
|
|
536
508
|
args: SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
537
509
|
options?: __HttpHandlerOptions
|
|
@@ -551,7 +523,6 @@ export declare class ElasticLoadBalancing extends ElasticLoadBalancingClient {
|
|
|
551
523
|
data?: SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
552
524
|
) => void
|
|
553
525
|
): void;
|
|
554
|
-
|
|
555
526
|
setLoadBalancerPoliciesOfListener(
|
|
556
527
|
args: SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
557
528
|
options?: __HttpHandlerOptions
|
|
@@ -221,47 +221,26 @@ export declare type ServiceOutputTypes =
|
|
|
221
221
|
export interface ClientDefaults
|
|
222
222
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
223
223
|
requestHandler?: __HttpHandler;
|
|
224
|
-
|
|
225
224
|
sha256?: __HashConstructor;
|
|
226
|
-
|
|
227
225
|
urlParser?: __UrlParser;
|
|
228
|
-
|
|
229
226
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
230
|
-
|
|
231
227
|
streamCollector?: __StreamCollector;
|
|
232
|
-
|
|
233
228
|
base64Decoder?: __Decoder;
|
|
234
|
-
|
|
235
229
|
base64Encoder?: __Encoder;
|
|
236
|
-
|
|
237
230
|
utf8Decoder?: __Decoder;
|
|
238
|
-
|
|
239
231
|
utf8Encoder?: __Encoder;
|
|
240
|
-
|
|
241
232
|
runtime?: string;
|
|
242
|
-
|
|
243
233
|
disableHostPrefix?: boolean;
|
|
244
|
-
|
|
245
234
|
maxAttempts?: number | __Provider<number>;
|
|
246
|
-
|
|
247
235
|
retryMode?: string | __Provider<string>;
|
|
248
|
-
|
|
249
236
|
logger?: __Logger;
|
|
250
|
-
|
|
251
237
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
252
|
-
|
|
253
238
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
254
|
-
|
|
255
239
|
serviceId?: string;
|
|
256
|
-
|
|
257
240
|
region?: string | __Provider<string>;
|
|
258
|
-
|
|
259
241
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
260
|
-
|
|
261
242
|
regionInfoProvider?: RegionInfoProvider;
|
|
262
|
-
|
|
263
243
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
264
|
-
|
|
265
244
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
266
245
|
}
|
|
267
246
|
declare type ElasticLoadBalancingClientConfigType = Partial<
|
|
@@ -274,7 +253,6 @@ declare type ElasticLoadBalancingClientConfigType = Partial<
|
|
|
274
253
|
HostHeaderInputConfig &
|
|
275
254
|
AwsAuthInputConfig &
|
|
276
255
|
UserAgentInputConfig;
|
|
277
|
-
|
|
278
256
|
export interface ElasticLoadBalancingClientConfig
|
|
279
257
|
extends ElasticLoadBalancingClientConfigType {}
|
|
280
258
|
declare type ElasticLoadBalancingClientResolvedConfigType =
|
|
@@ -286,10 +264,8 @@ declare type ElasticLoadBalancingClientResolvedConfigType =
|
|
|
286
264
|
HostHeaderResolvedConfig &
|
|
287
265
|
AwsAuthResolvedConfig &
|
|
288
266
|
UserAgentResolvedConfig;
|
|
289
|
-
|
|
290
267
|
export interface ElasticLoadBalancingClientResolvedConfig
|
|
291
268
|
extends ElasticLoadBalancingClientResolvedConfigType {}
|
|
292
|
-
|
|
293
269
|
export declare class ElasticLoadBalancingClient extends __Client<
|
|
294
270
|
__HttpHandlerOptions,
|
|
295
271
|
ServiceInputTypes,
|
|
@@ -298,7 +274,6 @@ export declare class ElasticLoadBalancingClient extends __Client<
|
|
|
298
274
|
> {
|
|
299
275
|
readonly config: ElasticLoadBalancingClientResolvedConfig;
|
|
300
276
|
constructor(configuration: ElasticLoadBalancingClientConfig);
|
|
301
|
-
|
|
302
277
|
destroy(): void;
|
|
303
278
|
}
|
|
304
279
|
export {};
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
14
14
|
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
15
15
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class AddTagsCommand extends $Command<
|
|
18
17
|
AddTagsCommandInput,
|
|
19
18
|
AddTagsCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class AddTagsCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: AddTagsCommandInput;
|
|
23
22
|
constructor(input: AddTagsCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ApplySecurityGroupsToLoadBalancerCommandInput
|
|
|
19
19
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
20
20
|
extends ApplySecurityGroupsToLoadBalancerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ApplySecurityGroupsToLoadBalancerCommand extends $Command<
|
|
24
23
|
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
25
24
|
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ApplySecurityGroupsToLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ApplySecurityGroupsToLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: ApplySecurityGroupsToLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AttachLoadBalancerToSubnetsCommandInput
|
|
|
19
19
|
export interface AttachLoadBalancerToSubnetsCommandOutput
|
|
20
20
|
extends AttachLoadBalancerToSubnetsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AttachLoadBalancerToSubnetsCommand extends $Command<
|
|
24
23
|
AttachLoadBalancerToSubnetsCommandInput,
|
|
25
24
|
AttachLoadBalancerToSubnetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AttachLoadBalancerToSubnetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AttachLoadBalancerToSubnetsCommandInput;
|
|
29
28
|
constructor(input: AttachLoadBalancerToSubnetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ConfigureHealthCheckCommandInput
|
|
|
19
19
|
export interface ConfigureHealthCheckCommandOutput
|
|
20
20
|
extends ConfigureHealthCheckOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ConfigureHealthCheckCommand extends $Command<
|
|
24
23
|
ConfigureHealthCheckCommandInput,
|
|
25
24
|
ConfigureHealthCheckCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ConfigureHealthCheckCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ConfigureHealthCheckCommandInput;
|
|
29
28
|
constructor(input: ConfigureHealthCheckCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateAppCookieStickinessPolicyCommandInput
|
|
|
19
19
|
export interface CreateAppCookieStickinessPolicyCommandOutput
|
|
20
20
|
extends CreateAppCookieStickinessPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateAppCookieStickinessPolicyCommand extends $Command<
|
|
24
23
|
CreateAppCookieStickinessPolicyCommandInput,
|
|
25
24
|
CreateAppCookieStickinessPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateAppCookieStickinessPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateAppCookieStickinessPolicyCommandInput;
|
|
29
28
|
constructor(input: CreateAppCookieStickinessPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLBCookieStickinessPolicyCommandInput
|
|
|
19
19
|
export interface CreateLBCookieStickinessPolicyCommandOutput
|
|
20
20
|
extends CreateLBCookieStickinessPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLBCookieStickinessPolicyCommand extends $Command<
|
|
24
23
|
CreateLBCookieStickinessPolicyCommandInput,
|
|
25
24
|
CreateLBCookieStickinessPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLBCookieStickinessPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLBCookieStickinessPolicyCommandInput;
|
|
29
28
|
constructor(input: CreateLBCookieStickinessPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLoadBalancerCommandInput
|
|
|
19
19
|
export interface CreateLoadBalancerCommandOutput
|
|
20
20
|
extends CreateAccessPointOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLoadBalancerCommand extends $Command<
|
|
24
23
|
CreateLoadBalancerCommandInput,
|
|
25
24
|
CreateLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: CreateLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLoadBalancerListenersCommandInput
|
|
|
19
19
|
export interface CreateLoadBalancerListenersCommandOutput
|
|
20
20
|
extends CreateLoadBalancerListenerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLoadBalancerListenersCommand extends $Command<
|
|
24
23
|
CreateLoadBalancerListenersCommandInput,
|
|
25
24
|
CreateLoadBalancerListenersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLoadBalancerListenersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLoadBalancerListenersCommandInput;
|
|
29
28
|
constructor(input: CreateLoadBalancerListenersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLoadBalancerPolicyCommandInput
|
|
|
19
19
|
export interface CreateLoadBalancerPolicyCommandOutput
|
|
20
20
|
extends CreateLoadBalancerPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLoadBalancerPolicyCommand extends $Command<
|
|
24
23
|
CreateLoadBalancerPolicyCommandInput,
|
|
25
24
|
CreateLoadBalancerPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLoadBalancerPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLoadBalancerPolicyCommandInput;
|
|
29
28
|
constructor(input: CreateLoadBalancerPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteLoadBalancerCommandInput
|
|
|
19
19
|
export interface DeleteLoadBalancerCommandOutput
|
|
20
20
|
extends DeleteAccessPointOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteLoadBalancerCommand extends $Command<
|
|
24
23
|
DeleteLoadBalancerCommandInput,
|
|
25
24
|
DeleteLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: DeleteLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteLoadBalancerListenersCommandInput
|
|
|
19
19
|
export interface DeleteLoadBalancerListenersCommandOutput
|
|
20
20
|
extends DeleteLoadBalancerListenerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteLoadBalancerListenersCommand extends $Command<
|
|
24
23
|
DeleteLoadBalancerListenersCommandInput,
|
|
25
24
|
DeleteLoadBalancerListenersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteLoadBalancerListenersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteLoadBalancerListenersCommandInput;
|
|
29
28
|
constructor(input: DeleteLoadBalancerListenersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteLoadBalancerPolicyCommandInput
|
|
|
19
19
|
export interface DeleteLoadBalancerPolicyCommandOutput
|
|
20
20
|
extends DeleteLoadBalancerPolicyOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteLoadBalancerPolicyCommand extends $Command<
|
|
24
23
|
DeleteLoadBalancerPolicyCommandInput,
|
|
25
24
|
DeleteLoadBalancerPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteLoadBalancerPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteLoadBalancerPolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteLoadBalancerPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeregisterInstancesFromLoadBalancerCommandInput
|
|
|
19
19
|
export interface DeregisterInstancesFromLoadBalancerCommandOutput
|
|
20
20
|
extends DeregisterEndPointsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeregisterInstancesFromLoadBalancerCommand extends $Command<
|
|
24
23
|
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
25
24
|
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeregisterInstancesFromLoadBalancerCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeregisterInstancesFromLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: DeregisterInstancesFromLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAccountLimitsCommandInput
|
|
|
19
19
|
export interface DescribeAccountLimitsCommandOutput
|
|
20
20
|
extends DescribeAccountLimitsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAccountLimitsCommand extends $Command<
|
|
24
23
|
DescribeAccountLimitsCommandInput,
|
|
25
24
|
DescribeAccountLimitsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAccountLimitsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAccountLimitsCommandInput;
|
|
29
28
|
constructor(input: DescribeAccountLimitsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeInstanceHealthCommandInput
|
|
|
19
19
|
export interface DescribeInstanceHealthCommandOutput
|
|
20
20
|
extends DescribeEndPointStateOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeInstanceHealthCommand extends $Command<
|
|
24
23
|
DescribeInstanceHealthCommandInput,
|
|
25
24
|
DescribeInstanceHealthCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeInstanceHealthCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeInstanceHealthCommandInput;
|
|
29
28
|
constructor(input: DescribeInstanceHealthCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLoadBalancerAttributesCommandInput
|
|
|
19
19
|
export interface DescribeLoadBalancerAttributesCommandOutput
|
|
20
20
|
extends DescribeLoadBalancerAttributesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLoadBalancerAttributesCommand extends $Command<
|
|
24
23
|
DescribeLoadBalancerAttributesCommandInput,
|
|
25
24
|
DescribeLoadBalancerAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLoadBalancerAttributesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLoadBalancerAttributesCommandInput;
|
|
29
28
|
constructor(input: DescribeLoadBalancerAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLoadBalancerPoliciesCommandInput
|
|
|
19
19
|
export interface DescribeLoadBalancerPoliciesCommandOutput
|
|
20
20
|
extends DescribeLoadBalancerPoliciesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLoadBalancerPoliciesCommand extends $Command<
|
|
24
23
|
DescribeLoadBalancerPoliciesCommandInput,
|
|
25
24
|
DescribeLoadBalancerPoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLoadBalancerPoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLoadBalancerPoliciesCommandInput;
|
|
29
28
|
constructor(input: DescribeLoadBalancerPoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLoadBalancerPolicyTypesCommandInput
|
|
|
19
19
|
export interface DescribeLoadBalancerPolicyTypesCommandOutput
|
|
20
20
|
extends DescribeLoadBalancerPolicyTypesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLoadBalancerPolicyTypesCommand extends $Command<
|
|
24
23
|
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
25
24
|
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLoadBalancerPolicyTypesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLoadBalancerPolicyTypesCommandInput;
|
|
29
28
|
constructor(input: DescribeLoadBalancerPolicyTypesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeLoadBalancersCommandInput
|
|
|
19
19
|
export interface DescribeLoadBalancersCommandOutput
|
|
20
20
|
extends DescribeAccessPointsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLoadBalancersCommand extends $Command<
|
|
24
23
|
DescribeLoadBalancersCommandInput,
|
|
25
24
|
DescribeLoadBalancersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLoadBalancersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLoadBalancersCommandInput;
|
|
29
28
|
constructor(input: DescribeLoadBalancersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {}
|
|
|
15
15
|
export interface DescribeTagsCommandOutput
|
|
16
16
|
extends DescribeTagsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeTagsCommand extends $Command<
|
|
20
19
|
DescribeTagsCommandInput,
|
|
21
20
|
DescribeTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeTagsCommandInput;
|
|
25
24
|
constructor(input: DescribeTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DetachLoadBalancerFromSubnetsCommandInput
|
|
|
19
19
|
export interface DetachLoadBalancerFromSubnetsCommandOutput
|
|
20
20
|
extends DetachLoadBalancerFromSubnetsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DetachLoadBalancerFromSubnetsCommand extends $Command<
|
|
24
23
|
DetachLoadBalancerFromSubnetsCommandInput,
|
|
25
24
|
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DetachLoadBalancerFromSubnetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DetachLoadBalancerFromSubnetsCommandInput;
|
|
29
28
|
constructor(input: DetachLoadBalancerFromSubnetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|