@aws-sdk/client-codepipeline 3.927.0 → 3.928.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 (68) hide show
  1. package/dist-cjs/index.js +2313 -2278
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodePipelineClient.js +2 -0
  4. package/dist-es/commands/AcknowledgeJobCommand.js +3 -9
  5. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -9
  6. package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -9
  7. package/dist-es/commands/CreatePipelineCommand.js +3 -9
  8. package/dist-es/commands/DeleteCustomActionTypeCommand.js +3 -9
  9. package/dist-es/commands/DeletePipelineCommand.js +3 -9
  10. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  11. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -9
  12. package/dist-es/commands/DisableStageTransitionCommand.js +3 -9
  13. package/dist-es/commands/EnableStageTransitionCommand.js +3 -9
  14. package/dist-es/commands/GetActionTypeCommand.js +3 -9
  15. package/dist-es/commands/GetJobDetailsCommand.js +3 -10
  16. package/dist-es/commands/GetPipelineCommand.js +3 -9
  17. package/dist-es/commands/GetPipelineExecutionCommand.js +3 -9
  18. package/dist-es/commands/GetPipelineStateCommand.js +3 -9
  19. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -10
  20. package/dist-es/commands/ListActionExecutionsCommand.js +3 -9
  21. package/dist-es/commands/ListActionTypesCommand.js +3 -9
  22. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +3 -9
  23. package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -9
  24. package/dist-es/commands/ListPipelinesCommand.js +3 -9
  25. package/dist-es/commands/ListRuleExecutionsCommand.js +3 -9
  26. package/dist-es/commands/ListRuleTypesCommand.js +3 -9
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  28. package/dist-es/commands/ListWebhooksCommand.js +3 -9
  29. package/dist-es/commands/OverrideStageConditionCommand.js +3 -9
  30. package/dist-es/commands/PollForJobsCommand.js +3 -10
  31. package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -9
  32. package/dist-es/commands/PutActionRevisionCommand.js +3 -9
  33. package/dist-es/commands/PutApprovalResultCommand.js +3 -9
  34. package/dist-es/commands/PutJobFailureResultCommand.js +3 -9
  35. package/dist-es/commands/PutJobSuccessResultCommand.js +3 -9
  36. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +3 -9
  37. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +3 -9
  38. package/dist-es/commands/PutWebhookCommand.js +3 -9
  39. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -9
  40. package/dist-es/commands/RetryStageExecutionCommand.js +3 -9
  41. package/dist-es/commands/RollbackStageCommand.js +3 -9
  42. package/dist-es/commands/StartPipelineExecutionCommand.js +3 -9
  43. package/dist-es/commands/StopPipelineExecutionCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateActionTypeCommand.js +3 -9
  47. package/dist-es/commands/UpdatePipelineCommand.js +3 -9
  48. package/dist-es/models/models_0.js +0 -39
  49. package/dist-es/runtimeConfig.shared.js +7 -0
  50. package/dist-es/schemas/schemas_0.js +2118 -0
  51. package/dist-types/CodePipelineClient.d.ts +10 -1
  52. package/dist-types/models/models_0.d.ts +0 -36
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +340 -0
  58. package/dist-types/ts3.4/CodePipelineClient.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +0 -21
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +347 -0
  65. package/package.json +5 -6
  66. package/dist-es/protocols/Aws_json1_1.js +0 -1804
  67. package/dist-types/protocols/Aws_json1_1.d.ts +0 -398
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -533
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListRuleTypesCommand, se_ListRuleTypesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRuleTypes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRuleTypesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "ListRuleTypes", {})
17
13
  .n("CodePipelineClient", "ListRuleTypesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRuleTypesCommand)
20
- .de(de_ListRuleTypesCommand)
14
+ .sc(ListRuleTypes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "ListTagsForResource", {})
17
13
  .n("CodePipelineClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListWebhooksCommand, se_ListWebhooksCommand } from "../protocols/Aws_json1_1";
4
+ import { ListWebhooks } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWebhooksCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "ListWebhooks", {})
17
13
  .n("CodePipelineClient", "ListWebhooksCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWebhooksCommand)
20
- .de(de_ListWebhooksCommand)
14
+ .sc(ListWebhooks)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_OverrideStageConditionCommand, se_OverrideStageConditionCommand } from "../protocols/Aws_json1_1";
4
+ import { OverrideStageCondition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class OverrideStageConditionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "OverrideStageCondition", {})
17
13
  .n("CodePipelineClient", "OverrideStageConditionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_OverrideStageConditionCommand)
20
- .de(de_OverrideStageConditionCommand)
14
+ .sc(OverrideStageCondition)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { PollForJobsOutputFilterSensitiveLog } from "../models/models_0";
6
- import { de_PollForJobsCommand, se_PollForJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { PollForJobs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class PollForJobsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("CodePipeline_20150709", "PollForJobs", {})
18
13
  .n("CodePipelineClient", "PollForJobsCommand")
19
- .f(void 0, PollForJobsOutputFilterSensitiveLog)
20
- .ser(se_PollForJobsCommand)
21
- .de(de_PollForJobsCommand)
14
+ .sc(PollForJobs)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PollForThirdPartyJobsCommand, se_PollForThirdPartyJobsCommand } from "../protocols/Aws_json1_1";
4
+ import { PollForThirdPartyJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PollForThirdPartyJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PollForThirdPartyJobs", {})
17
13
  .n("CodePipelineClient", "PollForThirdPartyJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PollForThirdPartyJobsCommand)
20
- .de(de_PollForThirdPartyJobsCommand)
14
+ .sc(PollForThirdPartyJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutActionRevisionCommand, se_PutActionRevisionCommand } from "../protocols/Aws_json1_1";
4
+ import { PutActionRevision } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutActionRevisionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PutActionRevision", {})
17
13
  .n("CodePipelineClient", "PutActionRevisionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutActionRevisionCommand)
20
- .de(de_PutActionRevisionCommand)
14
+ .sc(PutActionRevision)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutApprovalResultCommand, se_PutApprovalResultCommand } from "../protocols/Aws_json1_1";
4
+ import { PutApprovalResult } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutApprovalResultCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PutApprovalResult", {})
17
13
  .n("CodePipelineClient", "PutApprovalResultCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutApprovalResultCommand)
20
- .de(de_PutApprovalResultCommand)
14
+ .sc(PutApprovalResult)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutJobFailureResultCommand, se_PutJobFailureResultCommand } from "../protocols/Aws_json1_1";
4
+ import { PutJobFailureResult } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutJobFailureResultCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PutJobFailureResult", {})
17
13
  .n("CodePipelineClient", "PutJobFailureResultCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutJobFailureResultCommand)
20
- .de(de_PutJobFailureResultCommand)
14
+ .sc(PutJobFailureResult)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutJobSuccessResultCommand, se_PutJobSuccessResultCommand } from "../protocols/Aws_json1_1";
4
+ import { PutJobSuccessResult } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutJobSuccessResultCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PutJobSuccessResult", {})
17
13
  .n("CodePipelineClient", "PutJobSuccessResultCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutJobSuccessResultCommand)
20
- .de(de_PutJobSuccessResultCommand)
14
+ .sc(PutJobSuccessResult)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutThirdPartyJobFailureResultCommand, se_PutThirdPartyJobFailureResultCommand, } from "../protocols/Aws_json1_1";
4
+ import { PutThirdPartyJobFailureResult } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutThirdPartyJobFailureResultCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {})
17
13
  .n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutThirdPartyJobFailureResultCommand)
20
- .de(de_PutThirdPartyJobFailureResultCommand)
14
+ .sc(PutThirdPartyJobFailureResult)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutThirdPartyJobSuccessResultCommand, se_PutThirdPartyJobSuccessResultCommand, } from "../protocols/Aws_json1_1";
4
+ import { PutThirdPartyJobSuccessResult } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutThirdPartyJobSuccessResultCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {})
17
13
  .n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutThirdPartyJobSuccessResultCommand)
20
- .de(de_PutThirdPartyJobSuccessResultCommand)
14
+ .sc(PutThirdPartyJobSuccessResult)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutWebhookCommand, se_PutWebhookCommand } from "../protocols/Aws_json1_1";
4
+ import { PutWebhook } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutWebhookCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "PutWebhook", {})
17
13
  .n("CodePipelineClient", "PutWebhookCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutWebhookCommand)
20
- .de(de_PutWebhookCommand)
14
+ .sc(PutWebhook)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RegisterWebhookWithThirdPartyCommand, se_RegisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1";
4
+ import { RegisterWebhookWithThirdParty } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterWebhookWithThirdPartyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {})
17
13
  .n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterWebhookWithThirdPartyCommand)
20
- .de(de_RegisterWebhookWithThirdPartyCommand)
14
+ .sc(RegisterWebhookWithThirdParty)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RetryStageExecutionCommand, se_RetryStageExecutionCommand } from "../protocols/Aws_json1_1";
4
+ import { RetryStageExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RetryStageExecutionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "RetryStageExecution", {})
17
13
  .n("CodePipelineClient", "RetryStageExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RetryStageExecutionCommand)
20
- .de(de_RetryStageExecutionCommand)
14
+ .sc(RetryStageExecution)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RollbackStageCommand, se_RollbackStageCommand } from "../protocols/Aws_json1_1";
4
+ import { RollbackStage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RollbackStageCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "RollbackStage", {})
17
13
  .n("CodePipelineClient", "RollbackStageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RollbackStageCommand)
20
- .de(de_RollbackStageCommand)
14
+ .sc(RollbackStage)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StartPipelineExecutionCommand, se_StartPipelineExecutionCommand } from "../protocols/Aws_json1_1";
4
+ import { StartPipelineExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartPipelineExecutionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "StartPipelineExecution", {})
17
13
  .n("CodePipelineClient", "StartPipelineExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartPipelineExecutionCommand)
20
- .de(de_StartPipelineExecutionCommand)
14
+ .sc(StartPipelineExecution)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_StopPipelineExecutionCommand, se_StopPipelineExecutionCommand } from "../protocols/Aws_json1_1";
4
+ import { StopPipelineExecution } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StopPipelineExecutionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "StopPipelineExecution", {})
17
13
  .n("CodePipelineClient", "StopPipelineExecutionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StopPipelineExecutionCommand)
20
- .de(de_StopPipelineExecutionCommand)
14
+ .sc(StopPipelineExecution)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "TagResource", {})
17
13
  .n("CodePipelineClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "UntagResource", {})
17
13
  .n("CodePipelineClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateActionTypeCommand, se_UpdateActionTypeCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateActionType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateActionTypeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "UpdateActionType", {})
17
13
  .n("CodePipelineClient", "UpdateActionTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateActionTypeCommand)
20
- .de(de_UpdateActionTypeCommand)
14
+ .sc(UpdateActionType)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdatePipeline } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdatePipelineCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CodePipeline_20150709", "UpdatePipeline", {})
17
13
  .n("CodePipelineClient", "UpdatePipelineCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdatePipelineCommand)
20
- .de(de_UpdatePipelineCommand)
14
+ .sc(UpdatePipeline)
21
15
  .build() {
22
16
  }
@@ -1,4 +1,3 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
1
  import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
3
2
  export const JobStatus = {
4
3
  Created: "Created",
@@ -674,41 +673,3 @@ export class RequestFailedException extends __BaseException {
674
673
  Object.setPrototypeOf(this, RequestFailedException.prototype);
675
674
  }
676
675
  }
677
- export const AWSSessionCredentialsFilterSensitiveLog = (obj) => ({
678
- ...obj,
679
- ...(obj.accessKeyId && { accessKeyId: SENSITIVE_STRING }),
680
- ...(obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING }),
681
- ...(obj.sessionToken && { sessionToken: SENSITIVE_STRING }),
682
- });
683
- export const JobDataFilterSensitiveLog = (obj) => ({
684
- ...obj,
685
- ...(obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }),
686
- });
687
- export const JobDetailsFilterSensitiveLog = (obj) => ({
688
- ...obj,
689
- ...(obj.data && { data: JobDataFilterSensitiveLog(obj.data) }),
690
- });
691
- export const GetJobDetailsOutputFilterSensitiveLog = (obj) => ({
692
- ...obj,
693
- ...(obj.jobDetails && { jobDetails: JobDetailsFilterSensitiveLog(obj.jobDetails) }),
694
- });
695
- export const ThirdPartyJobDataFilterSensitiveLog = (obj) => ({
696
- ...obj,
697
- ...(obj.artifactCredentials && { artifactCredentials: SENSITIVE_STRING }),
698
- });
699
- export const ThirdPartyJobDetailsFilterSensitiveLog = (obj) => ({
700
- ...obj,
701
- ...(obj.data && { data: ThirdPartyJobDataFilterSensitiveLog(obj.data) }),
702
- });
703
- export const GetThirdPartyJobDetailsOutputFilterSensitiveLog = (obj) => ({
704
- ...obj,
705
- ...(obj.jobDetails && { jobDetails: ThirdPartyJobDetailsFilterSensitiveLog(obj.jobDetails) }),
706
- });
707
- export const JobFilterSensitiveLog = (obj) => ({
708
- ...obj,
709
- ...(obj.data && { data: JobDataFilterSensitiveLog(obj.data) }),
710
- });
711
- export const PollForJobsOutputFilterSensitiveLog = (obj) => ({
712
- ...obj,
713
- ...(obj.jobs && { jobs: obj.jobs.map((item) => JobFilterSensitiveLog(item)) }),
714
- });