@aws-sdk/client-data-pipeline 3.169.0 → 3.171.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 (39) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DataPipeline.d.ts +327 -100
  3. package/dist-types/ts3.4/DataPipelineClient.d.ts +219 -92
  4. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +30 -17
  9. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/index.d.ts +19 -19
  24. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  25. package/dist-types/ts3.4/index.d.ts +6 -6
  26. package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +7 -6
  27. package/dist-types/ts3.4/models/index.d.ts +1 -1
  28. package/dist-types/ts3.4/models/models_0.d.ts +399 -532
  29. package/dist-types/ts3.4/pagination/DescribeObjectsPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  31. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
  32. package/dist-types/ts3.4/pagination/QueryObjectsPaginator.d.ts +11 -4
  33. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  34. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -59
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  38. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  39. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-data-pipeline
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-data-pipeline
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-data-pipeline
@@ -1,100 +1,327 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand";
3
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
4
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
5
- import { DeactivatePipelineCommandInput, DeactivatePipelineCommandOutput } from "./commands/DeactivatePipelineCommand";
6
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
7
- import { DescribeObjectsCommandInput, DescribeObjectsCommandOutput } from "./commands/DescribeObjectsCommand";
8
- import { DescribePipelinesCommandInput, DescribePipelinesCommandOutput } from "./commands/DescribePipelinesCommand";
9
- import { EvaluateExpressionCommandInput, EvaluateExpressionCommandOutput } from "./commands/EvaluateExpressionCommand";
10
- import { GetPipelineDefinitionCommandInput, GetPipelineDefinitionCommandOutput } from "./commands/GetPipelineDefinitionCommand";
11
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
12
- import { PollForTaskCommandInput, PollForTaskCommandOutput } from "./commands/PollForTaskCommand";
13
- import { PutPipelineDefinitionCommandInput, PutPipelineDefinitionCommandOutput } from "./commands/PutPipelineDefinitionCommand";
14
- import { QueryObjectsCommandInput, QueryObjectsCommandOutput } from "./commands/QueryObjectsCommand";
15
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
16
- import { ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput } from "./commands/ReportTaskProgressCommand";
17
- import { ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput } from "./commands/ReportTaskRunnerHeartbeatCommand";
18
- import { SetStatusCommandInput, SetStatusCommandOutput } from "./commands/SetStatusCommand";
19
- import { SetTaskStatusCommandInput, SetTaskStatusCommandOutput } from "./commands/SetTaskStatusCommand";
20
- import { ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput } from "./commands/ValidatePipelineDefinitionCommand";
21
- import { DataPipelineClient } from "./DataPipelineClient";
22
-
23
- export declare class DataPipeline extends DataPipelineClient {
24
-
25
- activatePipeline(args: ActivatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<ActivatePipelineCommandOutput>;
26
- activatePipeline(args: ActivatePipelineCommandInput, cb: (err: any, data?: ActivatePipelineCommandOutput) => void): void;
27
- activatePipeline(args: ActivatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivatePipelineCommandOutput) => void): void;
28
-
29
- addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
30
- addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
31
- addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
32
-
33
- createPipeline(args: CreatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<CreatePipelineCommandOutput>;
34
- createPipeline(args: CreatePipelineCommandInput, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
35
- createPipeline(args: CreatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePipelineCommandOutput) => void): void;
36
-
37
- deactivatePipeline(args: DeactivatePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeactivatePipelineCommandOutput>;
38
- deactivatePipeline(args: DeactivatePipelineCommandInput, cb: (err: any, data?: DeactivatePipelineCommandOutput) => void): void;
39
- deactivatePipeline(args: DeactivatePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivatePipelineCommandOutput) => void): void;
40
-
41
- deletePipeline(args: DeletePipelineCommandInput, options?: __HttpHandlerOptions): Promise<DeletePipelineCommandOutput>;
42
- deletePipeline(args: DeletePipelineCommandInput, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
43
- deletePipeline(args: DeletePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePipelineCommandOutput) => void): void;
44
-
45
- describeObjects(args: DescribeObjectsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeObjectsCommandOutput>;
46
- describeObjects(args: DescribeObjectsCommandInput, cb: (err: any, data?: DescribeObjectsCommandOutput) => void): void;
47
- describeObjects(args: DescribeObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeObjectsCommandOutput) => void): void;
48
-
49
- describePipelines(args: DescribePipelinesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePipelinesCommandOutput>;
50
- describePipelines(args: DescribePipelinesCommandInput, cb: (err: any, data?: DescribePipelinesCommandOutput) => void): void;
51
- describePipelines(args: DescribePipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePipelinesCommandOutput) => void): void;
52
-
53
- evaluateExpression(args: EvaluateExpressionCommandInput, options?: __HttpHandlerOptions): Promise<EvaluateExpressionCommandOutput>;
54
- evaluateExpression(args: EvaluateExpressionCommandInput, cb: (err: any, data?: EvaluateExpressionCommandOutput) => void): void;
55
- evaluateExpression(args: EvaluateExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EvaluateExpressionCommandOutput) => void): void;
56
-
57
- getPipelineDefinition(args: GetPipelineDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<GetPipelineDefinitionCommandOutput>;
58
- getPipelineDefinition(args: GetPipelineDefinitionCommandInput, cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void): void;
59
- getPipelineDefinition(args: GetPipelineDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void): void;
60
-
61
- listPipelines(args: ListPipelinesCommandInput, options?: __HttpHandlerOptions): Promise<ListPipelinesCommandOutput>;
62
- listPipelines(args: ListPipelinesCommandInput, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
63
- listPipelines(args: ListPipelinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPipelinesCommandOutput) => void): void;
64
-
65
- pollForTask(args: PollForTaskCommandInput, options?: __HttpHandlerOptions): Promise<PollForTaskCommandOutput>;
66
- pollForTask(args: PollForTaskCommandInput, cb: (err: any, data?: PollForTaskCommandOutput) => void): void;
67
- pollForTask(args: PollForTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PollForTaskCommandOutput) => void): void;
68
-
69
- putPipelineDefinition(args: PutPipelineDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<PutPipelineDefinitionCommandOutput>;
70
- putPipelineDefinition(args: PutPipelineDefinitionCommandInput, cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void): void;
71
- putPipelineDefinition(args: PutPipelineDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void): void;
72
-
73
- queryObjects(args: QueryObjectsCommandInput, options?: __HttpHandlerOptions): Promise<QueryObjectsCommandOutput>;
74
- queryObjects(args: QueryObjectsCommandInput, cb: (err: any, data?: QueryObjectsCommandOutput) => void): void;
75
- queryObjects(args: QueryObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QueryObjectsCommandOutput) => void): void;
76
-
77
- removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
78
- removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
79
- removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
80
-
81
- reportTaskProgress(args: ReportTaskProgressCommandInput, options?: __HttpHandlerOptions): Promise<ReportTaskProgressCommandOutput>;
82
- reportTaskProgress(args: ReportTaskProgressCommandInput, cb: (err: any, data?: ReportTaskProgressCommandOutput) => void): void;
83
- reportTaskProgress(args: ReportTaskProgressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReportTaskProgressCommandOutput) => void): void;
84
-
85
- reportTaskRunnerHeartbeat(args: ReportTaskRunnerHeartbeatCommandInput, options?: __HttpHandlerOptions): Promise<ReportTaskRunnerHeartbeatCommandOutput>;
86
- reportTaskRunnerHeartbeat(args: ReportTaskRunnerHeartbeatCommandInput, cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void): void;
87
- reportTaskRunnerHeartbeat(args: ReportTaskRunnerHeartbeatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void): void;
88
-
89
- setStatus(args: SetStatusCommandInput, options?: __HttpHandlerOptions): Promise<SetStatusCommandOutput>;
90
- setStatus(args: SetStatusCommandInput, cb: (err: any, data?: SetStatusCommandOutput) => void): void;
91
- setStatus(args: SetStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetStatusCommandOutput) => void): void;
92
-
93
- setTaskStatus(args: SetTaskStatusCommandInput, options?: __HttpHandlerOptions): Promise<SetTaskStatusCommandOutput>;
94
- setTaskStatus(args: SetTaskStatusCommandInput, cb: (err: any, data?: SetTaskStatusCommandOutput) => void): void;
95
- setTaskStatus(args: SetTaskStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTaskStatusCommandOutput) => void): void;
96
-
97
- validatePipelineDefinition(args: ValidatePipelineDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<ValidatePipelineDefinitionCommandOutput>;
98
- validatePipelineDefinition(args: ValidatePipelineDefinitionCommandInput, cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void): void;
99
- validatePipelineDefinition(args: ValidatePipelineDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void): void;
100
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ ActivatePipelineCommandInput,
4
+ ActivatePipelineCommandOutput,
5
+ } from "./commands/ActivatePipelineCommand";
6
+ import {
7
+ AddTagsCommandInput,
8
+ AddTagsCommandOutput,
9
+ } from "./commands/AddTagsCommand";
10
+ import {
11
+ CreatePipelineCommandInput,
12
+ CreatePipelineCommandOutput,
13
+ } from "./commands/CreatePipelineCommand";
14
+ import {
15
+ DeactivatePipelineCommandInput,
16
+ DeactivatePipelineCommandOutput,
17
+ } from "./commands/DeactivatePipelineCommand";
18
+ import {
19
+ DeletePipelineCommandInput,
20
+ DeletePipelineCommandOutput,
21
+ } from "./commands/DeletePipelineCommand";
22
+ import {
23
+ DescribeObjectsCommandInput,
24
+ DescribeObjectsCommandOutput,
25
+ } from "./commands/DescribeObjectsCommand";
26
+ import {
27
+ DescribePipelinesCommandInput,
28
+ DescribePipelinesCommandOutput,
29
+ } from "./commands/DescribePipelinesCommand";
30
+ import {
31
+ EvaluateExpressionCommandInput,
32
+ EvaluateExpressionCommandOutput,
33
+ } from "./commands/EvaluateExpressionCommand";
34
+ import {
35
+ GetPipelineDefinitionCommandInput,
36
+ GetPipelineDefinitionCommandOutput,
37
+ } from "./commands/GetPipelineDefinitionCommand";
38
+ import {
39
+ ListPipelinesCommandInput,
40
+ ListPipelinesCommandOutput,
41
+ } from "./commands/ListPipelinesCommand";
42
+ import {
43
+ PollForTaskCommandInput,
44
+ PollForTaskCommandOutput,
45
+ } from "./commands/PollForTaskCommand";
46
+ import {
47
+ PutPipelineDefinitionCommandInput,
48
+ PutPipelineDefinitionCommandOutput,
49
+ } from "./commands/PutPipelineDefinitionCommand";
50
+ import {
51
+ QueryObjectsCommandInput,
52
+ QueryObjectsCommandOutput,
53
+ } from "./commands/QueryObjectsCommand";
54
+ import {
55
+ RemoveTagsCommandInput,
56
+ RemoveTagsCommandOutput,
57
+ } from "./commands/RemoveTagsCommand";
58
+ import {
59
+ ReportTaskProgressCommandInput,
60
+ ReportTaskProgressCommandOutput,
61
+ } from "./commands/ReportTaskProgressCommand";
62
+ import {
63
+ ReportTaskRunnerHeartbeatCommandInput,
64
+ ReportTaskRunnerHeartbeatCommandOutput,
65
+ } from "./commands/ReportTaskRunnerHeartbeatCommand";
66
+ import {
67
+ SetStatusCommandInput,
68
+ SetStatusCommandOutput,
69
+ } from "./commands/SetStatusCommand";
70
+ import {
71
+ SetTaskStatusCommandInput,
72
+ SetTaskStatusCommandOutput,
73
+ } from "./commands/SetTaskStatusCommand";
74
+ import {
75
+ ValidatePipelineDefinitionCommandInput,
76
+ ValidatePipelineDefinitionCommandOutput,
77
+ } from "./commands/ValidatePipelineDefinitionCommand";
78
+ import { DataPipelineClient } from "./DataPipelineClient";
79
+ export declare class DataPipeline extends DataPipelineClient {
80
+ activatePipeline(
81
+ args: ActivatePipelineCommandInput,
82
+ options?: __HttpHandlerOptions
83
+ ): Promise<ActivatePipelineCommandOutput>;
84
+ activatePipeline(
85
+ args: ActivatePipelineCommandInput,
86
+ cb: (err: any, data?: ActivatePipelineCommandOutput) => void
87
+ ): void;
88
+ activatePipeline(
89
+ args: ActivatePipelineCommandInput,
90
+ options: __HttpHandlerOptions,
91
+ cb: (err: any, data?: ActivatePipelineCommandOutput) => void
92
+ ): void;
93
+ addTags(
94
+ args: AddTagsCommandInput,
95
+ options?: __HttpHandlerOptions
96
+ ): Promise<AddTagsCommandOutput>;
97
+ addTags(
98
+ args: AddTagsCommandInput,
99
+ cb: (err: any, data?: AddTagsCommandOutput) => void
100
+ ): void;
101
+ addTags(
102
+ args: AddTagsCommandInput,
103
+ options: __HttpHandlerOptions,
104
+ cb: (err: any, data?: AddTagsCommandOutput) => void
105
+ ): void;
106
+ createPipeline(
107
+ args: CreatePipelineCommandInput,
108
+ options?: __HttpHandlerOptions
109
+ ): Promise<CreatePipelineCommandOutput>;
110
+ createPipeline(
111
+ args: CreatePipelineCommandInput,
112
+ cb: (err: any, data?: CreatePipelineCommandOutput) => void
113
+ ): void;
114
+ createPipeline(
115
+ args: CreatePipelineCommandInput,
116
+ options: __HttpHandlerOptions,
117
+ cb: (err: any, data?: CreatePipelineCommandOutput) => void
118
+ ): void;
119
+ deactivatePipeline(
120
+ args: DeactivatePipelineCommandInput,
121
+ options?: __HttpHandlerOptions
122
+ ): Promise<DeactivatePipelineCommandOutput>;
123
+ deactivatePipeline(
124
+ args: DeactivatePipelineCommandInput,
125
+ cb: (err: any, data?: DeactivatePipelineCommandOutput) => void
126
+ ): void;
127
+ deactivatePipeline(
128
+ args: DeactivatePipelineCommandInput,
129
+ options: __HttpHandlerOptions,
130
+ cb: (err: any, data?: DeactivatePipelineCommandOutput) => void
131
+ ): void;
132
+ deletePipeline(
133
+ args: DeletePipelineCommandInput,
134
+ options?: __HttpHandlerOptions
135
+ ): Promise<DeletePipelineCommandOutput>;
136
+ deletePipeline(
137
+ args: DeletePipelineCommandInput,
138
+ cb: (err: any, data?: DeletePipelineCommandOutput) => void
139
+ ): void;
140
+ deletePipeline(
141
+ args: DeletePipelineCommandInput,
142
+ options: __HttpHandlerOptions,
143
+ cb: (err: any, data?: DeletePipelineCommandOutput) => void
144
+ ): void;
145
+ describeObjects(
146
+ args: DescribeObjectsCommandInput,
147
+ options?: __HttpHandlerOptions
148
+ ): Promise<DescribeObjectsCommandOutput>;
149
+ describeObjects(
150
+ args: DescribeObjectsCommandInput,
151
+ cb: (err: any, data?: DescribeObjectsCommandOutput) => void
152
+ ): void;
153
+ describeObjects(
154
+ args: DescribeObjectsCommandInput,
155
+ options: __HttpHandlerOptions,
156
+ cb: (err: any, data?: DescribeObjectsCommandOutput) => void
157
+ ): void;
158
+ describePipelines(
159
+ args: DescribePipelinesCommandInput,
160
+ options?: __HttpHandlerOptions
161
+ ): Promise<DescribePipelinesCommandOutput>;
162
+ describePipelines(
163
+ args: DescribePipelinesCommandInput,
164
+ cb: (err: any, data?: DescribePipelinesCommandOutput) => void
165
+ ): void;
166
+ describePipelines(
167
+ args: DescribePipelinesCommandInput,
168
+ options: __HttpHandlerOptions,
169
+ cb: (err: any, data?: DescribePipelinesCommandOutput) => void
170
+ ): void;
171
+ evaluateExpression(
172
+ args: EvaluateExpressionCommandInput,
173
+ options?: __HttpHandlerOptions
174
+ ): Promise<EvaluateExpressionCommandOutput>;
175
+ evaluateExpression(
176
+ args: EvaluateExpressionCommandInput,
177
+ cb: (err: any, data?: EvaluateExpressionCommandOutput) => void
178
+ ): void;
179
+ evaluateExpression(
180
+ args: EvaluateExpressionCommandInput,
181
+ options: __HttpHandlerOptions,
182
+ cb: (err: any, data?: EvaluateExpressionCommandOutput) => void
183
+ ): void;
184
+ getPipelineDefinition(
185
+ args: GetPipelineDefinitionCommandInput,
186
+ options?: __HttpHandlerOptions
187
+ ): Promise<GetPipelineDefinitionCommandOutput>;
188
+ getPipelineDefinition(
189
+ args: GetPipelineDefinitionCommandInput,
190
+ cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void
191
+ ): void;
192
+ getPipelineDefinition(
193
+ args: GetPipelineDefinitionCommandInput,
194
+ options: __HttpHandlerOptions,
195
+ cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void
196
+ ): void;
197
+ listPipelines(
198
+ args: ListPipelinesCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<ListPipelinesCommandOutput>;
201
+ listPipelines(
202
+ args: ListPipelinesCommandInput,
203
+ cb: (err: any, data?: ListPipelinesCommandOutput) => void
204
+ ): void;
205
+ listPipelines(
206
+ args: ListPipelinesCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: ListPipelinesCommandOutput) => void
209
+ ): void;
210
+ pollForTask(
211
+ args: PollForTaskCommandInput,
212
+ options?: __HttpHandlerOptions
213
+ ): Promise<PollForTaskCommandOutput>;
214
+ pollForTask(
215
+ args: PollForTaskCommandInput,
216
+ cb: (err: any, data?: PollForTaskCommandOutput) => void
217
+ ): void;
218
+ pollForTask(
219
+ args: PollForTaskCommandInput,
220
+ options: __HttpHandlerOptions,
221
+ cb: (err: any, data?: PollForTaskCommandOutput) => void
222
+ ): void;
223
+ putPipelineDefinition(
224
+ args: PutPipelineDefinitionCommandInput,
225
+ options?: __HttpHandlerOptions
226
+ ): Promise<PutPipelineDefinitionCommandOutput>;
227
+ putPipelineDefinition(
228
+ args: PutPipelineDefinitionCommandInput,
229
+ cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void
230
+ ): void;
231
+ putPipelineDefinition(
232
+ args: PutPipelineDefinitionCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void
235
+ ): void;
236
+ queryObjects(
237
+ args: QueryObjectsCommandInput,
238
+ options?: __HttpHandlerOptions
239
+ ): Promise<QueryObjectsCommandOutput>;
240
+ queryObjects(
241
+ args: QueryObjectsCommandInput,
242
+ cb: (err: any, data?: QueryObjectsCommandOutput) => void
243
+ ): void;
244
+ queryObjects(
245
+ args: QueryObjectsCommandInput,
246
+ options: __HttpHandlerOptions,
247
+ cb: (err: any, data?: QueryObjectsCommandOutput) => void
248
+ ): void;
249
+ removeTags(
250
+ args: RemoveTagsCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<RemoveTagsCommandOutput>;
253
+ removeTags(
254
+ args: RemoveTagsCommandInput,
255
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void
256
+ ): void;
257
+ removeTags(
258
+ args: RemoveTagsCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void
261
+ ): void;
262
+ reportTaskProgress(
263
+ args: ReportTaskProgressCommandInput,
264
+ options?: __HttpHandlerOptions
265
+ ): Promise<ReportTaskProgressCommandOutput>;
266
+ reportTaskProgress(
267
+ args: ReportTaskProgressCommandInput,
268
+ cb: (err: any, data?: ReportTaskProgressCommandOutput) => void
269
+ ): void;
270
+ reportTaskProgress(
271
+ args: ReportTaskProgressCommandInput,
272
+ options: __HttpHandlerOptions,
273
+ cb: (err: any, data?: ReportTaskProgressCommandOutput) => void
274
+ ): void;
275
+ reportTaskRunnerHeartbeat(
276
+ args: ReportTaskRunnerHeartbeatCommandInput,
277
+ options?: __HttpHandlerOptions
278
+ ): Promise<ReportTaskRunnerHeartbeatCommandOutput>;
279
+ reportTaskRunnerHeartbeat(
280
+ args: ReportTaskRunnerHeartbeatCommandInput,
281
+ cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void
282
+ ): void;
283
+ reportTaskRunnerHeartbeat(
284
+ args: ReportTaskRunnerHeartbeatCommandInput,
285
+ options: __HttpHandlerOptions,
286
+ cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void
287
+ ): void;
288
+ setStatus(
289
+ args: SetStatusCommandInput,
290
+ options?: __HttpHandlerOptions
291
+ ): Promise<SetStatusCommandOutput>;
292
+ setStatus(
293
+ args: SetStatusCommandInput,
294
+ cb: (err: any, data?: SetStatusCommandOutput) => void
295
+ ): void;
296
+ setStatus(
297
+ args: SetStatusCommandInput,
298
+ options: __HttpHandlerOptions,
299
+ cb: (err: any, data?: SetStatusCommandOutput) => void
300
+ ): void;
301
+ setTaskStatus(
302
+ args: SetTaskStatusCommandInput,
303
+ options?: __HttpHandlerOptions
304
+ ): Promise<SetTaskStatusCommandOutput>;
305
+ setTaskStatus(
306
+ args: SetTaskStatusCommandInput,
307
+ cb: (err: any, data?: SetTaskStatusCommandOutput) => void
308
+ ): void;
309
+ setTaskStatus(
310
+ args: SetTaskStatusCommandInput,
311
+ options: __HttpHandlerOptions,
312
+ cb: (err: any, data?: SetTaskStatusCommandOutput) => void
313
+ ): void;
314
+ validatePipelineDefinition(
315
+ args: ValidatePipelineDefinitionCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<ValidatePipelineDefinitionCommandOutput>;
318
+ validatePipelineDefinition(
319
+ args: ValidatePipelineDefinitionCommandInput,
320
+ cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void
321
+ ): void;
322
+ validatePipelineDefinition(
323
+ args: ValidatePipelineDefinitionCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void
326
+ ): void;
327
+ }