@aws-sdk/client-data-pipeline 3.927.0 → 3.928.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 (40) hide show
  1. package/dist-cjs/index.js +498 -619
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DataPipelineClient.js +2 -0
  4. package/dist-es/commands/ActivatePipelineCommand.js +3 -9
  5. package/dist-es/commands/AddTagsCommand.js +3 -9
  6. package/dist-es/commands/CreatePipelineCommand.js +3 -9
  7. package/dist-es/commands/DeactivatePipelineCommand.js +3 -9
  8. package/dist-es/commands/DeletePipelineCommand.js +3 -9
  9. package/dist-es/commands/DescribeObjectsCommand.js +3 -9
  10. package/dist-es/commands/DescribePipelinesCommand.js +3 -9
  11. package/dist-es/commands/EvaluateExpressionCommand.js +3 -9
  12. package/dist-es/commands/GetPipelineDefinitionCommand.js +3 -9
  13. package/dist-es/commands/ListPipelinesCommand.js +3 -9
  14. package/dist-es/commands/PollForTaskCommand.js +3 -9
  15. package/dist-es/commands/PutPipelineDefinitionCommand.js +3 -9
  16. package/dist-es/commands/QueryObjectsCommand.js +3 -9
  17. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  18. package/dist-es/commands/ReportTaskProgressCommand.js +3 -9
  19. package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +3 -9
  20. package/dist-es/commands/SetStatusCommand.js +3 -9
  21. package/dist-es/commands/SetTaskStatusCommand.js +3 -9
  22. package/dist-es/commands/ValidatePipelineDefinitionCommand.js +3 -9
  23. package/dist-es/runtimeConfig.shared.js +7 -0
  24. package/dist-es/schemas/schemas_0.js +446 -0
  25. package/dist-types/DataPipelineClient.d.ts +10 -1
  26. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  27. package/dist-types/runtimeConfig.d.ts +1 -0
  28. package/dist-types/runtimeConfig.native.d.ts +1 -0
  29. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  30. package/dist-types/schemas/schemas_0.d.ts +93 -0
  31. package/dist-types/ts3.4/DataPipelineClient.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +99 -0
  37. package/package.json +5 -5
  38. package/dist-es/protocols/Aws_json1_1.js +0 -475
  39. package/dist-types/protocols/Aws_json1_1.d.ts +0 -173
  40. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
@@ -0,0 +1,446 @@
1
+ const _AP = "ActivatePipeline";
2
+ const _API = "ActivatePipelineInput";
3
+ const _APO = "ActivatePipelineOutput";
4
+ const _AT = "AddTags";
5
+ const _ATI = "AddTagsInput";
6
+ const _ATO = "AddTagsOutput";
7
+ const _CP = "CreatePipeline";
8
+ const _CPI = "CreatePipelineInput";
9
+ const _CPO = "CreatePipelineOutput";
10
+ const _DO = "DescribeObjects";
11
+ const _DOI = "DescribeObjectsInput";
12
+ const _DOO = "DescribeObjectsOutput";
13
+ const _DP = "DeactivatePipeline";
14
+ const _DPI = "DeactivatePipelineInput";
15
+ const _DPIe = "DeletePipelineInput";
16
+ const _DPIes = "DescribePipelinesInput";
17
+ const _DPO = "DeactivatePipelineOutput";
18
+ const _DPOe = "DescribePipelinesOutput";
19
+ const _DPe = "DeletePipeline";
20
+ const _DPes = "DescribePipelines";
21
+ const _EE = "EvaluateExpression";
22
+ const _EEI = "EvaluateExpressionInput";
23
+ const _EEO = "EvaluateExpressionOutput";
24
+ const _F = "Field";
25
+ const _GPD = "GetPipelineDefinition";
26
+ const _GPDI = "GetPipelineDefinitionInput";
27
+ const _GPDO = "GetPipelineDefinitionOutput";
28
+ const _II = "InstanceIdentity";
29
+ const _IRE = "InvalidRequestException";
30
+ const _ISE = "InternalServiceError";
31
+ const _LP = "ListPipelines";
32
+ const _LPI = "ListPipelinesInput";
33
+ const _LPO = "ListPipelinesOutput";
34
+ const _O = "Operator";
35
+ const _PA = "ParameterAttribute";
36
+ const _PAL = "ParameterAttributeList";
37
+ const _PD = "PipelineDescription";
38
+ const _PDE = "PipelineDeletedException";
39
+ const _PDL = "PipelineDescriptionList";
40
+ const _PFT = "PollForTask";
41
+ const _PFTI = "PollForTaskInput";
42
+ const _PFTO = "PollForTaskOutput";
43
+ const _PIN = "PipelineIdName";
44
+ const _PNFE = "PipelineNotFoundException";
45
+ const _PO = "ParameterObject";
46
+ const _POL = "ParameterObjectList";
47
+ const _POLi = "PipelineObjectList";
48
+ const _POM = "PipelineObjectMap";
49
+ const _POi = "PipelineObject";
50
+ const _PPD = "PutPipelineDefinition";
51
+ const _PPDI = "PutPipelineDefinitionInput";
52
+ const _PPDO = "PutPipelineDefinitionOutput";
53
+ const _PV = "ParameterValue";
54
+ const _PVL = "ParameterValueList";
55
+ const _Q = "Query";
56
+ const _QO = "QueryObjects";
57
+ const _QOI = "QueryObjectsInput";
58
+ const _QOO = "QueryObjectsOutput";
59
+ const _RT = "RemoveTags";
60
+ const _RTI = "RemoveTagsInput";
61
+ const _RTO = "RemoveTagsOutput";
62
+ const _RTP = "ReportTaskProgress";
63
+ const _RTPI = "ReportTaskProgressInput";
64
+ const _RTPO = "ReportTaskProgressOutput";
65
+ const _RTRH = "ReportTaskRunnerHeartbeat";
66
+ const _RTRHI = "ReportTaskRunnerHeartbeatInput";
67
+ const _RTRHO = "ReportTaskRunnerHeartbeatOutput";
68
+ const _S = "Selector";
69
+ const _SL = "SelectorList";
70
+ const _SS = "SetStatus";
71
+ const _SSI = "SetStatusInput";
72
+ const _STS = "SetTaskStatus";
73
+ const _STSI = "SetTaskStatusInput";
74
+ const _STSO = "SetTaskStatusOutput";
75
+ const _T = "Tag";
76
+ const _TNFE = "TaskNotFoundException";
77
+ const _TO = "TaskObject";
78
+ const _VE = "ValidationError";
79
+ const _VEa = "ValidationErrors";
80
+ const _VPD = "ValidatePipelineDefinition";
81
+ const _VPDI = "ValidatePipelineDefinitionInput";
82
+ const _VPDO = "ValidatePipelineDefinitionOutput";
83
+ const _VW = "ValidationWarning";
84
+ const _VWa = "ValidationWarnings";
85
+ const _a = "attributes";
86
+ const _aI = "attemptId";
87
+ const _c = "client";
88
+ const _cA = "cancelActive";
89
+ const _ca = "canceled";
90
+ const _d = "description";
91
+ const _do = "document";
92
+ const _e = "expression";
93
+ const _eE = "evaluateExpressions";
94
+ const _eEv = "evaluatedExpression";
95
+ const _eI = "errorId";
96
+ const _eM = "errorMessage";
97
+ const _eST = "errorStackTrace";
98
+ const _er = "error";
99
+ const _err = "errored";
100
+ const _erro = "errors";
101
+ const _f = "fields";
102
+ const _fL = "fieldList";
103
+ const _fN = "fieldName";
104
+ const _h = "hostname";
105
+ const _hMR = "hasMoreResults";
106
+ const _i = "id";
107
+ const _iI = "instanceIdentity";
108
+ const _id = "ids";
109
+ const _k = "key";
110
+ const _l = "limit";
111
+ const _m = "marker";
112
+ const _me = "message";
113
+ const _n = "name";
114
+ const _o = "operator";
115
+ const _oI = "objectIds";
116
+ const _oIb = "objectId";
117
+ const _ob = "objects";
118
+ const _pDL = "pipelineDescriptionList";
119
+ const _pI = "pipelineId";
120
+ const _pIL = "pipelineIdList";
121
+ const _pIi = "pipelineIds";
122
+ const _pL = "pipelineList";
123
+ const _pO = "pipelineObjects";
124
+ const _pOa = "parameterObjects";
125
+ const _pV = "parameterValues";
126
+ const _q = "query";
127
+ const _rV = "refValue";
128
+ const _s = "signature";
129
+ const _sT = "startTimestamp";
130
+ const _sV = "stringValue";
131
+ const _se = "server";
132
+ const _sel = "selectors";
133
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.datapipeline";
134
+ const _sp = "sphere";
135
+ const _st = "status";
136
+ const _t = "tags";
137
+ const _tI = "taskId";
138
+ const _tIa = "taskrunnerId";
139
+ const _tK = "tagKeys";
140
+ const _tL = "tagList";
141
+ const _tO = "taskObject";
142
+ const _tS = "taskStatus";
143
+ const _te = "terminate";
144
+ const _ty = "type";
145
+ const _uI = "uniqueId";
146
+ const _v = "version";
147
+ const _vE = "validationErrors";
148
+ const _vW = "validationWarnings";
149
+ const _va = "values";
150
+ const _val = "value";
151
+ const _w = "warnings";
152
+ const _wG = "workerGroup";
153
+ const n0 = "com.amazonaws.datapipeline";
154
+ import { TypeRegistry } from "@smithy/core/schema";
155
+ import { DataPipelineServiceException as __DataPipelineServiceException } from "../models/DataPipelineServiceException";
156
+ import { InternalServiceError as __InternalServiceError, InvalidRequestException as __InvalidRequestException, PipelineDeletedException as __PipelineDeletedException, PipelineNotFoundException as __PipelineNotFoundException, TaskNotFoundException as __TaskNotFoundException, } from "../models/index";
157
+ export var ActivatePipelineInput = [
158
+ 3,
159
+ n0,
160
+ _API,
161
+ 0,
162
+ [_pI, _pV, _sT],
163
+ [0, () => ParameterValueList, 4],
164
+ ];
165
+ export var ActivatePipelineOutput = [3, n0, _APO, 0, [], []];
166
+ export var AddTagsInput = [3, n0, _ATI, 0, [_pI, _t], [0, () => tagList]];
167
+ export var AddTagsOutput = [3, n0, _ATO, 0, [], []];
168
+ export var CreatePipelineInput = [3, n0, _CPI, 0, [_n, _uI, _d, _t], [0, 0, 0, () => tagList]];
169
+ export var CreatePipelineOutput = [3, n0, _CPO, 0, [_pI], [0]];
170
+ export var DeactivatePipelineInput = [3, n0, _DPI, 0, [_pI, _cA], [0, 2]];
171
+ export var DeactivatePipelineOutput = [3, n0, _DPO, 0, [], []];
172
+ export var DeletePipelineInput = [3, n0, _DPIe, 0, [_pI], [0]];
173
+ export var DescribeObjectsInput = [3, n0, _DOI, 0, [_pI, _oI, _eE, _m], [0, 64 | 0, 2, 0]];
174
+ export var DescribeObjectsOutput = [
175
+ 3,
176
+ n0,
177
+ _DOO,
178
+ 0,
179
+ [_pO, _m, _hMR],
180
+ [() => PipelineObjectList, 0, 2],
181
+ ];
182
+ export var DescribePipelinesInput = [3, n0, _DPIes, 0, [_pIi], [64 | 0]];
183
+ export var DescribePipelinesOutput = [3, n0, _DPOe, 0, [_pDL], [() => PipelineDescriptionList]];
184
+ export var EvaluateExpressionInput = [3, n0, _EEI, 0, [_pI, _oIb, _e], [0, 0, 0]];
185
+ export var EvaluateExpressionOutput = [3, n0, _EEO, 0, [_eEv], [0]];
186
+ export var Field = [3, n0, _F, 0, [_k, _sV, _rV], [0, 0, 0]];
187
+ export var GetPipelineDefinitionInput = [3, n0, _GPDI, 0, [_pI, _v], [0, 0]];
188
+ export var GetPipelineDefinitionOutput = [
189
+ 3,
190
+ n0,
191
+ _GPDO,
192
+ 0,
193
+ [_pO, _pOa, _pV],
194
+ [() => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList],
195
+ ];
196
+ export var InstanceIdentity = [3, n0, _II, 0, [_do, _s], [0, 0]];
197
+ export var InternalServiceError = [
198
+ -3,
199
+ n0,
200
+ _ISE,
201
+ {
202
+ [_er]: _se,
203
+ },
204
+ [_me],
205
+ [0],
206
+ ];
207
+ TypeRegistry.for(n0).registerError(InternalServiceError, __InternalServiceError);
208
+ export var InvalidRequestException = [
209
+ -3,
210
+ n0,
211
+ _IRE,
212
+ {
213
+ [_er]: _c,
214
+ },
215
+ [_me],
216
+ [0],
217
+ ];
218
+ TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
219
+ export var ListPipelinesInput = [3, n0, _LPI, 0, [_m], [0]];
220
+ export var ListPipelinesOutput = [3, n0, _LPO, 0, [_pIL, _m, _hMR], [() => pipelineList, 0, 2]];
221
+ export var Operator = [3, n0, _O, 0, [_ty, _va], [0, 64 | 0]];
222
+ export var ParameterAttribute = [3, n0, _PA, 0, [_k, _sV], [0, 0]];
223
+ export var ParameterObject = [3, n0, _PO, 0, [_i, _a], [0, () => ParameterAttributeList]];
224
+ export var ParameterValue = [3, n0, _PV, 0, [_i, _sV], [0, 0]];
225
+ export var PipelineDeletedException = [
226
+ -3,
227
+ n0,
228
+ _PDE,
229
+ {
230
+ [_er]: _c,
231
+ },
232
+ [_me],
233
+ [0],
234
+ ];
235
+ TypeRegistry.for(n0).registerError(PipelineDeletedException, __PipelineDeletedException);
236
+ export var PipelineDescription = [
237
+ 3,
238
+ n0,
239
+ _PD,
240
+ 0,
241
+ [_pI, _n, _f, _d, _t],
242
+ [0, 0, () => fieldList, 0, () => tagList],
243
+ ];
244
+ export var PipelineIdName = [3, n0, _PIN, 0, [_i, _n], [0, 0]];
245
+ export var PipelineNotFoundException = [
246
+ -3,
247
+ n0,
248
+ _PNFE,
249
+ {
250
+ [_er]: _c,
251
+ },
252
+ [_me],
253
+ [0],
254
+ ];
255
+ TypeRegistry.for(n0).registerError(PipelineNotFoundException, __PipelineNotFoundException);
256
+ export var PipelineObject = [3, n0, _POi, 0, [_i, _n, _f], [0, 0, () => fieldList]];
257
+ export var PollForTaskInput = [3, n0, _PFTI, 0, [_wG, _h, _iI], [0, 0, () => InstanceIdentity]];
258
+ export var PollForTaskOutput = [3, n0, _PFTO, 0, [_tO], [() => TaskObject]];
259
+ export var PutPipelineDefinitionInput = [
260
+ 3,
261
+ n0,
262
+ _PPDI,
263
+ 0,
264
+ [_pI, _pO, _pOa, _pV],
265
+ [0, () => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList],
266
+ ];
267
+ export var PutPipelineDefinitionOutput = [
268
+ 3,
269
+ n0,
270
+ _PPDO,
271
+ 0,
272
+ [_vE, _vW, _err],
273
+ [() => ValidationErrors, () => ValidationWarnings, 2],
274
+ ];
275
+ export var Query = [3, n0, _Q, 0, [_sel], [() => SelectorList]];
276
+ export var QueryObjectsInput = [
277
+ 3,
278
+ n0,
279
+ _QOI,
280
+ 0,
281
+ [_pI, _q, _sp, _m, _l],
282
+ [0, () => Query, 0, 0, 1],
283
+ ];
284
+ export var QueryObjectsOutput = [3, n0, _QOO, 0, [_id, _m, _hMR], [64 | 0, 0, 2]];
285
+ export var RemoveTagsInput = [3, n0, _RTI, 0, [_pI, _tK], [0, 64 | 0]];
286
+ export var RemoveTagsOutput = [3, n0, _RTO, 0, [], []];
287
+ export var ReportTaskProgressInput = [3, n0, _RTPI, 0, [_tI, _f], [0, () => fieldList]];
288
+ export var ReportTaskProgressOutput = [3, n0, _RTPO, 0, [_ca], [2]];
289
+ export var ReportTaskRunnerHeartbeatInput = [3, n0, _RTRHI, 0, [_tIa, _wG, _h], [0, 0, 0]];
290
+ export var ReportTaskRunnerHeartbeatOutput = [3, n0, _RTRHO, 0, [_te], [2]];
291
+ export var Selector = [3, n0, _S, 0, [_fN, _o], [0, () => Operator]];
292
+ export var SetStatusInput = [3, n0, _SSI, 0, [_pI, _oI, _st], [0, 64 | 0, 0]];
293
+ export var SetTaskStatusInput = [3, n0, _STSI, 0, [_tI, _tS, _eI, _eM, _eST], [0, 0, 0, 0, 0]];
294
+ export var SetTaskStatusOutput = [3, n0, _STSO, 0, [], []];
295
+ export var Tag = [3, n0, _T, 0, [_k, _val], [0, 0]];
296
+ export var TaskNotFoundException = [
297
+ -3,
298
+ n0,
299
+ _TNFE,
300
+ {
301
+ [_er]: _c,
302
+ },
303
+ [_me],
304
+ [0],
305
+ ];
306
+ TypeRegistry.for(n0).registerError(TaskNotFoundException, __TaskNotFoundException);
307
+ export var TaskObject = [
308
+ 3,
309
+ n0,
310
+ _TO,
311
+ 0,
312
+ [_tI, _pI, _aI, _ob],
313
+ [0, 0, 0, () => PipelineObjectMap],
314
+ ];
315
+ export var ValidatePipelineDefinitionInput = [
316
+ 3,
317
+ n0,
318
+ _VPDI,
319
+ 0,
320
+ [_pI, _pO, _pOa, _pV],
321
+ [0, () => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList],
322
+ ];
323
+ export var ValidatePipelineDefinitionOutput = [
324
+ 3,
325
+ n0,
326
+ _VPDO,
327
+ 0,
328
+ [_vE, _vW, _err],
329
+ [() => ValidationErrors, () => ValidationWarnings, 2],
330
+ ];
331
+ export var ValidationError = [3, n0, _VE, 0, [_i, _erro], [0, 64 | 0]];
332
+ export var ValidationWarning = [3, n0, _VW, 0, [_i, _w], [0, 64 | 0]];
333
+ export var __Unit = "unit";
334
+ export var DataPipelineServiceException = [-3, _sm, "DataPipelineServiceException", 0, [], []];
335
+ TypeRegistry.for(_sm).registerError(DataPipelineServiceException, __DataPipelineServiceException);
336
+ export var fieldList = [1, n0, _fL, 0, () => Field];
337
+ export var idList = 64 | 0;
338
+ export var ParameterAttributeList = [1, n0, _PAL, 0, () => ParameterAttribute];
339
+ export var ParameterObjectList = [1, n0, _POL, 0, () => ParameterObject];
340
+ export var ParameterValueList = [1, n0, _PVL, 0, () => ParameterValue];
341
+ export var PipelineDescriptionList = [1, n0, _PDL, 0, () => PipelineDescription];
342
+ export var pipelineList = [1, n0, _pL, 0, () => PipelineIdName];
343
+ export var PipelineObjectList = [1, n0, _POLi, 0, () => PipelineObject];
344
+ export var SelectorList = [1, n0, _SL, 0, () => Selector];
345
+ export var stringList = 64 | 0;
346
+ export var tagList = [1, n0, _tL, 0, () => Tag];
347
+ export var ValidationErrors = [1, n0, _VEa, 0, () => ValidationError];
348
+ export var validationMessages = 64 | 0;
349
+ export var ValidationWarnings = [1, n0, _VWa, 0, () => ValidationWarning];
350
+ export var PipelineObjectMap = [2, n0, _POM, 0, 0, () => PipelineObject];
351
+ export var ActivatePipeline = [
352
+ 9,
353
+ n0,
354
+ _AP,
355
+ 0,
356
+ () => ActivatePipelineInput,
357
+ () => ActivatePipelineOutput,
358
+ ];
359
+ export var AddTags = [9, n0, _AT, 0, () => AddTagsInput, () => AddTagsOutput];
360
+ export var CreatePipeline = [
361
+ 9,
362
+ n0,
363
+ _CP,
364
+ 0,
365
+ () => CreatePipelineInput,
366
+ () => CreatePipelineOutput,
367
+ ];
368
+ export var DeactivatePipeline = [
369
+ 9,
370
+ n0,
371
+ _DP,
372
+ 0,
373
+ () => DeactivatePipelineInput,
374
+ () => DeactivatePipelineOutput,
375
+ ];
376
+ export var DeletePipeline = [9, n0, _DPe, 0, () => DeletePipelineInput, () => __Unit];
377
+ export var DescribeObjects = [
378
+ 9,
379
+ n0,
380
+ _DO,
381
+ 0,
382
+ () => DescribeObjectsInput,
383
+ () => DescribeObjectsOutput,
384
+ ];
385
+ export var DescribePipelines = [
386
+ 9,
387
+ n0,
388
+ _DPes,
389
+ 0,
390
+ () => DescribePipelinesInput,
391
+ () => DescribePipelinesOutput,
392
+ ];
393
+ export var EvaluateExpression = [
394
+ 9,
395
+ n0,
396
+ _EE,
397
+ 0,
398
+ () => EvaluateExpressionInput,
399
+ () => EvaluateExpressionOutput,
400
+ ];
401
+ export var GetPipelineDefinition = [
402
+ 9,
403
+ n0,
404
+ _GPD,
405
+ 0,
406
+ () => GetPipelineDefinitionInput,
407
+ () => GetPipelineDefinitionOutput,
408
+ ];
409
+ export var ListPipelines = [9, n0, _LP, 0, () => ListPipelinesInput, () => ListPipelinesOutput];
410
+ export var PollForTask = [9, n0, _PFT, 0, () => PollForTaskInput, () => PollForTaskOutput];
411
+ export var PutPipelineDefinition = [
412
+ 9,
413
+ n0,
414
+ _PPD,
415
+ 0,
416
+ () => PutPipelineDefinitionInput,
417
+ () => PutPipelineDefinitionOutput,
418
+ ];
419
+ export var QueryObjects = [9, n0, _QO, 0, () => QueryObjectsInput, () => QueryObjectsOutput];
420
+ export var RemoveTags = [9, n0, _RT, 0, () => RemoveTagsInput, () => RemoveTagsOutput];
421
+ export var ReportTaskProgress = [
422
+ 9,
423
+ n0,
424
+ _RTP,
425
+ 0,
426
+ () => ReportTaskProgressInput,
427
+ () => ReportTaskProgressOutput,
428
+ ];
429
+ export var ReportTaskRunnerHeartbeat = [
430
+ 9,
431
+ n0,
432
+ _RTRH,
433
+ 0,
434
+ () => ReportTaskRunnerHeartbeatInput,
435
+ () => ReportTaskRunnerHeartbeatOutput,
436
+ ];
437
+ export var SetStatus = [9, n0, _SS, 0, () => SetStatusInput, () => __Unit];
438
+ export var SetTaskStatus = [9, n0, _STS, 0, () => SetTaskStatusInput, () => SetTaskStatusOutput];
439
+ export var ValidatePipelineDefinition = [
440
+ 9,
441
+ n0,
442
+ _VPD,
443
+ 0,
444
+ () => ValidatePipelineDefinitionInput,
445
+ () => ValidatePipelineDefinitionOutput,
446
+ ];
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand";
11
11
  import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
@@ -160,6 +160,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
160
160
  * Optional extensions
161
161
  */
162
162
  extensions?: RuntimeExtension[];
163
+ /**
164
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
165
+ * may be overridden. A default will always be set by the client.
166
+ * Available options depend on the service's supported protocols and will not be validated by
167
+ * the client.
168
+ * @alpha
169
+ *
170
+ */
171
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
163
172
  /**
164
173
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
165
174
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataPipelineHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,93 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var ActivatePipelineInput: StaticStructureSchema;
3
+ export declare var ActivatePipelineOutput: StaticStructureSchema;
4
+ export declare var AddTagsInput: StaticStructureSchema;
5
+ export declare var AddTagsOutput: StaticStructureSchema;
6
+ export declare var CreatePipelineInput: StaticStructureSchema;
7
+ export declare var CreatePipelineOutput: StaticStructureSchema;
8
+ export declare var DeactivatePipelineInput: StaticStructureSchema;
9
+ export declare var DeactivatePipelineOutput: StaticStructureSchema;
10
+ export declare var DeletePipelineInput: StaticStructureSchema;
11
+ export declare var DescribeObjectsInput: StaticStructureSchema;
12
+ export declare var DescribeObjectsOutput: StaticStructureSchema;
13
+ export declare var DescribePipelinesInput: StaticStructureSchema;
14
+ export declare var DescribePipelinesOutput: StaticStructureSchema;
15
+ export declare var EvaluateExpressionInput: StaticStructureSchema;
16
+ export declare var EvaluateExpressionOutput: StaticStructureSchema;
17
+ export declare var Field: StaticStructureSchema;
18
+ export declare var GetPipelineDefinitionInput: StaticStructureSchema;
19
+ export declare var GetPipelineDefinitionOutput: StaticStructureSchema;
20
+ export declare var InstanceIdentity: StaticStructureSchema;
21
+ export declare var InternalServiceError: StaticErrorSchema;
22
+ export declare var InvalidRequestException: StaticErrorSchema;
23
+ export declare var ListPipelinesInput: StaticStructureSchema;
24
+ export declare var ListPipelinesOutput: StaticStructureSchema;
25
+ export declare var Operator: StaticStructureSchema;
26
+ export declare var ParameterAttribute: StaticStructureSchema;
27
+ export declare var ParameterObject: StaticStructureSchema;
28
+ export declare var ParameterValue: StaticStructureSchema;
29
+ export declare var PipelineDeletedException: StaticErrorSchema;
30
+ export declare var PipelineDescription: StaticStructureSchema;
31
+ export declare var PipelineIdName: StaticStructureSchema;
32
+ export declare var PipelineNotFoundException: StaticErrorSchema;
33
+ export declare var PipelineObject: StaticStructureSchema;
34
+ export declare var PollForTaskInput: StaticStructureSchema;
35
+ export declare var PollForTaskOutput: StaticStructureSchema;
36
+ export declare var PutPipelineDefinitionInput: StaticStructureSchema;
37
+ export declare var PutPipelineDefinitionOutput: StaticStructureSchema;
38
+ export declare var Query: StaticStructureSchema;
39
+ export declare var QueryObjectsInput: StaticStructureSchema;
40
+ export declare var QueryObjectsOutput: StaticStructureSchema;
41
+ export declare var RemoveTagsInput: StaticStructureSchema;
42
+ export declare var RemoveTagsOutput: StaticStructureSchema;
43
+ export declare var ReportTaskProgressInput: StaticStructureSchema;
44
+ export declare var ReportTaskProgressOutput: StaticStructureSchema;
45
+ export declare var ReportTaskRunnerHeartbeatInput: StaticStructureSchema;
46
+ export declare var ReportTaskRunnerHeartbeatOutput: StaticStructureSchema;
47
+ export declare var Selector: StaticStructureSchema;
48
+ export declare var SetStatusInput: StaticStructureSchema;
49
+ export declare var SetTaskStatusInput: StaticStructureSchema;
50
+ export declare var SetTaskStatusOutput: StaticStructureSchema;
51
+ export declare var Tag: StaticStructureSchema;
52
+ export declare var TaskNotFoundException: StaticErrorSchema;
53
+ export declare var TaskObject: StaticStructureSchema;
54
+ export declare var ValidatePipelineDefinitionInput: StaticStructureSchema;
55
+ export declare var ValidatePipelineDefinitionOutput: StaticStructureSchema;
56
+ export declare var ValidationError: StaticStructureSchema;
57
+ export declare var ValidationWarning: StaticStructureSchema;
58
+ export declare var __Unit: "unit";
59
+ export declare var DataPipelineServiceException: StaticErrorSchema;
60
+ export declare var fieldList: StaticListSchema;
61
+ export declare var idList: number;
62
+ export declare var ParameterAttributeList: StaticListSchema;
63
+ export declare var ParameterObjectList: StaticListSchema;
64
+ export declare var ParameterValueList: StaticListSchema;
65
+ export declare var PipelineDescriptionList: StaticListSchema;
66
+ export declare var pipelineList: StaticListSchema;
67
+ export declare var PipelineObjectList: StaticListSchema;
68
+ export declare var SelectorList: StaticListSchema;
69
+ export declare var stringList: number;
70
+ export declare var tagList: StaticListSchema;
71
+ export declare var ValidationErrors: StaticListSchema;
72
+ export declare var validationMessages: number;
73
+ export declare var ValidationWarnings: StaticListSchema;
74
+ export declare var PipelineObjectMap: StaticMapSchema;
75
+ export declare var ActivatePipeline: StaticOperationSchema;
76
+ export declare var AddTags: StaticOperationSchema;
77
+ export declare var CreatePipeline: StaticOperationSchema;
78
+ export declare var DeactivatePipeline: StaticOperationSchema;
79
+ export declare var DeletePipeline: StaticOperationSchema;
80
+ export declare var DescribeObjects: StaticOperationSchema;
81
+ export declare var DescribePipelines: StaticOperationSchema;
82
+ export declare var EvaluateExpression: StaticOperationSchema;
83
+ export declare var GetPipelineDefinition: StaticOperationSchema;
84
+ export declare var ListPipelines: StaticOperationSchema;
85
+ export declare var PollForTask: StaticOperationSchema;
86
+ export declare var PutPipelineDefinition: StaticOperationSchema;
87
+ export declare var QueryObjects: StaticOperationSchema;
88
+ export declare var RemoveTags: StaticOperationSchema;
89
+ export declare var ReportTaskProgress: StaticOperationSchema;
90
+ export declare var ReportTaskRunnerHeartbeat: StaticOperationSchema;
91
+ export declare var SetStatus: StaticOperationSchema;
92
+ export declare var SetTaskStatus: StaticOperationSchema;
93
+ export declare var ValidatePipelineDefinition: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -192,6 +195,7 @@ export interface ClientDefaults
192
195
  retryMode?: string | __Provider<string>;
193
196
  logger?: __Logger;
194
197
  extensions?: RuntimeExtension[];
198
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
195
199
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
196
200
  }
197
201
  export type DataPipelineClientConfigType = Partial<
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataPipelineHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;