@aws-sdk/client-elastic-beanstalk 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- 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 +7 -7
|
@@ -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 { AbortEnvironmentUpdateMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryAbortEnvironmentUpdateCommand, serializeAws_queryAbortEnvironmentUpdateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var AbortEnvironmentUpdateCommand = (function (_super) {
|
|
7
7
|
__extends(AbortEnvironmentUpdateCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AbortEnvironmentUpdateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AbortEnvironmentUpdateMessageFilterSensitiveLog,
|
|
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 { ApplyEnvironmentManagedActionRequestFilterSensitiveLog, ApplyEnvironmentManagedActionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryApplyEnvironmentManagedActionCommand, serializeAws_queryApplyEnvironmentManagedActionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ApplyEnvironmentManagedActionCommand = (function (_super) {
|
|
7
7
|
__extends(ApplyEnvironmentManagedActionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ApplyEnvironmentManagedActionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ApplyEnvironmentManagedActionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplyEnvironmentManagedActionResultFilterSensitiveLog,
|
|
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 { AssociateEnvironmentOperationsRoleMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryAssociateEnvironmentOperationsRoleCommand, serializeAws_queryAssociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var AssociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateEnvironmentOperationsRoleCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AssociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateEnvironmentOperationsRoleMessageFilterSensitiveLog,
|
|
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 { CheckDNSAvailabilityMessageFilterSensitiveLog, CheckDNSAvailabilityResultMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCheckDNSAvailabilityCommand, serializeAws_queryCheckDNSAvailabilityCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CheckDNSAvailabilityCommand = (function (_super) {
|
|
7
7
|
__extends(CheckDNSAvailabilityCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CheckDNSAvailabilityCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CheckDNSAvailabilityMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CheckDNSAvailabilityResultMessageFilterSensitiveLog,
|
|
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 { ComposeEnvironmentsMessageFilterSensitiveLog, EnvironmentDescriptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryComposeEnvironmentsCommand, serializeAws_queryComposeEnvironmentsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ComposeEnvironmentsCommand = (function (_super) {
|
|
7
7
|
__extends(ComposeEnvironmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ComposeEnvironmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ComposeEnvironmentsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentDescriptionsMessageFilterSensitiveLog,
|
|
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, CreateApplicationMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateApplicationCommand, serializeAws_queryCreateApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateApplicationMessageFilterSensitiveLog,
|
|
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 { ApplicationVersionDescriptionMessageFilterSensitiveLog, CreateApplicationVersionMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateApplicationVersionCommand, serializeAws_queryCreateApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateApplicationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateApplicationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateApplicationVersionMessageFilterSensitiveLog,
|
|
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, CreateConfigurationTemplateMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateConfigurationTemplateCommand, serializeAws_queryCreateConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateConfigurationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(CreateConfigurationTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateConfigurationTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateConfigurationTemplateMessageFilterSensitiveLog,
|
|
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 { CreateEnvironmentMessageFilterSensitiveLog, EnvironmentDescriptionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateEnvironmentCommand, serializeAws_queryCreateEnvironmentCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEnvironmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEnvironmentMessageFilterSensitiveLog,
|
|
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 { CreatePlatformVersionRequestFilterSensitiveLog, CreatePlatformVersionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreatePlatformVersionCommand, serializeAws_queryCreatePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreatePlatformVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePlatformVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePlatformVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePlatformVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePlatformVersionResultFilterSensitiveLog,
|
|
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 { CreateStorageLocationResultMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateStorageLocationCommand, serializeAws_queryCreateStorageLocationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateStorageLocationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStorageLocationCommand, _super);
|
|
@@ -21,7 +21,7 @@ var CreateStorageLocationCommand = (function (_super) {
|
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
23
|
inputFilterSensitiveLog: function (input) { return input; },
|
|
24
|
-
outputFilterSensitiveLog:
|
|
24
|
+
outputFilterSensitiveLog: CreateStorageLocationResultMessageFilterSensitiveLog,
|
|
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 { DeleteApplicationMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteApplicationCommand, serializeAws_queryDeleteApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteApplicationMessageFilterSensitiveLog,
|
|
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 { DeleteApplicationVersionMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteApplicationVersionCommand, serializeAws_queryDeleteApplicationVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteApplicationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationVersionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteApplicationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteApplicationVersionMessageFilterSensitiveLog,
|
|
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 { DeleteConfigurationTemplateMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteConfigurationTemplateCommand, serializeAws_queryDeleteConfigurationTemplateCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteConfigurationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteConfigurationTemplateCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteConfigurationTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteConfigurationTemplateMessageFilterSensitiveLog,
|
|
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 { DeleteEnvironmentConfigurationMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteEnvironmentConfigurationCommand, serializeAws_queryDeleteEnvironmentConfigurationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteEnvironmentConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEnvironmentConfigurationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteEnvironmentConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEnvironmentConfigurationMessageFilterSensitiveLog,
|
|
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 { DeletePlatformVersionRequestFilterSensitiveLog, DeletePlatformVersionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeletePlatformVersionCommand, serializeAws_queryDeletePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeletePlatformVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePlatformVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePlatformVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePlatformVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePlatformVersionResultFilterSensitiveLog,
|
|
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 { DescribeAccountAttributesResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeAccountAttributesCommand, serializeAws_queryDescribeAccountAttributesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAccountAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAccountAttributesCommand, _super);
|
|
@@ -21,7 +21,7 @@ var DescribeAccountAttributesCommand = (function (_super) {
|
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
23
|
inputFilterSensitiveLog: function (input) { return input; },
|
|
24
|
-
outputFilterSensitiveLog:
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccountAttributesResultFilterSensitiveLog,
|
|
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 { ApplicationVersionDescriptionsMessageFilterSensitiveLog, DescribeApplicationVersionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeApplicationVersionsCommand, serializeAws_queryDescribeApplicationVersionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeApplicationVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeApplicationVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeApplicationVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeApplicationVersionsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationVersionDescriptionsMessageFilterSensitiveLog,
|
|
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 { ApplicationDescriptionsMessageFilterSensitiveLog, DescribeApplicationsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeApplicationsCommand, serializeAws_queryDescribeApplicationsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeApplicationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeApplicationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeApplicationsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationDescriptionsMessageFilterSensitiveLog,
|
|
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 { ConfigurationOptionsDescriptionFilterSensitiveLog, DescribeConfigurationOptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeConfigurationOptionsCommand, serializeAws_queryDescribeConfigurationOptionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeConfigurationOptionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConfigurationOptionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeConfigurationOptionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeConfigurationOptionsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationOptionsDescriptionFilterSensitiveLog,
|
|
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 { ConfigurationSettingsDescriptionsFilterSensitiveLog, DescribeConfigurationSettingsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeConfigurationSettingsCommand, serializeAws_queryDescribeConfigurationSettingsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeConfigurationSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeConfigurationSettingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeConfigurationSettingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeConfigurationSettingsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationSettingsDescriptionsFilterSensitiveLog,
|
|
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 { DescribeEnvironmentHealthRequestFilterSensitiveLog, DescribeEnvironmentHealthResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeEnvironmentHealthCommand, serializeAws_queryDescribeEnvironmentHealthCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentHealthCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentHealthCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentHealthCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentHealthRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEnvironmentHealthResultFilterSensitiveLog,
|
|
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 { DescribeEnvironmentManagedActionHistoryRequestFilterSensitiveLog, DescribeEnvironmentManagedActionHistoryResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, serializeAws_queryDescribeEnvironmentManagedActionHistoryCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentManagedActionHistoryCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentManagedActionHistoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentManagedActionHistoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentManagedActionHistoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEnvironmentManagedActionHistoryResultFilterSensitiveLog,
|
|
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 { DescribeEnvironmentManagedActionsRequestFilterSensitiveLog, DescribeEnvironmentManagedActionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeEnvironmentManagedActionsCommand, serializeAws_queryDescribeEnvironmentManagedActionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentManagedActionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentManagedActionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentManagedActionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentManagedActionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEnvironmentManagedActionsResultFilterSensitiveLog,
|
|
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 { DescribeEnvironmentResourcesMessageFilterSensitiveLog, EnvironmentResourceDescriptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeEnvironmentResourcesCommand, serializeAws_queryDescribeEnvironmentResourcesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentResourcesMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentResourceDescriptionsMessageFilterSensitiveLog,
|
|
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 { DescribeEnvironmentsMessageFilterSensitiveLog, EnvironmentDescriptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeEnvironmentsCommand, serializeAws_queryDescribeEnvironmentsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEnvironmentsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEnvironmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEnvironmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEnvironmentsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentDescriptionsMessageFilterSensitiveLog,
|
|
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 { DescribeEventsMessageFilterSensitiveLog, EventDescriptionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeEventsCommand, serializeAws_queryDescribeEventsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeEventsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EventDescriptionsMessageFilterSensitiveLog,
|
|
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 { DescribeInstancesHealthRequestFilterSensitiveLog, DescribeInstancesHealthResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeInstancesHealthCommand, serializeAws_queryDescribeInstancesHealthCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeInstancesHealthCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeInstancesHealthCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeInstancesHealthCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeInstancesHealthRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeInstancesHealthResultFilterSensitiveLog,
|
|
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 { DescribePlatformVersionRequestFilterSensitiveLog, DescribePlatformVersionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribePlatformVersionCommand, serializeAws_queryDescribePlatformVersionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribePlatformVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePlatformVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePlatformVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePlatformVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePlatformVersionResultFilterSensitiveLog,
|
|
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 { DisassociateEnvironmentOperationsRoleMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDisassociateEnvironmentOperationsRoleCommand, serializeAws_queryDisassociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DisassociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateEnvironmentOperationsRoleCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DisassociateEnvironmentOperationsRoleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateEnvironmentOperationsRoleMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|