@aws-sdk/client-elastic-beanstalk 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/AbortEnvironmentUpdateCommand.js +1 -1
- package/dist-cjs/commands/ApplyEnvironmentManagedActionCommand.js +2 -2
- package/dist-cjs/commands/AssociateEnvironmentOperationsRoleCommand.js +1 -1
- package/dist-cjs/commands/CheckDNSAvailabilityCommand.js +2 -2
- package/dist-cjs/commands/ComposeEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreatePlatformVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateStorageLocationCommand.js +1 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
- package/dist-cjs/commands/DeleteApplicationVersionCommand.js +1 -1
- package/dist-cjs/commands/DeleteConfigurationTemplateCommand.js +1 -1
- package/dist-cjs/commands/DeleteEnvironmentConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeletePlatformVersionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +1 -1
- package/dist-cjs/commands/DescribeApplicationVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeConfigurationOptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeConfigurationSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentManagedActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentResourcesCommand.js +2 -2
- package/dist-cjs/commands/DescribeEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
- package/dist-cjs/commands/DescribeInstancesHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribePlatformVersionCommand.js +2 -2
- package/dist-cjs/commands/DisassociateEnvironmentOperationsRoleCommand.js +1 -1
- package/dist-cjs/commands/ListAvailableSolutionStacksCommand.js +1 -1
- package/dist-cjs/commands/ListPlatformBranchesCommand.js +2 -2
- package/dist-cjs/commands/ListPlatformVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RebuildEnvironmentCommand.js +1 -1
- package/dist-cjs/commands/RequestEnvironmentInfoCommand.js +1 -1
- package/dist-cjs/commands/RestartAppServerCommand.js +1 -1
- package/dist-cjs/commands/RetrieveEnvironmentInfoCommand.js +2 -2
- package/dist-cjs/commands/SwapEnvironmentCNAMEsCommand.js +1 -1
- package/dist-cjs/commands/TerminateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationResourceLifecycleCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/ValidateConfigurationSettingsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +507 -759
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -2
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +3 -3
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePlatformVersionCommand.js +3 -3
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -2
- package/dist-es/commands/RestartAppServerCommand.js +2 -2
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +3 -3
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -2
- 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 +2 -2
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +3 -3
- package/dist-es/models/models_0.js +126 -504
- package/dist-types/models/models_0.d.ts +504 -756
- package/dist-types/ts3.4/models/models_0.d.ts +252 -504
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListAvailableSolutionStacksResultMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListAvailableSolutionStacksCommand, serializeAws_queryListAvailableSolutionStacksCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListAvailableSolutionStacksCommand = (function (_super) {
|
|
7
7
|
__extends(ListAvailableSolutionStacksCommand, _super);
|
|
@@ -21,7 +21,7 @@ var ListAvailableSolutionStacksCommand = (function (_super) {
|
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
23
|
inputFilterSensitiveLog: function (input) { return input; },
|
|
24
|
-
outputFilterSensitiveLog:
|
|
24
|
+
outputFilterSensitiveLog: ListAvailableSolutionStacksResultMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPlatformBranchesRequestFilterSensitiveLog, ListPlatformBranchesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListPlatformBranchesCommand, serializeAws_queryListPlatformBranchesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListPlatformBranchesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPlatformBranchesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPlatformBranchesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPlatformBranchesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPlatformBranchesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPlatformVersionsRequestFilterSensitiveLog, ListPlatformVersionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListPlatformVersionsCommand, serializeAws_queryListPlatformVersionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListPlatformVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPlatformVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPlatformVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPlatformVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPlatformVersionsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceMessageFilterSensitiveLog, ResourceTagsDescriptionMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ResourceTagsDescriptionMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RebuildEnvironmentMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryRebuildEnvironmentCommand, serializeAws_queryRebuildEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RebuildEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(RebuildEnvironmentCommand, _super);
|
|
@@ -20,7 +20,7 @@ var RebuildEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RebuildEnvironmentMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RequestEnvironmentInfoMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryRequestEnvironmentInfoCommand, serializeAws_queryRequestEnvironmentInfoCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RequestEnvironmentInfoCommand = (function (_super) {
|
|
7
7
|
__extends(RequestEnvironmentInfoCommand, _super);
|
|
@@ -20,7 +20,7 @@ var RequestEnvironmentInfoCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RequestEnvironmentInfoMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RestartAppServerMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryRestartAppServerCommand, serializeAws_queryRestartAppServerCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RestartAppServerCommand = (function (_super) {
|
|
7
7
|
__extends(RestartAppServerCommand, _super);
|
|
@@ -20,7 +20,7 @@ var RestartAppServerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RestartAppServerMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RetrieveEnvironmentInfoMessageFilterSensitiveLog, RetrieveEnvironmentInfoResultMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryRetrieveEnvironmentInfoCommand, serializeAws_queryRetrieveEnvironmentInfoCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RetrieveEnvironmentInfoCommand = (function (_super) {
|
|
7
7
|
__extends(RetrieveEnvironmentInfoCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RetrieveEnvironmentInfoCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RetrieveEnvironmentInfoMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RetrieveEnvironmentInfoResultMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { SwapEnvironmentCNAMEsMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_querySwapEnvironmentCNAMEsCommand, serializeAws_querySwapEnvironmentCNAMEsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var SwapEnvironmentCNAMEsCommand = (function (_super) {
|
|
7
7
|
__extends(SwapEnvironmentCNAMEsCommand, _super);
|
|
@@ -20,7 +20,7 @@ var SwapEnvironmentCNAMEsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SwapEnvironmentCNAMEsMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { EnvironmentDescriptionFilterSensitiveLog, TerminateEnvironmentMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryTerminateEnvironmentCommand, serializeAws_queryTerminateEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var TerminateEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(TerminateEnvironmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TerminateEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TerminateEnvironmentMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentDescriptionFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ApplicationDescriptionMessageFilterSensitiveLog, UpdateApplicationMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryUpdateApplicationCommand, serializeAws_queryUpdateApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateApplicationMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationDescriptionMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ApplicationResourceLifecycleDescriptionMessageFilterSensitiveLog, UpdateApplicationResourceLifecycleMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryUpdateApplicationResourceLifecycleCommand, serializeAws_queryUpdateApplicationResourceLifecycleCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateApplicationResourceLifecycleCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationResourceLifecycleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateApplicationResourceLifecycleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateApplicationResourceLifecycleMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationResourceLifecycleDescriptionMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ApplicationVersionDescriptionMessageFilterSensitiveLog, UpdateApplicationVersionMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryUpdateApplicationVersionCommand, serializeAws_queryUpdateApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateApplicationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateApplicationVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateApplicationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateApplicationVersionMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationVersionDescriptionMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ConfigurationSettingsDescriptionFilterSensitiveLog, UpdateConfigurationTemplateMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryUpdateConfigurationTemplateCommand, serializeAws_queryUpdateConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateConfigurationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateConfigurationTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateConfigurationTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateConfigurationTemplateMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationSettingsDescriptionFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { EnvironmentDescriptionFilterSensitiveLog, UpdateEnvironmentMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryUpdateEnvironmentCommand, serializeAws_queryUpdateEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateEnvironmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateEnvironmentMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentDescriptionFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateTagsForResourceMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryUpdateTagsForResourceCommand, serializeAws_queryUpdateTagsForResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var UpdateTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTagsForResourceCommand, _super);
|
|
@@ -20,7 +20,7 @@ var UpdateTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateTagsForResourceMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ConfigurationSettingsValidationMessagesFilterSensitiveLog, ValidateConfigurationSettingsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryValidateConfigurationSettingsCommand, serializeAws_queryValidateConfigurationSettingsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ValidateConfigurationSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(ValidateConfigurationSettingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ValidateConfigurationSettingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ValidateConfigurationSettingsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationSettingsValidationMessagesFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|