@aws-sdk/client-elastic-beanstalk 3.362.0 → 3.369.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 -1
- package/dist-cjs/ElasticBeanstalkClient.js +5 -5
- 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/models/ElasticBeanstalkServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +7 -7
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-cjs/waiters/waitForEnvironmentExists.js +1 -1
- package/dist-cjs/waiters/waitForEnvironmentTerminated.js +1 -1
- package/dist-cjs/waiters/waitForEnvironmentUpdated.js +1 -1
- package/dist-es/ElasticBeanstalk.js +1 -1
- package/dist-es/ElasticBeanstalkClient.js +5 -5
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +3 -3
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +3 -3
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +3 -3
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +3 -3
- package/dist-es/commands/ComposeEnvironmentsCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateApplicationVersionCommand.js +3 -3
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreatePlatformVersionCommand.js +3 -3
- package/dist-es/commands/CreateStorageLocationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationVersionCommand.js +3 -3
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +3 -3
- package/dist-es/commands/DeletePlatformVersionCommand.js +3 -3
- package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +3 -3
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +3 -3
- package/dist-es/commands/DescribeEnvironmentsCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeInstancesHealthCommand.js +3 -3
- package/dist-es/commands/DescribePlatformVersionCommand.js +3 -3
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +3 -3
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +3 -3
- package/dist-es/commands/ListPlatformBranchesCommand.js +3 -3
- package/dist-es/commands/ListPlatformVersionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RebuildEnvironmentCommand.js +3 -3
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +3 -3
- package/dist-es/commands/RestartAppServerCommand.js +3 -3
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +3 -3
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +3 -3
- package/dist-es/commands/TerminateEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationVersionCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +3 -3
- package/dist-es/models/ElasticBeanstalkServiceException.js +1 -1
- package/dist-es/protocols/Aws_query.js +1 -1
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-es/waiters/waitForEnvironmentExists.js +1 -1
- package/dist-es/waiters/waitForEnvironmentTerminated.js +1 -1
- package/dist-es/waiters/waitForEnvironmentUpdated.js +1 -1
- package/dist-types/ElasticBeanstalk.d.ts +1 -1
- package/dist-types/ElasticBeanstalkClient.d.ts +8 -8
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +3 -3
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +3 -3
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +3 -3
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +3 -3
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +3 -3
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +3 -3
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +3 -3
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +3 -3
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +3 -3
- package/dist-types/commands/RestartAppServerCommand.d.ts +3 -3
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +3 -3
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +3 -3
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/ElasticBeanstalkServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +20 -20
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +19 -19
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +1 -1
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticBeanstalkServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentExists.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentTerminated.d.ts +1 -1
- package/dist-types/waiters/waitForEnvironmentUpdated.d.ts +1 -1
- package/package.json +35 -34
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TerminateEnvironmentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class TerminateEnvironmentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateApplicationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateApplicationResourceLifecycleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class UpdateApplicationResourceLifecycleCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateApplicationVersionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class UpdateApplicationVersionCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateConfigurationTemplateCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class UpdateConfigurationTemplateCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateEnvironmentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class UpdateTagsForResourceCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ValidateConfigurationSettingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@
|
|
5
|
-
const middleware_serde_1 = require("@
|
|
6
|
-
const smithy_client_1 = require("@
|
|
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
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
9
|
class ValidateConfigurationSettingsCommand extends smithy_client_1.Command {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ElasticBeanstalkServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
6
|
class ElasticBeanstalkServiceException extends smithy_client_1.ServiceException {
|
|
7
7
|
constructor(options) {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_AssociateEnvironmentOperationsRoleCommand = exports.de_ApplyEnvironmentManagedActionCommand = exports.de_AbortEnvironmentUpdateCommand = exports.se_ValidateConfigurationSettingsCommand = exports.se_UpdateTagsForResourceCommand = exports.se_UpdateEnvironmentCommand = exports.se_UpdateConfigurationTemplateCommand = exports.se_UpdateApplicationVersionCommand = exports.se_UpdateApplicationResourceLifecycleCommand = exports.se_UpdateApplicationCommand = exports.se_TerminateEnvironmentCommand = exports.se_SwapEnvironmentCNAMEsCommand = exports.se_RetrieveEnvironmentInfoCommand = exports.se_RestartAppServerCommand = exports.se_RequestEnvironmentInfoCommand = exports.se_RebuildEnvironmentCommand = exports.se_ListTagsForResourceCommand = exports.se_ListPlatformVersionsCommand = exports.se_ListPlatformBranchesCommand = exports.se_ListAvailableSolutionStacksCommand = exports.se_DisassociateEnvironmentOperationsRoleCommand = exports.se_DescribePlatformVersionCommand = exports.se_DescribeInstancesHealthCommand = exports.se_DescribeEventsCommand = exports.se_DescribeEnvironmentsCommand = exports.se_DescribeEnvironmentResourcesCommand = exports.se_DescribeEnvironmentManagedActionsCommand = exports.se_DescribeEnvironmentManagedActionHistoryCommand = exports.se_DescribeEnvironmentHealthCommand = exports.se_DescribeConfigurationSettingsCommand = exports.se_DescribeConfigurationOptionsCommand = exports.se_DescribeApplicationVersionsCommand = exports.se_DescribeApplicationsCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeletePlatformVersionCommand = exports.se_DeleteEnvironmentConfigurationCommand = exports.se_DeleteConfigurationTemplateCommand = exports.se_DeleteApplicationVersionCommand = exports.se_DeleteApplicationCommand = exports.se_CreateStorageLocationCommand = exports.se_CreatePlatformVersionCommand = exports.se_CreateEnvironmentCommand = exports.se_CreateConfigurationTemplateCommand = exports.se_CreateApplicationVersionCommand = exports.se_CreateApplicationCommand = exports.se_ComposeEnvironmentsCommand = exports.se_CheckDNSAvailabilityCommand = exports.se_AssociateEnvironmentOperationsRoleCommand = exports.se_ApplyEnvironmentManagedActionCommand = exports.se_AbortEnvironmentUpdateCommand = void 0;
|
|
4
4
|
exports.de_ValidateConfigurationSettingsCommand = exports.de_UpdateTagsForResourceCommand = exports.de_UpdateEnvironmentCommand = exports.de_UpdateConfigurationTemplateCommand = exports.de_UpdateApplicationVersionCommand = exports.de_UpdateApplicationResourceLifecycleCommand = exports.de_UpdateApplicationCommand = exports.de_TerminateEnvironmentCommand = exports.de_SwapEnvironmentCNAMEsCommand = exports.de_RetrieveEnvironmentInfoCommand = exports.de_RestartAppServerCommand = exports.de_RequestEnvironmentInfoCommand = exports.de_RebuildEnvironmentCommand = exports.de_ListTagsForResourceCommand = exports.de_ListPlatformVersionsCommand = exports.de_ListPlatformBranchesCommand = exports.de_ListAvailableSolutionStacksCommand = exports.de_DisassociateEnvironmentOperationsRoleCommand = exports.de_DescribePlatformVersionCommand = exports.de_DescribeInstancesHealthCommand = exports.de_DescribeEventsCommand = exports.de_DescribeEnvironmentsCommand = exports.de_DescribeEnvironmentResourcesCommand = exports.de_DescribeEnvironmentManagedActionsCommand = exports.de_DescribeEnvironmentManagedActionHistoryCommand = exports.de_DescribeEnvironmentHealthCommand = exports.de_DescribeConfigurationSettingsCommand = exports.de_DescribeConfigurationOptionsCommand = exports.de_DescribeApplicationVersionsCommand = exports.de_DescribeApplicationsCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeletePlatformVersionCommand = exports.de_DeleteEnvironmentConfigurationCommand = exports.de_DeleteConfigurationTemplateCommand = exports.de_DeleteApplicationVersionCommand = exports.de_DeleteApplicationCommand = exports.de_CreateStorageLocationCommand = exports.de_CreatePlatformVersionCommand = exports.de_CreateEnvironmentCommand = exports.de_CreateConfigurationTemplateCommand = exports.de_CreateApplicationVersionCommand = exports.de_CreateApplicationCommand = exports.de_ComposeEnvironmentsCommand = exports.de_CheckDNSAvailabilityCommand = void 0;
|
|
5
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
8
8
|
const ElasticBeanstalkServiceException_1 = require("../models/ElasticBeanstalkServiceException");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
@@ -4,15 +4,15 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
|
-
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
|
-
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
7
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
8
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
|
+
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
|
+
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
12
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
13
13
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -4,19 +4,19 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
7
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
|
-
const hash_node_1 = require("@aws-sdk/hash-node");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
|
-
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
|
-
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
|
-
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
-
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
15
8
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
|
+
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
+
const hash_node_1 = require("@smithy/hash-node");
|
|
11
|
+
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
|
+
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
|
+
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
15
|
+
const util_retry_1 = require("@smithy/util-retry");
|
|
16
16
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@
|
|
18
|
-
const util_defaults_mode_node_1 = require("@
|
|
19
|
-
const smithy_client_2 = require("@
|
|
17
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
+
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
20
|
const getRuntimeConfig = (config) => {
|
|
21
21
|
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const smithy_client_1 = require("@
|
|
5
|
-
const url_parser_1 = require("@
|
|
6
|
-
const util_base64_1 = require("@
|
|
7
|
-
const util_utf8_1 = require("@
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
const url_parser_1 = require("@smithy/url-parser");
|
|
6
|
+
const util_base64_1 = require("@smithy/util-base64");
|
|
7
|
+
const util_utf8_1 = require("@smithy/util-utf8");
|
|
8
8
|
const endpointResolver_1 = require("./endpoint/endpointResolver");
|
|
9
9
|
const getRuntimeConfig = (config) => ({
|
|
10
10
|
apiVersion: "2010-12-01",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilEnvironmentExists = exports.waitForEnvironmentExists = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilEnvironmentTerminated = exports.waitForEnvironmentTerminated = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilEnvironmentUpdated = exports.waitForEnvironmentUpdated = void 0;
|
|
4
|
-
const util_waiter_1 = require("@
|
|
4
|
+
const util_waiter_1 = require("@smithy/util-waiter");
|
|
5
5
|
const DescribeEnvironmentsCommand_1 = require("../commands/DescribeEnvironmentsCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createAggregatedClient } from "@
|
|
1
|
+
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AbortEnvironmentUpdateCommand, } from "./commands/AbortEnvironmentUpdateCommand";
|
|
3
3
|
import { ApplyEnvironmentManagedActionCommand, } from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
4
4
|
import { AssociateEnvironmentOperationsRoleCommand, } from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { resolveRegionConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
3
|
-
import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint";
|
|
4
1
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
2
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
3
|
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
7
|
-
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
8
4
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
5
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
|
-
import {
|
|
6
|
+
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
7
|
+
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
|
+
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
|
+
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
10
|
+
import { Client as __Client, } from "@smithy/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
13
|
export { __Client };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_AbortEnvironmentUpdateCommand, se_AbortEnvironmentUpdateCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AbortEnvironmentUpdateCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_ApplyEnvironmentManagedActionCommand, se_ApplyEnvironmentManagedActionCommand, } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ApplyEnvironmentManagedActionCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_AssociateEnvironmentOperationsRoleCommand, se_AssociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateEnvironmentOperationsRoleCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CheckDNSAvailabilityCommand, se_CheckDNSAvailabilityCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CheckDNSAvailabilityCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_ComposeEnvironmentsCommand, se_ComposeEnvironmentsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ComposeEnvironmentsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateApplicationCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateApplicationVersionCommand, se_CreateApplicationVersionCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateApplicationVersionCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateConfigurationTemplateCommand, se_CreateConfigurationTemplateCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateConfigurationTemplateCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateEnvironmentCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreatePlatformVersionCommand, se_CreatePlatformVersionCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreatePlatformVersionCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_CreateStorageLocationCommand, se_CreateStorageLocationCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateStorageLocationCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteApplicationCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteApplicationVersionCommand, se_DeleteApplicationVersionCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteApplicationVersionCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteConfigurationTemplateCommand, se_DeleteConfigurationTemplateCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConfigurationTemplateCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeleteEnvironmentConfigurationCommand, se_DeleteEnvironmentConfigurationCommand, } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEnvironmentConfigurationCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DeletePlatformVersionCommand, se_DeletePlatformVersionCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePlatformVersionCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAccountAttributesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeApplicationVersionsCommand, se_DescribeApplicationVersionsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeApplicationVersionsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeApplicationsCommand, se_DescribeApplicationsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeApplicationsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeConfigurationOptionsCommand, se_DescribeConfigurationOptionsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeConfigurationOptionsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeConfigurationSettingsCommand, se_DescribeConfigurationSettingsCommand, } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeConfigurationSettingsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeEnvironmentHealthCommand, se_DescribeEnvironmentHealthCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEnvironmentHealthCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeEnvironmentManagedActionHistoryCommand, se_DescribeEnvironmentManagedActionHistoryCommand, } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEnvironmentManagedActionHistoryCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeEnvironmentManagedActionsCommand, se_DescribeEnvironmentManagedActionsCommand, } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEnvironmentManagedActionsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeEnvironmentResourcesCommand, se_DescribeEnvironmentResourcesCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEnvironmentResourcesCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeEnvironmentsCommand, se_DescribeEnvironmentsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEnvironmentsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEventsCommand extends $Command {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@
|
|
2
|
-
import { getSerdePlugin } from "@
|
|
3
|
-
import { Command as $Command } from "@
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { de_DescribeInstancesHealthCommand, se_DescribeInstancesHealthCommand } from "../protocols/Aws_query";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeInstancesHealthCommand extends $Command {
|