@aws-sdk/client-data-pipeline 3.1087.0 → 3.1089.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 (37) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DataPipeline.d.ts +65 -85
  3. package/dist-types/ts3.4/DataPipelineClient.d.ts +10 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
  9. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
  12. package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -4
  17. package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +6 -2
  24. package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  27. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  28. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  29. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  35. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  37. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -7,10 +7,7 @@ import {
7
7
  ActivatePipelineCommandInput,
8
8
  ActivatePipelineCommandOutput,
9
9
  } from "./commands/ActivatePipelineCommand";
10
- import {
11
- AddTagsCommandInput,
12
- AddTagsCommandOutput,
13
- } from "./commands/AddTagsCommand";
10
+ import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
14
11
  import {
15
12
  CreatePipelineCommandInput,
16
13
  CreatePipelineCommandOutput,
@@ -43,10 +40,7 @@ import {
43
40
  ListPipelinesCommandInput,
44
41
  ListPipelinesCommandOutput,
45
42
  } from "./commands/ListPipelinesCommand";
46
- import {
47
- PollForTaskCommandInput,
48
- PollForTaskCommandOutput,
49
- } from "./commands/PollForTaskCommand";
43
+ import { PollForTaskCommandInput, PollForTaskCommandOutput } from "./commands/PollForTaskCommand";
50
44
  import {
51
45
  PutPipelineDefinitionCommandInput,
52
46
  PutPipelineDefinitionCommandOutput,
@@ -55,10 +49,7 @@ import {
55
49
  QueryObjectsCommandInput,
56
50
  QueryObjectsCommandOutput,
57
51
  } from "./commands/QueryObjectsCommand";
58
- import {
59
- RemoveTagsCommandInput,
60
- RemoveTagsCommandOutput,
61
- } from "./commands/RemoveTagsCommand";
52
+ import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
62
53
  import {
63
54
  ReportTaskProgressCommandInput,
64
55
  ReportTaskProgressCommandOutput,
@@ -67,10 +58,7 @@ import {
67
58
  ReportTaskRunnerHeartbeatCommandInput,
68
59
  ReportTaskRunnerHeartbeatCommandOutput,
69
60
  } from "./commands/ReportTaskRunnerHeartbeatCommand";
70
- import {
71
- SetStatusCommandInput,
72
- SetStatusCommandOutput,
73
- } from "./commands/SetStatusCommand";
61
+ import { SetStatusCommandInput, SetStatusCommandOutput } from "./commands/SetStatusCommand";
74
62
  import {
75
63
  SetTaskStatusCommandInput,
76
64
  SetTaskStatusCommandOutput,
@@ -83,274 +71,266 @@ import { DataPipelineClient } from "./DataPipelineClient";
83
71
  export interface DataPipeline {
84
72
  activatePipeline(
85
73
  args: ActivatePipelineCommandInput,
86
- options?: __HttpHandlerOptions
74
+ options?: __HttpHandlerOptions,
87
75
  ): Promise<ActivatePipelineCommandOutput>;
88
76
  activatePipeline(
89
77
  args: ActivatePipelineCommandInput,
90
- cb: (err: any, data?: ActivatePipelineCommandOutput) => void
78
+ cb: (err: any, data?: ActivatePipelineCommandOutput) => void,
91
79
  ): void;
92
80
  activatePipeline(
93
81
  args: ActivatePipelineCommandInput,
94
82
  options: __HttpHandlerOptions,
95
- cb: (err: any, data?: ActivatePipelineCommandOutput) => void
96
- ): void;
97
- addTags(
98
- args: AddTagsCommandInput,
99
- options?: __HttpHandlerOptions
100
- ): Promise<AddTagsCommandOutput>;
101
- addTags(
102
- args: AddTagsCommandInput,
103
- cb: (err: any, data?: AddTagsCommandOutput) => void
83
+ cb: (err: any, data?: ActivatePipelineCommandOutput) => void,
104
84
  ): void;
85
+ addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
86
+ addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
105
87
  addTags(
106
88
  args: AddTagsCommandInput,
107
89
  options: __HttpHandlerOptions,
108
- cb: (err: any, data?: AddTagsCommandOutput) => void
90
+ cb: (err: any, data?: AddTagsCommandOutput) => void,
109
91
  ): void;
110
92
  createPipeline(
111
93
  args: CreatePipelineCommandInput,
112
- options?: __HttpHandlerOptions
94
+ options?: __HttpHandlerOptions,
113
95
  ): Promise<CreatePipelineCommandOutput>;
114
96
  createPipeline(
115
97
  args: CreatePipelineCommandInput,
116
- cb: (err: any, data?: CreatePipelineCommandOutput) => void
98
+ cb: (err: any, data?: CreatePipelineCommandOutput) => void,
117
99
  ): void;
118
100
  createPipeline(
119
101
  args: CreatePipelineCommandInput,
120
102
  options: __HttpHandlerOptions,
121
- cb: (err: any, data?: CreatePipelineCommandOutput) => void
103
+ cb: (err: any, data?: CreatePipelineCommandOutput) => void,
122
104
  ): void;
123
105
  deactivatePipeline(
124
106
  args: DeactivatePipelineCommandInput,
125
- options?: __HttpHandlerOptions
107
+ options?: __HttpHandlerOptions,
126
108
  ): Promise<DeactivatePipelineCommandOutput>;
127
109
  deactivatePipeline(
128
110
  args: DeactivatePipelineCommandInput,
129
- cb: (err: any, data?: DeactivatePipelineCommandOutput) => void
111
+ cb: (err: any, data?: DeactivatePipelineCommandOutput) => void,
130
112
  ): void;
131
113
  deactivatePipeline(
132
114
  args: DeactivatePipelineCommandInput,
133
115
  options: __HttpHandlerOptions,
134
- cb: (err: any, data?: DeactivatePipelineCommandOutput) => void
116
+ cb: (err: any, data?: DeactivatePipelineCommandOutput) => void,
135
117
  ): void;
136
118
  deletePipeline(
137
119
  args: DeletePipelineCommandInput,
138
- options?: __HttpHandlerOptions
120
+ options?: __HttpHandlerOptions,
139
121
  ): Promise<DeletePipelineCommandOutput>;
140
122
  deletePipeline(
141
123
  args: DeletePipelineCommandInput,
142
- cb: (err: any, data?: DeletePipelineCommandOutput) => void
124
+ cb: (err: any, data?: DeletePipelineCommandOutput) => void,
143
125
  ): void;
144
126
  deletePipeline(
145
127
  args: DeletePipelineCommandInput,
146
128
  options: __HttpHandlerOptions,
147
- cb: (err: any, data?: DeletePipelineCommandOutput) => void
129
+ cb: (err: any, data?: DeletePipelineCommandOutput) => void,
148
130
  ): void;
149
131
  describeObjects(
150
132
  args: DescribeObjectsCommandInput,
151
- options?: __HttpHandlerOptions
133
+ options?: __HttpHandlerOptions,
152
134
  ): Promise<DescribeObjectsCommandOutput>;
153
135
  describeObjects(
154
136
  args: DescribeObjectsCommandInput,
155
- cb: (err: any, data?: DescribeObjectsCommandOutput) => void
137
+ cb: (err: any, data?: DescribeObjectsCommandOutput) => void,
156
138
  ): void;
157
139
  describeObjects(
158
140
  args: DescribeObjectsCommandInput,
159
141
  options: __HttpHandlerOptions,
160
- cb: (err: any, data?: DescribeObjectsCommandOutput) => void
142
+ cb: (err: any, data?: DescribeObjectsCommandOutput) => void,
161
143
  ): void;
162
144
  describePipelines(
163
145
  args: DescribePipelinesCommandInput,
164
- options?: __HttpHandlerOptions
146
+ options?: __HttpHandlerOptions,
165
147
  ): Promise<DescribePipelinesCommandOutput>;
166
148
  describePipelines(
167
149
  args: DescribePipelinesCommandInput,
168
- cb: (err: any, data?: DescribePipelinesCommandOutput) => void
150
+ cb: (err: any, data?: DescribePipelinesCommandOutput) => void,
169
151
  ): void;
170
152
  describePipelines(
171
153
  args: DescribePipelinesCommandInput,
172
154
  options: __HttpHandlerOptions,
173
- cb: (err: any, data?: DescribePipelinesCommandOutput) => void
155
+ cb: (err: any, data?: DescribePipelinesCommandOutput) => void,
174
156
  ): void;
175
157
  evaluateExpression(
176
158
  args: EvaluateExpressionCommandInput,
177
- options?: __HttpHandlerOptions
159
+ options?: __HttpHandlerOptions,
178
160
  ): Promise<EvaluateExpressionCommandOutput>;
179
161
  evaluateExpression(
180
162
  args: EvaluateExpressionCommandInput,
181
- cb: (err: any, data?: EvaluateExpressionCommandOutput) => void
163
+ cb: (err: any, data?: EvaluateExpressionCommandOutput) => void,
182
164
  ): void;
183
165
  evaluateExpression(
184
166
  args: EvaluateExpressionCommandInput,
185
167
  options: __HttpHandlerOptions,
186
- cb: (err: any, data?: EvaluateExpressionCommandOutput) => void
168
+ cb: (err: any, data?: EvaluateExpressionCommandOutput) => void,
187
169
  ): void;
188
170
  getPipelineDefinition(
189
171
  args: GetPipelineDefinitionCommandInput,
190
- options?: __HttpHandlerOptions
172
+ options?: __HttpHandlerOptions,
191
173
  ): Promise<GetPipelineDefinitionCommandOutput>;
192
174
  getPipelineDefinition(
193
175
  args: GetPipelineDefinitionCommandInput,
194
- cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void
176
+ cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void,
195
177
  ): void;
196
178
  getPipelineDefinition(
197
179
  args: GetPipelineDefinitionCommandInput,
198
180
  options: __HttpHandlerOptions,
199
- cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void
181
+ cb: (err: any, data?: GetPipelineDefinitionCommandOutput) => void,
200
182
  ): void;
201
183
  listPipelines(): Promise<ListPipelinesCommandOutput>;
202
184
  listPipelines(
203
185
  args: ListPipelinesCommandInput,
204
- options?: __HttpHandlerOptions
186
+ options?: __HttpHandlerOptions,
205
187
  ): Promise<ListPipelinesCommandOutput>;
206
188
  listPipelines(
207
189
  args: ListPipelinesCommandInput,
208
- cb: (err: any, data?: ListPipelinesCommandOutput) => void
190
+ cb: (err: any, data?: ListPipelinesCommandOutput) => void,
209
191
  ): void;
210
192
  listPipelines(
211
193
  args: ListPipelinesCommandInput,
212
194
  options: __HttpHandlerOptions,
213
- cb: (err: any, data?: ListPipelinesCommandOutput) => void
195
+ cb: (err: any, data?: ListPipelinesCommandOutput) => void,
214
196
  ): void;
215
197
  pollForTask(
216
198
  args: PollForTaskCommandInput,
217
- options?: __HttpHandlerOptions
199
+ options?: __HttpHandlerOptions,
218
200
  ): Promise<PollForTaskCommandOutput>;
219
201
  pollForTask(
220
202
  args: PollForTaskCommandInput,
221
- cb: (err: any, data?: PollForTaskCommandOutput) => void
203
+ cb: (err: any, data?: PollForTaskCommandOutput) => void,
222
204
  ): void;
223
205
  pollForTask(
224
206
  args: PollForTaskCommandInput,
225
207
  options: __HttpHandlerOptions,
226
- cb: (err: any, data?: PollForTaskCommandOutput) => void
208
+ cb: (err: any, data?: PollForTaskCommandOutput) => void,
227
209
  ): void;
228
210
  putPipelineDefinition(
229
211
  args: PutPipelineDefinitionCommandInput,
230
- options?: __HttpHandlerOptions
212
+ options?: __HttpHandlerOptions,
231
213
  ): Promise<PutPipelineDefinitionCommandOutput>;
232
214
  putPipelineDefinition(
233
215
  args: PutPipelineDefinitionCommandInput,
234
- cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void
216
+ cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void,
235
217
  ): void;
236
218
  putPipelineDefinition(
237
219
  args: PutPipelineDefinitionCommandInput,
238
220
  options: __HttpHandlerOptions,
239
- cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void
221
+ cb: (err: any, data?: PutPipelineDefinitionCommandOutput) => void,
240
222
  ): void;
241
223
  queryObjects(
242
224
  args: QueryObjectsCommandInput,
243
- options?: __HttpHandlerOptions
225
+ options?: __HttpHandlerOptions,
244
226
  ): Promise<QueryObjectsCommandOutput>;
245
227
  queryObjects(
246
228
  args: QueryObjectsCommandInput,
247
- cb: (err: any, data?: QueryObjectsCommandOutput) => void
229
+ cb: (err: any, data?: QueryObjectsCommandOutput) => void,
248
230
  ): void;
249
231
  queryObjects(
250
232
  args: QueryObjectsCommandInput,
251
233
  options: __HttpHandlerOptions,
252
- cb: (err: any, data?: QueryObjectsCommandOutput) => void
234
+ cb: (err: any, data?: QueryObjectsCommandOutput) => void,
253
235
  ): void;
254
236
  removeTags(
255
237
  args: RemoveTagsCommandInput,
256
- options?: __HttpHandlerOptions
238
+ options?: __HttpHandlerOptions,
257
239
  ): Promise<RemoveTagsCommandOutput>;
258
240
  removeTags(
259
241
  args: RemoveTagsCommandInput,
260
- cb: (err: any, data?: RemoveTagsCommandOutput) => void
242
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void,
261
243
  ): void;
262
244
  removeTags(
263
245
  args: RemoveTagsCommandInput,
264
246
  options: __HttpHandlerOptions,
265
- cb: (err: any, data?: RemoveTagsCommandOutput) => void
247
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void,
266
248
  ): void;
267
249
  reportTaskProgress(
268
250
  args: ReportTaskProgressCommandInput,
269
- options?: __HttpHandlerOptions
251
+ options?: __HttpHandlerOptions,
270
252
  ): Promise<ReportTaskProgressCommandOutput>;
271
253
  reportTaskProgress(
272
254
  args: ReportTaskProgressCommandInput,
273
- cb: (err: any, data?: ReportTaskProgressCommandOutput) => void
255
+ cb: (err: any, data?: ReportTaskProgressCommandOutput) => void,
274
256
  ): void;
275
257
  reportTaskProgress(
276
258
  args: ReportTaskProgressCommandInput,
277
259
  options: __HttpHandlerOptions,
278
- cb: (err: any, data?: ReportTaskProgressCommandOutput) => void
260
+ cb: (err: any, data?: ReportTaskProgressCommandOutput) => void,
279
261
  ): void;
280
262
  reportTaskRunnerHeartbeat(
281
263
  args: ReportTaskRunnerHeartbeatCommandInput,
282
- options?: __HttpHandlerOptions
264
+ options?: __HttpHandlerOptions,
283
265
  ): Promise<ReportTaskRunnerHeartbeatCommandOutput>;
284
266
  reportTaskRunnerHeartbeat(
285
267
  args: ReportTaskRunnerHeartbeatCommandInput,
286
- cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void
268
+ cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void,
287
269
  ): void;
288
270
  reportTaskRunnerHeartbeat(
289
271
  args: ReportTaskRunnerHeartbeatCommandInput,
290
272
  options: __HttpHandlerOptions,
291
- cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void
273
+ cb: (err: any, data?: ReportTaskRunnerHeartbeatCommandOutput) => void,
292
274
  ): void;
293
275
  setStatus(
294
276
  args: SetStatusCommandInput,
295
- options?: __HttpHandlerOptions
277
+ options?: __HttpHandlerOptions,
296
278
  ): Promise<SetStatusCommandOutput>;
297
279
  setStatus(
298
280
  args: SetStatusCommandInput,
299
- cb: (err: any, data?: SetStatusCommandOutput) => void
281
+ cb: (err: any, data?: SetStatusCommandOutput) => void,
300
282
  ): void;
301
283
  setStatus(
302
284
  args: SetStatusCommandInput,
303
285
  options: __HttpHandlerOptions,
304
- cb: (err: any, data?: SetStatusCommandOutput) => void
286
+ cb: (err: any, data?: SetStatusCommandOutput) => void,
305
287
  ): void;
306
288
  setTaskStatus(
307
289
  args: SetTaskStatusCommandInput,
308
- options?: __HttpHandlerOptions
290
+ options?: __HttpHandlerOptions,
309
291
  ): Promise<SetTaskStatusCommandOutput>;
310
292
  setTaskStatus(
311
293
  args: SetTaskStatusCommandInput,
312
- cb: (err: any, data?: SetTaskStatusCommandOutput) => void
294
+ cb: (err: any, data?: SetTaskStatusCommandOutput) => void,
313
295
  ): void;
314
296
  setTaskStatus(
315
297
  args: SetTaskStatusCommandInput,
316
298
  options: __HttpHandlerOptions,
317
- cb: (err: any, data?: SetTaskStatusCommandOutput) => void
299
+ cb: (err: any, data?: SetTaskStatusCommandOutput) => void,
318
300
  ): void;
319
301
  validatePipelineDefinition(
320
302
  args: ValidatePipelineDefinitionCommandInput,
321
- options?: __HttpHandlerOptions
303
+ options?: __HttpHandlerOptions,
322
304
  ): Promise<ValidatePipelineDefinitionCommandOutput>;
323
305
  validatePipelineDefinition(
324
306
  args: ValidatePipelineDefinitionCommandInput,
325
- cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void
307
+ cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void,
326
308
  ): void;
327
309
  validatePipelineDefinition(
328
310
  args: ValidatePipelineDefinitionCommandInput,
329
311
  options: __HttpHandlerOptions,
330
- cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void
312
+ cb: (err: any, data?: ValidatePipelineDefinitionCommandOutput) => void,
331
313
  ): void;
332
314
  paginateDescribeObjects(
333
315
  args: DescribeObjectsCommandInput,
334
316
  paginationConfig?: Pick<
335
317
  PaginationConfiguration,
336
318
  Exclude<keyof PaginationConfiguration, "client">
337
- >
319
+ >,
338
320
  ): Paginator<DescribeObjectsCommandOutput>;
339
321
  paginateListPipelines(
340
322
  args?: ListPipelinesCommandInput,
341
323
  paginationConfig?: Pick<
342
324
  PaginationConfiguration,
343
325
  Exclude<keyof PaginationConfiguration, "client">
344
- >
326
+ >,
345
327
  ): Paginator<ListPipelinesCommandOutput>;
346
328
  paginateQueryObjects(
347
329
  args: QueryObjectsCommandInput,
348
330
  paginationConfig?: Pick<
349
331
  PaginationConfiguration,
350
332
  Exclude<keyof PaginationConfiguration, "client">
351
- >
333
+ >,
352
334
  ): Paginator<QueryObjectsCommandOutput>;
353
335
  }
354
- export declare class DataPipeline
355
- extends DataPipelineClient
356
- implements DataPipeline {}
336
+ export declare class DataPipeline extends DataPipelineClient implements DataPipeline {}
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -40,10 +37,7 @@ import {
40
37
  ActivatePipelineCommandInput,
41
38
  ActivatePipelineCommandOutput,
42
39
  } from "./commands/ActivatePipelineCommand";
43
- import {
44
- AddTagsCommandInput,
45
- AddTagsCommandOutput,
46
- } from "./commands/AddTagsCommand";
40
+ import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
47
41
  import {
48
42
  CreatePipelineCommandInput,
49
43
  CreatePipelineCommandOutput,
@@ -76,10 +70,7 @@ import {
76
70
  ListPipelinesCommandInput,
77
71
  ListPipelinesCommandOutput,
78
72
  } from "./commands/ListPipelinesCommand";
79
- import {
80
- PollForTaskCommandInput,
81
- PollForTaskCommandOutput,
82
- } from "./commands/PollForTaskCommand";
73
+ import { PollForTaskCommandInput, PollForTaskCommandOutput } from "./commands/PollForTaskCommand";
83
74
  import {
84
75
  PutPipelineDefinitionCommandInput,
85
76
  PutPipelineDefinitionCommandOutput,
@@ -88,10 +79,7 @@ import {
88
79
  QueryObjectsCommandInput,
89
80
  QueryObjectsCommandOutput,
90
81
  } from "./commands/QueryObjectsCommand";
91
- import {
92
- RemoveTagsCommandInput,
93
- RemoveTagsCommandOutput,
94
- } from "./commands/RemoveTagsCommand";
82
+ import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
95
83
  import {
96
84
  ReportTaskProgressCommandInput,
97
85
  ReportTaskProgressCommandOutput,
@@ -100,10 +88,7 @@ import {
100
88
  ReportTaskRunnerHeartbeatCommandInput,
101
89
  ReportTaskRunnerHeartbeatCommandOutput,
102
90
  } from "./commands/ReportTaskRunnerHeartbeatCommand";
103
- import {
104
- SetStatusCommandInput,
105
- SetStatusCommandOutput,
106
- } from "./commands/SetStatusCommand";
91
+ import { SetStatusCommandInput, SetStatusCommandOutput } from "./commands/SetStatusCommand";
107
92
  import {
108
93
  SetTaskStatusCommandInput,
109
94
  SetTaskStatusCommandOutput,
@@ -159,8 +144,7 @@ export type ServiceOutputTypes =
159
144
  | SetStatusCommandOutput
160
145
  | SetTaskStatusCommandOutput
161
146
  | ValidatePipelineDefinitionCommandOutput;
162
- export interface ClientDefaults
163
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
147
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
164
148
  requestHandler?: __HttpHandlerUserInput;
165
149
  sha256?: __ChecksumConstructor | __HashConstructor;
166
150
  urlParser?: __UrlParser;
@@ -185,9 +169,7 @@ export interface ClientDefaults
185
169
  extensions?: RuntimeExtension[];
186
170
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
187
171
  }
188
- export type DataPipelineClientConfigType = Partial<
189
- __SmithyConfiguration<__HttpHandlerOptions>
190
- > &
172
+ export type DataPipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
191
173
  ClientDefaults &
192
174
  UserAgentInputConfig &
193
175
  RetryInputConfig &
@@ -196,8 +178,7 @@ export type DataPipelineClientConfigType = Partial<
196
178
  EndpointInputConfig<EndpointParameters> &
197
179
  HttpAuthSchemeInputConfig &
198
180
  ClientInputEndpointParameters;
199
- export interface DataPipelineClientConfig
200
- extends DataPipelineClientConfigType {}
181
+ export interface DataPipelineClientConfig extends DataPipelineClientConfigType {}
201
182
  export type DataPipelineClientResolvedConfigType =
202
183
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
203
184
  Required<ClientDefaults> &
@@ -209,8 +190,7 @@ export type DataPipelineClientResolvedConfigType =
209
190
  EndpointResolvedConfig<EndpointParameters> &
210
191
  HttpAuthSchemeResolvedConfig &
211
192
  ClientResolvedEndpointParameters;
212
- export interface DataPipelineClientResolvedConfig
213
- extends DataPipelineClientResolvedConfigType {}
193
+ export interface DataPipelineClientResolvedConfig extends DataPipelineClientResolvedConfigType {}
214
194
  export declare class DataPipelineClient extends __Client<
215
195
  __HttpHandlerOptions,
216
196
  ServiceInputTypes,
@@ -218,8 +198,6 @@ export declare class DataPipelineClient extends __Client<
218
198
  DataPipelineClientResolvedConfig
219
199
  > {
220
200
  readonly config: DataPipelineClientResolvedConfig;
221
- constructor(
222
- ...[configuration]: __CheckOptionalClientConfig<DataPipelineClientConfig>
223
- );
201
+ constructor(...[configuration]: __CheckOptionalClientConfig<DataPipelineClientConfig>);
224
202
  destroy(): void;
225
203
  }
@@ -7,17 +7,10 @@ import { DataPipelineHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DataPipelineHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DataPipelineHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DataPipelineHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { DataPipelineClientResolvedConfig } from "../DataPipelineClient";
15
- export interface DataPipelineHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DataPipelineHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DataPipelineHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DataPipelineClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DataPipelineHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DataPipelineHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DataPipelineClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DataPipelineHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDataPipelineHttpAuthSchemeParametersProvider: (
27
25
  config: DataPipelineClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DataPipelineHttpAuthSchemeParameters>;
31
- export interface DataPipelineHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DataPipelineHttpAuthSchemeParameters> {}
29
+ export interface DataPipelineHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DataPipelineHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDataPipelineHttpAuthSchemeProvider: DataPipelineHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DataPipelineHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: DataPipelineHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./DataPipelineClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  DataPipelineClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ActivatePipelineInput,
4
- ActivatePipelineOutput,
5
- } from "../models/models_0";
2
+ import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ActivatePipelineCommandInput extends ActivatePipelineInput {}
8
- export interface ActivatePipelineCommandOutput
9
- extends ActivatePipelineOutput,
10
- __MetadataBearer {}
5
+ export interface ActivatePipelineCommandOutput extends ActivatePipelineOutput, __MetadataBearer {}
11
6
  declare const ActivatePipelineCommand_base: {
12
7
  new (
13
- input: ActivatePipelineCommandInput
8
+ input: ActivatePipelineCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ActivatePipelineCommandInput,
16
11
  ActivatePipelineCommandOutput,
@@ -19,7 +14,7 @@ declare const ActivatePipelineCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ActivatePipelineCommandInput
17
+ input: ActivatePipelineCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ActivatePipelineCommandInput,
25
20
  ActivatePipelineCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface AddTagsCommandInput extends AddTagsInput {}
5
5
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
6
6
  declare const AddTagsCommand_base: {
7
- new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: AddTagsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  AddTagsCommandInput,
9
11
  AddTagsCommandOutput,
10
12
  import("..").DataPipelineClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: AddTagsCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  AddTagsCommandInput,
16
20
  AddTagsCommandOutput,
17
21
  import("..").DataPipelineClientResolvedConfig,