@aws-sdk/client-elastic-beanstalk 3.337.0 → 3.341.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
@@ -15,6 +15,7 @@ import {
15
15
  ApplicationDescriptionMessage,
16
16
  CreateApplicationMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateApplicationCommandInput
19
20
  extends CreateApplicationMessage {}
20
21
  export interface CreateApplicationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ApplicationVersionDescriptionMessage,
16
16
  CreateApplicationVersionMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateApplicationVersionCommandInput
19
20
  extends CreateApplicationVersionMessage {}
20
21
  export interface CreateApplicationVersionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ConfigurationSettingsDescription,
16
16
  CreateConfigurationTemplateMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateConfigurationTemplateCommandInput
19
20
  extends CreateConfigurationTemplateMessage {}
20
21
  export interface CreateConfigurationTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateEnvironmentMessage,
16
16
  EnvironmentDescription,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateEnvironmentCommandInput
19
20
  extends CreateEnvironmentMessage {}
20
21
  export interface CreateEnvironmentCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreatePlatformVersionRequest,
16
16
  CreatePlatformVersionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreatePlatformVersionCommandInput
19
20
  extends CreatePlatformVersionRequest {}
20
21
  export interface CreatePlatformVersionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { CreateStorageLocationResultMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateStorageLocationCommandInput {}
16
17
  export interface CreateStorageLocationCommandOutput
17
18
  extends CreateStorageLocationResultMessage,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { DeleteApplicationMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteApplicationCommandInput
16
17
  extends DeleteApplicationMessage {}
17
18
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { DeleteApplicationVersionMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteApplicationVersionCommandInput
16
17
  extends DeleteApplicationVersionMessage {}
17
18
  export interface DeleteApplicationVersionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { DeleteConfigurationTemplateMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteConfigurationTemplateCommandInput
16
17
  extends DeleteConfigurationTemplateMessage {}
17
18
  export interface DeleteConfigurationTemplateCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { DeleteEnvironmentConfigurationMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteEnvironmentConfigurationCommandInput
16
17
  extends DeleteEnvironmentConfigurationMessage {}
17
18
  export interface DeleteEnvironmentConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeletePlatformVersionRequest,
16
16
  DeletePlatformVersionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeletePlatformVersionCommandInput
19
20
  extends DeletePlatformVersionRequest {}
20
21
  export interface DeletePlatformVersionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { DescribeAccountAttributesResult } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeAccountAttributesCommandInput {}
16
17
  export interface DescribeAccountAttributesCommandOutput
17
18
  extends DescribeAccountAttributesResult,
@@ -15,6 +15,7 @@ import {
15
15
  ApplicationVersionDescriptionsMessage,
16
16
  DescribeApplicationVersionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeApplicationVersionsCommandInput
19
20
  extends DescribeApplicationVersionsMessage {}
20
21
  export interface DescribeApplicationVersionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ApplicationDescriptionsMessage,
16
16
  DescribeApplicationsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeApplicationsCommandInput
19
20
  extends DescribeApplicationsMessage {}
20
21
  export interface DescribeApplicationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ConfigurationOptionsDescription,
16
16
  DescribeConfigurationOptionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeConfigurationOptionsCommandInput
19
20
  extends DescribeConfigurationOptionsMessage {}
20
21
  export interface DescribeConfigurationOptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ConfigurationSettingsDescriptions,
16
16
  DescribeConfigurationSettingsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeConfigurationSettingsCommandInput
19
20
  extends DescribeConfigurationSettingsMessage {}
20
21
  export interface DescribeConfigurationSettingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEnvironmentHealthRequest,
16
16
  DescribeEnvironmentHealthResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEnvironmentHealthCommandInput
19
20
  extends DescribeEnvironmentHealthRequest {}
20
21
  export interface DescribeEnvironmentHealthCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEnvironmentManagedActionHistoryRequest,
16
16
  DescribeEnvironmentManagedActionHistoryResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEnvironmentManagedActionHistoryCommandInput
19
20
  extends DescribeEnvironmentManagedActionHistoryRequest {}
20
21
  export interface DescribeEnvironmentManagedActionHistoryCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEnvironmentManagedActionsRequest,
16
16
  DescribeEnvironmentManagedActionsResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEnvironmentManagedActionsCommandInput
19
20
  extends DescribeEnvironmentManagedActionsRequest {}
20
21
  export interface DescribeEnvironmentManagedActionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEnvironmentResourcesMessage,
16
16
  EnvironmentResourceDescriptionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEnvironmentResourcesCommandInput
19
20
  extends DescribeEnvironmentResourcesMessage {}
20
21
  export interface DescribeEnvironmentResourcesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEnvironmentsMessage,
16
16
  EnvironmentDescriptionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEnvironmentsCommandInput
19
20
  extends DescribeEnvironmentsMessage {}
20
21
  export interface DescribeEnvironmentsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeEventsMessage,
16
16
  EventDescriptionsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
19
20
  export interface DescribeEventsCommandOutput
20
21
  extends EventDescriptionsMessage,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeInstancesHealthRequest,
16
16
  DescribeInstancesHealthResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeInstancesHealthCommandInput
19
20
  extends DescribeInstancesHealthRequest {}
20
21
  export interface DescribeInstancesHealthCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribePlatformVersionRequest,
16
16
  DescribePlatformVersionResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribePlatformVersionCommandInput
19
20
  extends DescribePlatformVersionRequest {}
20
21
  export interface DescribePlatformVersionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { DisassociateEnvironmentOperationsRoleMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DisassociateEnvironmentOperationsRoleCommandInput
16
17
  extends DisassociateEnvironmentOperationsRoleMessage {}
17
18
  export interface DisassociateEnvironmentOperationsRoleCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { ListAvailableSolutionStacksResultMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListAvailableSolutionStacksCommandInput {}
16
17
  export interface ListAvailableSolutionStacksCommandOutput
17
18
  extends ListAvailableSolutionStacksResultMessage,
@@ -15,6 +15,7 @@ import {
15
15
  ListPlatformBranchesRequest,
16
16
  ListPlatformBranchesResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPlatformBranchesCommandInput
19
20
  extends ListPlatformBranchesRequest {}
20
21
  export interface ListPlatformBranchesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListPlatformVersionsRequest,
16
16
  ListPlatformVersionsResult,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListPlatformVersionsCommandInput
19
20
  extends ListPlatformVersionsRequest {}
20
21
  export interface ListPlatformVersionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceMessage,
16
16
  ResourceTagsDescriptionMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceMessage {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { RebuildEnvironmentMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RebuildEnvironmentCommandInput
16
17
  extends RebuildEnvironmentMessage {}
17
18
  export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { RequestEnvironmentInfoMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RequestEnvironmentInfoCommandInput
16
17
  extends RequestEnvironmentInfoMessage {}
17
18
  export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { RestartAppServerMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RestartAppServerCommandInput extends RestartAppServerMessage {}
16
17
  export interface RestartAppServerCommandOutput extends __MetadataBearer {}
17
18
  export declare class RestartAppServerCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  RetrieveEnvironmentInfoMessage,
16
16
  RetrieveEnvironmentInfoResultMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RetrieveEnvironmentInfoCommandInput
19
20
  extends RetrieveEnvironmentInfoMessage {}
20
21
  export interface RetrieveEnvironmentInfoCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { SwapEnvironmentCNAMEsMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SwapEnvironmentCNAMEsCommandInput
16
17
  extends SwapEnvironmentCNAMEsMessage {}
17
18
  export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  EnvironmentDescription,
16
16
  TerminateEnvironmentMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface TerminateEnvironmentCommandInput
19
20
  extends TerminateEnvironmentMessage {}
20
21
  export interface TerminateEnvironmentCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ApplicationDescriptionMessage,
16
16
  UpdateApplicationMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateApplicationCommandInput
19
20
  extends UpdateApplicationMessage {}
20
21
  export interface UpdateApplicationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ApplicationResourceLifecycleDescriptionMessage,
16
16
  UpdateApplicationResourceLifecycleMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateApplicationResourceLifecycleCommandInput
19
20
  extends UpdateApplicationResourceLifecycleMessage {}
20
21
  export interface UpdateApplicationResourceLifecycleCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ApplicationVersionDescriptionMessage,
16
16
  UpdateApplicationVersionMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateApplicationVersionCommandInput
19
20
  extends UpdateApplicationVersionMessage {}
20
21
  export interface UpdateApplicationVersionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ConfigurationSettingsDescription,
16
16
  UpdateConfigurationTemplateMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateConfigurationTemplateCommandInput
19
20
  extends UpdateConfigurationTemplateMessage {}
20
21
  export interface UpdateConfigurationTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  EnvironmentDescription,
16
16
  UpdateEnvironmentMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateEnvironmentCommandInput
19
20
  extends UpdateEnvironmentMessage {}
20
21
  export interface UpdateEnvironmentCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ElasticBeanstalkClient";
14
14
  import { UpdateTagsForResourceMessage } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateTagsForResourceCommandInput
16
17
  extends UpdateTagsForResourceMessage {}
17
18
  export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  ConfigurationSettingsValidationMessages,
16
16
  ValidateConfigurationSettingsMessage,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ValidateConfigurationSettingsCommandInput
19
20
  extends ValidateConfigurationSettingsMessage {}
20
21
  export interface ValidateConfigurationSettingsCommandOutput
@@ -1,7 +1,7 @@
1
- export * from "./ElasticBeanstalk";
2
1
  export * from "./ElasticBeanstalkClient";
2
+ export * from "./ElasticBeanstalk";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { ElasticBeanstalkServiceException } from "./models/ElasticBeanstalkServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class ElasticBeanstalkServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-beanstalk",
3
3
  "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.337.0",
55
+ "@aws-sdk/util-waiter": "3.341.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "fast-xml-parser": "4.1.2",