@aws-sdk/client-elastic-beanstalk 3.335.0 → 3.338.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 (201) hide show
  1. package/dist-cjs/ElasticBeanstalkClient.js +2 -1
  2. package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +2 -1
  3. package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +2 -1
  4. package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -1
  5. package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +2 -1
  6. package/dist-cjs/commands/ComposeEnvironmentsCommand.js +2 -1
  7. package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
  8. package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -1
  9. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +2 -1
  10. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -1
  11. package/dist-cjs/commands/CreatePlatformVersionCommand.js +2 -1
  12. package/dist-cjs/commands/CreateStorageLocationCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteApplicationVersionCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +2 -1
  17. package/dist-cjs/commands/DeletePlatformVersionCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -1
  21. package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +2 -1
  22. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +2 -1
  23. package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +2 -1
  24. package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeEventsCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeInstancesHealthCommand.js +2 -1
  30. package/dist-cjs/commands/DescribePlatformVersionCommand.js +2 -1
  31. package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -1
  32. package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +2 -1
  33. package/dist-cjs/commands/ListPlatformBranchesCommand.js +2 -1
  34. package/dist-cjs/commands/ListPlatformVersionsCommand.js +2 -1
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  36. package/dist-cjs/commands/RebuildEnvironmentCommand.js +2 -1
  37. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +2 -1
  38. package/dist-cjs/commands/RestartAppServerCommand.js +2 -1
  39. package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +2 -1
  40. package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +2 -1
  41. package/dist-cjs/commands/TerminateEnvironmentCommand.js +2 -1
  42. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
  43. package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +2 -1
  44. package/dist-cjs/commands/UpdateApplicationVersionCommand.js +2 -1
  45. package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +2 -1
  46. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -1
  47. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +2 -1
  48. package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +2 -1
  49. package/dist-cjs/index.js +2 -2
  50. package/dist-cjs/models/ElasticBeanstalkServiceException.js +2 -1
  51. package/dist-es/ElasticBeanstalkClient.js +1 -0
  52. package/dist-es/commands/AbortEnvironmentUpdateCommand.js +1 -0
  53. package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +1 -0
  54. package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -0
  55. package/dist-es/commands/CheckDNSAvailabilityCommand.js +1 -0
  56. package/dist-es/commands/ComposeEnvironmentsCommand.js +1 -0
  57. package/dist-es/commands/CreateApplicationCommand.js +1 -0
  58. package/dist-es/commands/CreateApplicationVersionCommand.js +1 -0
  59. package/dist-es/commands/CreateConfigurationTemplateCommand.js +1 -0
  60. package/dist-es/commands/CreateEnvironmentCommand.js +1 -0
  61. package/dist-es/commands/CreatePlatformVersionCommand.js +1 -0
  62. package/dist-es/commands/CreateStorageLocationCommand.js +1 -0
  63. package/dist-es/commands/DeleteApplicationCommand.js +1 -0
  64. package/dist-es/commands/DeleteApplicationVersionCommand.js +1 -0
  65. package/dist-es/commands/DeleteConfigurationTemplateCommand.js +1 -0
  66. package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +1 -0
  67. package/dist-es/commands/DeletePlatformVersionCommand.js +1 -0
  68. package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -0
  69. package/dist-es/commands/DescribeApplicationVersionsCommand.js +1 -0
  70. package/dist-es/commands/DescribeApplicationsCommand.js +1 -0
  71. package/dist-es/commands/DescribeConfigurationOptionsCommand.js +1 -0
  72. package/dist-es/commands/DescribeConfigurationSettingsCommand.js +1 -0
  73. package/dist-es/commands/DescribeEnvironmentHealthCommand.js +1 -0
  74. package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +1 -0
  75. package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +1 -0
  76. package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +1 -0
  77. package/dist-es/commands/DescribeEnvironmentsCommand.js +1 -0
  78. package/dist-es/commands/DescribeEventsCommand.js +1 -0
  79. package/dist-es/commands/DescribeInstancesHealthCommand.js +1 -0
  80. package/dist-es/commands/DescribePlatformVersionCommand.js +1 -0
  81. package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -0
  82. package/dist-es/commands/ListAvailableSolutionStacksCommand.js +1 -0
  83. package/dist-es/commands/ListPlatformBranchesCommand.js +1 -0
  84. package/dist-es/commands/ListPlatformVersionsCommand.js +1 -0
  85. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  86. package/dist-es/commands/RebuildEnvironmentCommand.js +1 -0
  87. package/dist-es/commands/RequestEnvironmentInfoCommand.js +1 -0
  88. package/dist-es/commands/RestartAppServerCommand.js +1 -0
  89. package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +1 -0
  90. package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +1 -0
  91. package/dist-es/commands/TerminateEnvironmentCommand.js +1 -0
  92. package/dist-es/commands/UpdateApplicationCommand.js +1 -0
  93. package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +1 -0
  94. package/dist-es/commands/UpdateApplicationVersionCommand.js +1 -0
  95. package/dist-es/commands/UpdateConfigurationTemplateCommand.js +1 -0
  96. package/dist-es/commands/UpdateEnvironmentCommand.js +1 -0
  97. package/dist-es/commands/UpdateTagsForResourceCommand.js +1 -0
  98. package/dist-es/commands/ValidateConfigurationSettingsCommand.js +1 -0
  99. package/dist-es/index.js +2 -2
  100. package/dist-es/models/ElasticBeanstalkServiceException.js +1 -0
  101. package/dist-types/ElasticBeanstalkClient.d.ts +3 -3
  102. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +4 -0
  103. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +4 -0
  104. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +4 -0
  105. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +4 -0
  106. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +4 -0
  107. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
  108. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +4 -0
  109. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +4 -0
  110. package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -0
  111. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +4 -0
  112. package/dist-types/commands/CreateStorageLocationCommand.d.ts +4 -0
  113. package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -0
  114. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +4 -0
  115. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +4 -0
  116. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +4 -0
  117. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +4 -0
  118. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +4 -0
  119. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +4 -0
  120. package/dist-types/commands/DescribeApplicationsCommand.d.ts +4 -0
  121. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +4 -0
  123. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +4 -0
  124. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +4 -0
  125. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +4 -0
  126. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +4 -0
  127. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +4 -0
  128. package/dist-types/commands/DescribeEventsCommand.d.ts +4 -0
  129. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +4 -0
  130. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +4 -0
  131. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +4 -0
  132. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +4 -0
  133. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +4 -0
  134. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +4 -0
  135. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  136. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +4 -0
  137. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +4 -0
  138. package/dist-types/commands/RestartAppServerCommand.d.ts +4 -0
  139. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +4 -0
  140. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +4 -0
  141. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +4 -0
  142. package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  143. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +4 -0
  144. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +4 -0
  145. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +4 -0
  146. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +4 -0
  147. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +4 -0
  148. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +4 -0
  149. package/dist-types/index.d.ts +19 -2
  150. package/dist-types/models/ElasticBeanstalkServiceException.d.ts +1 -0
  151. package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +3 -3
  152. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +1 -0
  192. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
  193. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +1 -0
  194. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +1 -0
  195. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +1 -0
  196. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -0
  197. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +1 -0
  198. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +1 -0
  199. package/dist-types/ts3.4/index.d.ts +2 -2
  200. package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +1 -0
  201. package/package.json +29 -29
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeAccountAttributesResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ConfigurationSettingsDescriptions, DescribeConfigurationSettingsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeEnvironmentManagedActionHistoryRequest, DescribeEnvironmentManagedActionHistoryResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { RebuildEnvironmentMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { RequestEnvironmentInfoMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { RestartAppServerMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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, UpdateApplicationMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ApplicationResourceLifecycleDescriptionMessage, UpdateApplicationResourceLifecycleMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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, UpdateApplicationVersionMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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, UpdateConfigurationTemplateMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { EnvironmentDescription, UpdateEnvironmentMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { UpdateTagsForResourceMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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 { ConfigurationSettingsValidationMessages, ValidateConfigurationSettingsMessage } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,24 @@
1
- export * from "./ElasticBeanstalk";
1
+ /**
2
+ * <fullname>AWS Elastic Beanstalk</fullname>
3
+ * <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable,
4
+ * fault-tolerant applications running on the Amazon Web Services cloud.</p>
5
+ * <p>For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the
6
+ * latest AWS Elastic Beanstalk WSDL is <a href="https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>.
7
+ * To install the Software Development Kits (SDKs), Integrated Development Environment (IDE)
8
+ * Toolkits, and command line tools that enable you to access the API, go to <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
9
+ * <p>
10
+ * <b>Endpoints</b>
11
+ * </p>
12
+ * <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to
13
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services
14
+ * Glossary</i>.</p>
15
+ *
16
+ * @packageDocumentation
17
+ */
2
18
  export * from "./ElasticBeanstalkClient";
19
+ export * from "./ElasticBeanstalk";
3
20
  export * from "./commands";
4
- export * from "./models";
5
21
  export * from "./pagination";
6
22
  export * from "./waiters";
23
+ export * from "./models";
7
24
  export { ElasticBeanstalkServiceException } from "./models/ElasticBeanstalkServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -239,6 +239,7 @@ import {
239
239
  ClientResolvedEndpointParameters,
240
240
  EndpointParameters,
241
241
  } from "./endpoint/EndpointParameters";
242
+ export { __Client };
242
243
  export type ServiceInputTypes =
243
244
  | AbortEnvironmentUpdateCommandInput
244
245
  | ApplyEnvironmentManagedActionCommandInput
@@ -359,7 +360,7 @@ export interface ClientDefaults
359
360
  logger?: __Logger;
360
361
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
361
362
  }
362
- type ElasticBeanstalkClientConfigType = Partial<
363
+ export type ElasticBeanstalkClientConfigType = Partial<
363
364
  __SmithyConfiguration<__HttpHandlerOptions>
364
365
  > &
365
366
  ClientDefaults &
@@ -372,7 +373,7 @@ type ElasticBeanstalkClientConfigType = Partial<
372
373
  ClientInputEndpointParameters;
373
374
  export interface ElasticBeanstalkClientConfig
374
375
  extends ElasticBeanstalkClientConfigType {}
375
- type ElasticBeanstalkClientResolvedConfigType =
376
+ export type ElasticBeanstalkClientResolvedConfigType =
376
377
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
377
378
  Required<ClientDefaults> &
378
379
  RegionResolvedConfig &
@@ -394,4 +395,3 @@ export declare class ElasticBeanstalkClient extends __Client<
394
395
  constructor(configuration: ElasticBeanstalkClientConfig);
395
396
  destroy(): void;
396
397
  }
397
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { AbortEnvironmentUpdateMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AbortEnvironmentUpdateCommandInput
16
17
  extends AbortEnvironmentUpdateMessage {}
17
18
  export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  ApplyEnvironmentManagedActionRequest,
16
16
  ApplyEnvironmentManagedActionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ApplyEnvironmentManagedActionCommandInput
19
20
  extends ApplyEnvironmentManagedActionRequest {}
20
21
  export interface ApplyEnvironmentManagedActionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { AssociateEnvironmentOperationsRoleMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AssociateEnvironmentOperationsRoleCommandInput
16
17
  extends AssociateEnvironmentOperationsRoleMessage {}
17
18
  export interface AssociateEnvironmentOperationsRoleCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CheckDNSAvailabilityMessage,
16
16
  CheckDNSAvailabilityResultMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CheckDNSAvailabilityCommandInput
19
20
  extends CheckDNSAvailabilityMessage {}
20
21
  export interface CheckDNSAvailabilityCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ComposeEnvironmentsMessage,
16
16
  EnvironmentDescriptionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ComposeEnvironmentsCommandInput
19
20
  extends ComposeEnvironmentsMessage {}
20
21
  export interface ComposeEnvironmentsCommandOutput