@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.
Files changed (87) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -2
  4. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +1 -1
  8. package/dist-cjs/commands/DeletePipelineCommand.js +1 -1
  9. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
  10. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
  11. package/dist-cjs/commands/DisableStageTransitionCommand.js +1 -1
  12. package/dist-cjs/commands/EnableStageTransitionCommand.js +1 -1
  13. package/dist-cjs/commands/GetActionTypeCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobDetailsCommand.js +2 -2
  15. package/dist-cjs/commands/GetPipelineCommand.js +2 -2
  16. package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -2
  17. package/dist-cjs/commands/GetPipelineStateCommand.js +2 -2
  18. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -2
  19. package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -2
  20. package/dist-cjs/commands/ListActionTypesCommand.js +2 -2
  21. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -2
  22. package/dist-cjs/commands/ListPipelinesCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/ListWebhooksCommand.js +2 -2
  25. package/dist-cjs/commands/PollForJobsCommand.js +2 -2
  26. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -2
  27. package/dist-cjs/commands/PutActionRevisionCommand.js +2 -2
  28. package/dist-cjs/commands/PutApprovalResultCommand.js +2 -2
  29. package/dist-cjs/commands/PutJobFailureResultCommand.js +1 -1
  30. package/dist-cjs/commands/PutJobSuccessResultCommand.js +1 -1
  31. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +1 -1
  32. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +1 -1
  33. package/dist-cjs/commands/PutWebhookCommand.js +2 -2
  34. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
  35. package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -2
  36. package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -2
  37. package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateActionTypeCommand.js +1 -1
  41. package/dist-cjs/commands/UpdatePipelineCommand.js +2 -2
  42. package/dist-cjs/models/models_0.js +563 -837
  43. package/dist-cjs/protocols/Aws_json1_1.js +195 -351
  44. package/dist-es/commands/AcknowledgeJobCommand.js +3 -3
  45. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -3
  46. package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -3
  47. package/dist-es/commands/CreatePipelineCommand.js +3 -3
  48. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
  49. package/dist-es/commands/DeletePipelineCommand.js +2 -2
  50. package/dist-es/commands/DeleteWebhookCommand.js +3 -3
  51. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -3
  52. package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
  53. package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
  54. package/dist-es/commands/GetActionTypeCommand.js +3 -3
  55. package/dist-es/commands/GetJobDetailsCommand.js +3 -3
  56. package/dist-es/commands/GetPipelineCommand.js +3 -3
  57. package/dist-es/commands/GetPipelineExecutionCommand.js +3 -3
  58. package/dist-es/commands/GetPipelineStateCommand.js +3 -3
  59. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -3
  60. package/dist-es/commands/ListActionExecutionsCommand.js +3 -3
  61. package/dist-es/commands/ListActionTypesCommand.js +3 -3
  62. package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -3
  63. package/dist-es/commands/ListPipelinesCommand.js +3 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  65. package/dist-es/commands/ListWebhooksCommand.js +3 -3
  66. package/dist-es/commands/PollForJobsCommand.js +3 -3
  67. package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -3
  68. package/dist-es/commands/PutActionRevisionCommand.js +3 -3
  69. package/dist-es/commands/PutApprovalResultCommand.js +3 -3
  70. package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
  71. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
  72. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
  73. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
  74. package/dist-es/commands/PutWebhookCommand.js +3 -3
  75. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -3
  76. package/dist-es/commands/RetryStageExecutionCommand.js +3 -3
  77. package/dist-es/commands/StartPipelineExecutionCommand.js +3 -3
  78. package/dist-es/commands/StopPipelineExecutionCommand.js +3 -3
  79. package/dist-es/commands/TagResourceCommand.js +3 -3
  80. package/dist-es/commands/UntagResourceCommand.js +3 -3
  81. package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
  82. package/dist-es/commands/UpdatePipelineCommand.js +3 -3
  83. package/dist-es/models/models_0.js +137 -548
  84. package/dist-es/protocols/Aws_json1_1.js +313 -352
  85. package/dist-types/models/models_0.d.ts +548 -822
  86. package/dist-types/ts3.4/models/models_0.d.ts +274 -548
  87. 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 { PutWebhookInput, PutWebhookOutput } from "../models/models_0";
4
+ import { PutWebhookInputFilterSensitiveLog, PutWebhookOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1PutWebhookCommand, serializeAws_json1_1PutWebhookCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutWebhookCommand = (function (_super) {
7
7
  __extends(PutWebhookCommand, _super);
@@ -20,8 +20,8 @@ var PutWebhookCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutWebhookInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutWebhookOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutWebhookInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutWebhookOutputFilterSensitiveLog,
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 { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput } from "../models/models_0";
4
+ import { RegisterWebhookWithThirdPartyInputFilterSensitiveLog, RegisterWebhookWithThirdPartyOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand, serializeAws_json1_1RegisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1";
6
6
  var RegisterWebhookWithThirdPartyCommand = (function (_super) {
7
7
  __extends(RegisterWebhookWithThirdPartyCommand, _super);
@@ -20,8 +20,8 @@ var RegisterWebhookWithThirdPartyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RegisterWebhookWithThirdPartyInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: RegisterWebhookWithThirdPartyOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RegisterWebhookWithThirdPartyInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RegisterWebhookWithThirdPartyOutputFilterSensitiveLog,
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 { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0";
4
+ import { RetryStageExecutionInputFilterSensitiveLog, RetryStageExecutionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1RetryStageExecutionCommand, serializeAws_json1_1RetryStageExecutionCommand, } from "../protocols/Aws_json1_1";
6
6
  var RetryStageExecutionCommand = (function (_super) {
7
7
  __extends(RetryStageExecutionCommand, _super);
@@ -20,8 +20,8 @@ var RetryStageExecutionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RetryStageExecutionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: RetryStageExecutionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RetryStageExecutionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RetryStageExecutionOutputFilterSensitiveLog,
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 { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0";
4
+ import { StartPipelineExecutionInputFilterSensitiveLog, StartPipelineExecutionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StartPipelineExecutionCommand, serializeAws_json1_1StartPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartPipelineExecutionCommand = (function (_super) {
7
7
  __extends(StartPipelineExecutionCommand, _super);
@@ -20,8 +20,8 @@ var StartPipelineExecutionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StartPipelineExecutionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StartPipelineExecutionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StartPipelineExecutionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StartPipelineExecutionOutputFilterSensitiveLog,
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 { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0";
4
+ import { StopPipelineExecutionInputFilterSensitiveLog, StopPipelineExecutionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1StopPipelineExecutionCommand, serializeAws_json1_1StopPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopPipelineExecutionCommand = (function (_super) {
7
7
  __extends(StopPipelineExecutionCommand, _super);
@@ -20,8 +20,8 @@ var StopPipelineExecutionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopPipelineExecutionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopPipelineExecutionOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopPipelineExecutionInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopPipelineExecutionOutputFilterSensitiveLog,
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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
+ import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceOutputFilterSensitiveLog,
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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
+ import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceOutputFilterSensitiveLog,
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 { UpdateActionTypeInput } from "../models/models_0";
4
+ import { UpdateActionTypeInputFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateActionTypeCommand, serializeAws_json1_1UpdateActionTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateActionTypeCommand = (function (_super) {
7
7
  __extends(UpdateActionTypeCommand, _super);
@@ -20,7 +20,7 @@ var UpdateActionTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateActionTypeInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateActionTypeInputFilterSensitiveLog,
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 { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0";
4
+ import { UpdatePipelineInputFilterSensitiveLog, UpdatePipelineOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdatePipelineCommand, serializeAws_json1_1UpdatePipelineCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePipelineCommand = (function (_super) {
7
7
  __extends(UpdatePipelineCommand, _super);
@@ -20,8 +20,8 @@ var UpdatePipelineCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdatePipelineInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdatePipelineOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdatePipelineInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdatePipelineOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {