@aws-sdk/client-elastic-beanstalk 3.490.0 → 3.496.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 (69) hide show
  1. package/dist-cjs/ElasticBeanstalk.js +1 -105
  2. package/dist-cjs/ElasticBeanstalkClient.js +1 -43
  3. package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +1 -28
  4. package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +1 -28
  5. package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -28
  6. package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +1 -28
  7. package/dist-cjs/commands/ComposeEnvironmentsCommand.js +1 -28
  8. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  9. package/dist-cjs/commands/CreateApplicationVersionCommand.js +1 -28
  10. package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -28
  12. package/dist-cjs/commands/CreatePlatformVersionCommand.js +1 -28
  13. package/dist-cjs/commands/CreateStorageLocationCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteApplicationVersionCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +1 -28
  18. package/dist-cjs/commands/DeletePlatformVersionCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeApplicationsCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeEnvironmentsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeEventsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeInstancesHealthCommand.js +1 -28
  31. package/dist-cjs/commands/DescribePlatformVersionCommand.js +1 -28
  32. package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -28
  33. package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +1 -28
  34. package/dist-cjs/commands/ListPlatformBranchesCommand.js +1 -28
  35. package/dist-cjs/commands/ListPlatformVersionsCommand.js +1 -28
  36. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  37. package/dist-cjs/commands/RebuildEnvironmentCommand.js +1 -28
  38. package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +1 -28
  39. package/dist-cjs/commands/RestartAppServerCommand.js +1 -28
  40. package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +1 -28
  41. package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +1 -28
  42. package/dist-cjs/commands/TerminateEnvironmentCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateApplicationVersionCommand.js +1 -28
  46. package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +1 -28
  47. package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateTagsForResourceCommand.js +1 -28
  49. package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +1 -28
  50. package/dist-cjs/commands/index.js +1 -50
  51. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  52. package/dist-cjs/extensionConfiguration.js +1 -2
  53. package/dist-cjs/index.js +7231 -12
  54. package/dist-cjs/models/ElasticBeanstalkServiceException.js +1 -12
  55. package/dist-cjs/models/index.js +1 -4
  56. package/dist-cjs/models/models_0.js +1 -378
  57. package/dist-cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -7
  58. package/dist-cjs/pagination/DescribeEventsPaginator.js +1 -7
  59. package/dist-cjs/pagination/Interfaces.js +1 -2
  60. package/dist-cjs/pagination/ListPlatformBranchesPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListPlatformVersionsPaginator.js +1 -7
  62. package/dist-cjs/pagination/index.js +1 -8
  63. package/dist-cjs/protocols/Aws_query.js +1 -5597
  64. package/dist-cjs/runtimeExtensions.js +1 -22
  65. package/dist-cjs/waiters/index.js +1 -6
  66. package/dist-cjs/waiters/waitForEnvironmentExists.js +1 -61
  67. package/dist-cjs/waiters/waitForEnvironmentTerminated.js +1 -61
  68. package/dist-cjs/waiters/waitForEnvironmentUpdated.js +1 -61
  69. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountAttributesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeAccountAttributesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeAccountAttributes", {})
22
- .n("ElasticBeanstalkClient", "DescribeAccountAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeAccountAttributesCommand)
25
- .de(Aws_query_1.de_DescribeAccountAttributesCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccountAttributesCommand = DescribeAccountAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeApplicationVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeApplicationVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeApplicationVersions", {})
22
- .n("ElasticBeanstalkClient", "DescribeApplicationVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeApplicationVersionsCommand)
25
- .de(Aws_query_1.de_DescribeApplicationVersionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeApplicationVersionsCommand = DescribeApplicationVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeApplicationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeApplicationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeApplications", {})
22
- .n("ElasticBeanstalkClient", "DescribeApplicationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeApplicationsCommand)
25
- .de(Aws_query_1.de_DescribeApplicationsCommand)
26
- .build() {
27
- }
28
- exports.DescribeApplicationsCommand = DescribeApplicationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConfigurationOptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeConfigurationOptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeConfigurationOptions", {})
22
- .n("ElasticBeanstalkClient", "DescribeConfigurationOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeConfigurationOptionsCommand)
25
- .de(Aws_query_1.de_DescribeConfigurationOptionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeConfigurationOptionsCommand = DescribeConfigurationOptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConfigurationSettingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeConfigurationSettingsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeConfigurationSettings", {})
22
- .n("ElasticBeanstalkClient", "DescribeConfigurationSettingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeConfigurationSettingsCommand)
25
- .de(Aws_query_1.de_DescribeConfigurationSettingsCommand)
26
- .build() {
27
- }
28
- exports.DescribeConfigurationSettingsCommand = DescribeConfigurationSettingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentHealthCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEnvironmentHealthCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentHealth", {})
22
- .n("ElasticBeanstalkClient", "DescribeEnvironmentHealthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEnvironmentHealthCommand)
25
- .de(Aws_query_1.de_DescribeEnvironmentHealthCommand)
26
- .build() {
27
- }
28
- exports.DescribeEnvironmentHealthCommand = DescribeEnvironmentHealthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentManagedActionHistoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEnvironmentManagedActionHistoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActionHistory", {})
22
- .n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionHistoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEnvironmentManagedActionHistoryCommand)
25
- .de(Aws_query_1.de_DescribeEnvironmentManagedActionHistoryCommand)
26
- .build() {
27
- }
28
- exports.DescribeEnvironmentManagedActionHistoryCommand = DescribeEnvironmentManagedActionHistoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentManagedActionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEnvironmentManagedActionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActions", {})
22
- .n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEnvironmentManagedActionsCommand)
25
- .de(Aws_query_1.de_DescribeEnvironmentManagedActionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeEnvironmentManagedActionsCommand = DescribeEnvironmentManagedActionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentResourcesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEnvironmentResourcesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeEnvironmentResources", {})
22
- .n("ElasticBeanstalkClient", "DescribeEnvironmentResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEnvironmentResourcesCommand)
25
- .de(Aws_query_1.de_DescribeEnvironmentResourcesCommand)
26
- .build() {
27
- }
28
- exports.DescribeEnvironmentResourcesCommand = DescribeEnvironmentResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEnvironmentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEnvironmentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeEnvironments", {})
22
- .n("ElasticBeanstalkClient", "DescribeEnvironmentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEnvironmentsCommand)
25
- .de(Aws_query_1.de_DescribeEnvironmentsCommand)
26
- .build() {
27
- }
28
- exports.DescribeEnvironmentsCommand = DescribeEnvironmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeEventsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeEvents", {})
22
- .n("ElasticBeanstalkClient", "DescribeEventsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeEventsCommand)
25
- .de(Aws_query_1.de_DescribeEventsCommand)
26
- .build() {
27
- }
28
- exports.DescribeEventsCommand = DescribeEventsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInstancesHealthCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribeInstancesHealthCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribeInstancesHealth", {})
22
- .n("ElasticBeanstalkClient", "DescribeInstancesHealthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribeInstancesHealthCommand)
25
- .de(Aws_query_1.de_DescribeInstancesHealthCommand)
26
- .build() {
27
- }
28
- exports.DescribeInstancesHealthCommand = DescribeInstancesHealthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePlatformVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DescribePlatformVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DescribePlatformVersion", {})
22
- .n("ElasticBeanstalkClient", "DescribePlatformVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DescribePlatformVersionCommand)
25
- .de(Aws_query_1.de_DescribePlatformVersionCommand)
26
- .build() {
27
- }
28
- exports.DescribePlatformVersionCommand = DescribePlatformVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateEnvironmentOperationsRoleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class DisassociateEnvironmentOperationsRoleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "DisassociateEnvironmentOperationsRole", {})
22
- .n("ElasticBeanstalkClient", "DisassociateEnvironmentOperationsRoleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_DisassociateEnvironmentOperationsRoleCommand)
25
- .de(Aws_query_1.de_DisassociateEnvironmentOperationsRoleCommand)
26
- .build() {
27
- }
28
- exports.DisassociateEnvironmentOperationsRoleCommand = DisassociateEnvironmentOperationsRoleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAvailableSolutionStacksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListAvailableSolutionStacksCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "ListAvailableSolutionStacks", {})
22
- .n("ElasticBeanstalkClient", "ListAvailableSolutionStacksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListAvailableSolutionStacksCommand)
25
- .de(Aws_query_1.de_ListAvailableSolutionStacksCommand)
26
- .build() {
27
- }
28
- exports.ListAvailableSolutionStacksCommand = ListAvailableSolutionStacksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPlatformBranchesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListPlatformBranchesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "ListPlatformBranches", {})
22
- .n("ElasticBeanstalkClient", "ListPlatformBranchesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListPlatformBranchesCommand)
25
- .de(Aws_query_1.de_ListPlatformBranchesCommand)
26
- .build() {
27
- }
28
- exports.ListPlatformBranchesCommand = ListPlatformBranchesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPlatformVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListPlatformVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "ListPlatformVersions", {})
22
- .n("ElasticBeanstalkClient", "ListPlatformVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListPlatformVersionsCommand)
25
- .de(Aws_query_1.de_ListPlatformVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListPlatformVersionsCommand = ListPlatformVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "ListTagsForResource", {})
22
- .n("ElasticBeanstalkClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_ListTagsForResourceCommand)
25
- .de(Aws_query_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RebuildEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class RebuildEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "RebuildEnvironment", {})
22
- .n("ElasticBeanstalkClient", "RebuildEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RebuildEnvironmentCommand)
25
- .de(Aws_query_1.de_RebuildEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.RebuildEnvironmentCommand = RebuildEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RequestEnvironmentInfoCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class RequestEnvironmentInfoCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "RequestEnvironmentInfo", {})
22
- .n("ElasticBeanstalkClient", "RequestEnvironmentInfoCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RequestEnvironmentInfoCommand)
25
- .de(Aws_query_1.de_RequestEnvironmentInfoCommand)
26
- .build() {
27
- }
28
- exports.RequestEnvironmentInfoCommand = RequestEnvironmentInfoCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestartAppServerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_query_1 = require("../protocols/Aws_query");
10
- class RestartAppServerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSElasticBeanstalkService", "RestartAppServer", {})
22
- .n("ElasticBeanstalkClient", "RestartAppServerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_query_1.se_RestartAppServerCommand)
25
- .de(Aws_query_1.de_RestartAppServerCommand)
26
- .build() {
27
- }
28
- exports.RestartAppServerCommand = RestartAppServerCommand;
1
+ module.exports = require("../index.js");