@aws-sdk/client-elastic-beanstalk 3.1087.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +149 -181
  3. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +5 -15
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +2 -3
  8. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +5 -11
  16. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +2 -3
  18. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
  19. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -3
  24. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -8
  34. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +2 -3
  38. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +2 -3
  42. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -3
  46. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -10
  52. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +3 -4
  53. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  55. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  56. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  57. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  58. package/dist-types/ts3.4/models/errors.d.ts +19 -85
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  64. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  66. package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +3 -6
  67. package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +3 -6
  68. package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +3 -6
  69. package/package.json +38 -38
@@ -198,695 +198,665 @@ export interface ElasticBeanstalk {
198
198
  abortEnvironmentUpdate(): Promise<AbortEnvironmentUpdateCommandOutput>;
199
199
  abortEnvironmentUpdate(
200
200
  args: AbortEnvironmentUpdateCommandInput,
201
- options?: __HttpHandlerOptions
201
+ options?: __HttpHandlerOptions,
202
202
  ): Promise<AbortEnvironmentUpdateCommandOutput>;
203
203
  abortEnvironmentUpdate(
204
204
  args: AbortEnvironmentUpdateCommandInput,
205
- cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
205
+ cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void,
206
206
  ): void;
207
207
  abortEnvironmentUpdate(
208
208
  args: AbortEnvironmentUpdateCommandInput,
209
209
  options: __HttpHandlerOptions,
210
- cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void
210
+ cb: (err: any, data?: AbortEnvironmentUpdateCommandOutput) => void,
211
211
  ): void;
212
212
  applyEnvironmentManagedAction(
213
213
  args: ApplyEnvironmentManagedActionCommandInput,
214
- options?: __HttpHandlerOptions
214
+ options?: __HttpHandlerOptions,
215
215
  ): Promise<ApplyEnvironmentManagedActionCommandOutput>;
216
216
  applyEnvironmentManagedAction(
217
217
  args: ApplyEnvironmentManagedActionCommandInput,
218
- cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
218
+ cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void,
219
219
  ): void;
220
220
  applyEnvironmentManagedAction(
221
221
  args: ApplyEnvironmentManagedActionCommandInput,
222
222
  options: __HttpHandlerOptions,
223
- cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void
223
+ cb: (err: any, data?: ApplyEnvironmentManagedActionCommandOutput) => void,
224
224
  ): void;
225
225
  associateEnvironmentOperationsRole(
226
226
  args: AssociateEnvironmentOperationsRoleCommandInput,
227
- options?: __HttpHandlerOptions
227
+ options?: __HttpHandlerOptions,
228
228
  ): Promise<AssociateEnvironmentOperationsRoleCommandOutput>;
229
229
  associateEnvironmentOperationsRole(
230
230
  args: AssociateEnvironmentOperationsRoleCommandInput,
231
- cb: (
232
- err: any,
233
- data?: AssociateEnvironmentOperationsRoleCommandOutput
234
- ) => void
231
+ cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void,
235
232
  ): void;
236
233
  associateEnvironmentOperationsRole(
237
234
  args: AssociateEnvironmentOperationsRoleCommandInput,
238
235
  options: __HttpHandlerOptions,
239
- cb: (
240
- err: any,
241
- data?: AssociateEnvironmentOperationsRoleCommandOutput
242
- ) => void
236
+ cb: (err: any, data?: AssociateEnvironmentOperationsRoleCommandOutput) => void,
243
237
  ): void;
244
238
  checkDNSAvailability(
245
239
  args: CheckDNSAvailabilityCommandInput,
246
- options?: __HttpHandlerOptions
240
+ options?: __HttpHandlerOptions,
247
241
  ): Promise<CheckDNSAvailabilityCommandOutput>;
248
242
  checkDNSAvailability(
249
243
  args: CheckDNSAvailabilityCommandInput,
250
- cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
244
+ cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void,
251
245
  ): void;
252
246
  checkDNSAvailability(
253
247
  args: CheckDNSAvailabilityCommandInput,
254
248
  options: __HttpHandlerOptions,
255
- cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void
249
+ cb: (err: any, data?: CheckDNSAvailabilityCommandOutput) => void,
256
250
  ): void;
257
251
  composeEnvironments(): Promise<ComposeEnvironmentsCommandOutput>;
258
252
  composeEnvironments(
259
253
  args: ComposeEnvironmentsCommandInput,
260
- options?: __HttpHandlerOptions
254
+ options?: __HttpHandlerOptions,
261
255
  ): Promise<ComposeEnvironmentsCommandOutput>;
262
256
  composeEnvironments(
263
257
  args: ComposeEnvironmentsCommandInput,
264
- cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
258
+ cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void,
265
259
  ): void;
266
260
  composeEnvironments(
267
261
  args: ComposeEnvironmentsCommandInput,
268
262
  options: __HttpHandlerOptions,
269
- cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void
263
+ cb: (err: any, data?: ComposeEnvironmentsCommandOutput) => void,
270
264
  ): void;
271
265
  createApplication(
272
266
  args: CreateApplicationCommandInput,
273
- options?: __HttpHandlerOptions
267
+ options?: __HttpHandlerOptions,
274
268
  ): Promise<CreateApplicationCommandOutput>;
275
269
  createApplication(
276
270
  args: CreateApplicationCommandInput,
277
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
271
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void,
278
272
  ): void;
279
273
  createApplication(
280
274
  args: CreateApplicationCommandInput,
281
275
  options: __HttpHandlerOptions,
282
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
276
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void,
283
277
  ): void;
284
278
  createApplicationVersion(
285
279
  args: CreateApplicationVersionCommandInput,
286
- options?: __HttpHandlerOptions
280
+ options?: __HttpHandlerOptions,
287
281
  ): Promise<CreateApplicationVersionCommandOutput>;
288
282
  createApplicationVersion(
289
283
  args: CreateApplicationVersionCommandInput,
290
- cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
284
+ cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void,
291
285
  ): void;
292
286
  createApplicationVersion(
293
287
  args: CreateApplicationVersionCommandInput,
294
288
  options: __HttpHandlerOptions,
295
- cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void
289
+ cb: (err: any, data?: CreateApplicationVersionCommandOutput) => void,
296
290
  ): void;
297
291
  createConfigurationTemplate(
298
292
  args: CreateConfigurationTemplateCommandInput,
299
- options?: __HttpHandlerOptions
293
+ options?: __HttpHandlerOptions,
300
294
  ): Promise<CreateConfigurationTemplateCommandOutput>;
301
295
  createConfigurationTemplate(
302
296
  args: CreateConfigurationTemplateCommandInput,
303
- cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
297
+ cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void,
304
298
  ): void;
305
299
  createConfigurationTemplate(
306
300
  args: CreateConfigurationTemplateCommandInput,
307
301
  options: __HttpHandlerOptions,
308
- cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void
302
+ cb: (err: any, data?: CreateConfigurationTemplateCommandOutput) => void,
309
303
  ): void;
310
304
  createEnvironment(
311
305
  args: CreateEnvironmentCommandInput,
312
- options?: __HttpHandlerOptions
306
+ options?: __HttpHandlerOptions,
313
307
  ): Promise<CreateEnvironmentCommandOutput>;
314
308
  createEnvironment(
315
309
  args: CreateEnvironmentCommandInput,
316
- cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
310
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void,
317
311
  ): void;
318
312
  createEnvironment(
319
313
  args: CreateEnvironmentCommandInput,
320
314
  options: __HttpHandlerOptions,
321
- cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
315
+ cb: (err: any, data?: CreateEnvironmentCommandOutput) => void,
322
316
  ): void;
323
317
  createPlatformVersion(
324
318
  args: CreatePlatformVersionCommandInput,
325
- options?: __HttpHandlerOptions
319
+ options?: __HttpHandlerOptions,
326
320
  ): Promise<CreatePlatformVersionCommandOutput>;
327
321
  createPlatformVersion(
328
322
  args: CreatePlatformVersionCommandInput,
329
- cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
323
+ cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void,
330
324
  ): void;
331
325
  createPlatformVersion(
332
326
  args: CreatePlatformVersionCommandInput,
333
327
  options: __HttpHandlerOptions,
334
- cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void
328
+ cb: (err: any, data?: CreatePlatformVersionCommandOutput) => void,
335
329
  ): void;
336
330
  createStorageLocation(): Promise<CreateStorageLocationCommandOutput>;
337
331
  createStorageLocation(
338
332
  args: CreateStorageLocationCommandInput,
339
- options?: __HttpHandlerOptions
333
+ options?: __HttpHandlerOptions,
340
334
  ): Promise<CreateStorageLocationCommandOutput>;
341
335
  createStorageLocation(
342
336
  args: CreateStorageLocationCommandInput,
343
- cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
337
+ cb: (err: any, data?: CreateStorageLocationCommandOutput) => void,
344
338
  ): void;
345
339
  createStorageLocation(
346
340
  args: CreateStorageLocationCommandInput,
347
341
  options: __HttpHandlerOptions,
348
- cb: (err: any, data?: CreateStorageLocationCommandOutput) => void
342
+ cb: (err: any, data?: CreateStorageLocationCommandOutput) => void,
349
343
  ): void;
350
344
  deleteApplication(
351
345
  args: DeleteApplicationCommandInput,
352
- options?: __HttpHandlerOptions
346
+ options?: __HttpHandlerOptions,
353
347
  ): Promise<DeleteApplicationCommandOutput>;
354
348
  deleteApplication(
355
349
  args: DeleteApplicationCommandInput,
356
- cb: (err: any, data?: DeleteApplicationCommandOutput) => void
350
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
357
351
  ): void;
358
352
  deleteApplication(
359
353
  args: DeleteApplicationCommandInput,
360
354
  options: __HttpHandlerOptions,
361
- cb: (err: any, data?: DeleteApplicationCommandOutput) => void
355
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
362
356
  ): void;
363
357
  deleteApplicationVersion(
364
358
  args: DeleteApplicationVersionCommandInput,
365
- options?: __HttpHandlerOptions
359
+ options?: __HttpHandlerOptions,
366
360
  ): Promise<DeleteApplicationVersionCommandOutput>;
367
361
  deleteApplicationVersion(
368
362
  args: DeleteApplicationVersionCommandInput,
369
- cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
363
+ cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void,
370
364
  ): void;
371
365
  deleteApplicationVersion(
372
366
  args: DeleteApplicationVersionCommandInput,
373
367
  options: __HttpHandlerOptions,
374
- cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void
368
+ cb: (err: any, data?: DeleteApplicationVersionCommandOutput) => void,
375
369
  ): void;
376
370
  deleteConfigurationTemplate(
377
371
  args: DeleteConfigurationTemplateCommandInput,
378
- options?: __HttpHandlerOptions
372
+ options?: __HttpHandlerOptions,
379
373
  ): Promise<DeleteConfigurationTemplateCommandOutput>;
380
374
  deleteConfigurationTemplate(
381
375
  args: DeleteConfigurationTemplateCommandInput,
382
- cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
376
+ cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void,
383
377
  ): void;
384
378
  deleteConfigurationTemplate(
385
379
  args: DeleteConfigurationTemplateCommandInput,
386
380
  options: __HttpHandlerOptions,
387
- cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void
381
+ cb: (err: any, data?: DeleteConfigurationTemplateCommandOutput) => void,
388
382
  ): void;
389
383
  deleteEnvironmentConfiguration(
390
384
  args: DeleteEnvironmentConfigurationCommandInput,
391
- options?: __HttpHandlerOptions
385
+ options?: __HttpHandlerOptions,
392
386
  ): Promise<DeleteEnvironmentConfigurationCommandOutput>;
393
387
  deleteEnvironmentConfiguration(
394
388
  args: DeleteEnvironmentConfigurationCommandInput,
395
- cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
389
+ cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void,
396
390
  ): void;
397
391
  deleteEnvironmentConfiguration(
398
392
  args: DeleteEnvironmentConfigurationCommandInput,
399
393
  options: __HttpHandlerOptions,
400
- cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void
394
+ cb: (err: any, data?: DeleteEnvironmentConfigurationCommandOutput) => void,
401
395
  ): void;
402
396
  deletePlatformVersion(): Promise<DeletePlatformVersionCommandOutput>;
403
397
  deletePlatformVersion(
404
398
  args: DeletePlatformVersionCommandInput,
405
- options?: __HttpHandlerOptions
399
+ options?: __HttpHandlerOptions,
406
400
  ): Promise<DeletePlatformVersionCommandOutput>;
407
401
  deletePlatformVersion(
408
402
  args: DeletePlatformVersionCommandInput,
409
- cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
403
+ cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void,
410
404
  ): void;
411
405
  deletePlatformVersion(
412
406
  args: DeletePlatformVersionCommandInput,
413
407
  options: __HttpHandlerOptions,
414
- cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void
408
+ cb: (err: any, data?: DeletePlatformVersionCommandOutput) => void,
415
409
  ): void;
416
410
  describeAccountAttributes(): Promise<DescribeAccountAttributesCommandOutput>;
417
411
  describeAccountAttributes(
418
412
  args: DescribeAccountAttributesCommandInput,
419
- options?: __HttpHandlerOptions
413
+ options?: __HttpHandlerOptions,
420
414
  ): Promise<DescribeAccountAttributesCommandOutput>;
421
415
  describeAccountAttributes(
422
416
  args: DescribeAccountAttributesCommandInput,
423
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
417
+ cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void,
424
418
  ): void;
425
419
  describeAccountAttributes(
426
420
  args: DescribeAccountAttributesCommandInput,
427
421
  options: __HttpHandlerOptions,
428
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
422
+ cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void,
429
423
  ): void;
430
424
  describeApplications(): Promise<DescribeApplicationsCommandOutput>;
431
425
  describeApplications(
432
426
  args: DescribeApplicationsCommandInput,
433
- options?: __HttpHandlerOptions
427
+ options?: __HttpHandlerOptions,
434
428
  ): Promise<DescribeApplicationsCommandOutput>;
435
429
  describeApplications(
436
430
  args: DescribeApplicationsCommandInput,
437
- cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
431
+ cb: (err: any, data?: DescribeApplicationsCommandOutput) => void,
438
432
  ): void;
439
433
  describeApplications(
440
434
  args: DescribeApplicationsCommandInput,
441
435
  options: __HttpHandlerOptions,
442
- cb: (err: any, data?: DescribeApplicationsCommandOutput) => void
436
+ cb: (err: any, data?: DescribeApplicationsCommandOutput) => void,
443
437
  ): void;
444
438
  describeApplicationVersions(): Promise<DescribeApplicationVersionsCommandOutput>;
445
439
  describeApplicationVersions(
446
440
  args: DescribeApplicationVersionsCommandInput,
447
- options?: __HttpHandlerOptions
441
+ options?: __HttpHandlerOptions,
448
442
  ): Promise<DescribeApplicationVersionsCommandOutput>;
449
443
  describeApplicationVersions(
450
444
  args: DescribeApplicationVersionsCommandInput,
451
- cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
445
+ cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void,
452
446
  ): void;
453
447
  describeApplicationVersions(
454
448
  args: DescribeApplicationVersionsCommandInput,
455
449
  options: __HttpHandlerOptions,
456
- cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void
450
+ cb: (err: any, data?: DescribeApplicationVersionsCommandOutput) => void,
457
451
  ): void;
458
452
  describeConfigurationOptions(): Promise<DescribeConfigurationOptionsCommandOutput>;
459
453
  describeConfigurationOptions(
460
454
  args: DescribeConfigurationOptionsCommandInput,
461
- options?: __HttpHandlerOptions
455
+ options?: __HttpHandlerOptions,
462
456
  ): Promise<DescribeConfigurationOptionsCommandOutput>;
463
457
  describeConfigurationOptions(
464
458
  args: DescribeConfigurationOptionsCommandInput,
465
- cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
459
+ cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void,
466
460
  ): void;
467
461
  describeConfigurationOptions(
468
462
  args: DescribeConfigurationOptionsCommandInput,
469
463
  options: __HttpHandlerOptions,
470
- cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void
464
+ cb: (err: any, data?: DescribeConfigurationOptionsCommandOutput) => void,
471
465
  ): void;
472
466
  describeConfigurationSettings(
473
467
  args: DescribeConfigurationSettingsCommandInput,
474
- options?: __HttpHandlerOptions
468
+ options?: __HttpHandlerOptions,
475
469
  ): Promise<DescribeConfigurationSettingsCommandOutput>;
476
470
  describeConfigurationSettings(
477
471
  args: DescribeConfigurationSettingsCommandInput,
478
- cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
472
+ cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void,
479
473
  ): void;
480
474
  describeConfigurationSettings(
481
475
  args: DescribeConfigurationSettingsCommandInput,
482
476
  options: __HttpHandlerOptions,
483
- cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void
477
+ cb: (err: any, data?: DescribeConfigurationSettingsCommandOutput) => void,
484
478
  ): void;
485
479
  describeEnvironmentHealth(): Promise<DescribeEnvironmentHealthCommandOutput>;
486
480
  describeEnvironmentHealth(
487
481
  args: DescribeEnvironmentHealthCommandInput,
488
- options?: __HttpHandlerOptions
482
+ options?: __HttpHandlerOptions,
489
483
  ): Promise<DescribeEnvironmentHealthCommandOutput>;
490
484
  describeEnvironmentHealth(
491
485
  args: DescribeEnvironmentHealthCommandInput,
492
- cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
486
+ cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void,
493
487
  ): void;
494
488
  describeEnvironmentHealth(
495
489
  args: DescribeEnvironmentHealthCommandInput,
496
490
  options: __HttpHandlerOptions,
497
- cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void
491
+ cb: (err: any, data?: DescribeEnvironmentHealthCommandOutput) => void,
498
492
  ): void;
499
493
  describeEnvironmentManagedActionHistory(): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
500
494
  describeEnvironmentManagedActionHistory(
501
495
  args: DescribeEnvironmentManagedActionHistoryCommandInput,
502
- options?: __HttpHandlerOptions
496
+ options?: __HttpHandlerOptions,
503
497
  ): Promise<DescribeEnvironmentManagedActionHistoryCommandOutput>;
504
498
  describeEnvironmentManagedActionHistory(
505
499
  args: DescribeEnvironmentManagedActionHistoryCommandInput,
506
- cb: (
507
- err: any,
508
- data?: DescribeEnvironmentManagedActionHistoryCommandOutput
509
- ) => void
500
+ cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void,
510
501
  ): void;
511
502
  describeEnvironmentManagedActionHistory(
512
503
  args: DescribeEnvironmentManagedActionHistoryCommandInput,
513
504
  options: __HttpHandlerOptions,
514
- cb: (
515
- err: any,
516
- data?: DescribeEnvironmentManagedActionHistoryCommandOutput
517
- ) => void
505
+ cb: (err: any, data?: DescribeEnvironmentManagedActionHistoryCommandOutput) => void,
518
506
  ): void;
519
507
  describeEnvironmentManagedActions(): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
520
508
  describeEnvironmentManagedActions(
521
509
  args: DescribeEnvironmentManagedActionsCommandInput,
522
- options?: __HttpHandlerOptions
510
+ options?: __HttpHandlerOptions,
523
511
  ): Promise<DescribeEnvironmentManagedActionsCommandOutput>;
524
512
  describeEnvironmentManagedActions(
525
513
  args: DescribeEnvironmentManagedActionsCommandInput,
526
- cb: (
527
- err: any,
528
- data?: DescribeEnvironmentManagedActionsCommandOutput
529
- ) => void
514
+ cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void,
530
515
  ): void;
531
516
  describeEnvironmentManagedActions(
532
517
  args: DescribeEnvironmentManagedActionsCommandInput,
533
518
  options: __HttpHandlerOptions,
534
- cb: (
535
- err: any,
536
- data?: DescribeEnvironmentManagedActionsCommandOutput
537
- ) => void
519
+ cb: (err: any, data?: DescribeEnvironmentManagedActionsCommandOutput) => void,
538
520
  ): void;
539
521
  describeEnvironmentResources(): Promise<DescribeEnvironmentResourcesCommandOutput>;
540
522
  describeEnvironmentResources(
541
523
  args: DescribeEnvironmentResourcesCommandInput,
542
- options?: __HttpHandlerOptions
524
+ options?: __HttpHandlerOptions,
543
525
  ): Promise<DescribeEnvironmentResourcesCommandOutput>;
544
526
  describeEnvironmentResources(
545
527
  args: DescribeEnvironmentResourcesCommandInput,
546
- cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
528
+ cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void,
547
529
  ): void;
548
530
  describeEnvironmentResources(
549
531
  args: DescribeEnvironmentResourcesCommandInput,
550
532
  options: __HttpHandlerOptions,
551
- cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void
533
+ cb: (err: any, data?: DescribeEnvironmentResourcesCommandOutput) => void,
552
534
  ): void;
553
535
  describeEnvironments(): Promise<DescribeEnvironmentsCommandOutput>;
554
536
  describeEnvironments(
555
537
  args: DescribeEnvironmentsCommandInput,
556
- options?: __HttpHandlerOptions
538
+ options?: __HttpHandlerOptions,
557
539
  ): Promise<DescribeEnvironmentsCommandOutput>;
558
540
  describeEnvironments(
559
541
  args: DescribeEnvironmentsCommandInput,
560
- cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
542
+ cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void,
561
543
  ): void;
562
544
  describeEnvironments(
563
545
  args: DescribeEnvironmentsCommandInput,
564
546
  options: __HttpHandlerOptions,
565
- cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void
547
+ cb: (err: any, data?: DescribeEnvironmentsCommandOutput) => void,
566
548
  ): void;
567
549
  describeEvents(): Promise<DescribeEventsCommandOutput>;
568
550
  describeEvents(
569
551
  args: DescribeEventsCommandInput,
570
- options?: __HttpHandlerOptions
552
+ options?: __HttpHandlerOptions,
571
553
  ): Promise<DescribeEventsCommandOutput>;
572
554
  describeEvents(
573
555
  args: DescribeEventsCommandInput,
574
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
556
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void,
575
557
  ): void;
576
558
  describeEvents(
577
559
  args: DescribeEventsCommandInput,
578
560
  options: __HttpHandlerOptions,
579
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
561
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void,
580
562
  ): void;
581
563
  describeInstancesHealth(): Promise<DescribeInstancesHealthCommandOutput>;
582
564
  describeInstancesHealth(
583
565
  args: DescribeInstancesHealthCommandInput,
584
- options?: __HttpHandlerOptions
566
+ options?: __HttpHandlerOptions,
585
567
  ): Promise<DescribeInstancesHealthCommandOutput>;
586
568
  describeInstancesHealth(
587
569
  args: DescribeInstancesHealthCommandInput,
588
- cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
570
+ cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void,
589
571
  ): void;
590
572
  describeInstancesHealth(
591
573
  args: DescribeInstancesHealthCommandInput,
592
574
  options: __HttpHandlerOptions,
593
- cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void
575
+ cb: (err: any, data?: DescribeInstancesHealthCommandOutput) => void,
594
576
  ): void;
595
577
  describePlatformVersion(): Promise<DescribePlatformVersionCommandOutput>;
596
578
  describePlatformVersion(
597
579
  args: DescribePlatformVersionCommandInput,
598
- options?: __HttpHandlerOptions
580
+ options?: __HttpHandlerOptions,
599
581
  ): Promise<DescribePlatformVersionCommandOutput>;
600
582
  describePlatformVersion(
601
583
  args: DescribePlatformVersionCommandInput,
602
- cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
584
+ cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void,
603
585
  ): void;
604
586
  describePlatformVersion(
605
587
  args: DescribePlatformVersionCommandInput,
606
588
  options: __HttpHandlerOptions,
607
- cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void
589
+ cb: (err: any, data?: DescribePlatformVersionCommandOutput) => void,
608
590
  ): void;
609
591
  disassociateEnvironmentOperationsRole(
610
592
  args: DisassociateEnvironmentOperationsRoleCommandInput,
611
- options?: __HttpHandlerOptions
593
+ options?: __HttpHandlerOptions,
612
594
  ): Promise<DisassociateEnvironmentOperationsRoleCommandOutput>;
613
595
  disassociateEnvironmentOperationsRole(
614
596
  args: DisassociateEnvironmentOperationsRoleCommandInput,
615
- cb: (
616
- err: any,
617
- data?: DisassociateEnvironmentOperationsRoleCommandOutput
618
- ) => void
597
+ cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void,
619
598
  ): void;
620
599
  disassociateEnvironmentOperationsRole(
621
600
  args: DisassociateEnvironmentOperationsRoleCommandInput,
622
601
  options: __HttpHandlerOptions,
623
- cb: (
624
- err: any,
625
- data?: DisassociateEnvironmentOperationsRoleCommandOutput
626
- ) => void
602
+ cb: (err: any, data?: DisassociateEnvironmentOperationsRoleCommandOutput) => void,
627
603
  ): void;
628
604
  listAvailableSolutionStacks(): Promise<ListAvailableSolutionStacksCommandOutput>;
629
605
  listAvailableSolutionStacks(
630
606
  args: ListAvailableSolutionStacksCommandInput,
631
- options?: __HttpHandlerOptions
607
+ options?: __HttpHandlerOptions,
632
608
  ): Promise<ListAvailableSolutionStacksCommandOutput>;
633
609
  listAvailableSolutionStacks(
634
610
  args: ListAvailableSolutionStacksCommandInput,
635
- cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
611
+ cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void,
636
612
  ): void;
637
613
  listAvailableSolutionStacks(
638
614
  args: ListAvailableSolutionStacksCommandInput,
639
615
  options: __HttpHandlerOptions,
640
- cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void
616
+ cb: (err: any, data?: ListAvailableSolutionStacksCommandOutput) => void,
641
617
  ): void;
642
618
  listPlatformBranches(): Promise<ListPlatformBranchesCommandOutput>;
643
619
  listPlatformBranches(
644
620
  args: ListPlatformBranchesCommandInput,
645
- options?: __HttpHandlerOptions
621
+ options?: __HttpHandlerOptions,
646
622
  ): Promise<ListPlatformBranchesCommandOutput>;
647
623
  listPlatformBranches(
648
624
  args: ListPlatformBranchesCommandInput,
649
- cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
625
+ cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void,
650
626
  ): void;
651
627
  listPlatformBranches(
652
628
  args: ListPlatformBranchesCommandInput,
653
629
  options: __HttpHandlerOptions,
654
- cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void
630
+ cb: (err: any, data?: ListPlatformBranchesCommandOutput) => void,
655
631
  ): void;
656
632
  listPlatformVersions(): Promise<ListPlatformVersionsCommandOutput>;
657
633
  listPlatformVersions(
658
634
  args: ListPlatformVersionsCommandInput,
659
- options?: __HttpHandlerOptions
635
+ options?: __HttpHandlerOptions,
660
636
  ): Promise<ListPlatformVersionsCommandOutput>;
661
637
  listPlatformVersions(
662
638
  args: ListPlatformVersionsCommandInput,
663
- cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
639
+ cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void,
664
640
  ): void;
665
641
  listPlatformVersions(
666
642
  args: ListPlatformVersionsCommandInput,
667
643
  options: __HttpHandlerOptions,
668
- cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void
644
+ cb: (err: any, data?: ListPlatformVersionsCommandOutput) => void,
669
645
  ): void;
670
646
  listTagsForResource(
671
647
  args: ListTagsForResourceCommandInput,
672
- options?: __HttpHandlerOptions
648
+ options?: __HttpHandlerOptions,
673
649
  ): Promise<ListTagsForResourceCommandOutput>;
674
650
  listTagsForResource(
675
651
  args: ListTagsForResourceCommandInput,
676
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
652
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
677
653
  ): void;
678
654
  listTagsForResource(
679
655
  args: ListTagsForResourceCommandInput,
680
656
  options: __HttpHandlerOptions,
681
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
657
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
682
658
  ): void;
683
659
  rebuildEnvironment(): Promise<RebuildEnvironmentCommandOutput>;
684
660
  rebuildEnvironment(
685
661
  args: RebuildEnvironmentCommandInput,
686
- options?: __HttpHandlerOptions
662
+ options?: __HttpHandlerOptions,
687
663
  ): Promise<RebuildEnvironmentCommandOutput>;
688
664
  rebuildEnvironment(
689
665
  args: RebuildEnvironmentCommandInput,
690
- cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
666
+ cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void,
691
667
  ): void;
692
668
  rebuildEnvironment(
693
669
  args: RebuildEnvironmentCommandInput,
694
670
  options: __HttpHandlerOptions,
695
- cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void
671
+ cb: (err: any, data?: RebuildEnvironmentCommandOutput) => void,
696
672
  ): void;
697
673
  requestEnvironmentInfo(
698
674
  args: RequestEnvironmentInfoCommandInput,
699
- options?: __HttpHandlerOptions
675
+ options?: __HttpHandlerOptions,
700
676
  ): Promise<RequestEnvironmentInfoCommandOutput>;
701
677
  requestEnvironmentInfo(
702
678
  args: RequestEnvironmentInfoCommandInput,
703
- cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
679
+ cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void,
704
680
  ): void;
705
681
  requestEnvironmentInfo(
706
682
  args: RequestEnvironmentInfoCommandInput,
707
683
  options: __HttpHandlerOptions,
708
- cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void
684
+ cb: (err: any, data?: RequestEnvironmentInfoCommandOutput) => void,
709
685
  ): void;
710
686
  restartAppServer(): Promise<RestartAppServerCommandOutput>;
711
687
  restartAppServer(
712
688
  args: RestartAppServerCommandInput,
713
- options?: __HttpHandlerOptions
689
+ options?: __HttpHandlerOptions,
714
690
  ): Promise<RestartAppServerCommandOutput>;
715
691
  restartAppServer(
716
692
  args: RestartAppServerCommandInput,
717
- cb: (err: any, data?: RestartAppServerCommandOutput) => void
693
+ cb: (err: any, data?: RestartAppServerCommandOutput) => void,
718
694
  ): void;
719
695
  restartAppServer(
720
696
  args: RestartAppServerCommandInput,
721
697
  options: __HttpHandlerOptions,
722
- cb: (err: any, data?: RestartAppServerCommandOutput) => void
698
+ cb: (err: any, data?: RestartAppServerCommandOutput) => void,
723
699
  ): void;
724
700
  retrieveEnvironmentInfo(
725
701
  args: RetrieveEnvironmentInfoCommandInput,
726
- options?: __HttpHandlerOptions
702
+ options?: __HttpHandlerOptions,
727
703
  ): Promise<RetrieveEnvironmentInfoCommandOutput>;
728
704
  retrieveEnvironmentInfo(
729
705
  args: RetrieveEnvironmentInfoCommandInput,
730
- cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
706
+ cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void,
731
707
  ): void;
732
708
  retrieveEnvironmentInfo(
733
709
  args: RetrieveEnvironmentInfoCommandInput,
734
710
  options: __HttpHandlerOptions,
735
- cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void
711
+ cb: (err: any, data?: RetrieveEnvironmentInfoCommandOutput) => void,
736
712
  ): void;
737
713
  swapEnvironmentCNAMEs(): Promise<SwapEnvironmentCNAMEsCommandOutput>;
738
714
  swapEnvironmentCNAMEs(
739
715
  args: SwapEnvironmentCNAMEsCommandInput,
740
- options?: __HttpHandlerOptions
716
+ options?: __HttpHandlerOptions,
741
717
  ): Promise<SwapEnvironmentCNAMEsCommandOutput>;
742
718
  swapEnvironmentCNAMEs(
743
719
  args: SwapEnvironmentCNAMEsCommandInput,
744
- cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
720
+ cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void,
745
721
  ): void;
746
722
  swapEnvironmentCNAMEs(
747
723
  args: SwapEnvironmentCNAMEsCommandInput,
748
724
  options: __HttpHandlerOptions,
749
- cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void
725
+ cb: (err: any, data?: SwapEnvironmentCNAMEsCommandOutput) => void,
750
726
  ): void;
751
727
  terminateEnvironment(): Promise<TerminateEnvironmentCommandOutput>;
752
728
  terminateEnvironment(
753
729
  args: TerminateEnvironmentCommandInput,
754
- options?: __HttpHandlerOptions
730
+ options?: __HttpHandlerOptions,
755
731
  ): Promise<TerminateEnvironmentCommandOutput>;
756
732
  terminateEnvironment(
757
733
  args: TerminateEnvironmentCommandInput,
758
- cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
734
+ cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void,
759
735
  ): void;
760
736
  terminateEnvironment(
761
737
  args: TerminateEnvironmentCommandInput,
762
738
  options: __HttpHandlerOptions,
763
- cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void
739
+ cb: (err: any, data?: TerminateEnvironmentCommandOutput) => void,
764
740
  ): void;
765
741
  updateApplication(
766
742
  args: UpdateApplicationCommandInput,
767
- options?: __HttpHandlerOptions
743
+ options?: __HttpHandlerOptions,
768
744
  ): Promise<UpdateApplicationCommandOutput>;
769
745
  updateApplication(
770
746
  args: UpdateApplicationCommandInput,
771
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
747
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
772
748
  ): void;
773
749
  updateApplication(
774
750
  args: UpdateApplicationCommandInput,
775
751
  options: __HttpHandlerOptions,
776
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
752
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
777
753
  ): void;
778
754
  updateApplicationResourceLifecycle(
779
755
  args: UpdateApplicationResourceLifecycleCommandInput,
780
- options?: __HttpHandlerOptions
756
+ options?: __HttpHandlerOptions,
781
757
  ): Promise<UpdateApplicationResourceLifecycleCommandOutput>;
782
758
  updateApplicationResourceLifecycle(
783
759
  args: UpdateApplicationResourceLifecycleCommandInput,
784
- cb: (
785
- err: any,
786
- data?: UpdateApplicationResourceLifecycleCommandOutput
787
- ) => void
760
+ cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void,
788
761
  ): void;
789
762
  updateApplicationResourceLifecycle(
790
763
  args: UpdateApplicationResourceLifecycleCommandInput,
791
764
  options: __HttpHandlerOptions,
792
- cb: (
793
- err: any,
794
- data?: UpdateApplicationResourceLifecycleCommandOutput
795
- ) => void
765
+ cb: (err: any, data?: UpdateApplicationResourceLifecycleCommandOutput) => void,
796
766
  ): void;
797
767
  updateApplicationVersion(
798
768
  args: UpdateApplicationVersionCommandInput,
799
- options?: __HttpHandlerOptions
769
+ options?: __HttpHandlerOptions,
800
770
  ): Promise<UpdateApplicationVersionCommandOutput>;
801
771
  updateApplicationVersion(
802
772
  args: UpdateApplicationVersionCommandInput,
803
- cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
773
+ cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void,
804
774
  ): void;
805
775
  updateApplicationVersion(
806
776
  args: UpdateApplicationVersionCommandInput,
807
777
  options: __HttpHandlerOptions,
808
- cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void
778
+ cb: (err: any, data?: UpdateApplicationVersionCommandOutput) => void,
809
779
  ): void;
810
780
  updateConfigurationTemplate(
811
781
  args: UpdateConfigurationTemplateCommandInput,
812
- options?: __HttpHandlerOptions
782
+ options?: __HttpHandlerOptions,
813
783
  ): Promise<UpdateConfigurationTemplateCommandOutput>;
814
784
  updateConfigurationTemplate(
815
785
  args: UpdateConfigurationTemplateCommandInput,
816
- cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
786
+ cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void,
817
787
  ): void;
818
788
  updateConfigurationTemplate(
819
789
  args: UpdateConfigurationTemplateCommandInput,
820
790
  options: __HttpHandlerOptions,
821
- cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void
791
+ cb: (err: any, data?: UpdateConfigurationTemplateCommandOutput) => void,
822
792
  ): void;
823
793
  updateEnvironment(): Promise<UpdateEnvironmentCommandOutput>;
824
794
  updateEnvironment(
825
795
  args: UpdateEnvironmentCommandInput,
826
- options?: __HttpHandlerOptions
796
+ options?: __HttpHandlerOptions,
827
797
  ): Promise<UpdateEnvironmentCommandOutput>;
828
798
  updateEnvironment(
829
799
  args: UpdateEnvironmentCommandInput,
830
- cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
800
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void,
831
801
  ): void;
832
802
  updateEnvironment(
833
803
  args: UpdateEnvironmentCommandInput,
834
804
  options: __HttpHandlerOptions,
835
- cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
805
+ cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void,
836
806
  ): void;
837
807
  updateTagsForResource(
838
808
  args: UpdateTagsForResourceCommandInput,
839
- options?: __HttpHandlerOptions
809
+ options?: __HttpHandlerOptions,
840
810
  ): Promise<UpdateTagsForResourceCommandOutput>;
841
811
  updateTagsForResource(
842
812
  args: UpdateTagsForResourceCommandInput,
843
- cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
813
+ cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void,
844
814
  ): void;
845
815
  updateTagsForResource(
846
816
  args: UpdateTagsForResourceCommandInput,
847
817
  options: __HttpHandlerOptions,
848
- cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void
818
+ cb: (err: any, data?: UpdateTagsForResourceCommandOutput) => void,
849
819
  ): void;
850
820
  validateConfigurationSettings(
851
821
  args: ValidateConfigurationSettingsCommandInput,
852
- options?: __HttpHandlerOptions
822
+ options?: __HttpHandlerOptions,
853
823
  ): Promise<ValidateConfigurationSettingsCommandOutput>;
854
824
  validateConfigurationSettings(
855
825
  args: ValidateConfigurationSettingsCommandInput,
856
- cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
826
+ cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void,
857
827
  ): void;
858
828
  validateConfigurationSettings(
859
829
  args: ValidateConfigurationSettingsCommandInput,
860
830
  options: __HttpHandlerOptions,
861
- cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
831
+ cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void,
862
832
  ): void;
863
833
  paginateDescribeEnvironmentManagedActionHistory(
864
834
  args?: DescribeEnvironmentManagedActionHistoryCommandInput,
865
835
  paginationConfig?: Pick<
866
836
  PaginationConfiguration,
867
837
  Exclude<keyof PaginationConfiguration, "client">
868
- >
838
+ >,
869
839
  ): Paginator<DescribeEnvironmentManagedActionHistoryCommandOutput>;
870
840
  paginateDescribeEvents(
871
841
  args?: DescribeEventsCommandInput,
872
842
  paginationConfig?: Pick<
873
843
  PaginationConfiguration,
874
844
  Exclude<keyof PaginationConfiguration, "client">
875
- >
845
+ >,
876
846
  ): Paginator<DescribeEventsCommandOutput>;
877
847
  paginateListPlatformBranches(
878
848
  args?: ListPlatformBranchesCommandInput,
879
849
  paginationConfig?: Pick<
880
850
  PaginationConfiguration,
881
851
  Exclude<keyof PaginationConfiguration, "client">
882
- >
852
+ >,
883
853
  ): Paginator<ListPlatformBranchesCommandOutput>;
884
854
  paginateListPlatformVersions(
885
855
  args?: ListPlatformVersionsCommandInput,
886
856
  paginationConfig?: Pick<
887
857
  PaginationConfiguration,
888
858
  Exclude<keyof PaginationConfiguration, "client">
889
- >
859
+ >,
890
860
  ): Paginator<ListPlatformVersionsCommandOutput>;
891
861
  waitUntilEnvironmentExists(
892
862
  args: DescribeEnvironmentsCommandInput,
@@ -895,7 +865,7 @@ export interface ElasticBeanstalk {
895
865
  | Pick<
896
866
  WaiterConfiguration<ElasticBeanstalk>,
897
867
  Exclude<keyof WaiterConfiguration<ElasticBeanstalk>, "client">
898
- >
868
+ >,
899
869
  ): Promise<WaiterResult<DescribeEnvironmentsCommandOutput>>;
900
870
  waitUntilEnvironmentTerminated(
901
871
  args: DescribeEnvironmentsCommandInput,
@@ -904,7 +874,7 @@ export interface ElasticBeanstalk {
904
874
  | Pick<
905
875
  WaiterConfiguration<ElasticBeanstalk>,
906
876
  Exclude<keyof WaiterConfiguration<ElasticBeanstalk>, "client">
907
- >
877
+ >,
908
878
  ): Promise<WaiterResult<DescribeEnvironmentsCommandOutput>>;
909
879
  waitUntilEnvironmentUpdated(
910
880
  args: DescribeEnvironmentsCommandInput,
@@ -913,9 +883,7 @@ export interface ElasticBeanstalk {
913
883
  | Pick<
914
884
  WaiterConfiguration<ElasticBeanstalk>,
915
885
  Exclude<keyof WaiterConfiguration<ElasticBeanstalk>, "client">
916
- >
886
+ >,
917
887
  ): Promise<WaiterResult<DescribeEnvironmentsCommandOutput>>;
918
888
  }
919
- export declare class ElasticBeanstalk
920
- extends ElasticBeanstalkClient
921
- implements ElasticBeanstalk {}
889
+ export declare class ElasticBeanstalk extends ElasticBeanstalkClient implements ElasticBeanstalk {}