@aws-sdk/client-elastic-beanstalk 3.337.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
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticBeanstalkClient = void 0;
3
+ exports.ElasticBeanstalkClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class ElasticBeanstalkClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AbortEnvironmentUpdateCommand = void 0;
3
+ exports.AbortEnvironmentUpdateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class AbortEnvironmentUpdateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplyEnvironmentManagedActionCommand = void 0;
3
+ exports.ApplyEnvironmentManagedActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ApplyEnvironmentManagedActionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateEnvironmentOperationsRoleCommand = void 0;
3
+ exports.AssociateEnvironmentOperationsRoleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class AssociateEnvironmentOperationsRoleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckDNSAvailabilityCommand = void 0;
3
+ exports.CheckDNSAvailabilityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CheckDNSAvailabilityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ComposeEnvironmentsCommand = void 0;
3
+ exports.ComposeEnvironmentsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ComposeEnvironmentsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = void 0;
3
+ exports.CreateApplicationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateApplicationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationVersionCommand = void 0;
3
+ exports.CreateApplicationVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateApplicationVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfigurationTemplateCommand = void 0;
3
+ exports.CreateConfigurationTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateConfigurationTemplateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEnvironmentCommand = void 0;
3
+ exports.CreateEnvironmentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateEnvironmentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePlatformVersionCommand = void 0;
3
+ exports.CreatePlatformVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreatePlatformVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateStorageLocationCommand = void 0;
3
+ exports.CreateStorageLocationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class CreateStorageLocationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationCommand = void 0;
3
+ exports.DeleteApplicationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteApplicationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationVersionCommand = void 0;
3
+ exports.DeleteApplicationVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteApplicationVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConfigurationTemplateCommand = void 0;
3
+ exports.DeleteConfigurationTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteConfigurationTemplateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEnvironmentConfigurationCommand = void 0;
3
+ exports.DeleteEnvironmentConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeleteEnvironmentConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePlatformVersionCommand = void 0;
3
+ exports.DeletePlatformVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DeletePlatformVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountAttributesCommand = void 0;
3
+ exports.DescribeAccountAttributesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeAccountAttributesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeApplicationVersionsCommand = void 0;
3
+ exports.DescribeApplicationVersionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeApplicationVersionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeApplicationsCommand = void 0;
3
+ exports.DescribeApplicationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeApplicationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConfigurationOptionsCommand = void 0;
3
+ exports.DescribeConfigurationOptionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeConfigurationOptionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConfigurationSettingsCommand = void 0;
3
+ exports.DescribeConfigurationSettingsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeConfigurationSettingsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentHealthCommand = void 0;
3
+ exports.DescribeEnvironmentHealthCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEnvironmentHealthCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentManagedActionHistoryCommand = void 0;
3
+ exports.DescribeEnvironmentManagedActionHistoryCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEnvironmentManagedActionHistoryCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentManagedActionsCommand = void 0;
3
+ exports.DescribeEnvironmentManagedActionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEnvironmentManagedActionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentResourcesCommand = void 0;
3
+ exports.DescribeEnvironmentResourcesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEnvironmentResourcesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentsCommand = void 0;
3
+ exports.DescribeEnvironmentsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEnvironmentsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventsCommand = void 0;
3
+ exports.DescribeEventsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeEventsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInstancesHealthCommand = void 0;
3
+ exports.DescribeInstancesHealthCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribeInstancesHealthCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePlatformVersionCommand = void 0;
3
+ exports.DescribePlatformVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DescribePlatformVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateEnvironmentOperationsRoleCommand = void 0;
3
+ exports.DisassociateEnvironmentOperationsRoleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class DisassociateEnvironmentOperationsRoleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAvailableSolutionStacksCommand = void 0;
3
+ exports.ListAvailableSolutionStacksCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListAvailableSolutionStacksCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPlatformBranchesCommand = void 0;
3
+ exports.ListPlatformBranchesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListPlatformBranchesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPlatformVersionsCommand = void 0;
3
+ exports.ListPlatformVersionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListPlatformVersionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RebuildEnvironmentCommand = void 0;
3
+ exports.RebuildEnvironmentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class RebuildEnvironmentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RequestEnvironmentInfoCommand = void 0;
3
+ exports.RequestEnvironmentInfoCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class RequestEnvironmentInfoCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestartAppServerCommand = void 0;
3
+ exports.RestartAppServerCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class RestartAppServerCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RetrieveEnvironmentInfoCommand = void 0;
3
+ exports.RetrieveEnvironmentInfoCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class RetrieveEnvironmentInfoCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SwapEnvironmentCNAMEsCommand = void 0;
3
+ exports.SwapEnvironmentCNAMEsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class SwapEnvironmentCNAMEsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TerminateEnvironmentCommand = void 0;
3
+ exports.TerminateEnvironmentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class TerminateEnvironmentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationCommand = void 0;
3
+ exports.UpdateApplicationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateApplicationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationResourceLifecycleCommand = void 0;
3
+ exports.UpdateApplicationResourceLifecycleCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateApplicationResourceLifecycleCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationVersionCommand = void 0;
3
+ exports.UpdateApplicationVersionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateApplicationVersionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfigurationTemplateCommand = void 0;
3
+ exports.UpdateConfigurationTemplateCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateConfigurationTemplateCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateEnvironmentCommand = void 0;
3
+ exports.UpdateEnvironmentCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_query_1 = require("../protocols/Aws_query");
8
9
  class UpdateEnvironmentCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {