@aws-sdk/client-elastic-beanstalk 3.279.0 → 3.282.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 (49) hide show
  1. package/README.md +379 -0
  2. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +6 -0
  3. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +6 -0
  4. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +6 -0
  5. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +6 -0
  6. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -0
  11. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateStorageLocationCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +6 -0
  17. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeApplicationsCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +6 -0
  31. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +6 -0
  32. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +6 -0
  33. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +6 -0
  34. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  36. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +6 -0
  37. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +6 -0
  38. package/dist-types/commands/RestartAppServerCommand.d.ts +6 -0
  39. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +6 -0
  40. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +6 -0
  41. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +6 -0
  42. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -0
  43. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +6 -0
  44. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +6 -0
  45. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +6 -0
  46. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -0
  47. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +6 -0
  48. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +6 -0
  49. package/package.json +17 -17
package/README.md CHANGED
@@ -216,3 +216,382 @@ To contribute to client you can check our [generate clients scripts](https://git
216
216
  This SDK is distributed under the
217
217
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
218
218
  see LICENSE for more information.
219
+
220
+ ## Client Commands (Operations List)
221
+
222
+ <details>
223
+ <summary>
224
+ AbortEnvironmentUpdate
225
+ </summary>
226
+
227
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/abortenvironmentupdatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/abortenvironmentupdatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/abortenvironmentupdatecommandoutput.html)
228
+
229
+ </details>
230
+ <details>
231
+ <summary>
232
+ ApplyEnvironmentManagedAction
233
+ </summary>
234
+
235
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/applyenvironmentmanagedactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/applyenvironmentmanagedactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/applyenvironmentmanagedactioncommandoutput.html)
236
+
237
+ </details>
238
+ <details>
239
+ <summary>
240
+ AssociateEnvironmentOperationsRole
241
+ </summary>
242
+
243
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/associateenvironmentoperationsrolecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/associateenvironmentoperationsrolecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/associateenvironmentoperationsrolecommandoutput.html)
244
+
245
+ </details>
246
+ <details>
247
+ <summary>
248
+ CheckDNSAvailability
249
+ </summary>
250
+
251
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/checkdnsavailabilitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/checkdnsavailabilitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/checkdnsavailabilitycommandoutput.html)
252
+
253
+ </details>
254
+ <details>
255
+ <summary>
256
+ ComposeEnvironments
257
+ </summary>
258
+
259
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/composeenvironmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/composeenvironmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/composeenvironmentscommandoutput.html)
260
+
261
+ </details>
262
+ <details>
263
+ <summary>
264
+ CreateApplication
265
+ </summary>
266
+
267
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/createapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createapplicationcommandoutput.html)
268
+
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ CreateApplicationVersion
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/createapplicationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createapplicationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createapplicationversioncommandoutput.html)
276
+
277
+ </details>
278
+ <details>
279
+ <summary>
280
+ CreateConfigurationTemplate
281
+ </summary>
282
+
283
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/createconfigurationtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createconfigurationtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createconfigurationtemplatecommandoutput.html)
284
+
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ CreateEnvironment
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/createenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createenvironmentcommandoutput.html)
292
+
293
+ </details>
294
+ <details>
295
+ <summary>
296
+ CreatePlatformVersion
297
+ </summary>
298
+
299
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/createplatformversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createplatformversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createplatformversioncommandoutput.html)
300
+
301
+ </details>
302
+ <details>
303
+ <summary>
304
+ CreateStorageLocation
305
+ </summary>
306
+
307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/createstoragelocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createstoragelocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/createstoragelocationcommandoutput.html)
308
+
309
+ </details>
310
+ <details>
311
+ <summary>
312
+ DeleteApplication
313
+ </summary>
314
+
315
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/deleteapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteapplicationcommandoutput.html)
316
+
317
+ </details>
318
+ <details>
319
+ <summary>
320
+ DeleteApplicationVersion
321
+ </summary>
322
+
323
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/deleteapplicationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteapplicationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteapplicationversioncommandoutput.html)
324
+
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ DeleteConfigurationTemplate
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/deleteconfigurationtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteconfigurationtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteconfigurationtemplatecommandoutput.html)
332
+
333
+ </details>
334
+ <details>
335
+ <summary>
336
+ DeleteEnvironmentConfiguration
337
+ </summary>
338
+
339
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/deleteenvironmentconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteenvironmentconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteenvironmentconfigurationcommandoutput.html)
340
+
341
+ </details>
342
+ <details>
343
+ <summary>
344
+ DeletePlatformVersion
345
+ </summary>
346
+
347
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/deleteplatformversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteplatformversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/deleteplatformversioncommandoutput.html)
348
+
349
+ </details>
350
+ <details>
351
+ <summary>
352
+ DescribeAccountAttributes
353
+ </summary>
354
+
355
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeaccountattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeaccountattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeaccountattributescommandoutput.html)
356
+
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ DescribeApplications
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeapplicationscommandoutput.html)
364
+
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ DescribeApplicationVersions
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeapplicationversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeapplicationversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeapplicationversionscommandoutput.html)
372
+
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ DescribeConfigurationOptions
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeconfigurationoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeconfigurationoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeconfigurationoptionscommandoutput.html)
380
+
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ DescribeConfigurationSettings
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeconfigurationsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeconfigurationsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeconfigurationsettingscommandoutput.html)
388
+
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ DescribeEnvironmentHealth
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeenvironmenthealthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmenthealthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmenthealthcommandoutput.html)
396
+
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ DescribeEnvironmentManagedActionHistory
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeenvironmentmanagedactionhistorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentmanagedactionhistorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentmanagedactionhistorycommandoutput.html)
404
+
405
+ </details>
406
+ <details>
407
+ <summary>
408
+ DescribeEnvironmentManagedActions
409
+ </summary>
410
+
411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeenvironmentmanagedactionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentmanagedactionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentmanagedactionscommandoutput.html)
412
+
413
+ </details>
414
+ <details>
415
+ <summary>
416
+ DescribeEnvironmentResources
417
+ </summary>
418
+
419
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeenvironmentresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentresourcescommandoutput.html)
420
+
421
+ </details>
422
+ <details>
423
+ <summary>
424
+ DescribeEnvironments
425
+ </summary>
426
+
427
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeenvironmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeenvironmentscommandoutput.html)
428
+
429
+ </details>
430
+ <details>
431
+ <summary>
432
+ DescribeEvents
433
+ </summary>
434
+
435
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeeventscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeeventscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeeventscommandoutput.html)
436
+
437
+ </details>
438
+ <details>
439
+ <summary>
440
+ DescribeInstancesHealth
441
+ </summary>
442
+
443
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeinstanceshealthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeinstanceshealthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeinstanceshealthcommandoutput.html)
444
+
445
+ </details>
446
+ <details>
447
+ <summary>
448
+ DescribePlatformVersion
449
+ </summary>
450
+
451
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/describeplatformversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeplatformversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/describeplatformversioncommandoutput.html)
452
+
453
+ </details>
454
+ <details>
455
+ <summary>
456
+ DisassociateEnvironmentOperationsRole
457
+ </summary>
458
+
459
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/disassociateenvironmentoperationsrolecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/disassociateenvironmentoperationsrolecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/disassociateenvironmentoperationsrolecommandoutput.html)
460
+
461
+ </details>
462
+ <details>
463
+ <summary>
464
+ ListAvailableSolutionStacks
465
+ </summary>
466
+
467
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/listavailablesolutionstackscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listavailablesolutionstackscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listavailablesolutionstackscommandoutput.html)
468
+
469
+ </details>
470
+ <details>
471
+ <summary>
472
+ ListPlatformBranches
473
+ </summary>
474
+
475
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/listplatformbranchescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listplatformbranchescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listplatformbranchescommandoutput.html)
476
+
477
+ </details>
478
+ <details>
479
+ <summary>
480
+ ListPlatformVersions
481
+ </summary>
482
+
483
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/listplatformversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listplatformversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listplatformversionscommandoutput.html)
484
+
485
+ </details>
486
+ <details>
487
+ <summary>
488
+ ListTagsForResource
489
+ </summary>
490
+
491
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/listtagsforresourcecommandoutput.html)
492
+
493
+ </details>
494
+ <details>
495
+ <summary>
496
+ RebuildEnvironment
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/rebuildenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/rebuildenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/rebuildenvironmentcommandoutput.html)
500
+
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ RequestEnvironmentInfo
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/requestenvironmentinfocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/requestenvironmentinfocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/requestenvironmentinfocommandoutput.html)
508
+
509
+ </details>
510
+ <details>
511
+ <summary>
512
+ RestartAppServer
513
+ </summary>
514
+
515
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/restartappservercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/restartappservercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/restartappservercommandoutput.html)
516
+
517
+ </details>
518
+ <details>
519
+ <summary>
520
+ RetrieveEnvironmentInfo
521
+ </summary>
522
+
523
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/retrieveenvironmentinfocommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/retrieveenvironmentinfocommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/retrieveenvironmentinfocommandoutput.html)
524
+
525
+ </details>
526
+ <details>
527
+ <summary>
528
+ SwapEnvironmentCNAMEs
529
+ </summary>
530
+
531
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/swapenvironmentcnamescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/swapenvironmentcnamescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/swapenvironmentcnamescommandoutput.html)
532
+
533
+ </details>
534
+ <details>
535
+ <summary>
536
+ TerminateEnvironment
537
+ </summary>
538
+
539
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/terminateenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/terminateenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/terminateenvironmentcommandoutput.html)
540
+
541
+ </details>
542
+ <details>
543
+ <summary>
544
+ UpdateApplication
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/updateapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateapplicationcommandoutput.html)
548
+
549
+ </details>
550
+ <details>
551
+ <summary>
552
+ UpdateApplicationResourceLifecycle
553
+ </summary>
554
+
555
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/updateapplicationresourcelifecyclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateapplicationresourcelifecyclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateapplicationresourcelifecyclecommandoutput.html)
556
+
557
+ </details>
558
+ <details>
559
+ <summary>
560
+ UpdateApplicationVersion
561
+ </summary>
562
+
563
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/updateapplicationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateapplicationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateapplicationversioncommandoutput.html)
564
+
565
+ </details>
566
+ <details>
567
+ <summary>
568
+ UpdateConfigurationTemplate
569
+ </summary>
570
+
571
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/updateconfigurationtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateconfigurationtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateconfigurationtemplatecommandoutput.html)
572
+
573
+ </details>
574
+ <details>
575
+ <summary>
576
+ UpdateEnvironment
577
+ </summary>
578
+
579
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/updateenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updateenvironmentcommandoutput.html)
580
+
581
+ </details>
582
+ <details>
583
+ <summary>
584
+ UpdateTagsForResource
585
+ </summary>
586
+
587
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/updatetagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updatetagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/updatetagsforresourcecommandoutput.html)
588
+
589
+ </details>
590
+ <details>
591
+ <summary>
592
+ ValidateConfigurationSettings
593
+ </summary>
594
+
595
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/classes/validateconfigurationsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/validateconfigurationsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-beanstalk/interfaces/validateconfigurationsettingscommandoutput.html)
596
+
597
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { AbortEnvironmentUpdateMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AbortEnvironmentUpdateCommand}.
8
+ */
6
9
  export interface AbortEnvironmentUpdateCommandInput extends AbortEnvironmentUpdateMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link AbortEnvironmentUpdateCommand}.
13
+ */
8
14
  export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ApplyEnvironmentManagedActionCommand}.
8
+ */
6
9
  export interface ApplyEnvironmentManagedActionCommandInput extends ApplyEnvironmentManagedActionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ApplyEnvironmentManagedActionCommand}.
13
+ */
8
14
  export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnvironmentManagedActionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateEnvironmentOperationsRoleCommand}.
8
+ */
6
9
  export interface AssociateEnvironmentOperationsRoleCommandInput extends AssociateEnvironmentOperationsRoleMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateEnvironmentOperationsRoleCommand}.
13
+ */
8
14
  export interface AssociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CheckDNSAvailabilityCommand}.
8
+ */
6
9
  export interface CheckDNSAvailabilityCommandInput extends CheckDNSAvailabilityMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link CheckDNSAvailabilityCommand}.
13
+ */
8
14
  export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityResultMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ComposeEnvironmentsCommand}.
8
+ */
6
9
  export interface ComposeEnvironmentsCommandInput extends ComposeEnvironmentsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ComposeEnvironmentsCommand}.
13
+ */
8
14
  export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescriptionsMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateApplicationCommand}.
8
+ */
6
9
  export interface CreateApplicationCommandInput extends CreateApplicationMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApplicationCommand}.
13
+ */
8
14
  export interface CreateApplicationCommandOutput extends ApplicationDescriptionMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ApplicationVersionDescriptionMessage, CreateApplicationVersionMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateApplicationVersionCommand}.
8
+ */
6
9
  export interface CreateApplicationVersionCommandInput extends CreateApplicationVersionMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApplicationVersionCommand}.
13
+ */
8
14
  export interface CreateApplicationVersionCommandOutput extends ApplicationVersionDescriptionMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { ConfigurationSettingsDescription, CreateConfigurationTemplateMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateConfigurationTemplateCommand}.
8
+ */
6
9
  export interface CreateConfigurationTemplateCommandInput extends CreateConfigurationTemplateMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigurationTemplateCommand}.
13
+ */
8
14
  export interface CreateConfigurationTemplateCommandOutput extends ConfigurationSettingsDescription, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEnvironmentCommand}.
8
+ */
6
9
  export interface CreateEnvironmentCommandInput extends CreateEnvironmentMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEnvironmentCommand}.
13
+ */
8
14
  export interface CreateEnvironmentCommandOutput extends EnvironmentDescription, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePlatformVersionCommand}.
8
+ */
6
9
  export interface CreatePlatformVersionCommandInput extends CreatePlatformVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePlatformVersionCommand}.
13
+ */
8
14
  export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersionResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { CreateStorageLocationResultMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateStorageLocationCommand}.
8
+ */
6
9
  export interface CreateStorageLocationCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStorageLocationCommand}.
13
+ */
8
14
  export interface CreateStorageLocationCommandOutput extends CreateStorageLocationResultMessage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { DeleteApplicationMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApplicationCommand}.
8
+ */
6
9
  export interface DeleteApplicationCommandInput extends DeleteApplicationMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApplicationCommand}.
13
+ */
8
14
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { DeleteApplicationVersionMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApplicationVersionCommand}.
8
+ */
6
9
  export interface DeleteApplicationVersionCommandInput extends DeleteApplicationVersionMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApplicationVersionCommand}.
13
+ */
8
14
  export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { DeleteConfigurationTemplateMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteConfigurationTemplateCommand}.
8
+ */
6
9
  export interface DeleteConfigurationTemplateCommandInput extends DeleteConfigurationTemplateMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigurationTemplateCommand}.
13
+ */
8
14
  export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
5
5
  import { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEnvironmentConfigurationCommand}.
8
+ */
6
9
  export interface DeleteEnvironmentConfigurationCommandInput extends DeleteEnvironmentConfigurationMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEnvironmentConfigurationCommand}.
13
+ */
8
14
  export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**