@aws-sdk/client-elastic-beanstalk 3.181.0 → 3.183.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 (66) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/ElasticBeanstalk.js +190 -197
  3. package/dist-es/ElasticBeanstalkClient.js +22 -28
  4. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +22 -29
  5. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +21 -28
  6. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +22 -29
  7. package/dist-es/commands/CheckDNSAvailabilityCommand.js +21 -28
  8. package/dist-es/commands/ComposeEnvironmentsCommand.js +21 -28
  9. package/dist-es/commands/CreateApplicationCommand.js +21 -28
  10. package/dist-es/commands/CreateApplicationVersionCommand.js +21 -28
  11. package/dist-es/commands/CreateConfigurationTemplateCommand.js +21 -28
  12. package/dist-es/commands/CreateEnvironmentCommand.js +21 -28
  13. package/dist-es/commands/CreatePlatformVersionCommand.js +21 -28
  14. package/dist-es/commands/CreateStorageLocationCommand.js +22 -29
  15. package/dist-es/commands/DeleteApplicationCommand.js +22 -29
  16. package/dist-es/commands/DeleteApplicationVersionCommand.js +22 -29
  17. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +22 -29
  18. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +22 -29
  19. package/dist-es/commands/DeletePlatformVersionCommand.js +21 -28
  20. package/dist-es/commands/DescribeAccountAttributesCommand.js +22 -29
  21. package/dist-es/commands/DescribeApplicationVersionsCommand.js +21 -28
  22. package/dist-es/commands/DescribeApplicationsCommand.js +21 -28
  23. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +21 -28
  24. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +21 -28
  25. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +21 -28
  26. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +21 -28
  27. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +21 -28
  28. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +21 -28
  29. package/dist-es/commands/DescribeEnvironmentsCommand.js +21 -28
  30. package/dist-es/commands/DescribeEventsCommand.js +21 -28
  31. package/dist-es/commands/DescribeInstancesHealthCommand.js +21 -28
  32. package/dist-es/commands/DescribePlatformVersionCommand.js +21 -28
  33. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +22 -29
  34. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +22 -29
  35. package/dist-es/commands/ListPlatformBranchesCommand.js +21 -28
  36. package/dist-es/commands/ListPlatformVersionsCommand.js +21 -28
  37. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  38. package/dist-es/commands/RebuildEnvironmentCommand.js +22 -29
  39. package/dist-es/commands/RequestEnvironmentInfoCommand.js +22 -29
  40. package/dist-es/commands/RestartAppServerCommand.js +22 -29
  41. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +21 -28
  42. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +22 -29
  43. package/dist-es/commands/TerminateEnvironmentCommand.js +21 -28
  44. package/dist-es/commands/UpdateApplicationCommand.js +21 -28
  45. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +21 -28
  46. package/dist-es/commands/UpdateApplicationVersionCommand.js +21 -28
  47. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +21 -28
  48. package/dist-es/commands/UpdateEnvironmentCommand.js +21 -28
  49. package/dist-es/commands/UpdateTagsForResourceCommand.js +22 -29
  50. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +21 -28
  51. package/dist-es/endpoints.js +8 -8
  52. package/dist-es/models/ElasticBeanstalkServiceException.js +5 -10
  53. package/dist-es/models/models_0.js +587 -336
  54. package/dist-es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +25 -68
  55. package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
  56. package/dist-es/pagination/ListPlatformBranchesPaginator.js +25 -68
  57. package/dist-es/pagination/ListPlatformVersionsPaginator.js +25 -68
  58. package/dist-es/protocols/Aws_query.js +2951 -3981
  59. package/dist-es/runtimeConfig.browser.js +26 -12
  60. package/dist-es/runtimeConfig.js +30 -12
  61. package/dist-es/runtimeConfig.native.js +8 -5
  62. package/dist-es/runtimeConfig.shared.js +8 -11
  63. package/dist-es/waiters/waitForEnvironmentExists.js +52 -93
  64. package/dist-es/waiters/waitForEnvironmentTerminated.js +52 -93
  65. package/dist-es/waiters/waitForEnvironmentUpdated.js +52 -93
  66. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-elastic-beanstalk
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
7
15
 
8
16