@aws-sdk/client-data-pipeline 3.948.0 → 3.953.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.
- package/dist-cjs/index.js +251 -154
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/ActivatePipelineCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CreatePipelineCommand.js +2 -2
- package/dist-es/commands/DeactivatePipelineCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +2 -2
- package/dist-es/commands/DescribeObjectsCommand.js +2 -2
- package/dist-es/commands/DescribePipelinesCommand.js +2 -2
- package/dist-es/commands/EvaluateExpressionCommand.js +2 -2
- package/dist-es/commands/GetPipelineDefinitionCommand.js +2 -2
- package/dist-es/commands/ListPipelinesCommand.js +2 -2
- package/dist-es/commands/PollForTaskCommand.js +2 -2
- package/dist-es/commands/PutPipelineDefinitionCommand.js +2 -2
- package/dist-es/commands/QueryObjectsCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/ReportTaskProgressCommand.js +2 -2
- package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +2 -2
- package/dist-es/commands/SetStatusCommand.js +2 -2
- package/dist-es/commands/SetTaskStatusCommand.js +2 -2
- package/dist-es/commands/ValidatePipelineDefinitionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +144 -123
- package/dist-types/DataPipelineClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +77 -93
- package/dist-types/ts3.4/DataPipelineClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +76 -94
- package/package.json +34 -34
|
@@ -152,9 +152,9 @@ const _w = "warnings";
|
|
|
152
152
|
const _wG = "workerGroup";
|
|
153
153
|
const n0 = "com.amazonaws.datapipeline";
|
|
154
154
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
155
|
-
import { DataPipelineServiceException
|
|
156
|
-
import { InternalServiceError
|
|
157
|
-
export var ActivatePipelineInput = [
|
|
155
|
+
import { DataPipelineServiceException } from "../models/DataPipelineServiceException";
|
|
156
|
+
import { InternalServiceError, InvalidRequestException, PipelineDeletedException, PipelineNotFoundException, TaskNotFoundException, } from "../models/errors";
|
|
157
|
+
export var ActivatePipelineInput$ = [
|
|
158
158
|
3,
|
|
159
159
|
n0,
|
|
160
160
|
_API,
|
|
@@ -162,16 +162,16 @@ export var ActivatePipelineInput = [
|
|
|
162
162
|
[_pI, _pV, _sT],
|
|
163
163
|
[0, () => ParameterValueList, 4],
|
|
164
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 = [
|
|
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
175
|
3,
|
|
176
176
|
n0,
|
|
177
177
|
_DOO,
|
|
@@ -179,13 +179,13 @@ export var DescribeObjectsOutput = [
|
|
|
179
179
|
[_pO, _m, _hMR],
|
|
180
180
|
[() => PipelineObjectList, 0, 2],
|
|
181
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 = [
|
|
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
189
|
3,
|
|
190
190
|
n0,
|
|
191
191
|
_GPDO,
|
|
@@ -193,20 +193,20 @@ export var GetPipelineDefinitionOutput = [
|
|
|
193
193
|
[_pO, _pOa, _pV],
|
|
194
194
|
[() => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList],
|
|
195
195
|
];
|
|
196
|
-
export var InstanceIdentity = [3, n0, _II, 0, [_do, _s], [0, 0]];
|
|
197
|
-
export var InternalServiceError = [-3, n0, _ISE, { [_er]: _se }, [_me], [0]];
|
|
198
|
-
TypeRegistry.for(n0).registerError(InternalServiceError
|
|
199
|
-
export var InvalidRequestException = [-3, n0, _IRE, { [_er]: _c }, [_me], [0]];
|
|
200
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
201
|
-
export var ListPipelinesInput = [3, n0, _LPI, 0, [_m], [0]];
|
|
202
|
-
export var ListPipelinesOutput = [3, n0, _LPO, 0, [_pIL, _m, _hMR], [() => pipelineList, 0, 2]];
|
|
203
|
-
export var Operator = [3, n0, _O, 0, [_ty, _va], [0, 64 | 0]];
|
|
204
|
-
export var ParameterAttribute = [3, n0, _PA, 0, [_k, _sV], [0, 0]];
|
|
205
|
-
export var ParameterObject = [3, n0, _PO, 0, [_i, _a], [0, () => ParameterAttributeList]];
|
|
206
|
-
export var ParameterValue = [3, n0, _PV, 0, [_i, _sV], [0, 0]];
|
|
207
|
-
export var PipelineDeletedException = [-3, n0, _PDE, { [_er]: _c }, [_me], [0]];
|
|
208
|
-
TypeRegistry.for(n0).registerError(PipelineDeletedException
|
|
209
|
-
export var PipelineDescription = [
|
|
196
|
+
export var InstanceIdentity$ = [3, n0, _II, 0, [_do, _s], [0, 0]];
|
|
197
|
+
export var InternalServiceError$ = [-3, n0, _ISE, { [_er]: _se }, [_me], [0]];
|
|
198
|
+
TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
|
|
199
|
+
export var InvalidRequestException$ = [-3, n0, _IRE, { [_er]: _c }, [_me], [0]];
|
|
200
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
201
|
+
export var ListPipelinesInput$ = [3, n0, _LPI, 0, [_m], [0]];
|
|
202
|
+
export var ListPipelinesOutput$ = [3, n0, _LPO, 0, [_pIL, _m, _hMR], [() => pipelineList, 0, 2]];
|
|
203
|
+
export var Operator$ = [3, n0, _O, 0, [_ty, _va], [0, 64 | 0]];
|
|
204
|
+
export var ParameterAttribute$ = [3, n0, _PA, 0, [_k, _sV], [0, 0]];
|
|
205
|
+
export var ParameterObject$ = [3, n0, _PO, 0, [_i, _a], [0, () => ParameterAttributeList]];
|
|
206
|
+
export var ParameterValue$ = [3, n0, _PV, 0, [_i, _sV], [0, 0]];
|
|
207
|
+
export var PipelineDeletedException$ = [-3, n0, _PDE, { [_er]: _c }, [_me], [0]];
|
|
208
|
+
TypeRegistry.for(n0).registerError(PipelineDeletedException$, PipelineDeletedException);
|
|
209
|
+
export var PipelineDescription$ = [
|
|
210
210
|
3,
|
|
211
211
|
n0,
|
|
212
212
|
_PD,
|
|
@@ -214,13 +214,20 @@ export var PipelineDescription = [
|
|
|
214
214
|
[_pI, _n, _f, _d, _t],
|
|
215
215
|
[0, 0, () => fieldList, 0, () => tagList],
|
|
216
216
|
];
|
|
217
|
-
export var PipelineIdName = [3, n0, _PIN, 0, [_i, _n], [0, 0]];
|
|
218
|
-
export var PipelineNotFoundException = [-3, n0, _PNFE, { [_er]: _c }, [_me], [0]];
|
|
219
|
-
TypeRegistry.for(n0).registerError(PipelineNotFoundException
|
|
220
|
-
export var PipelineObject = [3, n0, _POi, 0, [_i, _n, _f], [0, 0, () => fieldList]];
|
|
221
|
-
export var PollForTaskInput = [
|
|
222
|
-
|
|
223
|
-
|
|
217
|
+
export var PipelineIdName$ = [3, n0, _PIN, 0, [_i, _n], [0, 0]];
|
|
218
|
+
export var PipelineNotFoundException$ = [-3, n0, _PNFE, { [_er]: _c }, [_me], [0]];
|
|
219
|
+
TypeRegistry.for(n0).registerError(PipelineNotFoundException$, PipelineNotFoundException);
|
|
220
|
+
export var PipelineObject$ = [3, n0, _POi, 0, [_i, _n, _f], [0, 0, () => fieldList]];
|
|
221
|
+
export var PollForTaskInput$ = [
|
|
222
|
+
3,
|
|
223
|
+
n0,
|
|
224
|
+
_PFTI,
|
|
225
|
+
0,
|
|
226
|
+
[_wG, _h, _iI],
|
|
227
|
+
[0, 0, () => InstanceIdentity$],
|
|
228
|
+
];
|
|
229
|
+
export var PollForTaskOutput$ = [3, n0, _PFTO, 0, [_tO], [() => TaskObject$]];
|
|
230
|
+
export var PutPipelineDefinitionInput$ = [
|
|
224
231
|
3,
|
|
225
232
|
n0,
|
|
226
233
|
_PPDI,
|
|
@@ -228,7 +235,7 @@ export var PutPipelineDefinitionInput = [
|
|
|
228
235
|
[_pI, _pO, _pOa, _pV],
|
|
229
236
|
[0, () => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList],
|
|
230
237
|
];
|
|
231
|
-
export var PutPipelineDefinitionOutput = [
|
|
238
|
+
export var PutPipelineDefinitionOutput$ = [
|
|
232
239
|
3,
|
|
233
240
|
n0,
|
|
234
241
|
_PPDO,
|
|
@@ -236,30 +243,30 @@ export var PutPipelineDefinitionOutput = [
|
|
|
236
243
|
[_vE, _vW, _err],
|
|
237
244
|
[() => ValidationErrors, () => ValidationWarnings, 2],
|
|
238
245
|
];
|
|
239
|
-
export var Query = [3, n0, _Q, 0, [_sel], [() => SelectorList]];
|
|
240
|
-
export var QueryObjectsInput = [
|
|
246
|
+
export var Query$ = [3, n0, _Q, 0, [_sel], [() => SelectorList]];
|
|
247
|
+
export var QueryObjectsInput$ = [
|
|
241
248
|
3,
|
|
242
249
|
n0,
|
|
243
250
|
_QOI,
|
|
244
251
|
0,
|
|
245
252
|
[_pI, _q, _sp, _m, _l],
|
|
246
|
-
[0, () => Query
|
|
253
|
+
[0, () => Query$, 0, 0, 1],
|
|
247
254
|
];
|
|
248
|
-
export var QueryObjectsOutput = [3, n0, _QOO, 0, [_id, _m, _hMR], [64 | 0, 0, 2]];
|
|
249
|
-
export var RemoveTagsInput = [3, n0, _RTI, 0, [_pI, _tK], [0, 64 | 0]];
|
|
250
|
-
export var RemoveTagsOutput = [3, n0, _RTO, 0, [], []];
|
|
251
|
-
export var ReportTaskProgressInput = [3, n0, _RTPI, 0, [_tI, _f], [0, () => fieldList]];
|
|
252
|
-
export var ReportTaskProgressOutput = [3, n0, _RTPO, 0, [_ca], [2]];
|
|
253
|
-
export var ReportTaskRunnerHeartbeatInput = [3, n0, _RTRHI, 0, [_tIa, _wG, _h], [0, 0, 0]];
|
|
254
|
-
export var ReportTaskRunnerHeartbeatOutput = [3, n0, _RTRHO, 0, [_te], [2]];
|
|
255
|
-
export var Selector = [3, n0, _S, 0, [_fN, _o], [0, () => Operator]];
|
|
256
|
-
export var SetStatusInput = [3, n0, _SSI, 0, [_pI, _oI, _st], [0, 64 | 0, 0]];
|
|
257
|
-
export var SetTaskStatusInput = [3, n0, _STSI, 0, [_tI, _tS, _eI, _eM, _eST], [0, 0, 0, 0, 0]];
|
|
258
|
-
export var SetTaskStatusOutput = [3, n0, _STSO, 0, [], []];
|
|
259
|
-
export var Tag = [3, n0, _T, 0, [_k, _val], [0, 0]];
|
|
260
|
-
export var TaskNotFoundException = [-3, n0, _TNFE, { [_er]: _c }, [_me], [0]];
|
|
261
|
-
TypeRegistry.for(n0).registerError(TaskNotFoundException
|
|
262
|
-
export var TaskObject = [
|
|
255
|
+
export var QueryObjectsOutput$ = [3, n0, _QOO, 0, [_id, _m, _hMR], [64 | 0, 0, 2]];
|
|
256
|
+
export var RemoveTagsInput$ = [3, n0, _RTI, 0, [_pI, _tK], [0, 64 | 0]];
|
|
257
|
+
export var RemoveTagsOutput$ = [3, n0, _RTO, 0, [], []];
|
|
258
|
+
export var ReportTaskProgressInput$ = [3, n0, _RTPI, 0, [_tI, _f], [0, () => fieldList]];
|
|
259
|
+
export var ReportTaskProgressOutput$ = [3, n0, _RTPO, 0, [_ca], [2]];
|
|
260
|
+
export var ReportTaskRunnerHeartbeatInput$ = [3, n0, _RTRHI, 0, [_tIa, _wG, _h], [0, 0, 0]];
|
|
261
|
+
export var ReportTaskRunnerHeartbeatOutput$ = [3, n0, _RTRHO, 0, [_te], [2]];
|
|
262
|
+
export var Selector$ = [3, n0, _S, 0, [_fN, _o], [0, () => Operator$]];
|
|
263
|
+
export var SetStatusInput$ = [3, n0, _SSI, 0, [_pI, _oI, _st], [0, 64 | 0, 0]];
|
|
264
|
+
export var SetTaskStatusInput$ = [3, n0, _STSI, 0, [_tI, _tS, _eI, _eM, _eST], [0, 0, 0, 0, 0]];
|
|
265
|
+
export var SetTaskStatusOutput$ = [3, n0, _STSO, 0, [], []];
|
|
266
|
+
export var Tag$ = [3, n0, _T, 0, [_k, _val], [0, 0]];
|
|
267
|
+
export var TaskNotFoundException$ = [-3, n0, _TNFE, { [_er]: _c }, [_me], [0]];
|
|
268
|
+
TypeRegistry.for(n0).registerError(TaskNotFoundException$, TaskNotFoundException);
|
|
269
|
+
export var TaskObject$ = [
|
|
263
270
|
3,
|
|
264
271
|
n0,
|
|
265
272
|
_TO,
|
|
@@ -267,7 +274,7 @@ export var TaskObject = [
|
|
|
267
274
|
[_tI, _pI, _aI, _ob],
|
|
268
275
|
[0, 0, 0, () => PipelineObjectMap],
|
|
269
276
|
];
|
|
270
|
-
export var ValidatePipelineDefinitionInput = [
|
|
277
|
+
export var ValidatePipelineDefinitionInput$ = [
|
|
271
278
|
3,
|
|
272
279
|
n0,
|
|
273
280
|
_VPDI,
|
|
@@ -275,7 +282,7 @@ export var ValidatePipelineDefinitionInput = [
|
|
|
275
282
|
[_pI, _pO, _pOa, _pV],
|
|
276
283
|
[0, () => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList],
|
|
277
284
|
];
|
|
278
|
-
export var ValidatePipelineDefinitionOutput = [
|
|
285
|
+
export var ValidatePipelineDefinitionOutput$ = [
|
|
279
286
|
3,
|
|
280
287
|
n0,
|
|
281
288
|
_VPDO,
|
|
@@ -283,119 +290,133 @@ export var ValidatePipelineDefinitionOutput = [
|
|
|
283
290
|
[_vE, _vW, _err],
|
|
284
291
|
[() => ValidationErrors, () => ValidationWarnings, 2],
|
|
285
292
|
];
|
|
286
|
-
export var ValidationError = [3, n0, _VE, 0, [_i, _erro], [0, 64 | 0]];
|
|
287
|
-
export var ValidationWarning = [3, n0, _VW, 0, [_i, _w], [0, 64 | 0]];
|
|
288
|
-
|
|
289
|
-
export var DataPipelineServiceException = [-3, _sm, "DataPipelineServiceException", 0, [], []];
|
|
290
|
-
TypeRegistry.for(_sm).registerError(DataPipelineServiceException
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
export var ActivatePipeline = [
|
|
293
|
+
export var ValidationError$ = [3, n0, _VE, 0, [_i, _erro], [0, 64 | 0]];
|
|
294
|
+
export var ValidationWarning$ = [3, n0, _VW, 0, [_i, _w], [0, 64 | 0]];
|
|
295
|
+
var __Unit = "unit";
|
|
296
|
+
export var DataPipelineServiceException$ = [-3, _sm, "DataPipelineServiceException", 0, [], []];
|
|
297
|
+
TypeRegistry.for(_sm).registerError(DataPipelineServiceException$, DataPipelineServiceException);
|
|
298
|
+
var fieldList = [1, n0, _fL, 0, () => Field$];
|
|
299
|
+
var idList = 64 | 0;
|
|
300
|
+
var ParameterAttributeList = [1, n0, _PAL, 0, () => ParameterAttribute$];
|
|
301
|
+
var ParameterObjectList = [1, n0, _POL, 0, () => ParameterObject$];
|
|
302
|
+
var ParameterValueList = [1, n0, _PVL, 0, () => ParameterValue$];
|
|
303
|
+
var PipelineDescriptionList = [1, n0, _PDL, 0, () => PipelineDescription$];
|
|
304
|
+
var pipelineList = [1, n0, _pL, 0, () => PipelineIdName$];
|
|
305
|
+
var PipelineObjectList = [1, n0, _POLi, 0, () => PipelineObject$];
|
|
306
|
+
var SelectorList = [1, n0, _SL, 0, () => Selector$];
|
|
307
|
+
var stringList = 64 | 0;
|
|
308
|
+
var tagList = [1, n0, _tL, 0, () => Tag$];
|
|
309
|
+
var ValidationErrors = [1, n0, _VEa, 0, () => ValidationError$];
|
|
310
|
+
var validationMessages = 64 | 0;
|
|
311
|
+
var ValidationWarnings = [1, n0, _VWa, 0, () => ValidationWarning$];
|
|
312
|
+
var PipelineObjectMap = [2, n0, _POM, 0, 0, () => PipelineObject$];
|
|
313
|
+
export var ActivatePipeline$ = [
|
|
307
314
|
9,
|
|
308
315
|
n0,
|
|
309
316
|
_AP,
|
|
310
317
|
0,
|
|
311
|
-
() => ActivatePipelineInput
|
|
312
|
-
() => ActivatePipelineOutput
|
|
318
|
+
() => ActivatePipelineInput$,
|
|
319
|
+
() => ActivatePipelineOutput$,
|
|
313
320
|
];
|
|
314
|
-
export var AddTags = [9, n0, _AT, 0, () => AddTagsInput
|
|
315
|
-
export var CreatePipeline = [
|
|
321
|
+
export var AddTags$ = [9, n0, _AT, 0, () => AddTagsInput$, () => AddTagsOutput$];
|
|
322
|
+
export var CreatePipeline$ = [
|
|
316
323
|
9,
|
|
317
324
|
n0,
|
|
318
325
|
_CP,
|
|
319
326
|
0,
|
|
320
|
-
() => CreatePipelineInput
|
|
321
|
-
() => CreatePipelineOutput
|
|
327
|
+
() => CreatePipelineInput$,
|
|
328
|
+
() => CreatePipelineOutput$,
|
|
322
329
|
];
|
|
323
|
-
export var DeactivatePipeline = [
|
|
330
|
+
export var DeactivatePipeline$ = [
|
|
324
331
|
9,
|
|
325
332
|
n0,
|
|
326
333
|
_DP,
|
|
327
334
|
0,
|
|
328
|
-
() => DeactivatePipelineInput
|
|
329
|
-
() => DeactivatePipelineOutput
|
|
335
|
+
() => DeactivatePipelineInput$,
|
|
336
|
+
() => DeactivatePipelineOutput$,
|
|
330
337
|
];
|
|
331
|
-
export var DeletePipeline = [9, n0, _DPe, 0, () => DeletePipelineInput
|
|
332
|
-
export var DescribeObjects = [
|
|
338
|
+
export var DeletePipeline$ = [9, n0, _DPe, 0, () => DeletePipelineInput$, () => __Unit];
|
|
339
|
+
export var DescribeObjects$ = [
|
|
333
340
|
9,
|
|
334
341
|
n0,
|
|
335
342
|
_DO,
|
|
336
343
|
0,
|
|
337
|
-
() => DescribeObjectsInput
|
|
338
|
-
() => DescribeObjectsOutput
|
|
344
|
+
() => DescribeObjectsInput$,
|
|
345
|
+
() => DescribeObjectsOutput$,
|
|
339
346
|
];
|
|
340
|
-
export var DescribePipelines = [
|
|
347
|
+
export var DescribePipelines$ = [
|
|
341
348
|
9,
|
|
342
349
|
n0,
|
|
343
350
|
_DPes,
|
|
344
351
|
0,
|
|
345
|
-
() => DescribePipelinesInput
|
|
346
|
-
() => DescribePipelinesOutput
|
|
352
|
+
() => DescribePipelinesInput$,
|
|
353
|
+
() => DescribePipelinesOutput$,
|
|
347
354
|
];
|
|
348
|
-
export var EvaluateExpression = [
|
|
355
|
+
export var EvaluateExpression$ = [
|
|
349
356
|
9,
|
|
350
357
|
n0,
|
|
351
358
|
_EE,
|
|
352
359
|
0,
|
|
353
|
-
() => EvaluateExpressionInput
|
|
354
|
-
() => EvaluateExpressionOutput
|
|
360
|
+
() => EvaluateExpressionInput$,
|
|
361
|
+
() => EvaluateExpressionOutput$,
|
|
355
362
|
];
|
|
356
|
-
export var GetPipelineDefinition = [
|
|
363
|
+
export var GetPipelineDefinition$ = [
|
|
357
364
|
9,
|
|
358
365
|
n0,
|
|
359
366
|
_GPD,
|
|
360
367
|
0,
|
|
361
|
-
() => GetPipelineDefinitionInput
|
|
362
|
-
() => GetPipelineDefinitionOutput
|
|
368
|
+
() => GetPipelineDefinitionInput$,
|
|
369
|
+
() => GetPipelineDefinitionOutput$,
|
|
370
|
+
];
|
|
371
|
+
export var ListPipelines$ = [
|
|
372
|
+
9,
|
|
373
|
+
n0,
|
|
374
|
+
_LP,
|
|
375
|
+
0,
|
|
376
|
+
() => ListPipelinesInput$,
|
|
377
|
+
() => ListPipelinesOutput$,
|
|
363
378
|
];
|
|
364
|
-
export var
|
|
365
|
-
export var
|
|
366
|
-
export var PutPipelineDefinition = [
|
|
379
|
+
export var PollForTask$ = [9, n0, _PFT, 0, () => PollForTaskInput$, () => PollForTaskOutput$];
|
|
380
|
+
export var PutPipelineDefinition$ = [
|
|
367
381
|
9,
|
|
368
382
|
n0,
|
|
369
383
|
_PPD,
|
|
370
384
|
0,
|
|
371
|
-
() => PutPipelineDefinitionInput
|
|
372
|
-
() => PutPipelineDefinitionOutput
|
|
385
|
+
() => PutPipelineDefinitionInput$,
|
|
386
|
+
() => PutPipelineDefinitionOutput$,
|
|
373
387
|
];
|
|
374
|
-
export var QueryObjects = [9, n0, _QO, 0, () => QueryObjectsInput
|
|
375
|
-
export var RemoveTags = [9, n0, _RT, 0, () => RemoveTagsInput
|
|
376
|
-
export var ReportTaskProgress = [
|
|
388
|
+
export var QueryObjects$ = [9, n0, _QO, 0, () => QueryObjectsInput$, () => QueryObjectsOutput$];
|
|
389
|
+
export var RemoveTags$ = [9, n0, _RT, 0, () => RemoveTagsInput$, () => RemoveTagsOutput$];
|
|
390
|
+
export var ReportTaskProgress$ = [
|
|
377
391
|
9,
|
|
378
392
|
n0,
|
|
379
393
|
_RTP,
|
|
380
394
|
0,
|
|
381
|
-
() => ReportTaskProgressInput
|
|
382
|
-
() => ReportTaskProgressOutput
|
|
395
|
+
() => ReportTaskProgressInput$,
|
|
396
|
+
() => ReportTaskProgressOutput$,
|
|
383
397
|
];
|
|
384
|
-
export var ReportTaskRunnerHeartbeat = [
|
|
398
|
+
export var ReportTaskRunnerHeartbeat$ = [
|
|
385
399
|
9,
|
|
386
400
|
n0,
|
|
387
401
|
_RTRH,
|
|
388
402
|
0,
|
|
389
|
-
() => ReportTaskRunnerHeartbeatInput
|
|
390
|
-
() => ReportTaskRunnerHeartbeatOutput
|
|
403
|
+
() => ReportTaskRunnerHeartbeatInput$,
|
|
404
|
+
() => ReportTaskRunnerHeartbeatOutput$,
|
|
405
|
+
];
|
|
406
|
+
export var SetStatus$ = [9, n0, _SS, 0, () => SetStatusInput$, () => __Unit];
|
|
407
|
+
export var SetTaskStatus$ = [
|
|
408
|
+
9,
|
|
409
|
+
n0,
|
|
410
|
+
_STS,
|
|
411
|
+
0,
|
|
412
|
+
() => SetTaskStatusInput$,
|
|
413
|
+
() => SetTaskStatusOutput$,
|
|
391
414
|
];
|
|
392
|
-
export var
|
|
393
|
-
export var SetTaskStatus = [9, n0, _STS, 0, () => SetTaskStatusInput, () => SetTaskStatusOutput];
|
|
394
|
-
export var ValidatePipelineDefinition = [
|
|
415
|
+
export var ValidatePipelineDefinition$ = [
|
|
395
416
|
9,
|
|
396
417
|
n0,
|
|
397
418
|
_VPD,
|
|
398
419
|
0,
|
|
399
|
-
() => ValidatePipelineDefinitionInput
|
|
400
|
-
() => ValidatePipelineDefinitionOutput
|
|
420
|
+
() => ValidatePipelineDefinitionInput$,
|
|
421
|
+
() => ValidatePipelineDefinitionOutput$,
|
|
401
422
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { ActivatePipelineCommandInput, ActivatePipelineCommandOutput } from "./commands/ActivatePipelineCommand";
|
|
11
11
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
@@ -160,15 +160,6 @@ 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>;
|
|
172
163
|
/**
|
|
173
164
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
174
165
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
25
25
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
26
|
export type { DataPipelineExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
28
|
+
export * from "./schemas/schemas_0";
|
|
28
29
|
export * from "./pagination";
|
|
29
30
|
export * from "./models/enums";
|
|
30
31
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
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;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { DataPipelineClientConfig } from "./DataPipelineClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataPipelineHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|