@aws-sdk/client-elastic-beanstalk 3.54.1 → 3.55.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/CHANGELOG.md +8 -0
- package/dist-cjs/ElasticBeanstalkClient.js +13 -13
- package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +3 -3
- package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +3 -3
- package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +3 -3
- package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +3 -3
- package/dist-cjs/commands/ComposeEnvironmentsCommand.js +3 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +3 -3
- package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/CreatePlatformVersionCommand.js +3 -3
- package/dist-cjs/commands/CreateStorageLocationCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist-cjs/commands/DeleteApplicationVersionCommand.js +3 -3
- package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeletePlatformVersionCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeApplicationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +3 -3
- package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +3 -3
- package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +3 -3
- package/dist-cjs/commands/DescribeEnvironmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeInstancesHealthCommand.js +3 -3
- package/dist-cjs/commands/DescribePlatformVersionCommand.js +3 -3
- package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +3 -3
- package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +3 -3
- package/dist-cjs/commands/ListPlatformBranchesCommand.js +3 -3
- package/dist-cjs/commands/ListPlatformVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/RebuildEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +3 -3
- package/dist-cjs/commands/RestartAppServerCommand.js +3 -3
- package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +3 -3
- package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +3 -3
- package/dist-cjs/commands/TerminateEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +3 -3
- package/dist-cjs/commands/UpdateApplicationVersionCommand.js +3 -3
- package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +359 -359
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForEnvironmentExists.js +3 -3
- package/dist-cjs/waiters/waitForEnvironmentTerminated.js +3 -3
- package/dist-cjs/waiters/waitForEnvironmentUpdated.js +3 -3
- package/dist-es/ElasticBeanstalk.js +47 -47
- package/dist-es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
- package/dist-es/pagination/ListPlatformBranchesPaginator.js +4 -4
- package/dist-es/pagination/ListPlatformVersionsPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +56 -56
- package/dist-es/waiters/waitForEnvironmentExists.js +2 -2
- package/dist-es/waiters/waitForEnvironmentTerminated.js +2 -2
- package/dist-es/waiters/waitForEnvironmentUpdated.js +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +35 -35
|
@@ -11,7 +11,7 @@ class DescribeEnvironmentsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class DescribeEnvironmentsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeEnvironmentsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeEnvironmentsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeEnvironmentsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeEnvironmentsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeEnvironmentsCommand = DescribeEnvironmentsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeEventsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class DescribeEventsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeEventsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeEventsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeEventsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeEventsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
@@ -11,7 +11,7 @@ class DescribeInstancesHealthCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class DescribeInstancesHealthCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribeInstancesHealthCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribeInstancesHealthCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribeInstancesHealthCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeInstancesHealthCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribeInstancesHealthCommand = DescribeInstancesHealthCommand;
|
|
@@ -11,7 +11,7 @@ class DescribePlatformVersionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class DescribePlatformVersionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDescribePlatformVersionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDescribePlatformVersionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDescribePlatformVersionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDescribePlatformVersionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DescribePlatformVersionCommand = DescribePlatformVersionCommand;
|
|
@@ -11,7 +11,7 @@ class DisassociateEnvironmentOperationsRoleCommand extends smithy_client_1.Comma
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class DisassociateEnvironmentOperationsRoleCommand extends smithy_client_1.Comma
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryDisassociateEnvironmentOperationsRoleCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryDisassociateEnvironmentOperationsRoleCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.DisassociateEnvironmentOperationsRoleCommand = DisassociateEnvironmentOperationsRoleCommand;
|
|
@@ -11,7 +11,7 @@ class ListAvailableSolutionStacksCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class ListAvailableSolutionStacksCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryListAvailableSolutionStacksCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryListAvailableSolutionStacksCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryListAvailableSolutionStacksCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryListAvailableSolutionStacksCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListAvailableSolutionStacksCommand = ListAvailableSolutionStacksCommand;
|
|
@@ -11,7 +11,7 @@ class ListPlatformBranchesCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class ListPlatformBranchesCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryListPlatformBranchesCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryListPlatformBranchesCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryListPlatformBranchesCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryListPlatformBranchesCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListPlatformBranchesCommand = ListPlatformBranchesCommand;
|
|
@@ -11,7 +11,7 @@ class ListPlatformVersionsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class ListPlatformVersionsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryListPlatformVersionsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryListPlatformVersionsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryListPlatformVersionsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryListPlatformVersionsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListPlatformVersionsCommand = ListPlatformVersionsCommand;
|
|
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryListTagsForResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryListTagsForResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryListTagsForResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryListTagsForResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -11,7 +11,7 @@ class RebuildEnvironmentCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class RebuildEnvironmentCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRebuildEnvironmentCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRebuildEnvironmentCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRebuildEnvironmentCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRebuildEnvironmentCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RebuildEnvironmentCommand = RebuildEnvironmentCommand;
|
|
@@ -11,7 +11,7 @@ class RequestEnvironmentInfoCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class RequestEnvironmentInfoCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRequestEnvironmentInfoCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRequestEnvironmentInfoCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRequestEnvironmentInfoCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRequestEnvironmentInfoCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RequestEnvironmentInfoCommand = RequestEnvironmentInfoCommand;
|
|
@@ -11,7 +11,7 @@ class RestartAppServerCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class RestartAppServerCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRestartAppServerCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRestartAppServerCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRestartAppServerCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRestartAppServerCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RestartAppServerCommand = RestartAppServerCommand;
|
|
@@ -11,7 +11,7 @@ class RetrieveEnvironmentInfoCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class RetrieveEnvironmentInfoCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRetrieveEnvironmentInfoCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRetrieveEnvironmentInfoCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRetrieveEnvironmentInfoCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRetrieveEnvironmentInfoCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RetrieveEnvironmentInfoCommand = RetrieveEnvironmentInfoCommand;
|
|
@@ -11,7 +11,7 @@ class SwapEnvironmentCNAMEsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class SwapEnvironmentCNAMEsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_querySwapEnvironmentCNAMEsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_querySwapEnvironmentCNAMEsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_querySwapEnvironmentCNAMEsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_querySwapEnvironmentCNAMEsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.SwapEnvironmentCNAMEsCommand = SwapEnvironmentCNAMEsCommand;
|
|
@@ -11,7 +11,7 @@ class TerminateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class TerminateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryTerminateEnvironmentCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryTerminateEnvironmentCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryTerminateEnvironmentCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryTerminateEnvironmentCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.TerminateEnvironmentCommand = TerminateEnvironmentCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryUpdateApplicationCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryUpdateApplicationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryUpdateApplicationCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryUpdateApplicationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateApplicationResourceLifecycleCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class UpdateApplicationResourceLifecycleCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryUpdateApplicationResourceLifecycleCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryUpdateApplicationResourceLifecycleCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryUpdateApplicationResourceLifecycleCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryUpdateApplicationResourceLifecycleCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateApplicationResourceLifecycleCommand = UpdateApplicationResourceLifecycleCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateApplicationVersionCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class UpdateApplicationVersionCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryUpdateApplicationVersionCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryUpdateApplicationVersionCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryUpdateApplicationVersionCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryUpdateApplicationVersionCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateApplicationVersionCommand = UpdateApplicationVersionCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateConfigurationTemplateCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class UpdateConfigurationTemplateCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryUpdateConfigurationTemplateCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryUpdateConfigurationTemplateCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryUpdateConfigurationTemplateCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryUpdateConfigurationTemplateCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateConfigurationTemplateCommand = UpdateConfigurationTemplateCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryUpdateEnvironmentCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryUpdateEnvironmentCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryUpdateEnvironmentCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryUpdateEnvironmentCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
@@ -11,7 +11,7 @@ class UpdateTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class UpdateTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryUpdateTagsForResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryUpdateTagsForResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryUpdateTagsForResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryUpdateTagsForResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.UpdateTagsForResourceCommand = UpdateTagsForResourceCommand;
|
|
@@ -11,7 +11,7 @@ class ValidateConfigurationSettingsCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElasticBeanstalkClient";
|
|
@@ -27,10 +27,10 @@ class ValidateConfigurationSettingsCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryValidateConfigurationSettingsCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryValidateConfigurationSettingsCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryValidateConfigurationSettingsCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryValidateConfigurationSettingsCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ValidateConfigurationSettingsCommand = ValidateConfigurationSettingsCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -177,7 +177,7 @@ const partitionHash = {
|
|
|
177
177
|
],
|
|
178
178
|
},
|
|
179
179
|
};
|
|
180
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
180
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
181
181
|
...options,
|
|
182
182
|
signingService: "elasticbeanstalk",
|
|
183
183
|
regionHash,
|