@aws-sdk/client-elastic-beanstalk 3.489.0 → 3.495.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.
- package/dist-cjs/ElasticBeanstalk.js +1 -105
- package/dist-cjs/ElasticBeanstalkClient.js +1 -43
- package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +1 -28
- package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +1 -28
- package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -28
- package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +1 -28
- package/dist-cjs/commands/ComposeEnvironmentsCommand.js +1 -28
- package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +1 -28
- package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/CreatePlatformVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateStorageLocationCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
- package/dist-cjs/commands/DeleteApplicationVersionCommand.js +1 -28
- package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeletePlatformVersionCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -28
- package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeApplicationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +1 -28
- package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +1 -28
- package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +1 -28
- package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +1 -28
- package/dist-cjs/commands/DescribeEnvironmentsCommand.js +1 -28
- package/dist-cjs/commands/DescribeEventsCommand.js +1 -28
- package/dist-cjs/commands/DescribeInstancesHealthCommand.js +1 -28
- package/dist-cjs/commands/DescribePlatformVersionCommand.js +1 -28
- package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -28
- package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +1 -28
- package/dist-cjs/commands/ListPlatformBranchesCommand.js +1 -28
- package/dist-cjs/commands/ListPlatformVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/RebuildEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +1 -28
- package/dist-cjs/commands/RestartAppServerCommand.js +1 -28
- package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +1 -28
- package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +1 -28
- package/dist-cjs/commands/TerminateEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +1 -28
- package/dist-cjs/commands/UpdateApplicationVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +1 -28
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
- package/dist-cjs/commands/UpdateTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -50
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +7229 -12
- package/dist-cjs/models/ElasticBeanstalkServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -378
- package/dist-cjs/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeEventsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListPlatformBranchesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPlatformVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_query.js +1 -5597
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -6
- package/dist-cjs/waiters/waitForEnvironmentExists.js +1 -61
- package/dist-cjs/waiters/waitForEnvironmentTerminated.js +1 -61
- package/dist-cjs/waiters/waitForEnvironmentUpdated.js +1 -61
- package/package.json +41 -41
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RetrieveEnvironmentInfoCommand = 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 RetrieveEnvironmentInfoCommand 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", "RetrieveEnvironmentInfo", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "RetrieveEnvironmentInfoCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_RetrieveEnvironmentInfoCommand)
|
|
25
|
-
.de(Aws_query_1.de_RetrieveEnvironmentInfoCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RetrieveEnvironmentInfoCommand = RetrieveEnvironmentInfoCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SwapEnvironmentCNAMEsCommand = 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 SwapEnvironmentCNAMEsCommand 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", "SwapEnvironmentCNAMEs", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "SwapEnvironmentCNAMEsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_SwapEnvironmentCNAMEsCommand)
|
|
25
|
-
.de(Aws_query_1.de_SwapEnvironmentCNAMEsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SwapEnvironmentCNAMEsCommand = SwapEnvironmentCNAMEsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TerminateEnvironmentCommand = 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 TerminateEnvironmentCommand 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", "TerminateEnvironment", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "TerminateEnvironmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_TerminateEnvironmentCommand)
|
|
25
|
-
.de(Aws_query_1.de_TerminateEnvironmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TerminateEnvironmentCommand = TerminateEnvironmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateApplicationCommand = 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 UpdateApplicationCommand 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", "UpdateApplication", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "UpdateApplicationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateApplicationCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateApplicationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateApplicationResourceLifecycleCommand = 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 UpdateApplicationResourceLifecycleCommand 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", "UpdateApplicationResourceLifecycle", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "UpdateApplicationResourceLifecycleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateApplicationResourceLifecycleCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateApplicationResourceLifecycleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateApplicationResourceLifecycleCommand = UpdateApplicationResourceLifecycleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateApplicationVersionCommand = 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 UpdateApplicationVersionCommand 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", "UpdateApplicationVersion", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "UpdateApplicationVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateApplicationVersionCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateApplicationVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateApplicationVersionCommand = UpdateApplicationVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateConfigurationTemplateCommand = 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 UpdateConfigurationTemplateCommand 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", "UpdateConfigurationTemplate", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "UpdateConfigurationTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateConfigurationTemplateCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateConfigurationTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateConfigurationTemplateCommand = UpdateConfigurationTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEnvironmentCommand = 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 UpdateEnvironmentCommand 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", "UpdateEnvironment", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "UpdateEnvironmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateEnvironmentCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateEnvironmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTagsForResourceCommand = 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 UpdateTagsForResourceCommand 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", "UpdateTagsForResource", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "UpdateTagsForResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_UpdateTagsForResourceCommand)
|
|
25
|
-
.de(Aws_query_1.de_UpdateTagsForResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateTagsForResourceCommand = UpdateTagsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValidateConfigurationSettingsCommand = 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 ValidateConfigurationSettingsCommand 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", "ValidateConfigurationSettings", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "ValidateConfigurationSettingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ValidateConfigurationSettingsCommand)
|
|
25
|
-
.de(Aws_query_1.de_ValidateConfigurationSettingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ValidateConfigurationSettingsCommand = ValidateConfigurationSettingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,50 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AbortEnvironmentUpdateCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ApplyEnvironmentManagedActionCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./AssociateEnvironmentOperationsRoleCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CheckDNSAvailabilityCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ComposeEnvironmentsCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateApplicationVersionCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateConfigurationTemplateCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateEnvironmentCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreatePlatformVersionCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateStorageLocationCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteApplicationCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteApplicationVersionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteConfigurationTemplateCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteEnvironmentConfigurationCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeletePlatformVersionCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeAccountAttributesCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeApplicationVersionsCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeApplicationsCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeConfigurationOptionsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DescribeConfigurationSettingsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DescribeEnvironmentHealthCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DescribeEnvironmentManagedActionHistoryCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DescribeEnvironmentManagedActionsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DescribeEnvironmentResourcesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DescribeEnvironmentsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DescribeInstancesHealthCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribePlatformVersionCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./DisassociateEnvironmentOperationsRoleCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListAvailableSolutionStacksCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListPlatformBranchesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListPlatformVersionsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./RebuildEnvironmentCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./RequestEnvironmentInfoCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./RestartAppServerCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./RetrieveEnvironmentInfoCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./SwapEnvironmentCNAMEsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./TerminateEnvironmentCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UpdateApplicationCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateApplicationResourceLifecycleCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./UpdateApplicationVersionCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./UpdateConfigurationTemplateCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./UpdateEnvironmentCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./UpdateTagsForResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ValidateConfigurationSettingsCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "elasticbeanstalk",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|