@aws-sdk/client-codepipeline 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/AcknowledgeJobCommand.js +2 -2
- package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -2
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +1 -1
- package/dist-cjs/commands/DeletePipelineCommand.js +1 -1
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
- package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-cjs/commands/DisableStageTransitionCommand.js +1 -1
- package/dist-cjs/commands/EnableStageTransitionCommand.js +1 -1
- package/dist-cjs/commands/GetActionTypeCommand.js +2 -2
- package/dist-cjs/commands/GetJobDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetPipelineCommand.js +2 -2
- package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetPipelineStateCommand.js +2 -2
- package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -2
- package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListActionTypesCommand.js +2 -2
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -2
- package/dist-cjs/commands/PollForJobsCommand.js +2 -2
- package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -2
- package/dist-cjs/commands/PutActionRevisionCommand.js +2 -2
- package/dist-cjs/commands/PutApprovalResultCommand.js +2 -2
- package/dist-cjs/commands/PutJobFailureResultCommand.js +1 -1
- package/dist-cjs/commands/PutJobSuccessResultCommand.js +1 -1
- package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +1 -1
- package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +1 -1
- package/dist-cjs/commands/PutWebhookCommand.js +2 -2
- package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateActionTypeCommand.js +1 -1
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -2
- package/dist-cjs/models/models_0.js +563 -837
- package/dist-cjs/protocols/Aws_json1_1.js +195 -351
- package/dist-es/commands/AcknowledgeJobCommand.js +3 -3
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -3
- package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -3
- package/dist-es/commands/CreatePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteWebhookCommand.js +3 -3
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -3
- package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
- package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
- package/dist-es/commands/GetActionTypeCommand.js +3 -3
- package/dist-es/commands/GetJobDetailsCommand.js +3 -3
- package/dist-es/commands/GetPipelineCommand.js +3 -3
- package/dist-es/commands/GetPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/GetPipelineStateCommand.js +3 -3
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -3
- package/dist-es/commands/ListActionExecutionsCommand.js +3 -3
- package/dist-es/commands/ListActionTypesCommand.js +3 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -3
- package/dist-es/commands/ListPipelinesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWebhooksCommand.js +3 -3
- package/dist-es/commands/PollForJobsCommand.js +3 -3
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -3
- package/dist-es/commands/PutActionRevisionCommand.js +3 -3
- package/dist-es/commands/PutApprovalResultCommand.js +3 -3
- package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutWebhookCommand.js +3 -3
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -3
- package/dist-es/commands/RetryStageExecutionCommand.js +3 -3
- package/dist-es/commands/StartPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/StopPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
- package/dist-es/commands/UpdatePipelineCommand.js +3 -3
- package/dist-es/models/models_0.js +137 -548
- package/dist-es/protocols/Aws_json1_1.js +313 -352
- package/dist-types/models/models_0.d.ts +548 -822
- package/dist-types/ts3.4/models/models_0.d.ts +274 -548
- 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 { AcknowledgeJobInputFilterSensitiveLog, AcknowledgeJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AcknowledgeJobCommand, serializeAws_json1_1AcknowledgeJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AcknowledgeJobCommand = (function (_super) {
|
|
7
7
|
__extends(AcknowledgeJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AcknowledgeJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AcknowledgeJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AcknowledgeJobOutputFilterSensitiveLog,
|
|
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 { AcknowledgeThirdPartyJobInputFilterSensitiveLog, AcknowledgeThirdPartyJobOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AcknowledgeThirdPartyJobCommand, serializeAws_json1_1AcknowledgeThirdPartyJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AcknowledgeThirdPartyJobCommand = (function (_super) {
|
|
7
7
|
__extends(AcknowledgeThirdPartyJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AcknowledgeThirdPartyJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AcknowledgeThirdPartyJobInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AcknowledgeThirdPartyJobOutputFilterSensitiveLog,
|
|
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 { CreateCustomActionTypeInputFilterSensitiveLog, CreateCustomActionTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateCustomActionTypeCommand, serializeAws_json1_1CreateCustomActionTypeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateCustomActionTypeCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCustomActionTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCustomActionTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCustomActionTypeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCustomActionTypeOutputFilterSensitiveLog,
|
|
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 { CreatePipelineInputFilterSensitiveLog, CreatePipelineOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreatePipelineCommand, serializeAws_json1_1CreatePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreatePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePipelineCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePipelineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePipelineInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePipelineOutputFilterSensitiveLog,
|
|
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 { DeleteCustomActionTypeInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteCustomActionTypeCommand, serializeAws_json1_1DeleteCustomActionTypeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteCustomActionTypeCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCustomActionTypeCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteCustomActionTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCustomActionTypeInputFilterSensitiveLog,
|
|
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 { DeletePipelineInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeletePipelineCommand, serializeAws_json1_1DeletePipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePipelineCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePipelineCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeletePipelineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePipelineInputFilterSensitiveLog,
|
|
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 { DeleteWebhookInputFilterSensitiveLog, DeleteWebhookOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteWebhookCommand, serializeAws_json1_1DeleteWebhookCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteWebhookCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteWebhookCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteWebhookCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteWebhookInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteWebhookOutputFilterSensitiveLog,
|
|
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 { DeregisterWebhookWithThirdPartyInputFilterSensitiveLog, DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand, serializeAws_json1_1DeregisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeregisterWebhookWithThirdPartyCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterWebhookWithThirdPartyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterWebhookWithThirdPartyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterWebhookWithThirdPartyInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog,
|
|
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 { DisableStageTransitionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisableStageTransitionCommand, serializeAws_json1_1DisableStageTransitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisableStageTransitionCommand = (function (_super) {
|
|
7
7
|
__extends(DisableStageTransitionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DisableStageTransitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableStageTransitionInputFilterSensitiveLog,
|
|
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 { EnableStageTransitionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1EnableStageTransitionCommand, serializeAws_json1_1EnableStageTransitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var EnableStageTransitionCommand = (function (_super) {
|
|
7
7
|
__extends(EnableStageTransitionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var EnableStageTransitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: EnableStageTransitionInputFilterSensitiveLog,
|
|
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 { GetActionTypeInputFilterSensitiveLog, GetActionTypeOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetActionTypeCommand, serializeAws_json1_1GetActionTypeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetActionTypeCommand = (function (_super) {
|
|
7
7
|
__extends(GetActionTypeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetActionTypeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetActionTypeInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetActionTypeOutputFilterSensitiveLog,
|
|
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 { GetJobDetailsInputFilterSensitiveLog, GetJobDetailsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetJobDetailsCommand, serializeAws_json1_1GetJobDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetJobDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(GetJobDetailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetJobDetailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetJobDetailsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetJobDetailsOutputFilterSensitiveLog,
|
|
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 { GetPipelineInputFilterSensitiveLog, GetPipelineOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetPipelineCommand, serializeAws_json1_1GetPipelineCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetPipelineCommand = (function (_super) {
|
|
7
7
|
__extends(GetPipelineCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPipelineCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPipelineInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPipelineOutputFilterSensitiveLog,
|
|
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 { GetPipelineExecutionInputFilterSensitiveLog, GetPipelineExecutionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetPipelineExecutionCommand, serializeAws_json1_1GetPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetPipelineExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(GetPipelineExecutionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPipelineExecutionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPipelineExecutionInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPipelineExecutionOutputFilterSensitiveLog,
|
|
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 { GetPipelineStateInputFilterSensitiveLog, GetPipelineStateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetPipelineStateCommand, serializeAws_json1_1GetPipelineStateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetPipelineStateCommand = (function (_super) {
|
|
7
7
|
__extends(GetPipelineStateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPipelineStateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPipelineStateInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPipelineStateOutputFilterSensitiveLog,
|
|
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 { GetThirdPartyJobDetailsInputFilterSensitiveLog, GetThirdPartyJobDetailsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetThirdPartyJobDetailsCommand, serializeAws_json1_1GetThirdPartyJobDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetThirdPartyJobDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(GetThirdPartyJobDetailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetThirdPartyJobDetailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetThirdPartyJobDetailsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetThirdPartyJobDetailsOutputFilterSensitiveLog,
|
|
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 { ListActionExecutionsInputFilterSensitiveLog, ListActionExecutionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListActionExecutionsCommand, serializeAws_json1_1ListActionExecutionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListActionExecutionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListActionExecutionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListActionExecutionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListActionExecutionsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListActionExecutionsOutputFilterSensitiveLog,
|
|
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 { ListActionTypesInputFilterSensitiveLog, ListActionTypesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListActionTypesCommand, serializeAws_json1_1ListActionTypesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListActionTypesCommand = (function (_super) {
|
|
7
7
|
__extends(ListActionTypesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListActionTypesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListActionTypesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListActionTypesOutputFilterSensitiveLog,
|
|
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 { ListPipelineExecutionsInputFilterSensitiveLog, ListPipelineExecutionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListPipelineExecutionsCommand, serializeAws_json1_1ListPipelineExecutionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListPipelineExecutionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPipelineExecutionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPipelineExecutionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPipelineExecutionsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPipelineExecutionsOutputFilterSensitiveLog,
|
|
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 { ListPipelinesInputFilterSensitiveLog, ListPipelinesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListPipelinesCommand, serializeAws_json1_1ListPipelinesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListPipelinesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPipelinesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPipelinesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPipelinesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPipelinesOutputFilterSensitiveLog,
|
|
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 { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceOutputFilterSensitiveLog,
|
|
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 { ListWebhooksInputFilterSensitiveLog, ListWebhooksOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListWebhooksCommand, serializeAws_json1_1ListWebhooksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListWebhooksCommand = (function (_super) {
|
|
7
7
|
__extends(ListWebhooksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListWebhooksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListWebhooksInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListWebhooksOutputFilterSensitiveLog,
|
|
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 { PollForJobsInputFilterSensitiveLog, PollForJobsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PollForJobsCommand, serializeAws_json1_1PollForJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PollForJobsCommand = (function (_super) {
|
|
7
7
|
__extends(PollForJobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PollForJobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PollForJobsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PollForJobsOutputFilterSensitiveLog,
|
|
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 { PollForThirdPartyJobsInputFilterSensitiveLog, PollForThirdPartyJobsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PollForThirdPartyJobsCommand, serializeAws_json1_1PollForThirdPartyJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PollForThirdPartyJobsCommand = (function (_super) {
|
|
7
7
|
__extends(PollForThirdPartyJobsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PollForThirdPartyJobsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PollForThirdPartyJobsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PollForThirdPartyJobsOutputFilterSensitiveLog,
|
|
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 { PutActionRevisionInputFilterSensitiveLog, PutActionRevisionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutActionRevisionCommand, serializeAws_json1_1PutActionRevisionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutActionRevisionCommand = (function (_super) {
|
|
7
7
|
__extends(PutActionRevisionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutActionRevisionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutActionRevisionInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutActionRevisionOutputFilterSensitiveLog,
|
|
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 { PutApprovalResultInputFilterSensitiveLog, PutApprovalResultOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutApprovalResultCommand, serializeAws_json1_1PutApprovalResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutApprovalResultCommand = (function (_super) {
|
|
7
7
|
__extends(PutApprovalResultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutApprovalResultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutApprovalResultInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutApprovalResultOutputFilterSensitiveLog,
|
|
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 { PutJobFailureResultInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutJobFailureResultCommand, serializeAws_json1_1PutJobFailureResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutJobFailureResultCommand = (function (_super) {
|
|
7
7
|
__extends(PutJobFailureResultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutJobFailureResultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutJobFailureResultInputFilterSensitiveLog,
|
|
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 { PutJobSuccessResultInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutJobSuccessResultCommand, serializeAws_json1_1PutJobSuccessResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutJobSuccessResultCommand = (function (_super) {
|
|
7
7
|
__extends(PutJobSuccessResultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutJobSuccessResultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutJobSuccessResultInputFilterSensitiveLog,
|
|
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 { PutThirdPartyJobFailureResultInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutThirdPartyJobFailureResultCommand, serializeAws_json1_1PutThirdPartyJobFailureResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutThirdPartyJobFailureResultCommand = (function (_super) {
|
|
7
7
|
__extends(PutThirdPartyJobFailureResultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutThirdPartyJobFailureResultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutThirdPartyJobFailureResultInputFilterSensitiveLog,
|
|
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 { PutThirdPartyJobSuccessResultInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand, serializeAws_json1_1PutThirdPartyJobSuccessResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutThirdPartyJobSuccessResultCommand = (function (_super) {
|
|
7
7
|
__extends(PutThirdPartyJobSuccessResultCommand, _super);
|
|
@@ -20,7 +20,7 @@ var PutThirdPartyJobSuccessResultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutThirdPartyJobSuccessResultInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|