@aws-sdk/client-elastic-beanstalk 3.490.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,105 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ElasticBeanstalk = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AbortEnvironmentUpdateCommand_1 = require("./commands/AbortEnvironmentUpdateCommand");
|
|
6
|
-
const ApplyEnvironmentManagedActionCommand_1 = require("./commands/ApplyEnvironmentManagedActionCommand");
|
|
7
|
-
const AssociateEnvironmentOperationsRoleCommand_1 = require("./commands/AssociateEnvironmentOperationsRoleCommand");
|
|
8
|
-
const CheckDNSAvailabilityCommand_1 = require("./commands/CheckDNSAvailabilityCommand");
|
|
9
|
-
const ComposeEnvironmentsCommand_1 = require("./commands/ComposeEnvironmentsCommand");
|
|
10
|
-
const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
|
|
11
|
-
const CreateApplicationVersionCommand_1 = require("./commands/CreateApplicationVersionCommand");
|
|
12
|
-
const CreateConfigurationTemplateCommand_1 = require("./commands/CreateConfigurationTemplateCommand");
|
|
13
|
-
const CreateEnvironmentCommand_1 = require("./commands/CreateEnvironmentCommand");
|
|
14
|
-
const CreatePlatformVersionCommand_1 = require("./commands/CreatePlatformVersionCommand");
|
|
15
|
-
const CreateStorageLocationCommand_1 = require("./commands/CreateStorageLocationCommand");
|
|
16
|
-
const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
|
|
17
|
-
const DeleteApplicationVersionCommand_1 = require("./commands/DeleteApplicationVersionCommand");
|
|
18
|
-
const DeleteConfigurationTemplateCommand_1 = require("./commands/DeleteConfigurationTemplateCommand");
|
|
19
|
-
const DeleteEnvironmentConfigurationCommand_1 = require("./commands/DeleteEnvironmentConfigurationCommand");
|
|
20
|
-
const DeletePlatformVersionCommand_1 = require("./commands/DeletePlatformVersionCommand");
|
|
21
|
-
const DescribeAccountAttributesCommand_1 = require("./commands/DescribeAccountAttributesCommand");
|
|
22
|
-
const DescribeApplicationsCommand_1 = require("./commands/DescribeApplicationsCommand");
|
|
23
|
-
const DescribeApplicationVersionsCommand_1 = require("./commands/DescribeApplicationVersionsCommand");
|
|
24
|
-
const DescribeConfigurationOptionsCommand_1 = require("./commands/DescribeConfigurationOptionsCommand");
|
|
25
|
-
const DescribeConfigurationSettingsCommand_1 = require("./commands/DescribeConfigurationSettingsCommand");
|
|
26
|
-
const DescribeEnvironmentHealthCommand_1 = require("./commands/DescribeEnvironmentHealthCommand");
|
|
27
|
-
const DescribeEnvironmentManagedActionHistoryCommand_1 = require("./commands/DescribeEnvironmentManagedActionHistoryCommand");
|
|
28
|
-
const DescribeEnvironmentManagedActionsCommand_1 = require("./commands/DescribeEnvironmentManagedActionsCommand");
|
|
29
|
-
const DescribeEnvironmentResourcesCommand_1 = require("./commands/DescribeEnvironmentResourcesCommand");
|
|
30
|
-
const DescribeEnvironmentsCommand_1 = require("./commands/DescribeEnvironmentsCommand");
|
|
31
|
-
const DescribeEventsCommand_1 = require("./commands/DescribeEventsCommand");
|
|
32
|
-
const DescribeInstancesHealthCommand_1 = require("./commands/DescribeInstancesHealthCommand");
|
|
33
|
-
const DescribePlatformVersionCommand_1 = require("./commands/DescribePlatformVersionCommand");
|
|
34
|
-
const DisassociateEnvironmentOperationsRoleCommand_1 = require("./commands/DisassociateEnvironmentOperationsRoleCommand");
|
|
35
|
-
const ListAvailableSolutionStacksCommand_1 = require("./commands/ListAvailableSolutionStacksCommand");
|
|
36
|
-
const ListPlatformBranchesCommand_1 = require("./commands/ListPlatformBranchesCommand");
|
|
37
|
-
const ListPlatformVersionsCommand_1 = require("./commands/ListPlatformVersionsCommand");
|
|
38
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
39
|
-
const RebuildEnvironmentCommand_1 = require("./commands/RebuildEnvironmentCommand");
|
|
40
|
-
const RequestEnvironmentInfoCommand_1 = require("./commands/RequestEnvironmentInfoCommand");
|
|
41
|
-
const RestartAppServerCommand_1 = require("./commands/RestartAppServerCommand");
|
|
42
|
-
const RetrieveEnvironmentInfoCommand_1 = require("./commands/RetrieveEnvironmentInfoCommand");
|
|
43
|
-
const SwapEnvironmentCNAMEsCommand_1 = require("./commands/SwapEnvironmentCNAMEsCommand");
|
|
44
|
-
const TerminateEnvironmentCommand_1 = require("./commands/TerminateEnvironmentCommand");
|
|
45
|
-
const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
|
|
46
|
-
const UpdateApplicationResourceLifecycleCommand_1 = require("./commands/UpdateApplicationResourceLifecycleCommand");
|
|
47
|
-
const UpdateApplicationVersionCommand_1 = require("./commands/UpdateApplicationVersionCommand");
|
|
48
|
-
const UpdateConfigurationTemplateCommand_1 = require("./commands/UpdateConfigurationTemplateCommand");
|
|
49
|
-
const UpdateEnvironmentCommand_1 = require("./commands/UpdateEnvironmentCommand");
|
|
50
|
-
const UpdateTagsForResourceCommand_1 = require("./commands/UpdateTagsForResourceCommand");
|
|
51
|
-
const ValidateConfigurationSettingsCommand_1 = require("./commands/ValidateConfigurationSettingsCommand");
|
|
52
|
-
const ElasticBeanstalkClient_1 = require("./ElasticBeanstalkClient");
|
|
53
|
-
const commands = {
|
|
54
|
-
AbortEnvironmentUpdateCommand: AbortEnvironmentUpdateCommand_1.AbortEnvironmentUpdateCommand,
|
|
55
|
-
ApplyEnvironmentManagedActionCommand: ApplyEnvironmentManagedActionCommand_1.ApplyEnvironmentManagedActionCommand,
|
|
56
|
-
AssociateEnvironmentOperationsRoleCommand: AssociateEnvironmentOperationsRoleCommand_1.AssociateEnvironmentOperationsRoleCommand,
|
|
57
|
-
CheckDNSAvailabilityCommand: CheckDNSAvailabilityCommand_1.CheckDNSAvailabilityCommand,
|
|
58
|
-
ComposeEnvironmentsCommand: ComposeEnvironmentsCommand_1.ComposeEnvironmentsCommand,
|
|
59
|
-
CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
|
|
60
|
-
CreateApplicationVersionCommand: CreateApplicationVersionCommand_1.CreateApplicationVersionCommand,
|
|
61
|
-
CreateConfigurationTemplateCommand: CreateConfigurationTemplateCommand_1.CreateConfigurationTemplateCommand,
|
|
62
|
-
CreateEnvironmentCommand: CreateEnvironmentCommand_1.CreateEnvironmentCommand,
|
|
63
|
-
CreatePlatformVersionCommand: CreatePlatformVersionCommand_1.CreatePlatformVersionCommand,
|
|
64
|
-
CreateStorageLocationCommand: CreateStorageLocationCommand_1.CreateStorageLocationCommand,
|
|
65
|
-
DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
|
|
66
|
-
DeleteApplicationVersionCommand: DeleteApplicationVersionCommand_1.DeleteApplicationVersionCommand,
|
|
67
|
-
DeleteConfigurationTemplateCommand: DeleteConfigurationTemplateCommand_1.DeleteConfigurationTemplateCommand,
|
|
68
|
-
DeleteEnvironmentConfigurationCommand: DeleteEnvironmentConfigurationCommand_1.DeleteEnvironmentConfigurationCommand,
|
|
69
|
-
DeletePlatformVersionCommand: DeletePlatformVersionCommand_1.DeletePlatformVersionCommand,
|
|
70
|
-
DescribeAccountAttributesCommand: DescribeAccountAttributesCommand_1.DescribeAccountAttributesCommand,
|
|
71
|
-
DescribeApplicationsCommand: DescribeApplicationsCommand_1.DescribeApplicationsCommand,
|
|
72
|
-
DescribeApplicationVersionsCommand: DescribeApplicationVersionsCommand_1.DescribeApplicationVersionsCommand,
|
|
73
|
-
DescribeConfigurationOptionsCommand: DescribeConfigurationOptionsCommand_1.DescribeConfigurationOptionsCommand,
|
|
74
|
-
DescribeConfigurationSettingsCommand: DescribeConfigurationSettingsCommand_1.DescribeConfigurationSettingsCommand,
|
|
75
|
-
DescribeEnvironmentHealthCommand: DescribeEnvironmentHealthCommand_1.DescribeEnvironmentHealthCommand,
|
|
76
|
-
DescribeEnvironmentManagedActionHistoryCommand: DescribeEnvironmentManagedActionHistoryCommand_1.DescribeEnvironmentManagedActionHistoryCommand,
|
|
77
|
-
DescribeEnvironmentManagedActionsCommand: DescribeEnvironmentManagedActionsCommand_1.DescribeEnvironmentManagedActionsCommand,
|
|
78
|
-
DescribeEnvironmentResourcesCommand: DescribeEnvironmentResourcesCommand_1.DescribeEnvironmentResourcesCommand,
|
|
79
|
-
DescribeEnvironmentsCommand: DescribeEnvironmentsCommand_1.DescribeEnvironmentsCommand,
|
|
80
|
-
DescribeEventsCommand: DescribeEventsCommand_1.DescribeEventsCommand,
|
|
81
|
-
DescribeInstancesHealthCommand: DescribeInstancesHealthCommand_1.DescribeInstancesHealthCommand,
|
|
82
|
-
DescribePlatformVersionCommand: DescribePlatformVersionCommand_1.DescribePlatformVersionCommand,
|
|
83
|
-
DisassociateEnvironmentOperationsRoleCommand: DisassociateEnvironmentOperationsRoleCommand_1.DisassociateEnvironmentOperationsRoleCommand,
|
|
84
|
-
ListAvailableSolutionStacksCommand: ListAvailableSolutionStacksCommand_1.ListAvailableSolutionStacksCommand,
|
|
85
|
-
ListPlatformBranchesCommand: ListPlatformBranchesCommand_1.ListPlatformBranchesCommand,
|
|
86
|
-
ListPlatformVersionsCommand: ListPlatformVersionsCommand_1.ListPlatformVersionsCommand,
|
|
87
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
88
|
-
RebuildEnvironmentCommand: RebuildEnvironmentCommand_1.RebuildEnvironmentCommand,
|
|
89
|
-
RequestEnvironmentInfoCommand: RequestEnvironmentInfoCommand_1.RequestEnvironmentInfoCommand,
|
|
90
|
-
RestartAppServerCommand: RestartAppServerCommand_1.RestartAppServerCommand,
|
|
91
|
-
RetrieveEnvironmentInfoCommand: RetrieveEnvironmentInfoCommand_1.RetrieveEnvironmentInfoCommand,
|
|
92
|
-
SwapEnvironmentCNAMEsCommand: SwapEnvironmentCNAMEsCommand_1.SwapEnvironmentCNAMEsCommand,
|
|
93
|
-
TerminateEnvironmentCommand: TerminateEnvironmentCommand_1.TerminateEnvironmentCommand,
|
|
94
|
-
UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
|
|
95
|
-
UpdateApplicationResourceLifecycleCommand: UpdateApplicationResourceLifecycleCommand_1.UpdateApplicationResourceLifecycleCommand,
|
|
96
|
-
UpdateApplicationVersionCommand: UpdateApplicationVersionCommand_1.UpdateApplicationVersionCommand,
|
|
97
|
-
UpdateConfigurationTemplateCommand: UpdateConfigurationTemplateCommand_1.UpdateConfigurationTemplateCommand,
|
|
98
|
-
UpdateEnvironmentCommand: UpdateEnvironmentCommand_1.UpdateEnvironmentCommand,
|
|
99
|
-
UpdateTagsForResourceCommand: UpdateTagsForResourceCommand_1.UpdateTagsForResourceCommand,
|
|
100
|
-
ValidateConfigurationSettingsCommand: ValidateConfigurationSettingsCommand_1.ValidateConfigurationSettingsCommand,
|
|
101
|
-
};
|
|
102
|
-
class ElasticBeanstalk extends ElasticBeanstalkClient_1.ElasticBeanstalkClient {
|
|
103
|
-
}
|
|
104
|
-
exports.ElasticBeanstalk = ElasticBeanstalk;
|
|
105
|
-
(0, smithy_client_1.createAggregatedClient)(commands, ElasticBeanstalk);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ElasticBeanstalkClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ElasticBeanstalkClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ElasticBeanstalkClient = ElasticBeanstalkClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AbortEnvironmentUpdateCommand = 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 AbortEnvironmentUpdateCommand 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", "AbortEnvironmentUpdate", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "AbortEnvironmentUpdateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_AbortEnvironmentUpdateCommand)
|
|
25
|
-
.de(Aws_query_1.de_AbortEnvironmentUpdateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AbortEnvironmentUpdateCommand = AbortEnvironmentUpdateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApplyEnvironmentManagedActionCommand = 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 ApplyEnvironmentManagedActionCommand 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", "ApplyEnvironmentManagedAction", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "ApplyEnvironmentManagedActionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ApplyEnvironmentManagedActionCommand)
|
|
25
|
-
.de(Aws_query_1.de_ApplyEnvironmentManagedActionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ApplyEnvironmentManagedActionCommand = ApplyEnvironmentManagedActionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateEnvironmentOperationsRoleCommand = 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 AssociateEnvironmentOperationsRoleCommand 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", "AssociateEnvironmentOperationsRole", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "AssociateEnvironmentOperationsRoleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_AssociateEnvironmentOperationsRoleCommand)
|
|
25
|
-
.de(Aws_query_1.de_AssociateEnvironmentOperationsRoleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateEnvironmentOperationsRoleCommand = AssociateEnvironmentOperationsRoleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckDNSAvailabilityCommand = 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 CheckDNSAvailabilityCommand 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", "CheckDNSAvailability", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "CheckDNSAvailabilityCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CheckDNSAvailabilityCommand)
|
|
25
|
-
.de(Aws_query_1.de_CheckDNSAvailabilityCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CheckDNSAvailabilityCommand = CheckDNSAvailabilityCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ComposeEnvironmentsCommand = 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 ComposeEnvironmentsCommand 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", "ComposeEnvironments", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "ComposeEnvironmentsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_ComposeEnvironmentsCommand)
|
|
25
|
-
.de(Aws_query_1.de_ComposeEnvironmentsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ComposeEnvironmentsCommand = ComposeEnvironmentsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateApplicationCommand = 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 CreateApplicationCommand 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", "CreateApplication", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "CreateApplicationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateApplicationCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateApplicationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateApplicationVersionCommand = 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 CreateApplicationVersionCommand 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", "CreateApplicationVersion", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "CreateApplicationVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateApplicationVersionCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateApplicationVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateApplicationVersionCommand = CreateApplicationVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateConfigurationTemplateCommand = 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 CreateConfigurationTemplateCommand 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", "CreateConfigurationTemplate", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "CreateConfigurationTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateConfigurationTemplateCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateConfigurationTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateConfigurationTemplateCommand = CreateConfigurationTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEnvironmentCommand = 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 CreateEnvironmentCommand 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", "CreateEnvironment", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "CreateEnvironmentCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateEnvironmentCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateEnvironmentCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePlatformVersionCommand = 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 CreatePlatformVersionCommand 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", "CreatePlatformVersion", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "CreatePlatformVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreatePlatformVersionCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreatePlatformVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePlatformVersionCommand = CreatePlatformVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateStorageLocationCommand = 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 CreateStorageLocationCommand 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", "CreateStorageLocation", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "CreateStorageLocationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_CreateStorageLocationCommand)
|
|
25
|
-
.de(Aws_query_1.de_CreateStorageLocationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateStorageLocationCommand = CreateStorageLocationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteApplicationCommand = 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 DeleteApplicationCommand 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", "DeleteApplication", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "DeleteApplicationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteApplicationCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteApplicationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteApplicationCommand = DeleteApplicationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteApplicationVersionCommand = 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 DeleteApplicationVersionCommand 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", "DeleteApplicationVersion", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "DeleteApplicationVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteApplicationVersionCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteApplicationVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteApplicationVersionCommand = DeleteApplicationVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteConfigurationTemplateCommand = 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 DeleteConfigurationTemplateCommand 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", "DeleteConfigurationTemplate", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "DeleteConfigurationTemplateCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteConfigurationTemplateCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteConfigurationTemplateCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteConfigurationTemplateCommand = DeleteConfigurationTemplateCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEnvironmentConfigurationCommand = 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 DeleteEnvironmentConfigurationCommand 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", "DeleteEnvironmentConfiguration", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "DeleteEnvironmentConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeleteEnvironmentConfigurationCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeleteEnvironmentConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteEnvironmentConfigurationCommand = DeleteEnvironmentConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePlatformVersionCommand = 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 DeletePlatformVersionCommand 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", "DeletePlatformVersion", {})
|
|
22
|
-
.n("ElasticBeanstalkClient", "DeletePlatformVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_query_1.se_DeletePlatformVersionCommand)
|
|
25
|
-
.de(Aws_query_1.de_DeletePlatformVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePlatformVersionCommand = DeletePlatformVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|