@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,112 +1,364 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
10
- import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
11
- import { CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput } from "./commands/CreateCustomActionTypeCommand";
12
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
13
- import { DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput } from "./commands/DeleteCustomActionTypeCommand";
14
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
15
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "./commands/DeleteWebhookCommand";
16
- import { DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput } from "./commands/DeregisterWebhookWithThirdPartyCommand";
17
- import { DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput } from "./commands/DisableStageTransitionCommand";
18
- import { EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput } from "./commands/EnableStageTransitionCommand";
19
- import { GetActionTypeCommandInput, GetActionTypeCommandOutput } from "./commands/GetActionTypeCommand";
20
- import { GetJobDetailsCommandInput, GetJobDetailsCommandOutput } from "./commands/GetJobDetailsCommand";
21
- import { GetPipelineCommandInput, GetPipelineCommandOutput } from "./commands/GetPipelineCommand";
22
- import { GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput } from "./commands/GetPipelineExecutionCommand";
23
- import { GetPipelineStateCommandInput, GetPipelineStateCommandOutput } from "./commands/GetPipelineStateCommand";
24
- import { GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput } from "./commands/GetThirdPartyJobDetailsCommand";
25
- import { ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput } from "./commands/ListActionExecutionsCommand";
26
- import { ListActionTypesCommandInput, ListActionTypesCommandOutput } from "./commands/ListActionTypesCommand";
27
- import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "./commands/ListPipelineExecutionsCommand";
28
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "./commands/ListWebhooksCommand";
31
- import { PollForJobsCommandInput, PollForJobsCommandOutput } from "./commands/PollForJobsCommand";
32
- import { PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput } from "./commands/PollForThirdPartyJobsCommand";
33
- import { PutActionRevisionCommandInput, PutActionRevisionCommandOutput } from "./commands/PutActionRevisionCommand";
34
- import { PutApprovalResultCommandInput, PutApprovalResultCommandOutput } from "./commands/PutApprovalResultCommand";
35
- import { PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput } from "./commands/PutJobFailureResultCommand";
36
- import { PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput } from "./commands/PutJobSuccessResultCommand";
37
- import { PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput } from "./commands/PutThirdPartyJobFailureResultCommand";
38
- import { PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput } from "./commands/PutThirdPartyJobSuccessResultCommand";
39
- import { PutWebhookCommandInput, PutWebhookCommandOutput } from "./commands/PutWebhookCommand";
40
- import { RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput } from "./commands/RegisterWebhookWithThirdPartyCommand";
41
- import { RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput } from "./commands/RetryStageExecutionCommand";
42
- import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "./commands/StartPipelineExecutionCommand";
43
- import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "./commands/StopPipelineExecutionCommand";
44
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
45
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
- import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
47
- import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
48
- export declare type ServiceInputTypes = AcknowledgeJobCommandInput | AcknowledgeThirdPartyJobCommandInput | CreateCustomActionTypeCommandInput | CreatePipelineCommandInput | DeleteCustomActionTypeCommandInput | DeletePipelineCommandInput | DeleteWebhookCommandInput | DeregisterWebhookWithThirdPartyCommandInput | DisableStageTransitionCommandInput | EnableStageTransitionCommandInput | GetActionTypeCommandInput | GetJobDetailsCommandInput | GetPipelineCommandInput | GetPipelineExecutionCommandInput | GetPipelineStateCommandInput | GetThirdPartyJobDetailsCommandInput | ListActionExecutionsCommandInput | ListActionTypesCommandInput | ListPipelineExecutionsCommandInput | ListPipelinesCommandInput | ListTagsForResourceCommandInput | ListWebhooksCommandInput | PollForJobsCommandInput | PollForThirdPartyJobsCommandInput | PutActionRevisionCommandInput | PutApprovalResultCommandInput | PutJobFailureResultCommandInput | PutJobSuccessResultCommandInput | PutThirdPartyJobFailureResultCommandInput | PutThirdPartyJobSuccessResultCommandInput | PutWebhookCommandInput | RegisterWebhookWithThirdPartyCommandInput | RetryStageExecutionCommandInput | StartPipelineExecutionCommandInput | StopPipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTypeCommandInput | UpdatePipelineCommandInput;
49
- export declare type ServiceOutputTypes = AcknowledgeJobCommandOutput | AcknowledgeThirdPartyJobCommandOutput | CreateCustomActionTypeCommandOutput | CreatePipelineCommandOutput | DeleteCustomActionTypeCommandOutput | DeletePipelineCommandOutput | DeleteWebhookCommandOutput | DeregisterWebhookWithThirdPartyCommandOutput | DisableStageTransitionCommandOutput | EnableStageTransitionCommandOutput | GetActionTypeCommandOutput | GetJobDetailsCommandOutput | GetPipelineCommandOutput | GetPipelineExecutionCommandOutput | GetPipelineStateCommandOutput | GetThirdPartyJobDetailsCommandOutput | ListActionExecutionsCommandOutput | ListActionTypesCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelinesCommandOutput | ListTagsForResourceCommandOutput | ListWebhooksCommandOutput | PollForJobsCommandOutput | PollForThirdPartyJobsCommandOutput | PutActionRevisionCommandOutput | PutApprovalResultCommandOutput | PutJobFailureResultCommandOutput | PutJobSuccessResultCommandOutput | PutThirdPartyJobFailureResultCommandOutput | PutThirdPartyJobSuccessResultCommandOutput | PutWebhookCommandOutput | RegisterWebhookWithThirdPartyCommandOutput | RetryStageExecutionCommandOutput | StartPipelineExecutionCommandOutput | StopPipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTypeCommandOutput | UpdatePipelineCommandOutput;
50
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
51
-
52
- requestHandler?: __HttpHandler;
53
-
54
- sha256?: __HashConstructor;
55
-
56
- urlParser?: __UrlParser;
57
-
58
- bodyLengthChecker?: __BodyLengthCalculator;
59
-
60
- streamCollector?: __StreamCollector;
61
-
62
- base64Decoder?: __Decoder;
63
-
64
- base64Encoder?: __Encoder;
65
-
66
- utf8Decoder?: __Decoder;
67
-
68
- utf8Encoder?: __Encoder;
69
-
70
- runtime?: string;
71
-
72
- disableHostPrefix?: boolean;
73
-
74
- maxAttempts?: number | __Provider<number>;
75
-
76
- retryMode?: string | __Provider<string>;
77
-
78
- logger?: __Logger;
79
-
80
- useDualstackEndpoint?: boolean | __Provider<boolean>;
81
-
82
- useFipsEndpoint?: boolean | __Provider<boolean>;
83
-
84
- serviceId?: string;
85
-
86
- region?: string | __Provider<string>;
87
-
88
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
89
-
90
- regionInfoProvider?: RegionInfoProvider;
91
-
92
- defaultUserAgentProvider?: Provider<__UserAgent>;
93
-
94
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
95
- }
96
- declare type CodePipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
97
-
98
- export interface CodePipelineClientConfig extends CodePipelineClientConfigType {
99
- }
100
- declare type CodePipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
101
-
102
- export interface CodePipelineClientResolvedConfig extends CodePipelineClientResolvedConfigType {
103
- }
104
-
105
- export declare class CodePipelineClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodePipelineClientResolvedConfig> {
106
-
107
- readonly config: CodePipelineClientResolvedConfig;
108
- constructor(configuration: CodePipelineClientConfig);
109
-
110
- destroy(): void;
111
- }
112
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcknowledgeJobCommandInput,
47
+ AcknowledgeJobCommandOutput,
48
+ } from "./commands/AcknowledgeJobCommand";
49
+ import {
50
+ AcknowledgeThirdPartyJobCommandInput,
51
+ AcknowledgeThirdPartyJobCommandOutput,
52
+ } from "./commands/AcknowledgeThirdPartyJobCommand";
53
+ import {
54
+ CreateCustomActionTypeCommandInput,
55
+ CreateCustomActionTypeCommandOutput,
56
+ } from "./commands/CreateCustomActionTypeCommand";
57
+ import {
58
+ CreatePipelineCommandInput,
59
+ CreatePipelineCommandOutput,
60
+ } from "./commands/CreatePipelineCommand";
61
+ import {
62
+ DeleteCustomActionTypeCommandInput,
63
+ DeleteCustomActionTypeCommandOutput,
64
+ } from "./commands/DeleteCustomActionTypeCommand";
65
+ import {
66
+ DeletePipelineCommandInput,
67
+ DeletePipelineCommandOutput,
68
+ } from "./commands/DeletePipelineCommand";
69
+ import {
70
+ DeleteWebhookCommandInput,
71
+ DeleteWebhookCommandOutput,
72
+ } from "./commands/DeleteWebhookCommand";
73
+ import {
74
+ DeregisterWebhookWithThirdPartyCommandInput,
75
+ DeregisterWebhookWithThirdPartyCommandOutput,
76
+ } from "./commands/DeregisterWebhookWithThirdPartyCommand";
77
+ import {
78
+ DisableStageTransitionCommandInput,
79
+ DisableStageTransitionCommandOutput,
80
+ } from "./commands/DisableStageTransitionCommand";
81
+ import {
82
+ EnableStageTransitionCommandInput,
83
+ EnableStageTransitionCommandOutput,
84
+ } from "./commands/EnableStageTransitionCommand";
85
+ import {
86
+ GetActionTypeCommandInput,
87
+ GetActionTypeCommandOutput,
88
+ } from "./commands/GetActionTypeCommand";
89
+ import {
90
+ GetJobDetailsCommandInput,
91
+ GetJobDetailsCommandOutput,
92
+ } from "./commands/GetJobDetailsCommand";
93
+ import {
94
+ GetPipelineCommandInput,
95
+ GetPipelineCommandOutput,
96
+ } from "./commands/GetPipelineCommand";
97
+ import {
98
+ GetPipelineExecutionCommandInput,
99
+ GetPipelineExecutionCommandOutput,
100
+ } from "./commands/GetPipelineExecutionCommand";
101
+ import {
102
+ GetPipelineStateCommandInput,
103
+ GetPipelineStateCommandOutput,
104
+ } from "./commands/GetPipelineStateCommand";
105
+ import {
106
+ GetThirdPartyJobDetailsCommandInput,
107
+ GetThirdPartyJobDetailsCommandOutput,
108
+ } from "./commands/GetThirdPartyJobDetailsCommand";
109
+ import {
110
+ ListActionExecutionsCommandInput,
111
+ ListActionExecutionsCommandOutput,
112
+ } from "./commands/ListActionExecutionsCommand";
113
+ import {
114
+ ListActionTypesCommandInput,
115
+ ListActionTypesCommandOutput,
116
+ } from "./commands/ListActionTypesCommand";
117
+ import {
118
+ ListPipelineExecutionsCommandInput,
119
+ ListPipelineExecutionsCommandOutput,
120
+ } from "./commands/ListPipelineExecutionsCommand";
121
+ import {
122
+ ListPipelinesCommandInput,
123
+ ListPipelinesCommandOutput,
124
+ } from "./commands/ListPipelinesCommand";
125
+ import {
126
+ ListTagsForResourceCommandInput,
127
+ ListTagsForResourceCommandOutput,
128
+ } from "./commands/ListTagsForResourceCommand";
129
+ import {
130
+ ListWebhooksCommandInput,
131
+ ListWebhooksCommandOutput,
132
+ } from "./commands/ListWebhooksCommand";
133
+ import {
134
+ PollForJobsCommandInput,
135
+ PollForJobsCommandOutput,
136
+ } from "./commands/PollForJobsCommand";
137
+ import {
138
+ PollForThirdPartyJobsCommandInput,
139
+ PollForThirdPartyJobsCommandOutput,
140
+ } from "./commands/PollForThirdPartyJobsCommand";
141
+ import {
142
+ PutActionRevisionCommandInput,
143
+ PutActionRevisionCommandOutput,
144
+ } from "./commands/PutActionRevisionCommand";
145
+ import {
146
+ PutApprovalResultCommandInput,
147
+ PutApprovalResultCommandOutput,
148
+ } from "./commands/PutApprovalResultCommand";
149
+ import {
150
+ PutJobFailureResultCommandInput,
151
+ PutJobFailureResultCommandOutput,
152
+ } from "./commands/PutJobFailureResultCommand";
153
+ import {
154
+ PutJobSuccessResultCommandInput,
155
+ PutJobSuccessResultCommandOutput,
156
+ } from "./commands/PutJobSuccessResultCommand";
157
+ import {
158
+ PutThirdPartyJobFailureResultCommandInput,
159
+ PutThirdPartyJobFailureResultCommandOutput,
160
+ } from "./commands/PutThirdPartyJobFailureResultCommand";
161
+ import {
162
+ PutThirdPartyJobSuccessResultCommandInput,
163
+ PutThirdPartyJobSuccessResultCommandOutput,
164
+ } from "./commands/PutThirdPartyJobSuccessResultCommand";
165
+ import {
166
+ PutWebhookCommandInput,
167
+ PutWebhookCommandOutput,
168
+ } from "./commands/PutWebhookCommand";
169
+ import {
170
+ RegisterWebhookWithThirdPartyCommandInput,
171
+ RegisterWebhookWithThirdPartyCommandOutput,
172
+ } from "./commands/RegisterWebhookWithThirdPartyCommand";
173
+ import {
174
+ RetryStageExecutionCommandInput,
175
+ RetryStageExecutionCommandOutput,
176
+ } from "./commands/RetryStageExecutionCommand";
177
+ import {
178
+ StartPipelineExecutionCommandInput,
179
+ StartPipelineExecutionCommandOutput,
180
+ } from "./commands/StartPipelineExecutionCommand";
181
+ import {
182
+ StopPipelineExecutionCommandInput,
183
+ StopPipelineExecutionCommandOutput,
184
+ } from "./commands/StopPipelineExecutionCommand";
185
+ import {
186
+ TagResourceCommandInput,
187
+ TagResourceCommandOutput,
188
+ } from "./commands/TagResourceCommand";
189
+ import {
190
+ UntagResourceCommandInput,
191
+ UntagResourceCommandOutput,
192
+ } from "./commands/UntagResourceCommand";
193
+ import {
194
+ UpdateActionTypeCommandInput,
195
+ UpdateActionTypeCommandOutput,
196
+ } from "./commands/UpdateActionTypeCommand";
197
+ import {
198
+ UpdatePipelineCommandInput,
199
+ UpdatePipelineCommandOutput,
200
+ } from "./commands/UpdatePipelineCommand";
201
+ export declare type ServiceInputTypes =
202
+ | AcknowledgeJobCommandInput
203
+ | AcknowledgeThirdPartyJobCommandInput
204
+ | CreateCustomActionTypeCommandInput
205
+ | CreatePipelineCommandInput
206
+ | DeleteCustomActionTypeCommandInput
207
+ | DeletePipelineCommandInput
208
+ | DeleteWebhookCommandInput
209
+ | DeregisterWebhookWithThirdPartyCommandInput
210
+ | DisableStageTransitionCommandInput
211
+ | EnableStageTransitionCommandInput
212
+ | GetActionTypeCommandInput
213
+ | GetJobDetailsCommandInput
214
+ | GetPipelineCommandInput
215
+ | GetPipelineExecutionCommandInput
216
+ | GetPipelineStateCommandInput
217
+ | GetThirdPartyJobDetailsCommandInput
218
+ | ListActionExecutionsCommandInput
219
+ | ListActionTypesCommandInput
220
+ | ListPipelineExecutionsCommandInput
221
+ | ListPipelinesCommandInput
222
+ | ListTagsForResourceCommandInput
223
+ | ListWebhooksCommandInput
224
+ | PollForJobsCommandInput
225
+ | PollForThirdPartyJobsCommandInput
226
+ | PutActionRevisionCommandInput
227
+ | PutApprovalResultCommandInput
228
+ | PutJobFailureResultCommandInput
229
+ | PutJobSuccessResultCommandInput
230
+ | PutThirdPartyJobFailureResultCommandInput
231
+ | PutThirdPartyJobSuccessResultCommandInput
232
+ | PutWebhookCommandInput
233
+ | RegisterWebhookWithThirdPartyCommandInput
234
+ | RetryStageExecutionCommandInput
235
+ | StartPipelineExecutionCommandInput
236
+ | StopPipelineExecutionCommandInput
237
+ | TagResourceCommandInput
238
+ | UntagResourceCommandInput
239
+ | UpdateActionTypeCommandInput
240
+ | UpdatePipelineCommandInput;
241
+ export declare type ServiceOutputTypes =
242
+ | AcknowledgeJobCommandOutput
243
+ | AcknowledgeThirdPartyJobCommandOutput
244
+ | CreateCustomActionTypeCommandOutput
245
+ | CreatePipelineCommandOutput
246
+ | DeleteCustomActionTypeCommandOutput
247
+ | DeletePipelineCommandOutput
248
+ | DeleteWebhookCommandOutput
249
+ | DeregisterWebhookWithThirdPartyCommandOutput
250
+ | DisableStageTransitionCommandOutput
251
+ | EnableStageTransitionCommandOutput
252
+ | GetActionTypeCommandOutput
253
+ | GetJobDetailsCommandOutput
254
+ | GetPipelineCommandOutput
255
+ | GetPipelineExecutionCommandOutput
256
+ | GetPipelineStateCommandOutput
257
+ | GetThirdPartyJobDetailsCommandOutput
258
+ | ListActionExecutionsCommandOutput
259
+ | ListActionTypesCommandOutput
260
+ | ListPipelineExecutionsCommandOutput
261
+ | ListPipelinesCommandOutput
262
+ | ListTagsForResourceCommandOutput
263
+ | ListWebhooksCommandOutput
264
+ | PollForJobsCommandOutput
265
+ | PollForThirdPartyJobsCommandOutput
266
+ | PutActionRevisionCommandOutput
267
+ | PutApprovalResultCommandOutput
268
+ | PutJobFailureResultCommandOutput
269
+ | PutJobSuccessResultCommandOutput
270
+ | PutThirdPartyJobFailureResultCommandOutput
271
+ | PutThirdPartyJobSuccessResultCommandOutput
272
+ | PutWebhookCommandOutput
273
+ | RegisterWebhookWithThirdPartyCommandOutput
274
+ | RetryStageExecutionCommandOutput
275
+ | StartPipelineExecutionCommandOutput
276
+ | StopPipelineExecutionCommandOutput
277
+ | TagResourceCommandOutput
278
+ | UntagResourceCommandOutput
279
+ | UpdateActionTypeCommandOutput
280
+ | UpdatePipelineCommandOutput;
281
+ export interface ClientDefaults
282
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
283
+ requestHandler?: __HttpHandler;
284
+
285
+ sha256?: __HashConstructor;
286
+
287
+ urlParser?: __UrlParser;
288
+
289
+ bodyLengthChecker?: __BodyLengthCalculator;
290
+
291
+ streamCollector?: __StreamCollector;
292
+
293
+ base64Decoder?: __Decoder;
294
+
295
+ base64Encoder?: __Encoder;
296
+
297
+ utf8Decoder?: __Decoder;
298
+
299
+ utf8Encoder?: __Encoder;
300
+
301
+ runtime?: string;
302
+
303
+ disableHostPrefix?: boolean;
304
+
305
+ maxAttempts?: number | __Provider<number>;
306
+
307
+ retryMode?: string | __Provider<string>;
308
+
309
+ logger?: __Logger;
310
+
311
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
312
+
313
+ useFipsEndpoint?: boolean | __Provider<boolean>;
314
+
315
+ serviceId?: string;
316
+
317
+ region?: string | __Provider<string>;
318
+
319
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
320
+
321
+ regionInfoProvider?: RegionInfoProvider;
322
+
323
+ defaultUserAgentProvider?: Provider<__UserAgent>;
324
+
325
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
326
+ }
327
+ declare type CodePipelineClientConfigType = Partial<
328
+ __SmithyConfiguration<__HttpHandlerOptions>
329
+ > &
330
+ ClientDefaults &
331
+ RegionInputConfig &
332
+ EndpointsInputConfig &
333
+ RetryInputConfig &
334
+ HostHeaderInputConfig &
335
+ AwsAuthInputConfig &
336
+ UserAgentInputConfig;
337
+
338
+ export interface CodePipelineClientConfig
339
+ extends CodePipelineClientConfigType {}
340
+ declare type CodePipelineClientResolvedConfigType =
341
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
342
+ Required<ClientDefaults> &
343
+ RegionResolvedConfig &
344
+ EndpointsResolvedConfig &
345
+ RetryResolvedConfig &
346
+ HostHeaderResolvedConfig &
347
+ AwsAuthResolvedConfig &
348
+ UserAgentResolvedConfig;
349
+
350
+ export interface CodePipelineClientResolvedConfig
351
+ extends CodePipelineClientResolvedConfigType {}
352
+
353
+ export declare class CodePipelineClient extends __Client<
354
+ __HttpHandlerOptions,
355
+ ServiceInputTypes,
356
+ ServiceOutputTypes,
357
+ CodePipelineClientResolvedConfig
358
+ > {
359
+ readonly config: CodePipelineClientResolvedConfig;
360
+ constructor(configuration: CodePipelineClientConfig);
361
+
362
+ destroy(): void;
363
+ }
364
+ export {};
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
5
- export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {
6
- }
7
- export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AcknowledgeJobCommand extends $Command<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: AcknowledgeJobCommandInput;
12
- constructor(input: AcknowledgeJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodePipelineClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodePipelineClient";
13
+ import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
14
+ export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {}
15
+ export interface AcknowledgeJobCommandOutput
16
+ extends AcknowledgeJobOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class AcknowledgeJobCommand extends $Command<
20
+ AcknowledgeJobCommandInput,
21
+ AcknowledgeJobCommandOutput,
22
+ CodePipelineClientResolvedConfig
23
+ > {
24
+ readonly input: AcknowledgeJobCommandInput;
25
+ constructor(input: AcknowledgeJobCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CodePipelineClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
5
- export interface AcknowledgeThirdPartyJobCommandInput extends AcknowledgeThirdPartyJobInput {
6
- }
7
- export interface AcknowledgeThirdPartyJobCommandOutput extends AcknowledgeThirdPartyJobOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AcknowledgeThirdPartyJobCommand extends $Command<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: AcknowledgeThirdPartyJobCommandInput;
12
- constructor(input: AcknowledgeThirdPartyJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodePipelineClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodePipelineClient";
13
+ import {
14
+ AcknowledgeThirdPartyJobInput,
15
+ AcknowledgeThirdPartyJobOutput,
16
+ } from "../models/models_0";
17
+ export interface AcknowledgeThirdPartyJobCommandInput
18
+ extends AcknowledgeThirdPartyJobInput {}
19
+ export interface AcknowledgeThirdPartyJobCommandOutput
20
+ extends AcknowledgeThirdPartyJobOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AcknowledgeThirdPartyJobCommand extends $Command<
24
+ AcknowledgeThirdPartyJobCommandInput,
25
+ AcknowledgeThirdPartyJobCommandOutput,
26
+ CodePipelineClientResolvedConfig
27
+ > {
28
+ readonly input: AcknowledgeThirdPartyJobCommandInput;
29
+ constructor(input: AcknowledgeThirdPartyJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodePipelineClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AcknowledgeThirdPartyJobCommandInput,
37
+ AcknowledgeThirdPartyJobCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
4
- import { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0";
5
- export interface CreateCustomActionTypeCommandInput extends CreateCustomActionTypeInput {
6
- }
7
- export interface CreateCustomActionTypeCommandOutput extends CreateCustomActionTypeOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCustomActionTypeCommand extends $Command<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig> {
11
- readonly input: CreateCustomActionTypeCommandInput;
12
- constructor(input: CreateCustomActionTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodePipelineClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CodePipelineClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CodePipelineClient";
13
+ import {
14
+ CreateCustomActionTypeInput,
15
+ CreateCustomActionTypeOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateCustomActionTypeCommandInput
18
+ extends CreateCustomActionTypeInput {}
19
+ export interface CreateCustomActionTypeCommandOutput
20
+ extends CreateCustomActionTypeOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCustomActionTypeCommand extends $Command<
24
+ CreateCustomActionTypeCommandInput,
25
+ CreateCustomActionTypeCommandOutput,
26
+ CodePipelineClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCustomActionTypeCommandInput;
29
+ constructor(input: CreateCustomActionTypeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodePipelineClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCustomActionTypeCommandInput,
37
+ CreateCustomActionTypeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }