@aws-sdk/client-codepipeline 3.169.0 → 3.170.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 (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CodePipeline.d.ts +706 -200
  3. package/dist-types/ts3.4/CodePipelineClient.d.ts +364 -112
  4. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +33 -17
  31. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +33 -17
  32. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +39 -39
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  45. package/dist-types/ts3.4/index.d.ts +6 -6
  46. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +8 -6
  47. package/dist-types/ts3.4/models/index.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +2027 -1808
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  50. package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,200 +1,706 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CodePipelineClient } from "./CodePipelineClient";
3
- import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
4
- import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
5
- import { CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput } from "./commands/CreateCustomActionTypeCommand";
6
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
7
- import { DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput } from "./commands/DeleteCustomActionTypeCommand";
8
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
9
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "./commands/DeleteWebhookCommand";
10
- import { DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput } from "./commands/DeregisterWebhookWithThirdPartyCommand";
11
- import { DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput } from "./commands/DisableStageTransitionCommand";
12
- import { EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput } from "./commands/EnableStageTransitionCommand";
13
- import { GetActionTypeCommandInput, GetActionTypeCommandOutput } from "./commands/GetActionTypeCommand";
14
- import { GetJobDetailsCommandInput, GetJobDetailsCommandOutput } from "./commands/GetJobDetailsCommand";
15
- import { GetPipelineCommandInput, GetPipelineCommandOutput } from "./commands/GetPipelineCommand";
16
- import { GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput } from "./commands/GetPipelineExecutionCommand";
17
- import { GetPipelineStateCommandInput, GetPipelineStateCommandOutput } from "./commands/GetPipelineStateCommand";
18
- import { GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput } from "./commands/GetThirdPartyJobDetailsCommand";
19
- import { ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput } from "./commands/ListActionExecutionsCommand";
20
- import { ListActionTypesCommandInput, ListActionTypesCommandOutput } from "./commands/ListActionTypesCommand";
21
- import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "./commands/ListPipelineExecutionsCommand";
22
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "./commands/ListWebhooksCommand";
25
- import { PollForJobsCommandInput, PollForJobsCommandOutput } from "./commands/PollForJobsCommand";
26
- import { PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput } from "./commands/PollForThirdPartyJobsCommand";
27
- import { PutActionRevisionCommandInput, PutActionRevisionCommandOutput } from "./commands/PutActionRevisionCommand";
28
- import { PutApprovalResultCommandInput, PutApprovalResultCommandOutput } from "./commands/PutApprovalResultCommand";
29
- import { PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput } from "./commands/PutJobFailureResultCommand";
30
- import { PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput } from "./commands/PutJobSuccessResultCommand";
31
- import { PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput } from "./commands/PutThirdPartyJobFailureResultCommand";
32
- import { PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput } from "./commands/PutThirdPartyJobSuccessResultCommand";
33
- import { PutWebhookCommandInput, PutWebhookCommandOutput } from "./commands/PutWebhookCommand";
34
- import { RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput } from "./commands/RegisterWebhookWithThirdPartyCommand";
35
- import { RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput } from "./commands/RetryStageExecutionCommand";
36
- import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "./commands/StartPipelineExecutionCommand";
37
- import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "./commands/StopPipelineExecutionCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
- import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
41
- import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
42
-
43
- export declare class CodePipeline extends CodePipelineClient {
44
-
45
- acknowledgeJob(args: AcknowledgeJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeJobCommandOutput>;
46
- acknowledgeJob(args: AcknowledgeJobCommandInput, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
47
- acknowledgeJob(args: AcknowledgeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeJobCommandOutput) => void): void;
48
-
49
- acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options?: __HttpHandlerOptions): Promise<AcknowledgeThirdPartyJobCommandOutput>;
50
- acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
51
- acknowledgeThirdPartyJob(args: AcknowledgeThirdPartyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void): void;
52
-
53
- createCustomActionType(args: CreateCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomActionTypeCommandOutput>;
54
- createCustomActionType(args: CreateCustomActionTypeCommandInput, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
55
- createCustomActionType(args: CreateCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void): void;
56
-
57
- createPipeline(args: CreatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipelineCommandOutput>;
58
- createPipeline(args: CreatePipelineCommandInput, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
59
- createPipeline(args: CreatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
60
-
61
- deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomActionTypeCommandOutput>;
62
- deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
63
- deleteCustomActionType(args: DeleteCustomActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void): void;
64
-
65
- deletePipeline(args: DeletePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeletePipelineCommandOutput>;
66
- deletePipeline(args: DeletePipelineCommandInput, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
67
- deletePipeline(args: DeletePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
68
-
69
- deleteWebhook(args: DeleteWebhookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebhookCommandOutput>;
70
- deleteWebhook(args: DeleteWebhookCommandInput, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
71
- deleteWebhook(args: DeleteWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
72
-
73
- deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
74
- deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
75
- deregisterWebhookWithThirdParty(args: DeregisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void): void;
76
-
77
- disableStageTransition(args: DisableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<DisableStageTransitionCommandOutput>;
78
- disableStageTransition(args: DisableStageTransitionCommandInput, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
79
- disableStageTransition(args: DisableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableStageTransitionCommandOutput) => void): void;
80
-
81
- enableStageTransition(args: EnableStageTransitionCommandInput, options?: __HttpHandlerOptions): Promise<EnableStageTransitionCommandOutput>;
82
- enableStageTransition(args: EnableStageTransitionCommandInput, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
83
- enableStageTransition(args: EnableStageTransitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableStageTransitionCommandOutput) => void): void;
84
-
85
- getActionType(args: GetActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetActionTypeCommandOutput>;
86
- getActionType(args: GetActionTypeCommandInput, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
87
- getActionType(args: GetActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetActionTypeCommandOutput) => void): void;
88
-
89
- getJobDetails(args: GetJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetJobDetailsCommandOutput>;
90
- getJobDetails(args: GetJobDetailsCommandInput, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
91
- getJobDetails(args: GetJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobDetailsCommandOutput) => void): void;
92
-
93
- getPipeline(args: GetPipelineCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineCommandOutput>;
94
- getPipeline(args: GetPipelineCommandInput, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
95
- getPipeline(args: GetPipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineCommandOutput) => void): void;
96
-
97
- getPipelineExecution(args: GetPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineExecutionCommandOutput>;
98
- getPipelineExecution(args: GetPipelineExecutionCommandInput, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
99
- getPipelineExecution(args: GetPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void): void;
100
-
101
- getPipelineState(args: GetPipelineStateCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineStateCommandOutput>;
102
- getPipelineState(args: GetPipelineStateCommandInput, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
103
- getPipelineState(args: GetPipelineStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineStateCommandOutput) => void): void;
104
-
105
- getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetThirdPartyJobDetailsCommandOutput>;
106
- getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
107
- getThirdPartyJobDetails(args: GetThirdPartyJobDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void): void;
108
-
109
- listActionExecutions(args: ListActionExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListActionExecutionsCommandOutput>;
110
- listActionExecutions(args: ListActionExecutionsCommandInput, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
111
- listActionExecutions(args: ListActionExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionExecutionsCommandOutput) => void): void;
112
-
113
- listActionTypes(args: ListActionTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListActionTypesCommandOutput>;
114
- listActionTypes(args: ListActionTypesCommandInput, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
115
- listActionTypes(args: ListActionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActionTypesCommandOutput) => void): void;
116
-
117
- listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelineExecutionsCommandOutput>;
118
- listPipelineExecutions(args: ListPipelineExecutionsCommandInput, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
119
- listPipelineExecutions(args: ListPipelineExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void): void;
120
-
121
- listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
122
- listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
123
- listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
124
-
125
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
126
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
127
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
128
-
129
- listWebhooks(args: ListWebhooksCommandInput, options?: __HttpHandlerOptions): Promise<ListWebhooksCommandOutput>;
130
- listWebhooks(args: ListWebhooksCommandInput, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
131
- listWebhooks(args: ListWebhooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
132
-
133
- pollForJobs(args: PollForJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForJobsCommandOutput>;
134
- pollForJobs(args: PollForJobsCommandInput, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
135
- pollForJobs(args: PollForJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForJobsCommandOutput) => void): void;
136
-
137
- pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options?: __HttpHandlerOptions): Promise<PollForThirdPartyJobsCommandOutput>;
138
- pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
139
- pollForThirdPartyJobs(args: PollForThirdPartyJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void): void;
140
-
141
- putActionRevision(args: PutActionRevisionCommandInput, options?: __HttpHandlerOptions): Promise<PutActionRevisionCommandOutput>;
142
- putActionRevision(args: PutActionRevisionCommandInput, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
143
- putActionRevision(args: PutActionRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutActionRevisionCommandOutput) => void): void;
144
-
145
- putApprovalResult(args: PutApprovalResultCommandInput, options?: __HttpHandlerOptions): Promise<PutApprovalResultCommandOutput>;
146
- putApprovalResult(args: PutApprovalResultCommandInput, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
147
- putApprovalResult(args: PutApprovalResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutApprovalResultCommandOutput) => void): void;
148
-
149
- putJobFailureResult(args: PutJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobFailureResultCommandOutput>;
150
- putJobFailureResult(args: PutJobFailureResultCommandInput, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
151
- putJobFailureResult(args: PutJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobFailureResultCommandOutput) => void): void;
152
-
153
- putJobSuccessResult(args: PutJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutJobSuccessResultCommandOutput>;
154
- putJobSuccessResult(args: PutJobSuccessResultCommandInput, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
155
- putJobSuccessResult(args: PutJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void): void;
156
-
157
- putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobFailureResultCommandOutput>;
158
- putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
159
- putThirdPartyJobFailureResult(args: PutThirdPartyJobFailureResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void): void;
160
-
161
- putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options?: __HttpHandlerOptions): Promise<PutThirdPartyJobSuccessResultCommandOutput>;
162
- putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
163
- putThirdPartyJobSuccessResult(args: PutThirdPartyJobSuccessResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void): void;
164
-
165
- putWebhook(args: PutWebhookCommandInput, options?: __HttpHandlerOptions): Promise<PutWebhookCommandOutput>;
166
- putWebhook(args: PutWebhookCommandInput, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
167
- putWebhook(args: PutWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutWebhookCommandOutput) => void): void;
168
-
169
- registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options?: __HttpHandlerOptions): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
170
- registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
171
- registerWebhookWithThirdParty(args: RegisterWebhookWithThirdPartyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void): void;
172
-
173
- retryStageExecution(args: RetryStageExecutionCommandInput, options?: __HttpHandlerOptions): Promise<RetryStageExecutionCommandOutput>;
174
- retryStageExecution(args: RetryStageExecutionCommandInput, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
175
- retryStageExecution(args: RetryStageExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryStageExecutionCommandOutput) => void): void;
176
-
177
- startPipelineExecution(args: StartPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StartPipelineExecutionCommandOutput>;
178
- startPipelineExecution(args: StartPipelineExecutionCommandInput, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
179
- startPipelineExecution(args: StartPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void): void;
180
-
181
- stopPipelineExecution(args: StopPipelineExecutionCommandInput, options?: __HttpHandlerOptions): Promise<StopPipelineExecutionCommandOutput>;
182
- stopPipelineExecution(args: StopPipelineExecutionCommandInput, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
183
- stopPipelineExecution(args: StopPipelineExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void): void;
184
-
185
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
186
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
187
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
188
-
189
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
190
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
191
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
192
-
193
- updateActionType(args: UpdateActionTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateActionTypeCommandOutput>;
194
- updateActionType(args: UpdateActionTypeCommandInput, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
195
- updateActionType(args: UpdateActionTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateActionTypeCommandOutput) => void): void;
196
-
197
- updatePipeline(args: UpdatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePipelineCommandOutput>;
198
- updatePipeline(args: UpdatePipelineCommandInput, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
199
- updatePipeline(args: UpdatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePipelineCommandOutput) => void): void;
200
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CodePipelineClient } from "./CodePipelineClient";
3
+ import {
4
+ AcknowledgeJobCommandInput,
5
+ AcknowledgeJobCommandOutput,
6
+ } from "./commands/AcknowledgeJobCommand";
7
+ import {
8
+ AcknowledgeThirdPartyJobCommandInput,
9
+ AcknowledgeThirdPartyJobCommandOutput,
10
+ } from "./commands/AcknowledgeThirdPartyJobCommand";
11
+ import {
12
+ CreateCustomActionTypeCommandInput,
13
+ CreateCustomActionTypeCommandOutput,
14
+ } from "./commands/CreateCustomActionTypeCommand";
15
+ import {
16
+ CreatePipelineCommandInput,
17
+ CreatePipelineCommandOutput,
18
+ } from "./commands/CreatePipelineCommand";
19
+ import {
20
+ DeleteCustomActionTypeCommandInput,
21
+ DeleteCustomActionTypeCommandOutput,
22
+ } from "./commands/DeleteCustomActionTypeCommand";
23
+ import {
24
+ DeletePipelineCommandInput,
25
+ DeletePipelineCommandOutput,
26
+ } from "./commands/DeletePipelineCommand";
27
+ import {
28
+ DeleteWebhookCommandInput,
29
+ DeleteWebhookCommandOutput,
30
+ } from "./commands/DeleteWebhookCommand";
31
+ import {
32
+ DeregisterWebhookWithThirdPartyCommandInput,
33
+ DeregisterWebhookWithThirdPartyCommandOutput,
34
+ } from "./commands/DeregisterWebhookWithThirdPartyCommand";
35
+ import {
36
+ DisableStageTransitionCommandInput,
37
+ DisableStageTransitionCommandOutput,
38
+ } from "./commands/DisableStageTransitionCommand";
39
+ import {
40
+ EnableStageTransitionCommandInput,
41
+ EnableStageTransitionCommandOutput,
42
+ } from "./commands/EnableStageTransitionCommand";
43
+ import {
44
+ GetActionTypeCommandInput,
45
+ GetActionTypeCommandOutput,
46
+ } from "./commands/GetActionTypeCommand";
47
+ import {
48
+ GetJobDetailsCommandInput,
49
+ GetJobDetailsCommandOutput,
50
+ } from "./commands/GetJobDetailsCommand";
51
+ import {
52
+ GetPipelineCommandInput,
53
+ GetPipelineCommandOutput,
54
+ } from "./commands/GetPipelineCommand";
55
+ import {
56
+ GetPipelineExecutionCommandInput,
57
+ GetPipelineExecutionCommandOutput,
58
+ } from "./commands/GetPipelineExecutionCommand";
59
+ import {
60
+ GetPipelineStateCommandInput,
61
+ GetPipelineStateCommandOutput,
62
+ } from "./commands/GetPipelineStateCommand";
63
+ import {
64
+ GetThirdPartyJobDetailsCommandInput,
65
+ GetThirdPartyJobDetailsCommandOutput,
66
+ } from "./commands/GetThirdPartyJobDetailsCommand";
67
+ import {
68
+ ListActionExecutionsCommandInput,
69
+ ListActionExecutionsCommandOutput,
70
+ } from "./commands/ListActionExecutionsCommand";
71
+ import {
72
+ ListActionTypesCommandInput,
73
+ ListActionTypesCommandOutput,
74
+ } from "./commands/ListActionTypesCommand";
75
+ import {
76
+ ListPipelineExecutionsCommandInput,
77
+ ListPipelineExecutionsCommandOutput,
78
+ } from "./commands/ListPipelineExecutionsCommand";
79
+ import {
80
+ ListPipelinesCommandInput,
81
+ ListPipelinesCommandOutput,
82
+ } from "./commands/ListPipelinesCommand";
83
+ import {
84
+ ListTagsForResourceCommandInput,
85
+ ListTagsForResourceCommandOutput,
86
+ } from "./commands/ListTagsForResourceCommand";
87
+ import {
88
+ ListWebhooksCommandInput,
89
+ ListWebhooksCommandOutput,
90
+ } from "./commands/ListWebhooksCommand";
91
+ import {
92
+ PollForJobsCommandInput,
93
+ PollForJobsCommandOutput,
94
+ } from "./commands/PollForJobsCommand";
95
+ import {
96
+ PollForThirdPartyJobsCommandInput,
97
+ PollForThirdPartyJobsCommandOutput,
98
+ } from "./commands/PollForThirdPartyJobsCommand";
99
+ import {
100
+ PutActionRevisionCommandInput,
101
+ PutActionRevisionCommandOutput,
102
+ } from "./commands/PutActionRevisionCommand";
103
+ import {
104
+ PutApprovalResultCommandInput,
105
+ PutApprovalResultCommandOutput,
106
+ } from "./commands/PutApprovalResultCommand";
107
+ import {
108
+ PutJobFailureResultCommandInput,
109
+ PutJobFailureResultCommandOutput,
110
+ } from "./commands/PutJobFailureResultCommand";
111
+ import {
112
+ PutJobSuccessResultCommandInput,
113
+ PutJobSuccessResultCommandOutput,
114
+ } from "./commands/PutJobSuccessResultCommand";
115
+ import {
116
+ PutThirdPartyJobFailureResultCommandInput,
117
+ PutThirdPartyJobFailureResultCommandOutput,
118
+ } from "./commands/PutThirdPartyJobFailureResultCommand";
119
+ import {
120
+ PutThirdPartyJobSuccessResultCommandInput,
121
+ PutThirdPartyJobSuccessResultCommandOutput,
122
+ } from "./commands/PutThirdPartyJobSuccessResultCommand";
123
+ import {
124
+ PutWebhookCommandInput,
125
+ PutWebhookCommandOutput,
126
+ } from "./commands/PutWebhookCommand";
127
+ import {
128
+ RegisterWebhookWithThirdPartyCommandInput,
129
+ RegisterWebhookWithThirdPartyCommandOutput,
130
+ } from "./commands/RegisterWebhookWithThirdPartyCommand";
131
+ import {
132
+ RetryStageExecutionCommandInput,
133
+ RetryStageExecutionCommandOutput,
134
+ } from "./commands/RetryStageExecutionCommand";
135
+ import {
136
+ StartPipelineExecutionCommandInput,
137
+ StartPipelineExecutionCommandOutput,
138
+ } from "./commands/StartPipelineExecutionCommand";
139
+ import {
140
+ StopPipelineExecutionCommandInput,
141
+ StopPipelineExecutionCommandOutput,
142
+ } from "./commands/StopPipelineExecutionCommand";
143
+ import {
144
+ TagResourceCommandInput,
145
+ TagResourceCommandOutput,
146
+ } from "./commands/TagResourceCommand";
147
+ import {
148
+ UntagResourceCommandInput,
149
+ UntagResourceCommandOutput,
150
+ } from "./commands/UntagResourceCommand";
151
+ import {
152
+ UpdateActionTypeCommandInput,
153
+ UpdateActionTypeCommandOutput,
154
+ } from "./commands/UpdateActionTypeCommand";
155
+ import {
156
+ UpdatePipelineCommandInput,
157
+ UpdatePipelineCommandOutput,
158
+ } from "./commands/UpdatePipelineCommand";
159
+
160
+ export declare class CodePipeline extends CodePipelineClient {
161
+ acknowledgeJob(
162
+ args: AcknowledgeJobCommandInput,
163
+ options?: __HttpHandlerOptions
164
+ ): Promise<AcknowledgeJobCommandOutput>;
165
+ acknowledgeJob(
166
+ args: AcknowledgeJobCommandInput,
167
+ cb: (err: any, data?: AcknowledgeJobCommandOutput) => void
168
+ ): void;
169
+ acknowledgeJob(
170
+ args: AcknowledgeJobCommandInput,
171
+ options: __HttpHandlerOptions,
172
+ cb: (err: any, data?: AcknowledgeJobCommandOutput) => void
173
+ ): void;
174
+
175
+ acknowledgeThirdPartyJob(
176
+ args: AcknowledgeThirdPartyJobCommandInput,
177
+ options?: __HttpHandlerOptions
178
+ ): Promise<AcknowledgeThirdPartyJobCommandOutput>;
179
+ acknowledgeThirdPartyJob(
180
+ args: AcknowledgeThirdPartyJobCommandInput,
181
+ cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void
182
+ ): void;
183
+ acknowledgeThirdPartyJob(
184
+ args: AcknowledgeThirdPartyJobCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (err: any, data?: AcknowledgeThirdPartyJobCommandOutput) => void
187
+ ): void;
188
+
189
+ createCustomActionType(
190
+ args: CreateCustomActionTypeCommandInput,
191
+ options?: __HttpHandlerOptions
192
+ ): Promise<CreateCustomActionTypeCommandOutput>;
193
+ createCustomActionType(
194
+ args: CreateCustomActionTypeCommandInput,
195
+ cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void
196
+ ): void;
197
+ createCustomActionType(
198
+ args: CreateCustomActionTypeCommandInput,
199
+ options: __HttpHandlerOptions,
200
+ cb: (err: any, data?: CreateCustomActionTypeCommandOutput) => void
201
+ ): void;
202
+
203
+ createPipeline(
204
+ args: CreatePipelineCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<CreatePipelineCommandOutput>;
207
+ createPipeline(
208
+ args: CreatePipelineCommandInput,
209
+ cb: (err: any, data?: CreatePipelineCommandOutput) => void
210
+ ): void;
211
+ createPipeline(
212
+ args: CreatePipelineCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: CreatePipelineCommandOutput) => void
215
+ ): void;
216
+
217
+ deleteCustomActionType(
218
+ args: DeleteCustomActionTypeCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<DeleteCustomActionTypeCommandOutput>;
221
+ deleteCustomActionType(
222
+ args: DeleteCustomActionTypeCommandInput,
223
+ cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void
224
+ ): void;
225
+ deleteCustomActionType(
226
+ args: DeleteCustomActionTypeCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: DeleteCustomActionTypeCommandOutput) => void
229
+ ): void;
230
+
231
+ deletePipeline(
232
+ args: DeletePipelineCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<DeletePipelineCommandOutput>;
235
+ deletePipeline(
236
+ args: DeletePipelineCommandInput,
237
+ cb: (err: any, data?: DeletePipelineCommandOutput) => void
238
+ ): void;
239
+ deletePipeline(
240
+ args: DeletePipelineCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: DeletePipelineCommandOutput) => void
243
+ ): void;
244
+
245
+ deleteWebhook(
246
+ args: DeleteWebhookCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<DeleteWebhookCommandOutput>;
249
+ deleteWebhook(
250
+ args: DeleteWebhookCommandInput,
251
+ cb: (err: any, data?: DeleteWebhookCommandOutput) => void
252
+ ): void;
253
+ deleteWebhook(
254
+ args: DeleteWebhookCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: DeleteWebhookCommandOutput) => void
257
+ ): void;
258
+
259
+ deregisterWebhookWithThirdParty(
260
+ args: DeregisterWebhookWithThirdPartyCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
263
+ deregisterWebhookWithThirdParty(
264
+ args: DeregisterWebhookWithThirdPartyCommandInput,
265
+ cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void
266
+ ): void;
267
+ deregisterWebhookWithThirdParty(
268
+ args: DeregisterWebhookWithThirdPartyCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: DeregisterWebhookWithThirdPartyCommandOutput) => void
271
+ ): void;
272
+
273
+ disableStageTransition(
274
+ args: DisableStageTransitionCommandInput,
275
+ options?: __HttpHandlerOptions
276
+ ): Promise<DisableStageTransitionCommandOutput>;
277
+ disableStageTransition(
278
+ args: DisableStageTransitionCommandInput,
279
+ cb: (err: any, data?: DisableStageTransitionCommandOutput) => void
280
+ ): void;
281
+ disableStageTransition(
282
+ args: DisableStageTransitionCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: DisableStageTransitionCommandOutput) => void
285
+ ): void;
286
+
287
+ enableStageTransition(
288
+ args: EnableStageTransitionCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<EnableStageTransitionCommandOutput>;
291
+ enableStageTransition(
292
+ args: EnableStageTransitionCommandInput,
293
+ cb: (err: any, data?: EnableStageTransitionCommandOutput) => void
294
+ ): void;
295
+ enableStageTransition(
296
+ args: EnableStageTransitionCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: EnableStageTransitionCommandOutput) => void
299
+ ): void;
300
+
301
+ getActionType(
302
+ args: GetActionTypeCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<GetActionTypeCommandOutput>;
305
+ getActionType(
306
+ args: GetActionTypeCommandInput,
307
+ cb: (err: any, data?: GetActionTypeCommandOutput) => void
308
+ ): void;
309
+ getActionType(
310
+ args: GetActionTypeCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: GetActionTypeCommandOutput) => void
313
+ ): void;
314
+
315
+ getJobDetails(
316
+ args: GetJobDetailsCommandInput,
317
+ options?: __HttpHandlerOptions
318
+ ): Promise<GetJobDetailsCommandOutput>;
319
+ getJobDetails(
320
+ args: GetJobDetailsCommandInput,
321
+ cb: (err: any, data?: GetJobDetailsCommandOutput) => void
322
+ ): void;
323
+ getJobDetails(
324
+ args: GetJobDetailsCommandInput,
325
+ options: __HttpHandlerOptions,
326
+ cb: (err: any, data?: GetJobDetailsCommandOutput) => void
327
+ ): void;
328
+
329
+ getPipeline(
330
+ args: GetPipelineCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<GetPipelineCommandOutput>;
333
+ getPipeline(
334
+ args: GetPipelineCommandInput,
335
+ cb: (err: any, data?: GetPipelineCommandOutput) => void
336
+ ): void;
337
+ getPipeline(
338
+ args: GetPipelineCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: GetPipelineCommandOutput) => void
341
+ ): void;
342
+
343
+ getPipelineExecution(
344
+ args: GetPipelineExecutionCommandInput,
345
+ options?: __HttpHandlerOptions
346
+ ): Promise<GetPipelineExecutionCommandOutput>;
347
+ getPipelineExecution(
348
+ args: GetPipelineExecutionCommandInput,
349
+ cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void
350
+ ): void;
351
+ getPipelineExecution(
352
+ args: GetPipelineExecutionCommandInput,
353
+ options: __HttpHandlerOptions,
354
+ cb: (err: any, data?: GetPipelineExecutionCommandOutput) => void
355
+ ): void;
356
+
357
+ getPipelineState(
358
+ args: GetPipelineStateCommandInput,
359
+ options?: __HttpHandlerOptions
360
+ ): Promise<GetPipelineStateCommandOutput>;
361
+ getPipelineState(
362
+ args: GetPipelineStateCommandInput,
363
+ cb: (err: any, data?: GetPipelineStateCommandOutput) => void
364
+ ): void;
365
+ getPipelineState(
366
+ args: GetPipelineStateCommandInput,
367
+ options: __HttpHandlerOptions,
368
+ cb: (err: any, data?: GetPipelineStateCommandOutput) => void
369
+ ): void;
370
+
371
+ getThirdPartyJobDetails(
372
+ args: GetThirdPartyJobDetailsCommandInput,
373
+ options?: __HttpHandlerOptions
374
+ ): Promise<GetThirdPartyJobDetailsCommandOutput>;
375
+ getThirdPartyJobDetails(
376
+ args: GetThirdPartyJobDetailsCommandInput,
377
+ cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void
378
+ ): void;
379
+ getThirdPartyJobDetails(
380
+ args: GetThirdPartyJobDetailsCommandInput,
381
+ options: __HttpHandlerOptions,
382
+ cb: (err: any, data?: GetThirdPartyJobDetailsCommandOutput) => void
383
+ ): void;
384
+
385
+ listActionExecutions(
386
+ args: ListActionExecutionsCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<ListActionExecutionsCommandOutput>;
389
+ listActionExecutions(
390
+ args: ListActionExecutionsCommandInput,
391
+ cb: (err: any, data?: ListActionExecutionsCommandOutput) => void
392
+ ): void;
393
+ listActionExecutions(
394
+ args: ListActionExecutionsCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: ListActionExecutionsCommandOutput) => void
397
+ ): void;
398
+
399
+ listActionTypes(
400
+ args: ListActionTypesCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<ListActionTypesCommandOutput>;
403
+ listActionTypes(
404
+ args: ListActionTypesCommandInput,
405
+ cb: (err: any, data?: ListActionTypesCommandOutput) => void
406
+ ): void;
407
+ listActionTypes(
408
+ args: ListActionTypesCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: ListActionTypesCommandOutput) => void
411
+ ): void;
412
+
413
+ listPipelineExecutions(
414
+ args: ListPipelineExecutionsCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<ListPipelineExecutionsCommandOutput>;
417
+ listPipelineExecutions(
418
+ args: ListPipelineExecutionsCommandInput,
419
+ cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void
420
+ ): void;
421
+ listPipelineExecutions(
422
+ args: ListPipelineExecutionsCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void
425
+ ): void;
426
+
427
+ listPipelines(
428
+ args: ListPipelinesCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<ListPipelinesCommandOutput>;
431
+ listPipelines(
432
+ args: ListPipelinesCommandInput,
433
+ cb: (err: any, data?: ListPipelinesCommandOutput) => void
434
+ ): void;
435
+ listPipelines(
436
+ args: ListPipelinesCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: ListPipelinesCommandOutput) => void
439
+ ): void;
440
+
441
+ listTagsForResource(
442
+ args: ListTagsForResourceCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<ListTagsForResourceCommandOutput>;
445
+ listTagsForResource(
446
+ args: ListTagsForResourceCommandInput,
447
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
448
+ ): void;
449
+ listTagsForResource(
450
+ args: ListTagsForResourceCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
453
+ ): void;
454
+
455
+ listWebhooks(
456
+ args: ListWebhooksCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<ListWebhooksCommandOutput>;
459
+ listWebhooks(
460
+ args: ListWebhooksCommandInput,
461
+ cb: (err: any, data?: ListWebhooksCommandOutput) => void
462
+ ): void;
463
+ listWebhooks(
464
+ args: ListWebhooksCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: ListWebhooksCommandOutput) => void
467
+ ): void;
468
+
469
+ pollForJobs(
470
+ args: PollForJobsCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<PollForJobsCommandOutput>;
473
+ pollForJobs(
474
+ args: PollForJobsCommandInput,
475
+ cb: (err: any, data?: PollForJobsCommandOutput) => void
476
+ ): void;
477
+ pollForJobs(
478
+ args: PollForJobsCommandInput,
479
+ options: __HttpHandlerOptions,
480
+ cb: (err: any, data?: PollForJobsCommandOutput) => void
481
+ ): void;
482
+
483
+ pollForThirdPartyJobs(
484
+ args: PollForThirdPartyJobsCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<PollForThirdPartyJobsCommandOutput>;
487
+ pollForThirdPartyJobs(
488
+ args: PollForThirdPartyJobsCommandInput,
489
+ cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void
490
+ ): void;
491
+ pollForThirdPartyJobs(
492
+ args: PollForThirdPartyJobsCommandInput,
493
+ options: __HttpHandlerOptions,
494
+ cb: (err: any, data?: PollForThirdPartyJobsCommandOutput) => void
495
+ ): void;
496
+
497
+ putActionRevision(
498
+ args: PutActionRevisionCommandInput,
499
+ options?: __HttpHandlerOptions
500
+ ): Promise<PutActionRevisionCommandOutput>;
501
+ putActionRevision(
502
+ args: PutActionRevisionCommandInput,
503
+ cb: (err: any, data?: PutActionRevisionCommandOutput) => void
504
+ ): void;
505
+ putActionRevision(
506
+ args: PutActionRevisionCommandInput,
507
+ options: __HttpHandlerOptions,
508
+ cb: (err: any, data?: PutActionRevisionCommandOutput) => void
509
+ ): void;
510
+
511
+ putApprovalResult(
512
+ args: PutApprovalResultCommandInput,
513
+ options?: __HttpHandlerOptions
514
+ ): Promise<PutApprovalResultCommandOutput>;
515
+ putApprovalResult(
516
+ args: PutApprovalResultCommandInput,
517
+ cb: (err: any, data?: PutApprovalResultCommandOutput) => void
518
+ ): void;
519
+ putApprovalResult(
520
+ args: PutApprovalResultCommandInput,
521
+ options: __HttpHandlerOptions,
522
+ cb: (err: any, data?: PutApprovalResultCommandOutput) => void
523
+ ): void;
524
+
525
+ putJobFailureResult(
526
+ args: PutJobFailureResultCommandInput,
527
+ options?: __HttpHandlerOptions
528
+ ): Promise<PutJobFailureResultCommandOutput>;
529
+ putJobFailureResult(
530
+ args: PutJobFailureResultCommandInput,
531
+ cb: (err: any, data?: PutJobFailureResultCommandOutput) => void
532
+ ): void;
533
+ putJobFailureResult(
534
+ args: PutJobFailureResultCommandInput,
535
+ options: __HttpHandlerOptions,
536
+ cb: (err: any, data?: PutJobFailureResultCommandOutput) => void
537
+ ): void;
538
+
539
+ putJobSuccessResult(
540
+ args: PutJobSuccessResultCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<PutJobSuccessResultCommandOutput>;
543
+ putJobSuccessResult(
544
+ args: PutJobSuccessResultCommandInput,
545
+ cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void
546
+ ): void;
547
+ putJobSuccessResult(
548
+ args: PutJobSuccessResultCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: PutJobSuccessResultCommandOutput) => void
551
+ ): void;
552
+
553
+ putThirdPartyJobFailureResult(
554
+ args: PutThirdPartyJobFailureResultCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<PutThirdPartyJobFailureResultCommandOutput>;
557
+ putThirdPartyJobFailureResult(
558
+ args: PutThirdPartyJobFailureResultCommandInput,
559
+ cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void
560
+ ): void;
561
+ putThirdPartyJobFailureResult(
562
+ args: PutThirdPartyJobFailureResultCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: PutThirdPartyJobFailureResultCommandOutput) => void
565
+ ): void;
566
+
567
+ putThirdPartyJobSuccessResult(
568
+ args: PutThirdPartyJobSuccessResultCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<PutThirdPartyJobSuccessResultCommandOutput>;
571
+ putThirdPartyJobSuccessResult(
572
+ args: PutThirdPartyJobSuccessResultCommandInput,
573
+ cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void
574
+ ): void;
575
+ putThirdPartyJobSuccessResult(
576
+ args: PutThirdPartyJobSuccessResultCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: PutThirdPartyJobSuccessResultCommandOutput) => void
579
+ ): void;
580
+
581
+ putWebhook(
582
+ args: PutWebhookCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<PutWebhookCommandOutput>;
585
+ putWebhook(
586
+ args: PutWebhookCommandInput,
587
+ cb: (err: any, data?: PutWebhookCommandOutput) => void
588
+ ): void;
589
+ putWebhook(
590
+ args: PutWebhookCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: PutWebhookCommandOutput) => void
593
+ ): void;
594
+
595
+ registerWebhookWithThirdParty(
596
+ args: RegisterWebhookWithThirdPartyCommandInput,
597
+ options?: __HttpHandlerOptions
598
+ ): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
599
+ registerWebhookWithThirdParty(
600
+ args: RegisterWebhookWithThirdPartyCommandInput,
601
+ cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void
602
+ ): void;
603
+ registerWebhookWithThirdParty(
604
+ args: RegisterWebhookWithThirdPartyCommandInput,
605
+ options: __HttpHandlerOptions,
606
+ cb: (err: any, data?: RegisterWebhookWithThirdPartyCommandOutput) => void
607
+ ): void;
608
+
609
+ retryStageExecution(
610
+ args: RetryStageExecutionCommandInput,
611
+ options?: __HttpHandlerOptions
612
+ ): Promise<RetryStageExecutionCommandOutput>;
613
+ retryStageExecution(
614
+ args: RetryStageExecutionCommandInput,
615
+ cb: (err: any, data?: RetryStageExecutionCommandOutput) => void
616
+ ): void;
617
+ retryStageExecution(
618
+ args: RetryStageExecutionCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (err: any, data?: RetryStageExecutionCommandOutput) => void
621
+ ): void;
622
+
623
+ startPipelineExecution(
624
+ args: StartPipelineExecutionCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<StartPipelineExecutionCommandOutput>;
627
+ startPipelineExecution(
628
+ args: StartPipelineExecutionCommandInput,
629
+ cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void
630
+ ): void;
631
+ startPipelineExecution(
632
+ args: StartPipelineExecutionCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: StartPipelineExecutionCommandOutput) => void
635
+ ): void;
636
+
637
+ stopPipelineExecution(
638
+ args: StopPipelineExecutionCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<StopPipelineExecutionCommandOutput>;
641
+ stopPipelineExecution(
642
+ args: StopPipelineExecutionCommandInput,
643
+ cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void
644
+ ): void;
645
+ stopPipelineExecution(
646
+ args: StopPipelineExecutionCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: StopPipelineExecutionCommandOutput) => void
649
+ ): void;
650
+
651
+ tagResource(
652
+ args: TagResourceCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<TagResourceCommandOutput>;
655
+ tagResource(
656
+ args: TagResourceCommandInput,
657
+ cb: (err: any, data?: TagResourceCommandOutput) => void
658
+ ): void;
659
+ tagResource(
660
+ args: TagResourceCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: TagResourceCommandOutput) => void
663
+ ): void;
664
+
665
+ untagResource(
666
+ args: UntagResourceCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<UntagResourceCommandOutput>;
669
+ untagResource(
670
+ args: UntagResourceCommandInput,
671
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
672
+ ): void;
673
+ untagResource(
674
+ args: UntagResourceCommandInput,
675
+ options: __HttpHandlerOptions,
676
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
677
+ ): void;
678
+
679
+ updateActionType(
680
+ args: UpdateActionTypeCommandInput,
681
+ options?: __HttpHandlerOptions
682
+ ): Promise<UpdateActionTypeCommandOutput>;
683
+ updateActionType(
684
+ args: UpdateActionTypeCommandInput,
685
+ cb: (err: any, data?: UpdateActionTypeCommandOutput) => void
686
+ ): void;
687
+ updateActionType(
688
+ args: UpdateActionTypeCommandInput,
689
+ options: __HttpHandlerOptions,
690
+ cb: (err: any, data?: UpdateActionTypeCommandOutput) => void
691
+ ): void;
692
+
693
+ updatePipeline(
694
+ args: UpdatePipelineCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<UpdatePipelineCommandOutput>;
697
+ updatePipeline(
698
+ args: UpdatePipelineCommandInput,
699
+ cb: (err: any, data?: UpdatePipelineCommandOutput) => void
700
+ ): void;
701
+ updatePipeline(
702
+ args: UpdatePipelineCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: UpdatePipelineCommandOutput) => void
705
+ ): void;
706
+ }