@aws-sdk/client-appconfig 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateExtensionAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateExtensionCommand.js +2 -2
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +1 -1
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +1 -1
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -1
- package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +1 -1
- package/dist-cjs/commands/DeleteExtensionCommand.js +1 -1
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +1 -1
- package/dist-cjs/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetExtensionAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetExtensionCommand.js +2 -2
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListExtensionAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListExtensionsCommand.js +2 -2
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
- package/dist-cjs/commands/StopDeploymentCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +2 -2
- package/dist-cjs/commands/UpdateExtensionCommand.js +2 -2
- package/dist-cjs/commands/ValidateConfigurationCommand.js +1 -1
- package/dist-cjs/models/models_0.js +314 -461
- package/dist-cjs/protocols/Aws_restJson1.js +696 -1558
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateConfigurationProfileCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateExtensionAssociationCommand.js +3 -3
- package/dist-es/commands/CreateExtensionCommand.js +3 -3
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteExtensionCommand.js +2 -2
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetConfigurationCommand.js +3 -3
- package/dist-es/commands/GetConfigurationProfileCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetDeploymentStrategyCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetExtensionAssociationCommand.js +3 -3
- package/dist-es/commands/GetExtensionCommand.js +3 -3
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListConfigurationProfilesCommand.js +3 -3
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +3 -3
- package/dist-es/commands/ListDeploymentsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListExtensionAssociationsCommand.js +3 -3
- package/dist-es/commands/ListExtensionsCommand.js +3 -3
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartDeploymentCommand.js +3 -3
- package/dist-es/commands/StopDeploymentCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +3 -3
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +3 -3
- package/dist-es/commands/UpdateExtensionCommand.js +3 -3
- package/dist-es/commands/ValidateConfigurationCommand.js +2 -2
- package/dist-es/models/models_0.js +83 -307
- package/dist-es/protocols/Aws_restJson1.js +862 -1547
- package/dist-types/models/models_0.d.ts +300 -448
- package/dist-types/ts3.4/models/models_0.d.ts +150 -298
- 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 { ApplicationFilterSensitiveLog, CreateApplicationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateApplicationCommand, serializeAws_restJson1CreateApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
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: CreateApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationFilterSensitiveLog,
|
|
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 { ConfigurationProfileFilterSensitiveLog, CreateConfigurationProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateConfigurationProfileCommand, serializeAws_restJson1CreateConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateConfigurationProfileCommand = (function (_super) {
|
|
7
7
|
__extends(CreateConfigurationProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateConfigurationProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateConfigurationProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationProfileFilterSensitiveLog,
|
|
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 { CreateDeploymentStrategyRequestFilterSensitiveLog, DeploymentStrategyFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateDeploymentStrategyCommand, serializeAws_restJson1CreateDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateDeploymentStrategyCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDeploymentStrategyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDeploymentStrategyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDeploymentStrategyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeploymentStrategyFilterSensitiveLog,
|
|
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 { CreateEnvironmentRequestFilterSensitiveLog, EnvironmentFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateEnvironmentCommand, serializeAws_restJson1CreateEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
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: CreateEnvironmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentFilterSensitiveLog,
|
|
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 { CreateExtensionAssociationRequestFilterSensitiveLog, ExtensionAssociationFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateExtensionAssociationCommand, serializeAws_restJson1CreateExtensionAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateExtensionAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateExtensionAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateExtensionAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateExtensionAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExtensionAssociationFilterSensitiveLog,
|
|
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 { CreateExtensionRequestFilterSensitiveLog, ExtensionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateExtensionCommand, serializeAws_restJson1CreateExtensionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateExtensionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateExtensionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateExtensionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateExtensionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExtensionFilterSensitiveLog,
|
|
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 { CreateHostedConfigurationVersionRequestFilterSensitiveLog, HostedConfigurationVersionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateHostedConfigurationVersionCommand, serializeAws_restJson1CreateHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateHostedConfigurationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateHostedConfigurationVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateHostedConfigurationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateHostedConfigurationVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: HostedConfigurationVersionFilterSensitiveLog,
|
|
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 { DeleteApplicationRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteApplicationCommand, serializeAws_restJson1DeleteApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
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: DeleteApplicationRequestFilterSensitiveLog,
|
|
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 { DeleteConfigurationProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteConfigurationProfileCommand, serializeAws_restJson1DeleteConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteConfigurationProfileCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteConfigurationProfileCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteConfigurationProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteConfigurationProfileRequestFilterSensitiveLog,
|
|
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 { DeleteDeploymentStrategyRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteDeploymentStrategyCommand, serializeAws_restJson1DeleteDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteDeploymentStrategyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDeploymentStrategyCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteDeploymentStrategyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDeploymentStrategyRequestFilterSensitiveLog,
|
|
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 { DeleteEnvironmentRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteEnvironmentCommand, serializeAws_restJson1DeleteEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEnvironmentCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEnvironmentRequestFilterSensitiveLog,
|
|
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 { DeleteExtensionAssociationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteExtensionAssociationCommand, serializeAws_restJson1DeleteExtensionAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteExtensionAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteExtensionAssociationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteExtensionAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteExtensionAssociationRequestFilterSensitiveLog,
|
|
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 { DeleteExtensionRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteExtensionCommand, serializeAws_restJson1DeleteExtensionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteExtensionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteExtensionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteExtensionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteExtensionRequestFilterSensitiveLog,
|
|
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 { DeleteHostedConfigurationVersionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteHostedConfigurationVersionCommand, serializeAws_restJson1DeleteHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteHostedConfigurationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteHostedConfigurationVersionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteHostedConfigurationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteHostedConfigurationVersionRequestFilterSensitiveLog,
|
|
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 { ApplicationFilterSensitiveLog, GetApplicationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetApplicationCommand, serializeAws_restJson1GetApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(GetApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationFilterSensitiveLog,
|
|
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 { ConfigurationFilterSensitiveLog, GetConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetConfigurationCommand, serializeAws_restJson1GetConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(GetConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationFilterSensitiveLog,
|
|
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 { ConfigurationProfileFilterSensitiveLog, GetConfigurationProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetConfigurationProfileCommand, serializeAws_restJson1GetConfigurationProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetConfigurationProfileCommand = (function (_super) {
|
|
7
7
|
__extends(GetConfigurationProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetConfigurationProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetConfigurationProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationProfileFilterSensitiveLog,
|
|
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 { DeploymentFilterSensitiveLog, GetDeploymentRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDeploymentCommand, serializeAws_restJson1GetDeploymentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDeploymentCommand = (function (_super) {
|
|
7
7
|
__extends(GetDeploymentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDeploymentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDeploymentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeploymentFilterSensitiveLog,
|
|
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 { DeploymentStrategyFilterSensitiveLog, GetDeploymentStrategyRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDeploymentStrategyCommand, serializeAws_restJson1GetDeploymentStrategyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDeploymentStrategyCommand = (function (_super) {
|
|
7
7
|
__extends(GetDeploymentStrategyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDeploymentStrategyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDeploymentStrategyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeploymentStrategyFilterSensitiveLog,
|
|
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 { EnvironmentFilterSensitiveLog, GetEnvironmentRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetEnvironmentCommand, serializeAws_restJson1GetEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetEnvironmentCommand = (function (_super) {
|
|
7
7
|
__extends(GetEnvironmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEnvironmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEnvironmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentFilterSensitiveLog,
|
|
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 { ExtensionAssociationFilterSensitiveLog, GetExtensionAssociationRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetExtensionAssociationCommand, serializeAws_restJson1GetExtensionAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetExtensionAssociationCommand = (function (_super) {
|
|
7
7
|
__extends(GetExtensionAssociationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetExtensionAssociationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetExtensionAssociationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExtensionAssociationFilterSensitiveLog,
|
|
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 { ExtensionFilterSensitiveLog, GetExtensionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetExtensionCommand, serializeAws_restJson1GetExtensionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetExtensionCommand = (function (_super) {
|
|
7
7
|
__extends(GetExtensionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetExtensionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetExtensionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExtensionFilterSensitiveLog,
|
|
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 { GetHostedConfigurationVersionRequestFilterSensitiveLog, HostedConfigurationVersionFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetHostedConfigurationVersionCommand, serializeAws_restJson1GetHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetHostedConfigurationVersionCommand = (function (_super) {
|
|
7
7
|
__extends(GetHostedConfigurationVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetHostedConfigurationVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetHostedConfigurationVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: HostedConfigurationVersionFilterSensitiveLog,
|
|
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 { ApplicationsFilterSensitiveLog, ListApplicationsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListApplicationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListApplicationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListApplicationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ApplicationsFilterSensitiveLog,
|
|
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 { ConfigurationProfilesFilterSensitiveLog, ListConfigurationProfilesRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListConfigurationProfilesCommand, serializeAws_restJson1ListConfigurationProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListConfigurationProfilesCommand = (function (_super) {
|
|
7
7
|
__extends(ListConfigurationProfilesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListConfigurationProfilesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListConfigurationProfilesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfigurationProfilesFilterSensitiveLog,
|
|
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 { DeploymentStrategiesFilterSensitiveLog, ListDeploymentStrategiesRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDeploymentStrategiesCommand, serializeAws_restJson1ListDeploymentStrategiesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListDeploymentStrategiesCommand = (function (_super) {
|
|
7
7
|
__extends(ListDeploymentStrategiesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDeploymentStrategiesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDeploymentStrategiesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeploymentStrategiesFilterSensitiveLog,
|
|
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 { DeploymentsFilterSensitiveLog, ListDeploymentsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListDeploymentsCommand, serializeAws_restJson1ListDeploymentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListDeploymentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListDeploymentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListDeploymentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListDeploymentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeploymentsFilterSensitiveLog,
|
|
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 { EnvironmentsFilterSensitiveLog, ListEnvironmentsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListEnvironmentsCommand, serializeAws_restJson1ListEnvironmentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListEnvironmentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEnvironmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEnvironmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEnvironmentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnvironmentsFilterSensitiveLog,
|
|
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 { ExtensionAssociationsFilterSensitiveLog, ListExtensionAssociationsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListExtensionAssociationsCommand, serializeAws_restJson1ListExtensionAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListExtensionAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListExtensionAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListExtensionAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListExtensionAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExtensionAssociationsFilterSensitiveLog,
|
|
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 { ExtensionsFilterSensitiveLog, ListExtensionsRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListExtensionsCommand, serializeAws_restJson1ListExtensionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListExtensionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListExtensionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListExtensionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListExtensionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExtensionsFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|