@aws-sdk/client-elastic-beanstalk 3.34.0 → 3.37.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 (515) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ElasticBeanstalk.js +2 -20
  3. package/dist-cjs/ElasticBeanstalkClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AbortEnvironmentUpdateCommand.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/ApplyEnvironmentManagedActionCommand.js +2 -29
  6. package/{dist/cjs → dist-cjs}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -30
  7. package/{dist/cjs → dist-cjs}/commands/CheckDNSAvailabilityCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/ComposeEnvironmentsCommand.js +2 -32
  9. package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -28
  10. package/dist-cjs/commands/CreateApplicationVersionCommand.js +36 -0
  11. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -28
  13. package/{dist/cjs → dist-cjs}/commands/CreatePlatformVersionCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/CreateStorageLocationCommand.js +2 -31
  15. package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -32
  16. package/{dist/cjs → dist-cjs}/commands/DeleteApplicationVersionCommand.js +2 -31
  17. package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationTemplateCommand.js +2 -32
  18. package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentConfigurationCommand.js +2 -32
  19. package/{dist/cjs → dist-cjs}/commands/DeletePlatformVersionCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DescribeAccountAttributesCommand.js +2 -29
  21. package/{dist/cjs → dist-cjs}/commands/DescribeApplicationVersionsCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/DescribeApplicationsCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationOptionsCommand.js +2 -30
  24. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +36 -0
  25. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentHealthCommand.js +2 -29
  26. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentResourcesCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +2 -31
  31. package/{dist/cjs → dist-cjs}/commands/DescribeInstancesHealthCommand.js +2 -29
  32. package/{dist/cjs → dist-cjs}/commands/DescribePlatformVersionCommand.js +2 -30
  33. package/{dist/cjs → dist-cjs}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -30
  34. package/{dist/cjs → dist-cjs}/commands/ListAvailableSolutionStacksCommand.js +2 -28
  35. package/{dist/cjs → dist-cjs}/commands/ListPlatformBranchesCommand.js +2 -30
  36. package/{dist/cjs → dist-cjs}/commands/ListPlatformVersionsCommand.js +2 -31
  37. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -30
  38. package/{dist/cjs → dist-cjs}/commands/RebuildEnvironmentCommand.js +2 -28
  39. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +36 -0
  40. package/{dist/cjs → dist-cjs}/commands/RestartAppServerCommand.js +2 -28
  41. package/{dist/cjs → dist-cjs}/commands/RetrieveEnvironmentInfoCommand.js +2 -36
  42. package/{dist/cjs → dist-cjs}/commands/SwapEnvironmentCNAMEsCommand.js +2 -27
  43. package/{dist/cjs → dist-cjs}/commands/TerminateEnvironmentCommand.js +2 -27
  44. package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -31
  45. package/{dist/cjs → dist-cjs}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -27
  46. package/{dist/cjs → dist-cjs}/commands/UpdateApplicationVersionCommand.js +2 -31
  47. package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationTemplateCommand.js +2 -40
  48. package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
  49. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +36 -0
  50. package/{dist/cjs → dist-cjs}/commands/ValidateConfigurationSettingsCommand.js +2 -30
  51. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  52. package/{dist/cjs → dist-cjs}/index.js +0 -1
  53. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  54. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -436
  55. package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -12
  56. package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -12
  57. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  58. package/{dist/cjs → dist-cjs}/pagination/ListPlatformBranchesPaginator.js +1 -12
  59. package/{dist/cjs → dist-cjs}/pagination/ListPlatformVersionsPaginator.js +1 -12
  60. package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +112 -115
  61. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  63. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  65. package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentExists.js +10 -20
  66. package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentTerminated.js +10 -20
  67. package/{dist/cjs → dist-cjs}/waiters/waitForEnvironmentUpdated.js +10 -20
  68. package/{dist/es → dist-es}/ElasticBeanstalk.js +2 -3
  69. package/{dist/es → dist-es}/ElasticBeanstalkClient.js +1 -2
  70. package/{dist/es → dist-es}/commands/AbortEnvironmentUpdateCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/ApplyEnvironmentManagedActionCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/CheckDNSAvailabilityCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/ComposeEnvironmentsCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/CreateApplicationVersionCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/CreateConfigurationTemplateCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/CreatePlatformVersionCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/CreateStorageLocationCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/DeleteApplicationVersionCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/DeleteConfigurationTemplateCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/DeleteEnvironmentConfigurationCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/DeletePlatformVersionCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/DescribeAccountAttributesCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/DescribeApplicationVersionsCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/DescribeApplicationsCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/DescribeConfigurationOptionsCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/DescribeConfigurationSettingsCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/DescribeEnvironmentHealthCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/DescribeEnvironmentManagedActionsCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/DescribeEnvironmentResourcesCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/DescribeInstancesHealthCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/DescribePlatformVersionCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -3
  100. package/{dist/es → dist-es}/commands/ListAvailableSolutionStacksCommand.js +2 -3
  101. package/{dist/es → dist-es}/commands/ListPlatformBranchesCommand.js +2 -3
  102. package/{dist/es → dist-es}/commands/ListPlatformVersionsCommand.js +2 -3
  103. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  104. package/{dist/es → dist-es}/commands/RebuildEnvironmentCommand.js +2 -3
  105. package/{dist/es → dist-es}/commands/RequestEnvironmentInfoCommand.js +2 -3
  106. package/{dist/es → dist-es}/commands/RestartAppServerCommand.js +2 -3
  107. package/{dist/es → dist-es}/commands/RetrieveEnvironmentInfoCommand.js +2 -3
  108. package/{dist/es → dist-es}/commands/SwapEnvironmentCNAMEsCommand.js +2 -3
  109. package/{dist/es → dist-es}/commands/TerminateEnvironmentCommand.js +2 -3
  110. package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -3
  111. package/{dist/es → dist-es}/commands/UpdateApplicationResourceLifecycleCommand.js +2 -3
  112. package/{dist/es → dist-es}/commands/UpdateApplicationVersionCommand.js +2 -3
  113. package/{dist/es → dist-es}/commands/UpdateConfigurationTemplateCommand.js +2 -3
  114. package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
  115. package/{dist/es → dist-es}/commands/UpdateTagsForResourceCommand.js +2 -3
  116. package/{dist/es → dist-es}/commands/ValidateConfigurationSettingsCommand.js +2 -3
  117. package/{dist/es → dist-es}/endpoints.js +1 -2
  118. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  119. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  120. package/{dist/es → dist-es}/models/models_0.js +0 -1
  121. package/{dist/es → dist-es}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -2
  122. package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +1 -2
  123. package/dist-es/pagination/Interfaces.js +1 -0
  124. package/{dist/es → dist-es}/pagination/ListPlatformBranchesPaginator.js +1 -2
  125. package/{dist/es → dist-es}/pagination/ListPlatformVersionsPaginator.js +1 -2
  126. package/{dist/es → dist-es}/protocols/Aws_query.js +0 -1
  127. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  128. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  129. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  130. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  131. package/{dist/es → dist-es}/waiters/waitForEnvironmentExists.js +1 -2
  132. package/{dist/es → dist-es}/waiters/waitForEnvironmentTerminated.js +1 -2
  133. package/{dist/es → dist-es}/waiters/waitForEnvironmentUpdated.js +1 -2
  134. package/{dist/types → dist-types}/ElasticBeanstalk.d.ts +3 -3
  135. package/{dist/types → dist-types}/ElasticBeanstalkClient.d.ts +9 -9
  136. package/{dist/types → dist-types}/commands/AbortEnvironmentUpdateCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/CheckDNSAvailabilityCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/ComposeEnvironmentsCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/CreateApplicationVersionCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/CreateConfigurationTemplateCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/CreatePlatformVersionCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/CreateStorageLocationCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/DeleteApplicationVersionCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/DeleteConfigurationTemplateCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/DeletePlatformVersionCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/DescribeAccountAttributesCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/DescribeApplicationVersionsCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/DescribeApplicationsCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/DescribeConfigurationOptionsCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/DescribeConfigurationSettingsCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/DescribeEnvironmentHealthCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/DescribeInstancesHealthCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/DescribePlatformVersionCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/ListAvailableSolutionStacksCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/ListPlatformBranchesCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/ListPlatformVersionsCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/RebuildEnvironmentCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/RequestEnvironmentInfoCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/RestartAppServerCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/TerminateEnvironmentCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/UpdateApplicationVersionCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/UpdateConfigurationTemplateCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/UpdateTagsForResourceCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/ValidateConfigurationSettingsCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  184. package/{index.ts → dist-types/index.d.ts} +0 -0
  185. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  186. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  187. package/{dist/types → dist-types}/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
  188. package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
  189. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  190. package/{dist/types → dist-types}/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
  191. package/{dist/types → dist-types}/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
  192. package/{dist/types → dist-types}/protocols/Aws_query.d.ts +3 -3
  193. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  194. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
  195. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  196. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  197. package/{dist/types → dist-types}/ts3.4/ElasticBeanstalk.d.ts +51 -357
  198. package/{dist/types → dist-types}/ts3.4/ElasticBeanstalkClient.d.ts +33 -112
  199. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +17 -0
  202. package/{dist/types → dist-types}/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +4 -22
  203. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
  208. package/{dist/types → dist-types}/ts3.4/commands/CreatePlatformVersionCommand.d.ts +4 -22
  209. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +17 -0
  214. package/{dist/types → dist-types}/ts3.4/commands/DeletePlatformVersionCommand.d.ts +4 -22
  215. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  216. package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +4 -22
  217. package/{dist/types → dist-types}/ts3.4/commands/DescribeApplicationsCommand.d.ts +4 -22
  218. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +17 -0
  219. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +17 -0
  220. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +17 -0
  221. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +4 -22
  222. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +4 -22
  223. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +4 -22
  224. package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
  225. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +17 -0
  227. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +17 -0
  228. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +17 -0
  229. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +17 -0
  230. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +17 -0
  231. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  233. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +17 -0
  234. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +17 -0
  235. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +17 -0
  236. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +17 -0
  238. package/{dist/types → dist-types}/ts3.4/commands/TerminateEnvironmentCommand.d.ts +4 -22
  239. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  240. package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -22
  241. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +17 -0
  246. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  247. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  248. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  249. package/dist-types/ts3.4/models/models_0.d.ts +2081 -0
  250. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
  251. package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
  252. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  253. package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
  254. package/{dist/types → dist-types}/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
  255. package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +3 -3
  256. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  257. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
  258. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  259. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  260. package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentExists.d.ts +4 -11
  261. package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +4 -11
  262. package/{dist/types → dist-types}/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +4 -11
  263. package/{dist/types → dist-types}/waiters/waitForEnvironmentExists.d.ts +2 -2
  264. package/{dist/types → dist-types}/waiters/waitForEnvironmentTerminated.d.ts +2 -2
  265. package/{dist/types → dist-types}/waiters/waitForEnvironmentUpdated.d.ts +2 -2
  266. package/package.json +46 -43
  267. package/ElasticBeanstalk.ts +0 -1960
  268. package/ElasticBeanstalkClient.ts +0 -507
  269. package/commands/AbortEnvironmentUpdateCommand.ts +0 -95
  270. package/commands/ApplyEnvironmentManagedActionCommand.ts +0 -101
  271. package/commands/AssociateEnvironmentOperationsRoleCommand.ts +0 -103
  272. package/commands/CheckDNSAvailabilityCommand.ts +0 -94
  273. package/commands/ComposeEnvironmentsCommand.ts +0 -99
  274. package/commands/CreateApplicationCommand.ts +0 -95
  275. package/commands/CreateApplicationVersionCommand.ts +0 -110
  276. package/commands/CreateConfigurationTemplateCommand.ts +0 -120
  277. package/commands/CreateEnvironmentCommand.ts +0 -95
  278. package/commands/CreatePlatformVersionCommand.ts +0 -94
  279. package/commands/CreateStorageLocationCommand.ts +0 -98
  280. package/commands/DeleteApplicationCommand.ts +0 -99
  281. package/commands/DeleteApplicationVersionCommand.ts +0 -98
  282. package/commands/DeleteConfigurationTemplateCommand.ts +0 -102
  283. package/commands/DeleteEnvironmentConfigurationCommand.ts +0 -105
  284. package/commands/DeletePlatformVersionCommand.ts +0 -94
  285. package/commands/DescribeAccountAttributesCommand.ts +0 -99
  286. package/commands/DescribeApplicationVersionsCommand.ts +0 -99
  287. package/commands/DescribeApplicationsCommand.ts +0 -94
  288. package/commands/DescribeConfigurationOptionsCommand.ts +0 -100
  289. package/commands/DescribeConfigurationSettingsCommand.ts +0 -113
  290. package/commands/DescribeEnvironmentHealthCommand.ts +0 -99
  291. package/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +0 -109
  292. package/commands/DescribeEnvironmentManagedActionsCommand.ts +0 -102
  293. package/commands/DescribeEnvironmentResourcesCommand.ts +0 -99
  294. package/commands/DescribeEnvironmentsCommand.ts +0 -94
  295. package/commands/DescribeEventsCommand.ts +0 -98
  296. package/commands/DescribeInstancesHealthCommand.ts +0 -96
  297. package/commands/DescribePlatformVersionCommand.ts +0 -97
  298. package/commands/DisassociateEnvironmentOperationsRoleCommand.ts +0 -104
  299. package/commands/ListAvailableSolutionStacksCommand.ts +0 -100
  300. package/commands/ListPlatformBranchesCommand.ts +0 -97
  301. package/commands/ListPlatformVersionsCommand.ts +0 -98
  302. package/commands/ListTagsForResourceCommand.ts +0 -97
  303. package/commands/RebuildEnvironmentCommand.ts +0 -95
  304. package/commands/RequestEnvironmentInfoCommand.ts +0 -109
  305. package/commands/RestartAppServerCommand.ts +0 -95
  306. package/commands/RetrieveEnvironmentInfoCommand.ts +0 -103
  307. package/commands/SwapEnvironmentCNAMEsCommand.ts +0 -94
  308. package/commands/TerminateEnvironmentCommand.ts +0 -94
  309. package/commands/UpdateApplicationCommand.ts +0 -98
  310. package/commands/UpdateApplicationResourceLifecycleCommand.ts +0 -105
  311. package/commands/UpdateApplicationVersionCommand.ts +0 -98
  312. package/commands/UpdateConfigurationTemplateCommand.ts +0 -110
  313. package/commands/UpdateEnvironmentCommand.ts +0 -102
  314. package/commands/UpdateTagsForResourceCommand.ts +0 -113
  315. package/commands/ValidateConfigurationSettingsCommand.ts +0 -102
  316. package/dist/cjs/ElasticBeanstalk.js.map +0 -1
  317. package/dist/cjs/ElasticBeanstalkClient.js +0 -58
  318. package/dist/cjs/ElasticBeanstalkClient.js.map +0 -1
  319. package/dist/cjs/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
  320. package/dist/cjs/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
  321. package/dist/cjs/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
  322. package/dist/cjs/commands/CheckDNSAvailabilityCommand.js.map +0 -1
  323. package/dist/cjs/commands/ComposeEnvironmentsCommand.js.map +0 -1
  324. package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
  325. package/dist/cjs/commands/CreateApplicationVersionCommand.js +0 -77
  326. package/dist/cjs/commands/CreateApplicationVersionCommand.js.map +0 -1
  327. package/dist/cjs/commands/CreateConfigurationTemplateCommand.js +0 -84
  328. package/dist/cjs/commands/CreateConfigurationTemplateCommand.js.map +0 -1
  329. package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
  330. package/dist/cjs/commands/CreatePlatformVersionCommand.js.map +0 -1
  331. package/dist/cjs/commands/CreateStorageLocationCommand.js.map +0 -1
  332. package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
  333. package/dist/cjs/commands/DeleteApplicationVersionCommand.js.map +0 -1
  334. package/dist/cjs/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
  335. package/dist/cjs/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
  336. package/dist/cjs/commands/DeletePlatformVersionCommand.js.map +0 -1
  337. package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
  338. package/dist/cjs/commands/DescribeApplicationVersionsCommand.js.map +0 -1
  339. package/dist/cjs/commands/DescribeApplicationsCommand.js.map +0 -1
  340. package/dist/cjs/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
  341. package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js +0 -75
  342. package/dist/cjs/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
  343. package/dist/cjs/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
  344. package/dist/cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
  345. package/dist/cjs/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
  346. package/dist/cjs/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
  347. package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
  348. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  349. package/dist/cjs/commands/DescribeInstancesHealthCommand.js.map +0 -1
  350. package/dist/cjs/commands/DescribePlatformVersionCommand.js.map +0 -1
  351. package/dist/cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
  352. package/dist/cjs/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
  353. package/dist/cjs/commands/ListPlatformBranchesCommand.js.map +0 -1
  354. package/dist/cjs/commands/ListPlatformVersionsCommand.js.map +0 -1
  355. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  356. package/dist/cjs/commands/RebuildEnvironmentCommand.js.map +0 -1
  357. package/dist/cjs/commands/RequestEnvironmentInfoCommand.js +0 -76
  358. package/dist/cjs/commands/RequestEnvironmentInfoCommand.js.map +0 -1
  359. package/dist/cjs/commands/RestartAppServerCommand.js.map +0 -1
  360. package/dist/cjs/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
  361. package/dist/cjs/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
  362. package/dist/cjs/commands/TerminateEnvironmentCommand.js.map +0 -1
  363. package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
  364. package/dist/cjs/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
  365. package/dist/cjs/commands/UpdateApplicationVersionCommand.js.map +0 -1
  366. package/dist/cjs/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
  367. package/dist/cjs/commands/UpdateEnvironmentCommand.js +0 -69
  368. package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
  369. package/dist/cjs/commands/UpdateTagsForResourceCommand.js +0 -80
  370. package/dist/cjs/commands/UpdateTagsForResourceCommand.js.map +0 -1
  371. package/dist/cjs/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
  372. package/dist/cjs/endpoints.js.map +0 -1
  373. package/dist/cjs/index.js.map +0 -1
  374. package/dist/cjs/models/index.js.map +0 -1
  375. package/dist/cjs/models/models_0.js.map +0 -1
  376. package/dist/cjs/package.json +0 -94
  377. package/dist/cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
  378. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  379. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  380. package/dist/cjs/pagination/ListPlatformBranchesPaginator.js.map +0 -1
  381. package/dist/cjs/pagination/ListPlatformVersionsPaginator.js.map +0 -1
  382. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  383. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  384. package/dist/cjs/runtimeConfig.js.map +0 -1
  385. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  386. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  387. package/dist/cjs/waiters/waitForEnvironmentExists.js.map +0 -1
  388. package/dist/cjs/waiters/waitForEnvironmentTerminated.js.map +0 -1
  389. package/dist/cjs/waiters/waitForEnvironmentUpdated.js.map +0 -1
  390. package/dist/es/ElasticBeanstalk.js.map +0 -1
  391. package/dist/es/ElasticBeanstalkClient.js.map +0 -1
  392. package/dist/es/commands/AbortEnvironmentUpdateCommand.js.map +0 -1
  393. package/dist/es/commands/ApplyEnvironmentManagedActionCommand.js.map +0 -1
  394. package/dist/es/commands/AssociateEnvironmentOperationsRoleCommand.js.map +0 -1
  395. package/dist/es/commands/CheckDNSAvailabilityCommand.js.map +0 -1
  396. package/dist/es/commands/ComposeEnvironmentsCommand.js.map +0 -1
  397. package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
  398. package/dist/es/commands/CreateApplicationVersionCommand.js.map +0 -1
  399. package/dist/es/commands/CreateConfigurationTemplateCommand.js.map +0 -1
  400. package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
  401. package/dist/es/commands/CreatePlatformVersionCommand.js.map +0 -1
  402. package/dist/es/commands/CreateStorageLocationCommand.js.map +0 -1
  403. package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
  404. package/dist/es/commands/DeleteApplicationVersionCommand.js.map +0 -1
  405. package/dist/es/commands/DeleteConfigurationTemplateCommand.js.map +0 -1
  406. package/dist/es/commands/DeleteEnvironmentConfigurationCommand.js.map +0 -1
  407. package/dist/es/commands/DeletePlatformVersionCommand.js.map +0 -1
  408. package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
  409. package/dist/es/commands/DescribeApplicationVersionsCommand.js.map +0 -1
  410. package/dist/es/commands/DescribeApplicationsCommand.js.map +0 -1
  411. package/dist/es/commands/DescribeConfigurationOptionsCommand.js.map +0 -1
  412. package/dist/es/commands/DescribeConfigurationSettingsCommand.js.map +0 -1
  413. package/dist/es/commands/DescribeEnvironmentHealthCommand.js.map +0 -1
  414. package/dist/es/commands/DescribeEnvironmentManagedActionHistoryCommand.js.map +0 -1
  415. package/dist/es/commands/DescribeEnvironmentManagedActionsCommand.js.map +0 -1
  416. package/dist/es/commands/DescribeEnvironmentResourcesCommand.js.map +0 -1
  417. package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
  418. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  419. package/dist/es/commands/DescribeInstancesHealthCommand.js.map +0 -1
  420. package/dist/es/commands/DescribePlatformVersionCommand.js.map +0 -1
  421. package/dist/es/commands/DisassociateEnvironmentOperationsRoleCommand.js.map +0 -1
  422. package/dist/es/commands/ListAvailableSolutionStacksCommand.js.map +0 -1
  423. package/dist/es/commands/ListPlatformBranchesCommand.js.map +0 -1
  424. package/dist/es/commands/ListPlatformVersionsCommand.js.map +0 -1
  425. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  426. package/dist/es/commands/RebuildEnvironmentCommand.js.map +0 -1
  427. package/dist/es/commands/RequestEnvironmentInfoCommand.js.map +0 -1
  428. package/dist/es/commands/RestartAppServerCommand.js.map +0 -1
  429. package/dist/es/commands/RetrieveEnvironmentInfoCommand.js.map +0 -1
  430. package/dist/es/commands/SwapEnvironmentCNAMEsCommand.js.map +0 -1
  431. package/dist/es/commands/TerminateEnvironmentCommand.js.map +0 -1
  432. package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
  433. package/dist/es/commands/UpdateApplicationResourceLifecycleCommand.js.map +0 -1
  434. package/dist/es/commands/UpdateApplicationVersionCommand.js.map +0 -1
  435. package/dist/es/commands/UpdateConfigurationTemplateCommand.js.map +0 -1
  436. package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
  437. package/dist/es/commands/UpdateTagsForResourceCommand.js.map +0 -1
  438. package/dist/es/commands/ValidateConfigurationSettingsCommand.js.map +0 -1
  439. package/dist/es/endpoints.js.map +0 -1
  440. package/dist/es/index.js +0 -59
  441. package/dist/es/index.js.map +0 -1
  442. package/dist/es/models/index.js +0 -2
  443. package/dist/es/models/index.js.map +0 -1
  444. package/dist/es/models/models_0.js.map +0 -1
  445. package/dist/es/package.json +0 -94
  446. package/dist/es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js.map +0 -1
  447. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  448. package/dist/es/pagination/Interfaces.js +0 -2
  449. package/dist/es/pagination/Interfaces.js.map +0 -1
  450. package/dist/es/pagination/ListPlatformBranchesPaginator.js.map +0 -1
  451. package/dist/es/pagination/ListPlatformVersionsPaginator.js.map +0 -1
  452. package/dist/es/protocols/Aws_query.js.map +0 -1
  453. package/dist/es/runtimeConfig.browser.js.map +0 -1
  454. package/dist/es/runtimeConfig.js.map +0 -1
  455. package/dist/es/runtimeConfig.native.js.map +0 -1
  456. package/dist/es/runtimeConfig.shared.js.map +0 -1
  457. package/dist/es/waiters/waitForEnvironmentExists.js.map +0 -1
  458. package/dist/es/waiters/waitForEnvironmentTerminated.js.map +0 -1
  459. package/dist/es/waiters/waitForEnvironmentUpdated.js.map +0 -1
  460. package/dist/types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +0 -36
  461. package/dist/types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +0 -37
  462. package/dist/types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +0 -38
  463. package/dist/types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +0 -40
  464. package/dist/types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -36
  465. package/dist/types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +0 -51
  466. package/dist/types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +0 -58
  467. package/dist/types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -36
  468. package/dist/types/ts3.4/commands/CreateStorageLocationCommand.d.ts +0 -39
  469. package/dist/types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -40
  470. package/dist/types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +0 -39
  471. package/dist/types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +0 -40
  472. package/dist/types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +0 -40
  473. package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -37
  474. package/dist/types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +0 -38
  475. package/dist/types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +0 -49
  476. package/dist/types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +0 -37
  477. package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
  478. package/dist/types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +0 -37
  479. package/dist/types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +0 -38
  480. package/dist/types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +0 -38
  481. package/dist/types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +0 -36
  482. package/dist/types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +0 -38
  483. package/dist/types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +0 -39
  484. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
  485. package/dist/types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +0 -36
  486. package/dist/types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +0 -50
  487. package/dist/types/ts3.4/commands/RestartAppServerCommand.d.ts +0 -36
  488. package/dist/types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +0 -44
  489. package/dist/types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +0 -35
  490. package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -39
  491. package/dist/types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +0 -39
  492. package/dist/types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +0 -48
  493. package/dist/types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -43
  494. package/dist/types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +0 -54
  495. package/dist/types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +0 -38
  496. package/dist/types/ts3.4/models/models_0.d.ts +0 -4528
  497. package/endpoints.ts +0 -86
  498. package/jest.config.js +0 -4
  499. package/models/models_0.ts +0 -5505
  500. package/pagination/DescribeEnvironmentManagedActionHistoryPaginator.ts +0 -58
  501. package/pagination/DescribeEventsPaginator.ts +0 -58
  502. package/pagination/Interfaces.ts +0 -7
  503. package/pagination/ListPlatformBranchesPaginator.ts +0 -58
  504. package/pagination/ListPlatformVersionsPaginator.ts +0 -58
  505. package/protocols/Aws_query.ts +0 -8240
  506. package/runtimeConfig.browser.ts +0 -40
  507. package/runtimeConfig.native.ts +0 -16
  508. package/runtimeConfig.shared.ts +0 -16
  509. package/runtimeConfig.ts +0 -45
  510. package/tsconfig.es.json +0 -10
  511. package/tsconfig.json +0 -31
  512. package/tsconfig.types.json +0 -8
  513. package/waiters/waitForEnvironmentExists.ts +0 -73
  514. package/waiters/waitForEnvironmentTerminated.ts +0 -73
  515. package/waiters/waitForEnvironmentUpdated.ts +0 -73
@@ -1,49 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeConfigurationSettingsCommandInput extends DescribeConfigurationSettingsMessage {
6
- }
7
- export interface DescribeConfigurationSettingsCommandOutput extends ConfigurationSettingsDescriptions, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns a description of the settings for the specified configuration set, that is,
11
- * either a configuration template or the configuration set associated with a running
12
- * environment.</p>
13
- * <p>When describing the settings for the configuration set associated with a running
14
- * environment, it is possible to receive two sets of setting descriptions. One is the deployed
15
- * configuration set, and the other is a draft configuration of an environment that is either in
16
- * the process of deployment or that failed to deploy.</p>
17
- * <p>Related Topics</p>
18
- * <ul>
19
- * <li>
20
- * <p>
21
- * <a>DeleteEnvironmentConfiguration</a>
22
- * </p>
23
- * </li>
24
- * </ul>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
29
- * // const { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
30
- * const client = new ElasticBeanstalkClient(config);
31
- * const command = new DescribeConfigurationSettingsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link DescribeConfigurationSettingsCommandInput} for command's `input` shape.
36
- * @see {@link DescribeConfigurationSettingsCommandOutput} for command's `response` shape.
37
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export declare class DescribeConfigurationSettingsCommand extends $Command<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
41
- readonly input: DescribeConfigurationSettingsCommandInput;
42
- constructor(input: DescribeConfigurationSettingsCommandInput);
43
- /**
44
- * @internal
45
- */
46
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput>;
47
- private serialize;
48
- private deserialize;
49
- }
@@ -1,37 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEnvironmentHealthCommandInput extends DescribeEnvironmentHealthRequest {
6
- }
7
- export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironmentHealthResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns information about the overall health of the specified environment. The
11
- * <b>DescribeEnvironmentHealth</b> operation is only available with
12
- * AWS Elastic Beanstalk Enhanced Health.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
17
- * // const { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
18
- * const client = new ElasticBeanstalkClient(config);
19
- * const command = new DescribeEnvironmentHealthCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeEnvironmentHealthCommandInput} for command's `input` shape.
24
- * @see {@link DescribeEnvironmentHealthCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
- export declare class DescribeEnvironmentHealthCommand extends $Command<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig> {
29
- readonly input: DescribeEnvironmentHealthCommandInput;
30
- constructor(input: DescribeEnvironmentHealthCommandInput);
31
- /**
32
- * @internal
33
- */
34
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput>;
35
- private serialize;
36
- private deserialize;
37
- }
@@ -1,39 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEventsCommandInput extends DescribeEventsMessage {
6
- }
7
- export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
11
- * <note>
12
- * <p>This action returns the most recent 1,000 events from the specified
13
- * <code>NextToken</code>.</p>
14
- * </note>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ElasticBeanstalkClient, DescribeEventsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
19
- * // const { ElasticBeanstalkClient, DescribeEventsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
20
- * const client = new ElasticBeanstalkClient(config);
21
- * const command = new DescribeEventsCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DescribeEventsCommandInput} for command's `input` shape.
26
- * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
31
- readonly input: DescribeEventsCommandInput;
32
- constructor(input: DescribeEventsCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
@@ -1,37 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeInstancesHealthCommandInput extends DescribeInstancesHealthRequest {
6
- }
7
- export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesHealthResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Retrieves detailed information about the health of instances in your AWS Elastic
11
- * Beanstalk. This operation requires <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html">enhanced health
12
- * reporting</a>.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ElasticBeanstalkClient, DescribeInstancesHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
17
- * // const { ElasticBeanstalkClient, DescribeInstancesHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
18
- * const client = new ElasticBeanstalkClient(config);
19
- * const command = new DescribeInstancesHealthCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeInstancesHealthCommandInput} for command's `input` shape.
24
- * @see {@link DescribeInstancesHealthCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
- export declare class DescribeInstancesHealthCommand extends $Command<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig> {
29
- readonly input: DescribeInstancesHealthCommandInput;
30
- constructor(input: DescribeInstancesHealthCommandInput);
31
- /**
32
- * @internal
33
- */
34
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput>;
35
- private serialize;
36
- private deserialize;
37
- }
@@ -1,38 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribePlatformVersionCommandInput extends DescribePlatformVersionRequest {
6
- }
7
- export interface DescribePlatformVersionCommandOutput extends DescribePlatformVersionResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Describes a platform version. Provides full details. Compare to <a>ListPlatformVersions</a>, which provides summary information about a list of
11
- * platform versions.</p>
12
- * <p>For definitions of platform version and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
13
- * Platforms Glossary</a>.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ElasticBeanstalkClient, DescribePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
18
- * // const { ElasticBeanstalkClient, DescribePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
19
- * const client = new ElasticBeanstalkClient(config);
20
- * const command = new DescribePlatformVersionCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DescribePlatformVersionCommandInput} for command's `input` shape.
25
- * @see {@link DescribePlatformVersionCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class DescribePlatformVersionCommand extends $Command<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig> {
30
- readonly input: DescribePlatformVersionCommandInput;
31
- constructor(input: DescribePlatformVersionCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,38 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DisassociateEnvironmentOperationsRoleCommandInput extends DisassociateEnvironmentOperationsRoleMessage {
6
- }
7
- export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __MetadataBearer {
8
- }
9
- /**
10
- * <p>Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses
11
- * the caller's permissions for permissions to downstream services during subsequent calls acting
12
- * on this environment. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
13
- * <i>AWS Elastic Beanstalk Developer Guide</i>.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
18
- * // const { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
19
- * const client = new ElasticBeanstalkClient(config);
20
- * const command = new DisassociateEnvironmentOperationsRoleCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DisassociateEnvironmentOperationsRoleCommandInput} for command's `input` shape.
25
- * @see {@link DisassociateEnvironmentOperationsRoleCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class DisassociateEnvironmentOperationsRoleCommand extends $Command<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig> {
30
- readonly input: DisassociateEnvironmentOperationsRoleCommandInput;
31
- constructor(input: DisassociateEnvironmentOperationsRoleCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,36 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ListAvailableSolutionStacksCommandInput {
6
- }
7
- export interface ListAvailableSolutionStacksCommandOutput extends ListAvailableSolutionStacksResultMessage, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns a list of the available solution stack names, with the public version first and
11
- * then in reverse chronological order.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ElasticBeanstalkClient, ListAvailableSolutionStacksCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
16
- * // const { ElasticBeanstalkClient, ListAvailableSolutionStacksCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
17
- * const client = new ElasticBeanstalkClient(config);
18
- * const command = new ListAvailableSolutionStacksCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListAvailableSolutionStacksCommandInput} for command's `input` shape.
23
- * @see {@link ListAvailableSolutionStacksCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class ListAvailableSolutionStacksCommand extends $Command<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, ElasticBeanstalkClientResolvedConfig> {
28
- readonly input: ListAvailableSolutionStacksCommandInput;
29
- constructor(input: ListAvailableSolutionStacksCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,38 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ListPlatformBranchesCommandInput extends ListPlatformBranchesRequest {
6
- }
7
- export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists the platform branches available for your account in an AWS Region. Provides
11
- * summary information about each platform branch.</p>
12
- * <p>For definitions of platform branch and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
13
- * Platforms Glossary</a>.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ElasticBeanstalkClient, ListPlatformBranchesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
18
- * // const { ElasticBeanstalkClient, ListPlatformBranchesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
19
- * const client = new ElasticBeanstalkClient(config);
20
- * const command = new ListPlatformBranchesCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link ListPlatformBranchesCommandInput} for command's `input` shape.
25
- * @see {@link ListPlatformBranchesCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class ListPlatformBranchesCommand extends $Command<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, ElasticBeanstalkClientResolvedConfig> {
30
- readonly input: ListPlatformBranchesCommandInput;
31
- constructor(input: ListPlatformBranchesCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,39 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ListPlatformVersionsCommandInput extends ListPlatformVersionsRequest {
6
- }
7
- export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsResult, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists the platform versions available for your account in an AWS Region. Provides
11
- * summary information about each platform version. Compare to <a>DescribePlatformVersion</a>, which provides full details about a single platform
12
- * version.</p>
13
- * <p>For definitions of platform version and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
14
- * Platforms Glossary</a>.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ElasticBeanstalkClient, ListPlatformVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
19
- * // const { ElasticBeanstalkClient, ListPlatformVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
20
- * const client = new ElasticBeanstalkClient(config);
21
- * const command = new ListPlatformVersionsCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link ListPlatformVersionsCommandInput} for command's `input` shape.
26
- * @see {@link ListPlatformVersionsCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class ListPlatformVersionsCommand extends $Command<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
31
- readonly input: ListPlatformVersionsCommandInput;
32
- constructor(input: ListPlatformVersionsCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
@@ -1,38 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptionMessage, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.</p>
11
- * <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
12
- * <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html">Tagging Application
13
- * Resources</a>.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ElasticBeanstalkClient, ListTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
18
- * // const { ElasticBeanstalkClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
19
- * const client = new ElasticBeanstalkClient(config);
20
- * const command = new ListTagsForResourceCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
25
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig> {
30
- readonly input: ListTagsForResourceCommandInput;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,36 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { RebuildEnvironmentMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface RebuildEnvironmentCommandInput extends RebuildEnvironmentMessage {
6
- }
7
- export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
11
- * load balancer, etc.) for a specified environment and forces a restart.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ElasticBeanstalkClient, RebuildEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
16
- * // const { ElasticBeanstalkClient, RebuildEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
17
- * const client = new ElasticBeanstalkClient(config);
18
- * const command = new RebuildEnvironmentCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link RebuildEnvironmentCommandInput} for command's `input` shape.
23
- * @see {@link RebuildEnvironmentCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class RebuildEnvironmentCommand extends $Command<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig> {
28
- readonly input: RebuildEnvironmentCommandInput;
29
- constructor(input: RebuildEnvironmentCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,50 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { RequestEnvironmentInfoMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface RequestEnvironmentInfoCommandInput extends RequestEnvironmentInfoMessage {
6
- }
7
- export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {
8
- }
9
- /**
10
- * <p>Initiates a request to compile the specified type of information of the deployed
11
- * environment.</p>
12
- * <p> Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from
13
- * the application server log files of every Amazon EC2 instance in your environment. </p>
14
- * <p> Setting the <code>InfoType</code> to <code>bundle</code> compresses the application
15
- * server log files for every Amazon EC2 instance into a <code>.zip</code> file. Legacy and .NET
16
- * containers do not support bundle logs. </p>
17
- * <p> Use <a>RetrieveEnvironmentInfo</a> to obtain the set of logs. </p>
18
- * <p>Related Topics</p>
19
- * <ul>
20
- * <li>
21
- * <p>
22
- * <a>RetrieveEnvironmentInfo</a>
23
- * </p>
24
- * </li>
25
- * </ul>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
- * // const { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
- * const client = new ElasticBeanstalkClient(config);
32
- * const command = new RequestEnvironmentInfoCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link RequestEnvironmentInfoCommandInput} for command's `input` shape.
37
- * @see {@link RequestEnvironmentInfoCommandOutput} for command's `response` shape.
38
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export declare class RequestEnvironmentInfoCommand extends $Command<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig> {
42
- readonly input: RequestEnvironmentInfoCommandInput;
43
- constructor(input: RequestEnvironmentInfoCommandInput);
44
- /**
45
- * @internal
46
- */
47
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput>;
48
- private serialize;
49
- private deserialize;
50
- }
@@ -1,36 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { RestartAppServerMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface RestartAppServerCommandInput extends RestartAppServerMessage {
6
- }
7
- export interface RestartAppServerCommandOutput extends __MetadataBearer {
8
- }
9
- /**
10
- * <p>Causes the environment to restart the application container server running on each
11
- * Amazon EC2 instance.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ElasticBeanstalkClient, RestartAppServerCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
16
- * // const { ElasticBeanstalkClient, RestartAppServerCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
17
- * const client = new ElasticBeanstalkClient(config);
18
- * const command = new RestartAppServerCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link RestartAppServerCommandInput} for command's `input` shape.
23
- * @see {@link RestartAppServerCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class RestartAppServerCommand extends $Command<RestartAppServerCommandInput, RestartAppServerCommandOutput, ElasticBeanstalkClientResolvedConfig> {
28
- readonly input: RestartAppServerCommandInput;
29
- constructor(input: RestartAppServerCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestartAppServerCommandInput, RestartAppServerCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,44 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface RetrieveEnvironmentInfoCommandInput extends RetrieveEnvironmentInfoMessage {
6
- }
7
- export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmentInfoResultMessage, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Retrieves the compiled information from a <a>RequestEnvironmentInfo</a>
11
- * request.</p>
12
- * <p>Related Topics</p>
13
- * <ul>
14
- * <li>
15
- * <p>
16
- * <a>RequestEnvironmentInfo</a>
17
- * </p>
18
- * </li>
19
- * </ul>
20
- * @example
21
- * Use a bare-bones client and the command you need to make an API call.
22
- * ```javascript
23
- * import { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
24
- * // const { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
25
- * const client = new ElasticBeanstalkClient(config);
26
- * const command = new RetrieveEnvironmentInfoCommand(input);
27
- * const response = await client.send(command);
28
- * ```
29
- *
30
- * @see {@link RetrieveEnvironmentInfoCommandInput} for command's `input` shape.
31
- * @see {@link RetrieveEnvironmentInfoCommandOutput} for command's `response` shape.
32
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
33
- *
34
- */
35
- export declare class RetrieveEnvironmentInfoCommand extends $Command<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig> {
36
- readonly input: RetrieveEnvironmentInfoCommandInput;
37
- constructor(input: RetrieveEnvironmentInfoCommandInput);
38
- /**
39
- * @internal
40
- */
41
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput>;
42
- private serialize;
43
- private deserialize;
44
- }
@@ -1,35 +0,0 @@
1
- import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticBeanstalkClient";
2
- import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface SwapEnvironmentCNAMEsCommandInput extends SwapEnvironmentCNAMEsMessage {
6
- }
7
- export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {
8
- }
9
- /**
10
- * <p>Swaps the CNAMEs of two environments.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
15
- * // const { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
16
- * const client = new ElasticBeanstalkClient(config);
17
- * const command = new SwapEnvironmentCNAMEsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link SwapEnvironmentCNAMEsCommandInput} for command's `input` shape.
22
- * @see {@link SwapEnvironmentCNAMEsCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticBeanstalkClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class SwapEnvironmentCNAMEsCommand extends $Command<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, ElasticBeanstalkClientResolvedConfig> {
27
- readonly input: SwapEnvironmentCNAMEsCommandInput;
28
- constructor(input: SwapEnvironmentCNAMEsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticBeanstalkClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }