@aws-sdk/client-codepipeline 3.1076.0 → 3.1078.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 (152) hide show
  1. package/dist-cjs/index.js +141 -531
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcknowledgeJobCommand.js +2 -14
  4. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -14
  5. package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -14
  6. package/dist-es/commands/CreatePipelineCommand.js +2 -14
  7. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -14
  8. package/dist-es/commands/DeletePipelineCommand.js +2 -14
  9. package/dist-es/commands/DeleteWebhookCommand.js +2 -14
  10. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -14
  11. package/dist-es/commands/DisableStageTransitionCommand.js +2 -14
  12. package/dist-es/commands/EnableStageTransitionCommand.js +2 -14
  13. package/dist-es/commands/GetActionTypeCommand.js +2 -14
  14. package/dist-es/commands/GetJobDetailsCommand.js +2 -14
  15. package/dist-es/commands/GetPipelineCommand.js +2 -14
  16. package/dist-es/commands/GetPipelineExecutionCommand.js +2 -14
  17. package/dist-es/commands/GetPipelineStateCommand.js +2 -14
  18. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -14
  19. package/dist-es/commands/ListActionExecutionsCommand.js +2 -14
  20. package/dist-es/commands/ListActionTypesCommand.js +2 -14
  21. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -14
  22. package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -14
  23. package/dist-es/commands/ListPipelinesCommand.js +2 -14
  24. package/dist-es/commands/ListRuleExecutionsCommand.js +2 -14
  25. package/dist-es/commands/ListRuleTypesCommand.js +2 -14
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  27. package/dist-es/commands/ListWebhooksCommand.js +2 -14
  28. package/dist-es/commands/OverrideStageConditionCommand.js +2 -14
  29. package/dist-es/commands/PollForJobsCommand.js +2 -14
  30. package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -14
  31. package/dist-es/commands/PutActionRevisionCommand.js +2 -14
  32. package/dist-es/commands/PutApprovalResultCommand.js +2 -14
  33. package/dist-es/commands/PutJobFailureResultCommand.js +2 -14
  34. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -14
  35. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -14
  36. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -14
  37. package/dist-es/commands/PutWebhookCommand.js +2 -14
  38. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -14
  39. package/dist-es/commands/RetryStageExecutionCommand.js +2 -14
  40. package/dist-es/commands/RollbackStageCommand.js +2 -14
  41. package/dist-es/commands/StartPipelineExecutionCommand.js +2 -14
  42. package/dist-es/commands/StopPipelineExecutionCommand.js +2 -14
  43. package/dist-es/commands/TagResourceCommand.js +2 -14
  44. package/dist-es/commands/UntagResourceCommand.js +2 -14
  45. package/dist-es/commands/UpdateActionTypeCommand.js +2 -14
  46. package/dist-es/commands/UpdatePipelineCommand.js +2 -14
  47. package/dist-es/index.js +1 -0
  48. package/dist-es/runtimeConfig.browser.js +0 -2
  49. package/dist-es/runtimeConfig.js +1 -2
  50. package/dist-es/runtimeConfig.native.js +0 -2
  51. package/dist-es/runtimeConfig.shared.js +2 -0
  52. package/dist-types/commandBuilder.d.ts +18 -0
  53. package/dist-types/commands/AcknowledgeJobCommand.d.ts +3 -8
  54. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +3 -8
  56. package/dist-types/commands/CreatePipelineCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -8
  58. package/dist-types/commands/DeletePipelineCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
  60. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -8
  61. package/dist-types/commands/DisableStageTransitionCommand.d.ts +3 -8
  62. package/dist-types/commands/EnableStageTransitionCommand.d.ts +3 -8
  63. package/dist-types/commands/GetActionTypeCommand.d.ts +3 -8
  64. package/dist-types/commands/GetJobDetailsCommand.d.ts +3 -8
  65. package/dist-types/commands/GetPipelineCommand.d.ts +3 -8
  66. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +3 -8
  67. package/dist-types/commands/GetPipelineStateCommand.d.ts +3 -8
  68. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListActionTypesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListPipelinesCommand.d.ts +3 -8
  74. package/dist-types/commands/ListRuleExecutionsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListRuleTypesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
  78. package/dist-types/commands/OverrideStageConditionCommand.d.ts +3 -8
  79. package/dist-types/commands/PollForJobsCommand.d.ts +3 -8
  80. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +3 -8
  81. package/dist-types/commands/PutActionRevisionCommand.d.ts +3 -8
  82. package/dist-types/commands/PutApprovalResultCommand.d.ts +3 -8
  83. package/dist-types/commands/PutJobFailureResultCommand.d.ts +3 -8
  84. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +3 -8
  85. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -8
  86. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -8
  87. package/dist-types/commands/PutWebhookCommand.d.ts +3 -8
  88. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -8
  89. package/dist-types/commands/RetryStageExecutionCommand.d.ts +3 -8
  90. package/dist-types/commands/RollbackStageCommand.d.ts +3 -8
  91. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +3 -8
  92. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -8
  93. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  94. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/UpdateActionTypeCommand.d.ts +3 -8
  96. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -8
  97. package/dist-types/index.d.ts +1 -0
  98. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  99. package/dist-types/runtimeConfig.d.ts +1 -1
  100. package/dist-types/runtimeConfig.native.d.ts +1 -1
  101. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  102. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  103. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/index.d.ts +1 -0
  148. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  149. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  150. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  151. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  152. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutJobSuccessResult$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutJobSuccessResultCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "PutJobSuccessResult", {})
13
- .n("CodePipelineClient", "PutJobSuccessResultCommand")
14
- .sc(PutJobSuccessResult$)
15
- .build() {
3
+ export class PutJobSuccessResultCommand extends command(_ep0, _mw0, "PutJobSuccessResult", PutJobSuccessResult$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutThirdPartyJobFailureResult$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutThirdPartyJobFailureResultCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {})
13
- .n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand")
14
- .sc(PutThirdPartyJobFailureResult$)
15
- .build() {
3
+ export class PutThirdPartyJobFailureResultCommand extends command(_ep0, _mw0, "PutThirdPartyJobFailureResult", PutThirdPartyJobFailureResult$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutThirdPartyJobSuccessResult$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutThirdPartyJobSuccessResultCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {})
13
- .n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand")
14
- .sc(PutThirdPartyJobSuccessResult$)
15
- .build() {
3
+ export class PutThirdPartyJobSuccessResultCommand extends command(_ep0, _mw0, "PutThirdPartyJobSuccessResult", PutThirdPartyJobSuccessResult$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutWebhook$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutWebhookCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "PutWebhook", {})
13
- .n("CodePipelineClient", "PutWebhookCommand")
14
- .sc(PutWebhook$)
15
- .build() {
3
+ export class PutWebhookCommand extends command(_ep0, _mw0, "PutWebhook", PutWebhook$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterWebhookWithThirdParty$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterWebhookWithThirdPartyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {})
13
- .n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand")
14
- .sc(RegisterWebhookWithThirdParty$)
15
- .build() {
3
+ export class RegisterWebhookWithThirdPartyCommand extends command(_ep0, _mw0, "RegisterWebhookWithThirdParty", RegisterWebhookWithThirdParty$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RetryStageExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RetryStageExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "RetryStageExecution", {})
13
- .n("CodePipelineClient", "RetryStageExecutionCommand")
14
- .sc(RetryStageExecution$)
15
- .build() {
3
+ export class RetryStageExecutionCommand extends command(_ep0, _mw0, "RetryStageExecution", RetryStageExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RollbackStage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RollbackStageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "RollbackStage", {})
13
- .n("CodePipelineClient", "RollbackStageCommand")
14
- .sc(RollbackStage$)
15
- .build() {
3
+ export class RollbackStageCommand extends command(_ep0, _mw0, "RollbackStage", RollbackStage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartPipelineExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartPipelineExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "StartPipelineExecution", {})
13
- .n("CodePipelineClient", "StartPipelineExecutionCommand")
14
- .sc(StartPipelineExecution$)
15
- .build() {
3
+ export class StartPipelineExecutionCommand extends command(_ep0, _mw0, "StartPipelineExecution", StartPipelineExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopPipelineExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopPipelineExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "StopPipelineExecution", {})
13
- .n("CodePipelineClient", "StopPipelineExecutionCommand")
14
- .sc(StopPipelineExecution$)
15
- .build() {
3
+ export class StopPipelineExecutionCommand extends command(_ep0, _mw0, "StopPipelineExecution", StopPipelineExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "TagResource", {})
13
- .n("CodePipelineClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "UntagResource", {})
13
- .n("CodePipelineClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateActionType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateActionTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "UpdateActionType", {})
13
- .n("CodePipelineClient", "UpdateActionTypeCommand")
14
- .sc(UpdateActionType$)
15
- .build() {
3
+ export class UpdateActionTypeCommand extends command(_ep0, _mw0, "UpdateActionType", UpdateActionType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdatePipeline$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdatePipelineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodePipeline_20150709", "UpdatePipeline", {})
13
- .n("CodePipelineClient", "UpdatePipelineCommand")
14
- .sc(UpdatePipeline$)
15
- .build() {
3
+ export class UpdatePipelineCommand extends command(_ep0, _mw0, "UpdatePipeline", UpdatePipeline$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CodePipelineClient";
2
2
  export * from "./CodePipeline";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "CodePipeline_20150709",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "CodePipeline",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CodePipelineClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {
22
19
  export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AcknowledgeJobCommand_base: {
25
- new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcknowledgeJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specified job and whether that job has been received by
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AcknowledgeThirdPartyJobCommandInput extends AcknowledgeThirdPa
22
19
  export interface AcknowledgeThirdPartyJobCommandOutput extends AcknowledgeThirdPartyJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AcknowledgeThirdPartyJobCommand_base: {
25
- new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AcknowledgeThirdPartyJobCommandInput): import("@smithy/core/client").CommandImpl<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Confirms a job worker has received the specified job. Used for partner actions
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCustomActionTypeCommandInput extends CreateCustomActionTy
22
19
  export interface CreateCustomActionTypeCommandOutput extends CreateCustomActionTypeOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCustomActionTypeCommand_base: {
25
- new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new custom action that can be used in all pipelines associated with the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreatePipelineCommandInput extends CreatePipelineInput {
22
19
  export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreatePipelineCommand_base: {
25
- new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreatePipelineCommandInput): import("@smithy/core/client").CommandImpl<CreatePipelineCommandInput, CreatePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a pipeline.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { DeleteCustomActionTypeInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCustomActionTypeCommandInput extends DeleteCustomActionTy
22
19
  export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCustomActionTypeCommand_base: {
25
- new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCustomActionTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Marks a custom action as deleted. <code>PollForJobs</code> for the custom action
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { DeletePipelineInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeletePipelineCommandInput extends DeletePipelineInput {
22
19
  export interface DeletePipelineCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeletePipelineCommand_base: {
25
- new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeletePipelineCommandInput, DeletePipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified pipeline.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
22
19
  export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWebhookCommand_base: {
25
- new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWebhookCommandInput): import("@smithy/core/client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { DeregisterWebhookWithThirdPartyInput, DeregisterWebhookWithThirdPartyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeregisterWebhookWithThirdPartyCommandInput extends DeregisterW
22
19
  export interface DeregisterWebhookWithThirdPartyCommandOutput extends DeregisterWebhookWithThirdPartyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeregisterWebhookWithThirdPartyCommand_base: {
25
- new (input: DeregisterWebhookWithThirdPartyCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeregisterWebhookWithThirdPartyCommandInput): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]): import("@smithy/core/client").CommandImpl<DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the connection between the webhook that was created by CodePipeline
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
2
  import type { DisableStageTransitionInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableStageTransitionCommandInput extends DisableStageTransiti
22
19
  export interface DisableStageTransitionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DisableStageTransitionCommand_base: {
25
- new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Prevents artifacts in a pipeline from transitioning to the next stage in the