@aws-sdk/client-elastic-beanstalk 3.183.0 → 3.186.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/protocols/Aws_query.js +2 -2
- package/dist-es/ElasticBeanstalk.js +197 -190
- package/dist-es/ElasticBeanstalkClient.js +28 -22
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +29 -22
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +28 -21
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +29 -22
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +28 -21
- package/dist-es/commands/ComposeEnvironmentsCommand.js +28 -21
- package/dist-es/commands/CreateApplicationCommand.js +28 -21
- package/dist-es/commands/CreateApplicationVersionCommand.js +28 -21
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +28 -21
- package/dist-es/commands/CreateEnvironmentCommand.js +28 -21
- package/dist-es/commands/CreatePlatformVersionCommand.js +28 -21
- package/dist-es/commands/CreateStorageLocationCommand.js +29 -22
- package/dist-es/commands/DeleteApplicationCommand.js +29 -22
- package/dist-es/commands/DeleteApplicationVersionCommand.js +29 -22
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +29 -22
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +29 -22
- package/dist-es/commands/DeletePlatformVersionCommand.js +28 -21
- package/dist-es/commands/DescribeAccountAttributesCommand.js +29 -22
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +28 -21
- package/dist-es/commands/DescribeApplicationsCommand.js +28 -21
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +28 -21
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +28 -21
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +28 -21
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +28 -21
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +28 -21
- package/dist-es/commands/DescribeEnvironmentsCommand.js +28 -21
- package/dist-es/commands/DescribeEventsCommand.js +28 -21
- package/dist-es/commands/DescribeInstancesHealthCommand.js +28 -21
- package/dist-es/commands/DescribePlatformVersionCommand.js +28 -21
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +29 -22
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +29 -22
- package/dist-es/commands/ListPlatformBranchesCommand.js +28 -21
- package/dist-es/commands/ListPlatformVersionsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/RebuildEnvironmentCommand.js +29 -22
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +29 -22
- package/dist-es/commands/RestartAppServerCommand.js +29 -22
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +28 -21
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +29 -22
- package/dist-es/commands/TerminateEnvironmentCommand.js +28 -21
- package/dist-es/commands/UpdateApplicationCommand.js +28 -21
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +28 -21
- package/dist-es/commands/UpdateApplicationVersionCommand.js +28 -21
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateEnvironmentCommand.js +28 -21
- package/dist-es/commands/UpdateTagsForResourceCommand.js +29 -22
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ElasticBeanstalkServiceException.js +10 -5
- package/dist-es/models/models_0.js +336 -587
- package/dist-es/pagination/DescribeEnvironmentManagedActionHistoryPaginator.js +68 -25
- package/dist-es/pagination/DescribeEventsPaginator.js +68 -25
- package/dist-es/pagination/ListPlatformBranchesPaginator.js +68 -25
- package/dist-es/pagination/ListPlatformVersionsPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +3981 -2951
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForEnvironmentExists.js +93 -52
- package/dist-es/waiters/waitForEnvironmentTerminated.js +93 -52
- package/dist-es/waiters/waitForEnvironmentUpdated.js +93 -52
- package/package.json +34 -34
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ConfigurationOptionsDescriptionFilterSensitiveLog, DescribeConfigurationOptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeConfigurationOptionsCommand, serializeAws_queryDescribeConfigurationOptionsCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeConfigurationOptionsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeConfigurationOptionsCommand, _super);
|
|
8
|
+
function DescribeConfigurationOptionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeConfigurationOptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeConfigurationOptionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeConfigurationOptionsMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ConfigurationOptionsDescriptionFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeConfigurationOptionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeConfigurationOptionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeConfigurationOptionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeConfigurationOptionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeConfigurationOptionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeConfigurationOptionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ConfigurationSettingsDescriptionsFilterSensitiveLog, DescribeConfigurationSettingsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeConfigurationSettingsCommand, serializeAws_queryDescribeConfigurationSettingsCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeConfigurationSettingsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeConfigurationSettingsCommand, _super);
|
|
8
|
+
function DescribeConfigurationSettingsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeConfigurationSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeConfigurationSettingsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeConfigurationSettingsMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ConfigurationSettingsDescriptionsFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeConfigurationSettingsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeConfigurationSettingsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeConfigurationSettingsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeConfigurationSettingsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeConfigurationSettingsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeConfigurationSettingsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeEnvironmentHealthRequestFilterSensitiveLog, DescribeEnvironmentHealthResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeEnvironmentHealthCommand, serializeAws_queryDescribeEnvironmentHealthCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeEnvironmentHealthCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeEnvironmentHealthCommand, _super);
|
|
8
|
+
function DescribeEnvironmentHealthCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeEnvironmentHealthCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeEnvironmentHealthCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeEnvironmentHealthRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeEnvironmentHealthResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeEnvironmentHealthCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeEnvironmentHealthCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeEnvironmentHealthCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeEnvironmentHealthCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeEnvironmentHealthCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeEnvironmentHealthCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeEnvironmentManagedActionHistoryRequestFilterSensitiveLog, DescribeEnvironmentManagedActionHistoryResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeEnvironmentManagedActionHistoryCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeEnvironmentManagedActionHistoryCommand, _super);
|
|
8
|
+
function DescribeEnvironmentManagedActionHistoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeEnvironmentManagedActionHistoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeEnvironmentManagedActionHistoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeEnvironmentManagedActionHistoryRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeEnvironmentManagedActionHistoryResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeEnvironmentManagedActionHistoryCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeEnvironmentManagedActionHistoryCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeEnvironmentManagedActionHistoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeEnvironmentManagedActionHistoryCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeEnvironmentManagedActionsRequestFilterSensitiveLog, DescribeEnvironmentManagedActionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeEnvironmentManagedActionsCommand, serializeAws_queryDescribeEnvironmentManagedActionsCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeEnvironmentManagedActionsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeEnvironmentManagedActionsCommand, _super);
|
|
8
|
+
function DescribeEnvironmentManagedActionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeEnvironmentManagedActionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeEnvironmentManagedActionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeEnvironmentManagedActionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeEnvironmentManagedActionsResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeEnvironmentManagedActionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeEnvironmentManagedActionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeEnvironmentManagedActionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeEnvironmentManagedActionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeEnvironmentManagedActionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeEnvironmentManagedActionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeEnvironmentResourcesMessageFilterSensitiveLog, EnvironmentResourceDescriptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeEnvironmentResourcesCommand, serializeAws_queryDescribeEnvironmentResourcesCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeEnvironmentResourcesCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeEnvironmentResourcesCommand, _super);
|
|
8
|
+
function DescribeEnvironmentResourcesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeEnvironmentResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeEnvironmentResourcesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeEnvironmentResourcesMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: EnvironmentResourceDescriptionsMessageFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeEnvironmentResourcesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeEnvironmentResourcesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeEnvironmentResourcesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeEnvironmentResourcesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeEnvironmentResourcesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeEnvironmentResourcesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeEnvironmentsMessageFilterSensitiveLog, EnvironmentDescriptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeEnvironmentsCommand, serializeAws_queryDescribeEnvironmentsCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeEnvironmentsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeEnvironmentsCommand, _super);
|
|
8
|
+
function DescribeEnvironmentsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeEnvironmentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeEnvironmentsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeEnvironmentsMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: EnvironmentDescriptionsMessageFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeEnvironmentsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeEnvironmentsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeEnvironmentsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeEnvironmentsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeEnvironmentsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeEnvironmentsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeEventsMessageFilterSensitiveLog, EventDescriptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeEventsCommand, serializeAws_queryDescribeEventsCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeEventsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeEventsCommand, _super);
|
|
8
|
+
function DescribeEventsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeEventsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeEventsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeEventsMessageFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: EventDescriptionsMessageFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeEventsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeEventsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeEventsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeEventsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeEventsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeEventsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeInstancesHealthRequestFilterSensitiveLog, DescribeInstancesHealthResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribeInstancesHealthCommand, serializeAws_queryDescribeInstancesHealthCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribeInstancesHealthCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeInstancesHealthCommand, _super);
|
|
8
|
+
function DescribeInstancesHealthCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribeInstancesHealthCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribeInstancesHealthCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribeInstancesHealthRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribeInstancesHealthResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeInstancesHealthCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribeInstancesHealthCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribeInstancesHealthCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribeInstancesHealthCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribeInstancesHealthCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeInstancesHealthCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribePlatformVersionRequestFilterSensitiveLog, DescribePlatformVersionResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_queryDescribePlatformVersionCommand, serializeAws_queryDescribePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DescribePlatformVersionCommand = (function (_super) {
|
|
7
|
+
__extends(DescribePlatformVersionCommand, _super);
|
|
8
|
+
function DescribePlatformVersionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DescribePlatformVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ElasticBeanstalkClient";
|
|
18
|
+
var commandName = "DescribePlatformVersionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DescribePlatformVersionRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DescribePlatformVersionResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribePlatformVersionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_queryDescribePlatformVersionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DescribePlatformVersionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_queryDescribePlatformVersionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DescribePlatformVersionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribePlatformVersionCommand };
|