@aws-sdk/client-elastic-load-balancing 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +94 -156
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +7 -23
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +22 -75
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForInstanceDeregistered.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForInstanceInService.d.ts +3 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -5,10 +5,7 @@ import {
|
|
|
5
5
|
Paginator,
|
|
6
6
|
WaiterConfiguration,
|
|
7
7
|
} from "@smithy/types";
|
|
8
|
-
import {
|
|
9
|
-
AddTagsCommandInput,
|
|
10
|
-
AddTagsCommandOutput,
|
|
11
|
-
} from "./commands/AddTagsCommand";
|
|
8
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
12
9
|
import {
|
|
13
10
|
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
14
11
|
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
@@ -105,10 +102,7 @@ import {
|
|
|
105
102
|
RegisterInstancesWithLoadBalancerCommandInput,
|
|
106
103
|
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
107
104
|
} from "./commands/RegisterInstancesWithLoadBalancerCommand";
|
|
108
|
-
import {
|
|
109
|
-
RemoveTagsCommandInput,
|
|
110
|
-
RemoveTagsCommandOutput,
|
|
111
|
-
} from "./commands/RemoveTagsCommand";
|
|
105
|
+
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
112
106
|
import {
|
|
113
107
|
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
114
108
|
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
@@ -124,441 +118,387 @@ import {
|
|
|
124
118
|
import { ElasticLoadBalancingClient } from "./ElasticLoadBalancingClient";
|
|
125
119
|
import { InvalidEndPointException } from "./models/errors";
|
|
126
120
|
export interface ElasticLoadBalancing {
|
|
127
|
-
addTags(
|
|
128
|
-
|
|
129
|
-
options?: __HttpHandlerOptions
|
|
130
|
-
): Promise<AddTagsCommandOutput>;
|
|
131
|
-
addTags(
|
|
132
|
-
args: AddTagsCommandInput,
|
|
133
|
-
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
134
|
-
): void;
|
|
121
|
+
addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
|
|
122
|
+
addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
|
|
135
123
|
addTags(
|
|
136
124
|
args: AddTagsCommandInput,
|
|
137
125
|
options: __HttpHandlerOptions,
|
|
138
|
-
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
126
|
+
cb: (err: any, data?: AddTagsCommandOutput) => void,
|
|
139
127
|
): void;
|
|
140
128
|
applySecurityGroupsToLoadBalancer(
|
|
141
129
|
args: ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
142
|
-
options?: __HttpHandlerOptions
|
|
130
|
+
options?: __HttpHandlerOptions,
|
|
143
131
|
): Promise<ApplySecurityGroupsToLoadBalancerCommandOutput>;
|
|
144
132
|
applySecurityGroupsToLoadBalancer(
|
|
145
133
|
args: ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
146
|
-
cb: (
|
|
147
|
-
err: any,
|
|
148
|
-
data?: ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
149
|
-
) => void
|
|
134
|
+
cb: (err: any, data?: ApplySecurityGroupsToLoadBalancerCommandOutput) => void,
|
|
150
135
|
): void;
|
|
151
136
|
applySecurityGroupsToLoadBalancer(
|
|
152
137
|
args: ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
153
138
|
options: __HttpHandlerOptions,
|
|
154
|
-
cb: (
|
|
155
|
-
err: any,
|
|
156
|
-
data?: ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
157
|
-
) => void
|
|
139
|
+
cb: (err: any, data?: ApplySecurityGroupsToLoadBalancerCommandOutput) => void,
|
|
158
140
|
): void;
|
|
159
141
|
attachLoadBalancerToSubnets(
|
|
160
142
|
args: AttachLoadBalancerToSubnetsCommandInput,
|
|
161
|
-
options?: __HttpHandlerOptions
|
|
143
|
+
options?: __HttpHandlerOptions,
|
|
162
144
|
): Promise<AttachLoadBalancerToSubnetsCommandOutput>;
|
|
163
145
|
attachLoadBalancerToSubnets(
|
|
164
146
|
args: AttachLoadBalancerToSubnetsCommandInput,
|
|
165
|
-
cb: (err: any, data?: AttachLoadBalancerToSubnetsCommandOutput) => void
|
|
147
|
+
cb: (err: any, data?: AttachLoadBalancerToSubnetsCommandOutput) => void,
|
|
166
148
|
): void;
|
|
167
149
|
attachLoadBalancerToSubnets(
|
|
168
150
|
args: AttachLoadBalancerToSubnetsCommandInput,
|
|
169
151
|
options: __HttpHandlerOptions,
|
|
170
|
-
cb: (err: any, data?: AttachLoadBalancerToSubnetsCommandOutput) => void
|
|
152
|
+
cb: (err: any, data?: AttachLoadBalancerToSubnetsCommandOutput) => void,
|
|
171
153
|
): void;
|
|
172
154
|
configureHealthCheck(
|
|
173
155
|
args: ConfigureHealthCheckCommandInput,
|
|
174
|
-
options?: __HttpHandlerOptions
|
|
156
|
+
options?: __HttpHandlerOptions,
|
|
175
157
|
): Promise<ConfigureHealthCheckCommandOutput>;
|
|
176
158
|
configureHealthCheck(
|
|
177
159
|
args: ConfigureHealthCheckCommandInput,
|
|
178
|
-
cb: (err: any, data?: ConfigureHealthCheckCommandOutput) => void
|
|
160
|
+
cb: (err: any, data?: ConfigureHealthCheckCommandOutput) => void,
|
|
179
161
|
): void;
|
|
180
162
|
configureHealthCheck(
|
|
181
163
|
args: ConfigureHealthCheckCommandInput,
|
|
182
164
|
options: __HttpHandlerOptions,
|
|
183
|
-
cb: (err: any, data?: ConfigureHealthCheckCommandOutput) => void
|
|
165
|
+
cb: (err: any, data?: ConfigureHealthCheckCommandOutput) => void,
|
|
184
166
|
): void;
|
|
185
167
|
createAppCookieStickinessPolicy(
|
|
186
168
|
args: CreateAppCookieStickinessPolicyCommandInput,
|
|
187
|
-
options?: __HttpHandlerOptions
|
|
169
|
+
options?: __HttpHandlerOptions,
|
|
188
170
|
): Promise<CreateAppCookieStickinessPolicyCommandOutput>;
|
|
189
171
|
createAppCookieStickinessPolicy(
|
|
190
172
|
args: CreateAppCookieStickinessPolicyCommandInput,
|
|
191
|
-
cb: (err: any, data?: CreateAppCookieStickinessPolicyCommandOutput) => void
|
|
173
|
+
cb: (err: any, data?: CreateAppCookieStickinessPolicyCommandOutput) => void,
|
|
192
174
|
): void;
|
|
193
175
|
createAppCookieStickinessPolicy(
|
|
194
176
|
args: CreateAppCookieStickinessPolicyCommandInput,
|
|
195
177
|
options: __HttpHandlerOptions,
|
|
196
|
-
cb: (err: any, data?: CreateAppCookieStickinessPolicyCommandOutput) => void
|
|
178
|
+
cb: (err: any, data?: CreateAppCookieStickinessPolicyCommandOutput) => void,
|
|
197
179
|
): void;
|
|
198
180
|
createLBCookieStickinessPolicy(
|
|
199
181
|
args: CreateLBCookieStickinessPolicyCommandInput,
|
|
200
|
-
options?: __HttpHandlerOptions
|
|
182
|
+
options?: __HttpHandlerOptions,
|
|
201
183
|
): Promise<CreateLBCookieStickinessPolicyCommandOutput>;
|
|
202
184
|
createLBCookieStickinessPolicy(
|
|
203
185
|
args: CreateLBCookieStickinessPolicyCommandInput,
|
|
204
|
-
cb: (err: any, data?: CreateLBCookieStickinessPolicyCommandOutput) => void
|
|
186
|
+
cb: (err: any, data?: CreateLBCookieStickinessPolicyCommandOutput) => void,
|
|
205
187
|
): void;
|
|
206
188
|
createLBCookieStickinessPolicy(
|
|
207
189
|
args: CreateLBCookieStickinessPolicyCommandInput,
|
|
208
190
|
options: __HttpHandlerOptions,
|
|
209
|
-
cb: (err: any, data?: CreateLBCookieStickinessPolicyCommandOutput) => void
|
|
191
|
+
cb: (err: any, data?: CreateLBCookieStickinessPolicyCommandOutput) => void,
|
|
210
192
|
): void;
|
|
211
193
|
createLoadBalancer(
|
|
212
194
|
args: CreateLoadBalancerCommandInput,
|
|
213
|
-
options?: __HttpHandlerOptions
|
|
195
|
+
options?: __HttpHandlerOptions,
|
|
214
196
|
): Promise<CreateLoadBalancerCommandOutput>;
|
|
215
197
|
createLoadBalancer(
|
|
216
198
|
args: CreateLoadBalancerCommandInput,
|
|
217
|
-
cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
|
|
199
|
+
cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void,
|
|
218
200
|
): void;
|
|
219
201
|
createLoadBalancer(
|
|
220
202
|
args: CreateLoadBalancerCommandInput,
|
|
221
203
|
options: __HttpHandlerOptions,
|
|
222
|
-
cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void,
|
|
223
205
|
): void;
|
|
224
206
|
createLoadBalancerListeners(
|
|
225
207
|
args: CreateLoadBalancerListenersCommandInput,
|
|
226
|
-
options?: __HttpHandlerOptions
|
|
208
|
+
options?: __HttpHandlerOptions,
|
|
227
209
|
): Promise<CreateLoadBalancerListenersCommandOutput>;
|
|
228
210
|
createLoadBalancerListeners(
|
|
229
211
|
args: CreateLoadBalancerListenersCommandInput,
|
|
230
|
-
cb: (err: any, data?: CreateLoadBalancerListenersCommandOutput) => void
|
|
212
|
+
cb: (err: any, data?: CreateLoadBalancerListenersCommandOutput) => void,
|
|
231
213
|
): void;
|
|
232
214
|
createLoadBalancerListeners(
|
|
233
215
|
args: CreateLoadBalancerListenersCommandInput,
|
|
234
216
|
options: __HttpHandlerOptions,
|
|
235
|
-
cb: (err: any, data?: CreateLoadBalancerListenersCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: CreateLoadBalancerListenersCommandOutput) => void,
|
|
236
218
|
): void;
|
|
237
219
|
createLoadBalancerPolicy(
|
|
238
220
|
args: CreateLoadBalancerPolicyCommandInput,
|
|
239
|
-
options?: __HttpHandlerOptions
|
|
221
|
+
options?: __HttpHandlerOptions,
|
|
240
222
|
): Promise<CreateLoadBalancerPolicyCommandOutput>;
|
|
241
223
|
createLoadBalancerPolicy(
|
|
242
224
|
args: CreateLoadBalancerPolicyCommandInput,
|
|
243
|
-
cb: (err: any, data?: CreateLoadBalancerPolicyCommandOutput) => void
|
|
225
|
+
cb: (err: any, data?: CreateLoadBalancerPolicyCommandOutput) => void,
|
|
244
226
|
): void;
|
|
245
227
|
createLoadBalancerPolicy(
|
|
246
228
|
args: CreateLoadBalancerPolicyCommandInput,
|
|
247
229
|
options: __HttpHandlerOptions,
|
|
248
|
-
cb: (err: any, data?: CreateLoadBalancerPolicyCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: CreateLoadBalancerPolicyCommandOutput) => void,
|
|
249
231
|
): void;
|
|
250
232
|
deleteLoadBalancer(
|
|
251
233
|
args: DeleteLoadBalancerCommandInput,
|
|
252
|
-
options?: __HttpHandlerOptions
|
|
234
|
+
options?: __HttpHandlerOptions,
|
|
253
235
|
): Promise<DeleteLoadBalancerCommandOutput>;
|
|
254
236
|
deleteLoadBalancer(
|
|
255
237
|
args: DeleteLoadBalancerCommandInput,
|
|
256
|
-
cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
|
|
238
|
+
cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void,
|
|
257
239
|
): void;
|
|
258
240
|
deleteLoadBalancer(
|
|
259
241
|
args: DeleteLoadBalancerCommandInput,
|
|
260
242
|
options: __HttpHandlerOptions,
|
|
261
|
-
cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
|
|
243
|
+
cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void,
|
|
262
244
|
): void;
|
|
263
245
|
deleteLoadBalancerListeners(
|
|
264
246
|
args: DeleteLoadBalancerListenersCommandInput,
|
|
265
|
-
options?: __HttpHandlerOptions
|
|
247
|
+
options?: __HttpHandlerOptions,
|
|
266
248
|
): Promise<DeleteLoadBalancerListenersCommandOutput>;
|
|
267
249
|
deleteLoadBalancerListeners(
|
|
268
250
|
args: DeleteLoadBalancerListenersCommandInput,
|
|
269
|
-
cb: (err: any, data?: DeleteLoadBalancerListenersCommandOutput) => void
|
|
251
|
+
cb: (err: any, data?: DeleteLoadBalancerListenersCommandOutput) => void,
|
|
270
252
|
): void;
|
|
271
253
|
deleteLoadBalancerListeners(
|
|
272
254
|
args: DeleteLoadBalancerListenersCommandInput,
|
|
273
255
|
options: __HttpHandlerOptions,
|
|
274
|
-
cb: (err: any, data?: DeleteLoadBalancerListenersCommandOutput) => void
|
|
256
|
+
cb: (err: any, data?: DeleteLoadBalancerListenersCommandOutput) => void,
|
|
275
257
|
): void;
|
|
276
258
|
deleteLoadBalancerPolicy(
|
|
277
259
|
args: DeleteLoadBalancerPolicyCommandInput,
|
|
278
|
-
options?: __HttpHandlerOptions
|
|
260
|
+
options?: __HttpHandlerOptions,
|
|
279
261
|
): Promise<DeleteLoadBalancerPolicyCommandOutput>;
|
|
280
262
|
deleteLoadBalancerPolicy(
|
|
281
263
|
args: DeleteLoadBalancerPolicyCommandInput,
|
|
282
|
-
cb: (err: any, data?: DeleteLoadBalancerPolicyCommandOutput) => void
|
|
264
|
+
cb: (err: any, data?: DeleteLoadBalancerPolicyCommandOutput) => void,
|
|
283
265
|
): void;
|
|
284
266
|
deleteLoadBalancerPolicy(
|
|
285
267
|
args: DeleteLoadBalancerPolicyCommandInput,
|
|
286
268
|
options: __HttpHandlerOptions,
|
|
287
|
-
cb: (err: any, data?: DeleteLoadBalancerPolicyCommandOutput) => void
|
|
269
|
+
cb: (err: any, data?: DeleteLoadBalancerPolicyCommandOutput) => void,
|
|
288
270
|
): void;
|
|
289
271
|
deregisterInstancesFromLoadBalancer(
|
|
290
272
|
args: DeregisterInstancesFromLoadBalancerCommandInput,
|
|
291
|
-
options?: __HttpHandlerOptions
|
|
273
|
+
options?: __HttpHandlerOptions,
|
|
292
274
|
): Promise<DeregisterInstancesFromLoadBalancerCommandOutput>;
|
|
293
275
|
deregisterInstancesFromLoadBalancer(
|
|
294
276
|
args: DeregisterInstancesFromLoadBalancerCommandInput,
|
|
295
|
-
cb: (
|
|
296
|
-
err: any,
|
|
297
|
-
data?: DeregisterInstancesFromLoadBalancerCommandOutput
|
|
298
|
-
) => void
|
|
277
|
+
cb: (err: any, data?: DeregisterInstancesFromLoadBalancerCommandOutput) => void,
|
|
299
278
|
): void;
|
|
300
279
|
deregisterInstancesFromLoadBalancer(
|
|
301
280
|
args: DeregisterInstancesFromLoadBalancerCommandInput,
|
|
302
281
|
options: __HttpHandlerOptions,
|
|
303
|
-
cb: (
|
|
304
|
-
err: any,
|
|
305
|
-
data?: DeregisterInstancesFromLoadBalancerCommandOutput
|
|
306
|
-
) => void
|
|
282
|
+
cb: (err: any, data?: DeregisterInstancesFromLoadBalancerCommandOutput) => void,
|
|
307
283
|
): void;
|
|
308
284
|
describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
|
|
309
285
|
describeAccountLimits(
|
|
310
286
|
args: DescribeAccountLimitsCommandInput,
|
|
311
|
-
options?: __HttpHandlerOptions
|
|
287
|
+
options?: __HttpHandlerOptions,
|
|
312
288
|
): Promise<DescribeAccountLimitsCommandOutput>;
|
|
313
289
|
describeAccountLimits(
|
|
314
290
|
args: DescribeAccountLimitsCommandInput,
|
|
315
|
-
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void,
|
|
316
292
|
): void;
|
|
317
293
|
describeAccountLimits(
|
|
318
294
|
args: DescribeAccountLimitsCommandInput,
|
|
319
295
|
options: __HttpHandlerOptions,
|
|
320
|
-
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
|
|
296
|
+
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void,
|
|
321
297
|
): void;
|
|
322
298
|
describeInstanceHealth(
|
|
323
299
|
args: DescribeInstanceHealthCommandInput,
|
|
324
|
-
options?: __HttpHandlerOptions
|
|
300
|
+
options?: __HttpHandlerOptions,
|
|
325
301
|
): Promise<DescribeInstanceHealthCommandOutput>;
|
|
326
302
|
describeInstanceHealth(
|
|
327
303
|
args: DescribeInstanceHealthCommandInput,
|
|
328
|
-
cb: (err: any, data?: DescribeInstanceHealthCommandOutput) => void
|
|
304
|
+
cb: (err: any, data?: DescribeInstanceHealthCommandOutput) => void,
|
|
329
305
|
): void;
|
|
330
306
|
describeInstanceHealth(
|
|
331
307
|
args: DescribeInstanceHealthCommandInput,
|
|
332
308
|
options: __HttpHandlerOptions,
|
|
333
|
-
cb: (err: any, data?: DescribeInstanceHealthCommandOutput) => void
|
|
309
|
+
cb: (err: any, data?: DescribeInstanceHealthCommandOutput) => void,
|
|
334
310
|
): void;
|
|
335
311
|
describeLoadBalancerAttributes(
|
|
336
312
|
args: DescribeLoadBalancerAttributesCommandInput,
|
|
337
|
-
options?: __HttpHandlerOptions
|
|
313
|
+
options?: __HttpHandlerOptions,
|
|
338
314
|
): Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
339
315
|
describeLoadBalancerAttributes(
|
|
340
316
|
args: DescribeLoadBalancerAttributesCommandInput,
|
|
341
|
-
cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
|
|
317
|
+
cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void,
|
|
342
318
|
): void;
|
|
343
319
|
describeLoadBalancerAttributes(
|
|
344
320
|
args: DescribeLoadBalancerAttributesCommandInput,
|
|
345
321
|
options: __HttpHandlerOptions,
|
|
346
|
-
cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
|
|
322
|
+
cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void,
|
|
347
323
|
): void;
|
|
348
324
|
describeLoadBalancerPolicies(): Promise<DescribeLoadBalancerPoliciesCommandOutput>;
|
|
349
325
|
describeLoadBalancerPolicies(
|
|
350
326
|
args: DescribeLoadBalancerPoliciesCommandInput,
|
|
351
|
-
options?: __HttpHandlerOptions
|
|
327
|
+
options?: __HttpHandlerOptions,
|
|
352
328
|
): Promise<DescribeLoadBalancerPoliciesCommandOutput>;
|
|
353
329
|
describeLoadBalancerPolicies(
|
|
354
330
|
args: DescribeLoadBalancerPoliciesCommandInput,
|
|
355
|
-
cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void,
|
|
356
332
|
): void;
|
|
357
333
|
describeLoadBalancerPolicies(
|
|
358
334
|
args: DescribeLoadBalancerPoliciesCommandInput,
|
|
359
335
|
options: __HttpHandlerOptions,
|
|
360
|
-
cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: DescribeLoadBalancerPoliciesCommandOutput) => void,
|
|
361
337
|
): void;
|
|
362
338
|
describeLoadBalancerPolicyTypes(): Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
|
|
363
339
|
describeLoadBalancerPolicyTypes(
|
|
364
340
|
args: DescribeLoadBalancerPolicyTypesCommandInput,
|
|
365
|
-
options?: __HttpHandlerOptions
|
|
341
|
+
options?: __HttpHandlerOptions,
|
|
366
342
|
): Promise<DescribeLoadBalancerPolicyTypesCommandOutput>;
|
|
367
343
|
describeLoadBalancerPolicyTypes(
|
|
368
344
|
args: DescribeLoadBalancerPolicyTypesCommandInput,
|
|
369
|
-
cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void,
|
|
370
346
|
): void;
|
|
371
347
|
describeLoadBalancerPolicyTypes(
|
|
372
348
|
args: DescribeLoadBalancerPolicyTypesCommandInput,
|
|
373
349
|
options: __HttpHandlerOptions,
|
|
374
|
-
cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void
|
|
350
|
+
cb: (err: any, data?: DescribeLoadBalancerPolicyTypesCommandOutput) => void,
|
|
375
351
|
): void;
|
|
376
352
|
describeLoadBalancers(): Promise<DescribeLoadBalancersCommandOutput>;
|
|
377
353
|
describeLoadBalancers(
|
|
378
354
|
args: DescribeLoadBalancersCommandInput,
|
|
379
|
-
options?: __HttpHandlerOptions
|
|
355
|
+
options?: __HttpHandlerOptions,
|
|
380
356
|
): Promise<DescribeLoadBalancersCommandOutput>;
|
|
381
357
|
describeLoadBalancers(
|
|
382
358
|
args: DescribeLoadBalancersCommandInput,
|
|
383
|
-
cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
|
|
359
|
+
cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void,
|
|
384
360
|
): void;
|
|
385
361
|
describeLoadBalancers(
|
|
386
362
|
args: DescribeLoadBalancersCommandInput,
|
|
387
363
|
options: __HttpHandlerOptions,
|
|
388
|
-
cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
|
|
364
|
+
cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void,
|
|
389
365
|
): void;
|
|
390
366
|
describeTags(
|
|
391
367
|
args: DescribeTagsCommandInput,
|
|
392
|
-
options?: __HttpHandlerOptions
|
|
368
|
+
options?: __HttpHandlerOptions,
|
|
393
369
|
): Promise<DescribeTagsCommandOutput>;
|
|
394
370
|
describeTags(
|
|
395
371
|
args: DescribeTagsCommandInput,
|
|
396
|
-
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void,
|
|
397
373
|
): void;
|
|
398
374
|
describeTags(
|
|
399
375
|
args: DescribeTagsCommandInput,
|
|
400
376
|
options: __HttpHandlerOptions,
|
|
401
|
-
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void,
|
|
402
378
|
): void;
|
|
403
379
|
detachLoadBalancerFromSubnets(
|
|
404
380
|
args: DetachLoadBalancerFromSubnetsCommandInput,
|
|
405
|
-
options?: __HttpHandlerOptions
|
|
381
|
+
options?: __HttpHandlerOptions,
|
|
406
382
|
): Promise<DetachLoadBalancerFromSubnetsCommandOutput>;
|
|
407
383
|
detachLoadBalancerFromSubnets(
|
|
408
384
|
args: DetachLoadBalancerFromSubnetsCommandInput,
|
|
409
|
-
cb: (err: any, data?: DetachLoadBalancerFromSubnetsCommandOutput) => void
|
|
385
|
+
cb: (err: any, data?: DetachLoadBalancerFromSubnetsCommandOutput) => void,
|
|
410
386
|
): void;
|
|
411
387
|
detachLoadBalancerFromSubnets(
|
|
412
388
|
args: DetachLoadBalancerFromSubnetsCommandInput,
|
|
413
389
|
options: __HttpHandlerOptions,
|
|
414
|
-
cb: (err: any, data?: DetachLoadBalancerFromSubnetsCommandOutput) => void
|
|
390
|
+
cb: (err: any, data?: DetachLoadBalancerFromSubnetsCommandOutput) => void,
|
|
415
391
|
): void;
|
|
416
392
|
disableAvailabilityZonesForLoadBalancer(
|
|
417
393
|
args: DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
418
|
-
options?: __HttpHandlerOptions
|
|
394
|
+
options?: __HttpHandlerOptions,
|
|
419
395
|
): Promise<DisableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
420
396
|
disableAvailabilityZonesForLoadBalancer(
|
|
421
397
|
args: DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
422
|
-
cb: (
|
|
423
|
-
err: any,
|
|
424
|
-
data?: DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
425
|
-
) => void
|
|
398
|
+
cb: (err: any, data?: DisableAvailabilityZonesForLoadBalancerCommandOutput) => void,
|
|
426
399
|
): void;
|
|
427
400
|
disableAvailabilityZonesForLoadBalancer(
|
|
428
401
|
args: DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
429
402
|
options: __HttpHandlerOptions,
|
|
430
|
-
cb: (
|
|
431
|
-
err: any,
|
|
432
|
-
data?: DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
433
|
-
) => void
|
|
403
|
+
cb: (err: any, data?: DisableAvailabilityZonesForLoadBalancerCommandOutput) => void,
|
|
434
404
|
): void;
|
|
435
405
|
enableAvailabilityZonesForLoadBalancer(
|
|
436
406
|
args: EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
437
|
-
options?: __HttpHandlerOptions
|
|
407
|
+
options?: __HttpHandlerOptions,
|
|
438
408
|
): Promise<EnableAvailabilityZonesForLoadBalancerCommandOutput>;
|
|
439
409
|
enableAvailabilityZonesForLoadBalancer(
|
|
440
410
|
args: EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
441
|
-
cb: (
|
|
442
|
-
err: any,
|
|
443
|
-
data?: EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
444
|
-
) => void
|
|
411
|
+
cb: (err: any, data?: EnableAvailabilityZonesForLoadBalancerCommandOutput) => void,
|
|
445
412
|
): void;
|
|
446
413
|
enableAvailabilityZonesForLoadBalancer(
|
|
447
414
|
args: EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
448
415
|
options: __HttpHandlerOptions,
|
|
449
|
-
cb: (
|
|
450
|
-
err: any,
|
|
451
|
-
data?: EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
452
|
-
) => void
|
|
416
|
+
cb: (err: any, data?: EnableAvailabilityZonesForLoadBalancerCommandOutput) => void,
|
|
453
417
|
): void;
|
|
454
418
|
modifyLoadBalancerAttributes(
|
|
455
419
|
args: ModifyLoadBalancerAttributesCommandInput,
|
|
456
|
-
options?: __HttpHandlerOptions
|
|
420
|
+
options?: __HttpHandlerOptions,
|
|
457
421
|
): Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
458
422
|
modifyLoadBalancerAttributes(
|
|
459
423
|
args: ModifyLoadBalancerAttributesCommandInput,
|
|
460
|
-
cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void,
|
|
461
425
|
): void;
|
|
462
426
|
modifyLoadBalancerAttributes(
|
|
463
427
|
args: ModifyLoadBalancerAttributesCommandInput,
|
|
464
428
|
options: __HttpHandlerOptions,
|
|
465
|
-
cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
|
|
429
|
+
cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void,
|
|
466
430
|
): void;
|
|
467
431
|
registerInstancesWithLoadBalancer(
|
|
468
432
|
args: RegisterInstancesWithLoadBalancerCommandInput,
|
|
469
|
-
options?: __HttpHandlerOptions
|
|
433
|
+
options?: __HttpHandlerOptions,
|
|
470
434
|
): Promise<RegisterInstancesWithLoadBalancerCommandOutput>;
|
|
471
435
|
registerInstancesWithLoadBalancer(
|
|
472
436
|
args: RegisterInstancesWithLoadBalancerCommandInput,
|
|
473
|
-
cb: (
|
|
474
|
-
err: any,
|
|
475
|
-
data?: RegisterInstancesWithLoadBalancerCommandOutput
|
|
476
|
-
) => void
|
|
437
|
+
cb: (err: any, data?: RegisterInstancesWithLoadBalancerCommandOutput) => void,
|
|
477
438
|
): void;
|
|
478
439
|
registerInstancesWithLoadBalancer(
|
|
479
440
|
args: RegisterInstancesWithLoadBalancerCommandInput,
|
|
480
441
|
options: __HttpHandlerOptions,
|
|
481
|
-
cb: (
|
|
482
|
-
err: any,
|
|
483
|
-
data?: RegisterInstancesWithLoadBalancerCommandOutput
|
|
484
|
-
) => void
|
|
442
|
+
cb: (err: any, data?: RegisterInstancesWithLoadBalancerCommandOutput) => void,
|
|
485
443
|
): void;
|
|
486
444
|
removeTags(
|
|
487
445
|
args: RemoveTagsCommandInput,
|
|
488
|
-
options?: __HttpHandlerOptions
|
|
446
|
+
options?: __HttpHandlerOptions,
|
|
489
447
|
): Promise<RemoveTagsCommandOutput>;
|
|
490
448
|
removeTags(
|
|
491
449
|
args: RemoveTagsCommandInput,
|
|
492
|
-
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
450
|
+
cb: (err: any, data?: RemoveTagsCommandOutput) => void,
|
|
493
451
|
): void;
|
|
494
452
|
removeTags(
|
|
495
453
|
args: RemoveTagsCommandInput,
|
|
496
454
|
options: __HttpHandlerOptions,
|
|
497
|
-
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
455
|
+
cb: (err: any, data?: RemoveTagsCommandOutput) => void,
|
|
498
456
|
): void;
|
|
499
457
|
setLoadBalancerListenerSSLCertificate(
|
|
500
458
|
args: SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
501
|
-
options?: __HttpHandlerOptions
|
|
459
|
+
options?: __HttpHandlerOptions,
|
|
502
460
|
): Promise<SetLoadBalancerListenerSSLCertificateCommandOutput>;
|
|
503
461
|
setLoadBalancerListenerSSLCertificate(
|
|
504
462
|
args: SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
505
|
-
cb: (
|
|
506
|
-
err: any,
|
|
507
|
-
data?: SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
508
|
-
) => void
|
|
463
|
+
cb: (err: any, data?: SetLoadBalancerListenerSSLCertificateCommandOutput) => void,
|
|
509
464
|
): void;
|
|
510
465
|
setLoadBalancerListenerSSLCertificate(
|
|
511
466
|
args: SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
512
467
|
options: __HttpHandlerOptions,
|
|
513
|
-
cb: (
|
|
514
|
-
err: any,
|
|
515
|
-
data?: SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
516
|
-
) => void
|
|
468
|
+
cb: (err: any, data?: SetLoadBalancerListenerSSLCertificateCommandOutput) => void,
|
|
517
469
|
): void;
|
|
518
470
|
setLoadBalancerPoliciesForBackendServer(
|
|
519
471
|
args: SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
520
|
-
options?: __HttpHandlerOptions
|
|
472
|
+
options?: __HttpHandlerOptions,
|
|
521
473
|
): Promise<SetLoadBalancerPoliciesForBackendServerCommandOutput>;
|
|
522
474
|
setLoadBalancerPoliciesForBackendServer(
|
|
523
475
|
args: SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
524
|
-
cb: (
|
|
525
|
-
err: any,
|
|
526
|
-
data?: SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
527
|
-
) => void
|
|
476
|
+
cb: (err: any, data?: SetLoadBalancerPoliciesForBackendServerCommandOutput) => void,
|
|
528
477
|
): void;
|
|
529
478
|
setLoadBalancerPoliciesForBackendServer(
|
|
530
479
|
args: SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
531
480
|
options: __HttpHandlerOptions,
|
|
532
|
-
cb: (
|
|
533
|
-
err: any,
|
|
534
|
-
data?: SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
535
|
-
) => void
|
|
481
|
+
cb: (err: any, data?: SetLoadBalancerPoliciesForBackendServerCommandOutput) => void,
|
|
536
482
|
): void;
|
|
537
483
|
setLoadBalancerPoliciesOfListener(
|
|
538
484
|
args: SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
539
|
-
options?: __HttpHandlerOptions
|
|
485
|
+
options?: __HttpHandlerOptions,
|
|
540
486
|
): Promise<SetLoadBalancerPoliciesOfListenerCommandOutput>;
|
|
541
487
|
setLoadBalancerPoliciesOfListener(
|
|
542
488
|
args: SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
543
|
-
cb: (
|
|
544
|
-
err: any,
|
|
545
|
-
data?: SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
546
|
-
) => void
|
|
489
|
+
cb: (err: any, data?: SetLoadBalancerPoliciesOfListenerCommandOutput) => void,
|
|
547
490
|
): void;
|
|
548
491
|
setLoadBalancerPoliciesOfListener(
|
|
549
492
|
args: SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
550
493
|
options: __HttpHandlerOptions,
|
|
551
|
-
cb: (
|
|
552
|
-
err: any,
|
|
553
|
-
data?: SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
554
|
-
) => void
|
|
494
|
+
cb: (err: any, data?: SetLoadBalancerPoliciesOfListenerCommandOutput) => void,
|
|
555
495
|
): void;
|
|
556
496
|
paginateDescribeLoadBalancers(
|
|
557
497
|
args?: DescribeLoadBalancersCommandInput,
|
|
558
498
|
paginationConfig?: Pick<
|
|
559
499
|
PaginationConfiguration,
|
|
560
500
|
Exclude<keyof PaginationConfiguration, "client">
|
|
561
|
-
|
|
501
|
+
>,
|
|
562
502
|
): Paginator<DescribeLoadBalancersCommandOutput>;
|
|
563
503
|
waitUntilAnyInstanceInService(
|
|
564
504
|
args: DescribeInstanceHealthCommandInput,
|
|
@@ -567,7 +507,7 @@ export interface ElasticLoadBalancing {
|
|
|
567
507
|
| Pick<
|
|
568
508
|
WaiterConfiguration<ElasticLoadBalancing>,
|
|
569
509
|
Exclude<keyof WaiterConfiguration<ElasticLoadBalancing>, "client">
|
|
570
|
-
|
|
510
|
+
>,
|
|
571
511
|
): Promise<WaiterResult<DescribeInstanceHealthCommandOutput>>;
|
|
572
512
|
waitUntilInstanceDeregistered(
|
|
573
513
|
args: DescribeInstanceHealthCommandInput,
|
|
@@ -576,10 +516,8 @@ export interface ElasticLoadBalancing {
|
|
|
576
516
|
| Pick<
|
|
577
517
|
WaiterConfiguration<ElasticLoadBalancing>,
|
|
578
518
|
Exclude<keyof WaiterConfiguration<ElasticLoadBalancing>, "client">
|
|
579
|
-
|
|
580
|
-
): Promise<
|
|
581
|
-
WaiterResult<DescribeInstanceHealthCommandOutput | InvalidEndPointException>
|
|
582
|
-
>;
|
|
519
|
+
>,
|
|
520
|
+
): Promise<WaiterResult<DescribeInstanceHealthCommandOutput | InvalidEndPointException>>;
|
|
583
521
|
waitUntilInstanceInService(
|
|
584
522
|
args: DescribeInstanceHealthCommandInput,
|
|
585
523
|
waiterConfig:
|
|
@@ -587,7 +525,7 @@ export interface ElasticLoadBalancing {
|
|
|
587
525
|
| Pick<
|
|
588
526
|
WaiterConfiguration<ElasticLoadBalancing>,
|
|
589
527
|
Exclude<keyof WaiterConfiguration<ElasticLoadBalancing>, "client">
|
|
590
|
-
|
|
528
|
+
>,
|
|
591
529
|
): Promise<WaiterResult<DescribeInstanceHealthCommandOutput>>;
|
|
592
530
|
}
|
|
593
531
|
export declare class ElasticLoadBalancing
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -36,10 +33,7 @@ import {
|
|
|
36
33
|
HttpAuthSchemeInputConfig,
|
|
37
34
|
HttpAuthSchemeResolvedConfig,
|
|
38
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
-
import {
|
|
40
|
-
AddTagsCommandInput,
|
|
41
|
-
AddTagsCommandOutput,
|
|
42
|
-
} from "./commands/AddTagsCommand";
|
|
36
|
+
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
43
37
|
import {
|
|
44
38
|
ApplySecurityGroupsToLoadBalancerCommandInput,
|
|
45
39
|
ApplySecurityGroupsToLoadBalancerCommandOutput,
|
|
@@ -136,10 +130,7 @@ import {
|
|
|
136
130
|
RegisterInstancesWithLoadBalancerCommandInput,
|
|
137
131
|
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
138
132
|
} from "./commands/RegisterInstancesWithLoadBalancerCommand";
|
|
139
|
-
import {
|
|
140
|
-
RemoveTagsCommandInput,
|
|
141
|
-
RemoveTagsCommandOutput,
|
|
142
|
-
} from "./commands/RemoveTagsCommand";
|
|
133
|
+
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
143
134
|
import {
|
|
144
135
|
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
145
136
|
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
@@ -219,8 +210,7 @@ export type ServiceOutputTypes =
|
|
|
219
210
|
| SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
220
211
|
| SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
221
212
|
| SetLoadBalancerPoliciesOfListenerCommandOutput;
|
|
222
|
-
export interface ClientDefaults
|
|
223
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
213
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
224
214
|
requestHandler?: __HttpHandlerUserInput;
|
|
225
215
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
226
216
|
urlParser?: __UrlParser;
|
|
@@ -256,8 +246,7 @@ export type ElasticLoadBalancingClientConfigType = Partial<
|
|
|
256
246
|
EndpointInputConfig<EndpointParameters> &
|
|
257
247
|
HttpAuthSchemeInputConfig &
|
|
258
248
|
ClientInputEndpointParameters;
|
|
259
|
-
export interface ElasticLoadBalancingClientConfig
|
|
260
|
-
extends ElasticLoadBalancingClientConfigType {}
|
|
249
|
+
export interface ElasticLoadBalancingClientConfig extends ElasticLoadBalancingClientConfigType {}
|
|
261
250
|
export type ElasticLoadBalancingClientResolvedConfigType =
|
|
262
251
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
263
252
|
Required<ClientDefaults> &
|
|
@@ -269,8 +258,7 @@ export type ElasticLoadBalancingClientResolvedConfigType =
|
|
|
269
258
|
EndpointResolvedConfig<EndpointParameters> &
|
|
270
259
|
HttpAuthSchemeResolvedConfig &
|
|
271
260
|
ClientResolvedEndpointParameters;
|
|
272
|
-
export interface ElasticLoadBalancingClientResolvedConfig
|
|
273
|
-
extends ElasticLoadBalancingClientResolvedConfigType {}
|
|
261
|
+
export interface ElasticLoadBalancingClientResolvedConfig extends ElasticLoadBalancingClientResolvedConfigType {}
|
|
274
262
|
export declare class ElasticLoadBalancingClient extends __Client<
|
|
275
263
|
__HttpHandlerOptions,
|
|
276
264
|
ServiceInputTypes,
|
|
@@ -278,10 +266,6 @@ export declare class ElasticLoadBalancingClient extends __Client<
|
|
|
278
266
|
ElasticLoadBalancingClientResolvedConfig
|
|
279
267
|
> {
|
|
280
268
|
readonly config: ElasticLoadBalancingClientResolvedConfig;
|
|
281
|
-
constructor(
|
|
282
|
-
...[
|
|
283
|
-
configuration,
|
|
284
|
-
]: __CheckOptionalClientConfig<ElasticLoadBalancingClientConfig>
|
|
285
|
-
);
|
|
269
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ElasticLoadBalancingClientConfig>);
|
|
286
270
|
destroy(): void;
|
|
287
271
|
}
|