@aws-sdk/client-cloudformation 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/ActivateTypeCommand.js +2 -2
- package/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/CancelUpdateStackCommand.js +1 -1
- package/dist-cjs/commands/ContinueUpdateRollbackCommand.js +2 -2
- package/dist-cjs/commands/CreateChangeSetCommand.js +2 -2
- package/dist-cjs/commands/CreateStackCommand.js +2 -2
- package/dist-cjs/commands/CreateStackInstancesCommand.js +2 -2
- package/dist-cjs/commands/CreateStackSetCommand.js +2 -2
- package/dist-cjs/commands/DeactivateTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteChangeSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteStackCommand.js +1 -1
- package/dist-cjs/commands/DeleteStackInstancesCommand.js +2 -2
- package/dist-cjs/commands/DeleteStackSetCommand.js +2 -2
- package/dist-cjs/commands/DeregisterTypeCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-cjs/commands/DescribeChangeSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeChangeSetHooksCommand.js +2 -2
- package/dist-cjs/commands/DescribePublisherCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackEventsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackInstanceCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackResourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackResourcesCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeStackSetOperationCommand.js +2 -2
- package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
- package/dist-cjs/commands/DescribeTypeCommand.js +2 -2
- package/dist-cjs/commands/DescribeTypeRegistrationCommand.js +2 -2
- package/dist-cjs/commands/DetectStackDriftCommand.js +2 -2
- package/dist-cjs/commands/DetectStackResourceDriftCommand.js +2 -2
- package/dist-cjs/commands/DetectStackSetDriftCommand.js +2 -2
- package/dist-cjs/commands/EstimateTemplateCostCommand.js +2 -2
- package/dist-cjs/commands/ExecuteChangeSetCommand.js +2 -2
- package/dist-cjs/commands/GetStackPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateSummaryCommand.js +2 -2
- package/dist-cjs/commands/ImportStacksToStackSetCommand.js +2 -2
- package/dist-cjs/commands/ListChangeSetsCommand.js +2 -2
- package/dist-cjs/commands/ListExportsCommand.js +2 -2
- package/dist-cjs/commands/ListImportsCommand.js +2 -2
- package/dist-cjs/commands/ListStackInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListStackResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListStackSetOperationResultsCommand.js +2 -2
- package/dist-cjs/commands/ListStackSetOperationsCommand.js +2 -2
- package/dist-cjs/commands/ListStackSetsCommand.js +2 -2
- package/dist-cjs/commands/ListStacksCommand.js +2 -2
- package/dist-cjs/commands/ListTypeRegistrationsCommand.js +2 -2
- package/dist-cjs/commands/ListTypeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTypesCommand.js +2 -2
- package/dist-cjs/commands/PublishTypeCommand.js +2 -2
- package/dist-cjs/commands/RecordHandlerProgressCommand.js +2 -2
- package/dist-cjs/commands/RegisterPublisherCommand.js +2 -2
- package/dist-cjs/commands/RegisterTypeCommand.js +2 -2
- package/dist-cjs/commands/RollbackStackCommand.js +2 -2
- package/dist-cjs/commands/SetStackPolicyCommand.js +1 -1
- package/dist-cjs/commands/SetTypeConfigurationCommand.js +2 -2
- package/dist-cjs/commands/SetTypeDefaultVersionCommand.js +2 -2
- package/dist-cjs/commands/SignalResourceCommand.js +1 -1
- package/dist-cjs/commands/StopStackSetOperationCommand.js +2 -2
- package/dist-cjs/commands/TestTypeCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackInstancesCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateTerminationProtectionCommand.js +2 -2
- package/dist-cjs/commands/ValidateTemplateCommand.js +2 -2
- package/dist-cjs/models/models_0.js +745 -1115
- package/dist-es/commands/ActivateTypeCommand.js +3 -3
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -3
- package/dist-es/commands/CancelUpdateStackCommand.js +2 -2
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -3
- package/dist-es/commands/CreateChangeSetCommand.js +3 -3
- package/dist-es/commands/CreateStackCommand.js +3 -3
- package/dist-es/commands/CreateStackInstancesCommand.js +3 -3
- package/dist-es/commands/CreateStackSetCommand.js +3 -3
- package/dist-es/commands/DeactivateTypeCommand.js +3 -3
- package/dist-es/commands/DeleteChangeSetCommand.js +3 -3
- package/dist-es/commands/DeleteStackCommand.js +2 -2
- package/dist-es/commands/DeleteStackInstancesCommand.js +3 -3
- package/dist-es/commands/DeleteStackSetCommand.js +3 -3
- package/dist-es/commands/DeregisterTypeCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-es/commands/DescribeChangeSetCommand.js +3 -3
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -3
- package/dist-es/commands/DescribePublisherCommand.js +3 -3
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -3
- package/dist-es/commands/DescribeStackEventsCommand.js +3 -3
- package/dist-es/commands/DescribeStackInstanceCommand.js +3 -3
- package/dist-es/commands/DescribeStackResourceCommand.js +3 -3
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -3
- package/dist-es/commands/DescribeStackResourcesCommand.js +3 -3
- package/dist-es/commands/DescribeStackSetCommand.js +3 -3
- package/dist-es/commands/DescribeStackSetOperationCommand.js +3 -3
- package/dist-es/commands/DescribeStacksCommand.js +3 -3
- package/dist-es/commands/DescribeTypeCommand.js +3 -3
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -3
- package/dist-es/commands/DetectStackDriftCommand.js +3 -3
- package/dist-es/commands/DetectStackResourceDriftCommand.js +3 -3
- package/dist-es/commands/DetectStackSetDriftCommand.js +3 -3
- package/dist-es/commands/EstimateTemplateCostCommand.js +3 -3
- package/dist-es/commands/ExecuteChangeSetCommand.js +3 -3
- package/dist-es/commands/GetStackPolicyCommand.js +3 -3
- package/dist-es/commands/GetTemplateCommand.js +3 -3
- package/dist-es/commands/GetTemplateSummaryCommand.js +3 -3
- package/dist-es/commands/ImportStacksToStackSetCommand.js +3 -3
- package/dist-es/commands/ListChangeSetsCommand.js +3 -3
- package/dist-es/commands/ListExportsCommand.js +3 -3
- package/dist-es/commands/ListImportsCommand.js +3 -3
- package/dist-es/commands/ListStackInstancesCommand.js +3 -3
- package/dist-es/commands/ListStackResourcesCommand.js +3 -3
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -3
- package/dist-es/commands/ListStackSetOperationsCommand.js +3 -3
- package/dist-es/commands/ListStackSetsCommand.js +3 -3
- package/dist-es/commands/ListStacksCommand.js +3 -3
- package/dist-es/commands/ListTypeRegistrationsCommand.js +3 -3
- package/dist-es/commands/ListTypeVersionsCommand.js +3 -3
- package/dist-es/commands/ListTypesCommand.js +3 -3
- package/dist-es/commands/PublishTypeCommand.js +3 -3
- package/dist-es/commands/RecordHandlerProgressCommand.js +3 -3
- package/dist-es/commands/RegisterPublisherCommand.js +3 -3
- package/dist-es/commands/RegisterTypeCommand.js +3 -3
- package/dist-es/commands/RollbackStackCommand.js +3 -3
- package/dist-es/commands/SetStackPolicyCommand.js +2 -2
- package/dist-es/commands/SetTypeConfigurationCommand.js +3 -3
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -3
- package/dist-es/commands/SignalResourceCommand.js +2 -2
- package/dist-es/commands/StopStackSetOperationCommand.js +3 -3
- package/dist-es/commands/TestTypeCommand.js +3 -3
- package/dist-es/commands/UpdateStackCommand.js +3 -3
- package/dist-es/commands/UpdateStackInstancesCommand.js +3 -3
- package/dist-es/commands/UpdateStackSetCommand.js +3 -3
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -3
- package/dist-es/commands/ValidateTemplateCommand.js +3 -3
- package/dist-es/models/models_0.js +185 -740
- package/dist-types/models/models_0.d.ts +740 -1110
- package/dist-types/ts3.4/models/models_0.d.ts +370 -740
- 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 { ActivateTypeInputFilterSensitiveLog, ActivateTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryActivateTypeCommand, serializeAws_queryActivateTypeCommand } from "../protocols/Aws_query";
|
|
6
6
|
var ActivateTypeCommand = (function (_super) {
|
|
7
7
|
__extends(ActivateTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ActivateTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ActivateTypeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ActivateTypeOutputFilterSensitiveLog,
|
|
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 { BatchDescribeTypeConfigurationsInputFilterSensitiveLog, BatchDescribeTypeConfigurationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryBatchDescribeTypeConfigurationsCommand, serializeAws_queryBatchDescribeTypeConfigurationsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var BatchDescribeTypeConfigurationsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDescribeTypeConfigurationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDescribeTypeConfigurationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDescribeTypeConfigurationsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDescribeTypeConfigurationsOutputFilterSensitiveLog,
|
|
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 { CancelUpdateStackInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCancelUpdateStackCommand, serializeAws_queryCancelUpdateStackCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CancelUpdateStackCommand = (function (_super) {
|
|
7
7
|
__extends(CancelUpdateStackCommand, _super);
|
|
@@ -20,7 +20,7 @@ var CancelUpdateStackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelUpdateStackInputFilterSensitiveLog,
|
|
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 { ContinueUpdateRollbackInputFilterSensitiveLog, ContinueUpdateRollbackOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryContinueUpdateRollbackCommand, serializeAws_queryContinueUpdateRollbackCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ContinueUpdateRollbackCommand = (function (_super) {
|
|
7
7
|
__extends(ContinueUpdateRollbackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ContinueUpdateRollbackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ContinueUpdateRollbackInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ContinueUpdateRollbackOutputFilterSensitiveLog,
|
|
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 { CreateChangeSetInputFilterSensitiveLog, CreateChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateChangeSetCommand, serializeAws_queryCreateChangeSetCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateChangeSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateChangeSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateChangeSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateChangeSetInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateChangeSetOutputFilterSensitiveLog,
|
|
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 { CreateStackInputFilterSensitiveLog, CreateStackOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateStackCommand, serializeAws_queryCreateStackCommand } from "../protocols/Aws_query";
|
|
6
6
|
var CreateStackCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateStackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateStackInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateStackOutputFilterSensitiveLog,
|
|
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 { CreateStackInstancesInputFilterSensitiveLog, CreateStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateStackInstancesCommand, serializeAws_queryCreateStackInstancesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateStackInstancesCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStackInstancesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateStackInstancesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateStackInstancesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateStackInstancesOutputFilterSensitiveLog,
|
|
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 { CreateStackSetInputFilterSensitiveLog, CreateStackSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateStackSetCommand, serializeAws_queryCreateStackSetCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateStackSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStackSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateStackSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateStackSetInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateStackSetOutputFilterSensitiveLog,
|
|
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 { DeactivateTypeInputFilterSensitiveLog, DeactivateTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeactivateTypeCommand, serializeAws_queryDeactivateTypeCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeactivateTypeCommand = (function (_super) {
|
|
7
7
|
__extends(DeactivateTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeactivateTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeactivateTypeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeactivateTypeOutputFilterSensitiveLog,
|
|
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 { DeleteChangeSetInputFilterSensitiveLog, DeleteChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteChangeSetCommand, serializeAws_queryDeleteChangeSetCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteChangeSetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteChangeSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteChangeSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteChangeSetInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteChangeSetOutputFilterSensitiveLog,
|
|
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 { DeleteStackInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteStackCommand, serializeAws_queryDeleteStackCommand } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteStackCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteStackCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteStackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteStackInputFilterSensitiveLog,
|
|
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 { DeleteStackInstancesInputFilterSensitiveLog, DeleteStackInstancesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteStackInstancesCommand, serializeAws_queryDeleteStackInstancesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteStackInstancesCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteStackInstancesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteStackInstancesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteStackInstancesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteStackInstancesOutputFilterSensitiveLog,
|
|
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 { DeleteStackSetInputFilterSensitiveLog, DeleteStackSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteStackSetCommand, serializeAws_queryDeleteStackSetCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteStackSetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteStackSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteStackSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteStackSetInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteStackSetOutputFilterSensitiveLog,
|
|
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 { DeregisterTypeInputFilterSensitiveLog, DeregisterTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeregisterTypeCommand, serializeAws_queryDeregisterTypeCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeregisterTypeCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterTypeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterTypeOutputFilterSensitiveLog,
|
|
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 { DescribeAccountLimitsInputFilterSensitiveLog, DescribeAccountLimitsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeAccountLimitsCommand, serializeAws_queryDescribeAccountLimitsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeAccountLimitsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAccountLimitsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAccountLimitsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAccountLimitsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAccountLimitsOutputFilterSensitiveLog,
|
|
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 { DescribeChangeSetInputFilterSensitiveLog, DescribeChangeSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeChangeSetCommand, serializeAws_queryDescribeChangeSetCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeChangeSetCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeChangeSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeChangeSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeChangeSetInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeChangeSetOutputFilterSensitiveLog,
|
|
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 { DescribeChangeSetHooksInputFilterSensitiveLog, DescribeChangeSetHooksOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeChangeSetHooksCommand, serializeAws_queryDescribeChangeSetHooksCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeChangeSetHooksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeChangeSetHooksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeChangeSetHooksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeChangeSetHooksInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeChangeSetHooksOutputFilterSensitiveLog,
|
|
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 { DescribePublisherInputFilterSensitiveLog, DescribePublisherOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribePublisherCommand, serializeAws_queryDescribePublisherCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribePublisherCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePublisherCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePublisherCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePublisherInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePublisherOutputFilterSensitiveLog,
|
|
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 { DescribeStackDriftDetectionStatusInputFilterSensitiveLog, DescribeStackDriftDetectionStatusOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackDriftDetectionStatusCommand, serializeAws_queryDescribeStackDriftDetectionStatusCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackDriftDetectionStatusCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackDriftDetectionStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackDriftDetectionStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackDriftDetectionStatusInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackDriftDetectionStatusOutputFilterSensitiveLog,
|
|
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 { DescribeStackEventsInputFilterSensitiveLog, DescribeStackEventsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackEventsCommand, serializeAws_queryDescribeStackEventsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackEventsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackEventsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackEventsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackEventsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackEventsOutputFilterSensitiveLog,
|
|
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 { DescribeStackInstanceInputFilterSensitiveLog, DescribeStackInstanceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackInstanceCommand, serializeAws_queryDescribeStackInstanceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackInstanceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackInstanceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackInstanceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackInstanceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackInstanceOutputFilterSensitiveLog,
|
|
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 { DescribeStackResourceInputFilterSensitiveLog, DescribeStackResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackResourceCommand, serializeAws_queryDescribeStackResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackResourceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackResourceOutputFilterSensitiveLog,
|
|
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 { DescribeStackResourceDriftsInputFilterSensitiveLog, DescribeStackResourceDriftsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackResourceDriftsCommand, serializeAws_queryDescribeStackResourceDriftsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackResourceDriftsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackResourceDriftsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackResourceDriftsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackResourceDriftsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackResourceDriftsOutputFilterSensitiveLog,
|
|
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 { DescribeStackResourcesInputFilterSensitiveLog, DescribeStackResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackResourcesCommand, serializeAws_queryDescribeStackResourcesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackResourcesOutputFilterSensitiveLog,
|
|
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 { DescribeStackSetInputFilterSensitiveLog, DescribeStackSetOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackSetCommand, serializeAws_queryDescribeStackSetCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackSetCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackSetInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackSetOutputFilterSensitiveLog,
|
|
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 { DescribeStackSetOperationInputFilterSensitiveLog, DescribeStackSetOperationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStackSetOperationCommand, serializeAws_queryDescribeStackSetOperationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStackSetOperationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStackSetOperationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStackSetOperationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStackSetOperationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStackSetOperationOutputFilterSensitiveLog,
|
|
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 { DescribeStacksInputFilterSensitiveLog, DescribeStacksOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeStacksCommand, serializeAws_queryDescribeStacksCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeStacksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStacksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStacksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStacksInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStacksOutputFilterSensitiveLog,
|
|
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 { DescribeTypeInputFilterSensitiveLog, DescribeTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeTypeCommand, serializeAws_queryDescribeTypeCommand } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeTypeCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTypeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTypeOutputFilterSensitiveLog,
|
|
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 { DescribeTypeRegistrationInputFilterSensitiveLog, DescribeTypeRegistrationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeTypeRegistrationCommand, serializeAws_queryDescribeTypeRegistrationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeTypeRegistrationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTypeRegistrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTypeRegistrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTypeRegistrationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTypeRegistrationOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|