@aws-sdk/client-data-pipeline 3.987.0 → 3.988.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 +38 -704
- package/dist-cjs/models/DataPipelineServiceException.js +12 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +550 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +57 -51
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var DataPipelineServiceException = require('./models/DataPipelineServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,609 +113,6 @@ class DataPipelineClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class DataPipelineServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, DataPipelineServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class InternalServiceError extends DataPipelineServiceException {
|
|
121
|
-
name = "InternalServiceError";
|
|
122
|
-
$fault = "server";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "InternalServiceError",
|
|
126
|
-
$fault: "server",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, InternalServiceError.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class InvalidRequestException extends DataPipelineServiceException {
|
|
133
|
-
name = "InvalidRequestException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "InvalidRequestException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class PipelineDeletedException extends DataPipelineServiceException {
|
|
145
|
-
name = "PipelineDeletedException";
|
|
146
|
-
$fault = "client";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "PipelineDeletedException",
|
|
150
|
-
$fault: "client",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, PipelineDeletedException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class PipelineNotFoundException extends DataPipelineServiceException {
|
|
157
|
-
name = "PipelineNotFoundException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "PipelineNotFoundException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, PipelineNotFoundException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
class TaskNotFoundException extends DataPipelineServiceException {
|
|
169
|
-
name = "TaskNotFoundException";
|
|
170
|
-
$fault = "client";
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "TaskNotFoundException",
|
|
174
|
-
$fault: "client",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
Object.setPrototypeOf(this, TaskNotFoundException.prototype);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
const _AP = "ActivatePipeline";
|
|
182
|
-
const _API = "ActivatePipelineInput";
|
|
183
|
-
const _APO = "ActivatePipelineOutput";
|
|
184
|
-
const _AT = "AddTags";
|
|
185
|
-
const _ATI = "AddTagsInput";
|
|
186
|
-
const _ATO = "AddTagsOutput";
|
|
187
|
-
const _CP = "CreatePipeline";
|
|
188
|
-
const _CPI = "CreatePipelineInput";
|
|
189
|
-
const _CPO = "CreatePipelineOutput";
|
|
190
|
-
const _DO = "DescribeObjects";
|
|
191
|
-
const _DOI = "DescribeObjectsInput";
|
|
192
|
-
const _DOO = "DescribeObjectsOutput";
|
|
193
|
-
const _DP = "DeactivatePipeline";
|
|
194
|
-
const _DPI = "DeactivatePipelineInput";
|
|
195
|
-
const _DPIe = "DeletePipelineInput";
|
|
196
|
-
const _DPIes = "DescribePipelinesInput";
|
|
197
|
-
const _DPO = "DeactivatePipelineOutput";
|
|
198
|
-
const _DPOe = "DescribePipelinesOutput";
|
|
199
|
-
const _DPe = "DeletePipeline";
|
|
200
|
-
const _DPes = "DescribePipelines";
|
|
201
|
-
const _EE = "EvaluateExpression";
|
|
202
|
-
const _EEI = "EvaluateExpressionInput";
|
|
203
|
-
const _EEO = "EvaluateExpressionOutput";
|
|
204
|
-
const _F = "Field";
|
|
205
|
-
const _GPD = "GetPipelineDefinition";
|
|
206
|
-
const _GPDI = "GetPipelineDefinitionInput";
|
|
207
|
-
const _GPDO = "GetPipelineDefinitionOutput";
|
|
208
|
-
const _II = "InstanceIdentity";
|
|
209
|
-
const _IRE = "InvalidRequestException";
|
|
210
|
-
const _ISE = "InternalServiceError";
|
|
211
|
-
const _LP = "ListPipelines";
|
|
212
|
-
const _LPI = "ListPipelinesInput";
|
|
213
|
-
const _LPO = "ListPipelinesOutput";
|
|
214
|
-
const _O = "Operator";
|
|
215
|
-
const _PA = "ParameterAttribute";
|
|
216
|
-
const _PAL = "ParameterAttributeList";
|
|
217
|
-
const _PD = "PipelineDescription";
|
|
218
|
-
const _PDE = "PipelineDeletedException";
|
|
219
|
-
const _PDL = "PipelineDescriptionList";
|
|
220
|
-
const _PFT = "PollForTask";
|
|
221
|
-
const _PFTI = "PollForTaskInput";
|
|
222
|
-
const _PFTO = "PollForTaskOutput";
|
|
223
|
-
const _PIN = "PipelineIdName";
|
|
224
|
-
const _PNFE = "PipelineNotFoundException";
|
|
225
|
-
const _PO = "ParameterObject";
|
|
226
|
-
const _POL = "ParameterObjectList";
|
|
227
|
-
const _POLi = "PipelineObjectList";
|
|
228
|
-
const _POM = "PipelineObjectMap";
|
|
229
|
-
const _POi = "PipelineObject";
|
|
230
|
-
const _PPD = "PutPipelineDefinition";
|
|
231
|
-
const _PPDI = "PutPipelineDefinitionInput";
|
|
232
|
-
const _PPDO = "PutPipelineDefinitionOutput";
|
|
233
|
-
const _PV = "ParameterValue";
|
|
234
|
-
const _PVL = "ParameterValueList";
|
|
235
|
-
const _Q = "Query";
|
|
236
|
-
const _QO = "QueryObjects";
|
|
237
|
-
const _QOI = "QueryObjectsInput";
|
|
238
|
-
const _QOO = "QueryObjectsOutput";
|
|
239
|
-
const _RT = "RemoveTags";
|
|
240
|
-
const _RTI = "RemoveTagsInput";
|
|
241
|
-
const _RTO = "RemoveTagsOutput";
|
|
242
|
-
const _RTP = "ReportTaskProgress";
|
|
243
|
-
const _RTPI = "ReportTaskProgressInput";
|
|
244
|
-
const _RTPO = "ReportTaskProgressOutput";
|
|
245
|
-
const _RTRH = "ReportTaskRunnerHeartbeat";
|
|
246
|
-
const _RTRHI = "ReportTaskRunnerHeartbeatInput";
|
|
247
|
-
const _RTRHO = "ReportTaskRunnerHeartbeatOutput";
|
|
248
|
-
const _S = "Selector";
|
|
249
|
-
const _SL = "SelectorList";
|
|
250
|
-
const _SS = "SetStatus";
|
|
251
|
-
const _SSI = "SetStatusInput";
|
|
252
|
-
const _STS = "SetTaskStatus";
|
|
253
|
-
const _STSI = "SetTaskStatusInput";
|
|
254
|
-
const _STSO = "SetTaskStatusOutput";
|
|
255
|
-
const _T = "Tag";
|
|
256
|
-
const _TNFE = "TaskNotFoundException";
|
|
257
|
-
const _TO = "TaskObject";
|
|
258
|
-
const _VE = "ValidationError";
|
|
259
|
-
const _VEa = "ValidationErrors";
|
|
260
|
-
const _VPD = "ValidatePipelineDefinition";
|
|
261
|
-
const _VPDI = "ValidatePipelineDefinitionInput";
|
|
262
|
-
const _VPDO = "ValidatePipelineDefinitionOutput";
|
|
263
|
-
const _VW = "ValidationWarning";
|
|
264
|
-
const _VWa = "ValidationWarnings";
|
|
265
|
-
const _a = "attributes";
|
|
266
|
-
const _aI = "attemptId";
|
|
267
|
-
const _c = "client";
|
|
268
|
-
const _cA = "cancelActive";
|
|
269
|
-
const _ca = "canceled";
|
|
270
|
-
const _d = "description";
|
|
271
|
-
const _do = "document";
|
|
272
|
-
const _e = "expression";
|
|
273
|
-
const _eE = "evaluateExpressions";
|
|
274
|
-
const _eEv = "evaluatedExpression";
|
|
275
|
-
const _eI = "errorId";
|
|
276
|
-
const _eM = "errorMessage";
|
|
277
|
-
const _eST = "errorStackTrace";
|
|
278
|
-
const _er = "error";
|
|
279
|
-
const _err = "errored";
|
|
280
|
-
const _erro = "errors";
|
|
281
|
-
const _f = "fields";
|
|
282
|
-
const _fL = "fieldList";
|
|
283
|
-
const _fN = "fieldName";
|
|
284
|
-
const _h = "hostname";
|
|
285
|
-
const _hMR = "hasMoreResults";
|
|
286
|
-
const _i = "id";
|
|
287
|
-
const _iI = "instanceIdentity";
|
|
288
|
-
const _id = "ids";
|
|
289
|
-
const _k = "key";
|
|
290
|
-
const _l = "limit";
|
|
291
|
-
const _m = "marker";
|
|
292
|
-
const _me = "message";
|
|
293
|
-
const _n = "name";
|
|
294
|
-
const _o = "operator";
|
|
295
|
-
const _oI = "objectIds";
|
|
296
|
-
const _oIb = "objectId";
|
|
297
|
-
const _ob = "objects";
|
|
298
|
-
const _pDL = "pipelineDescriptionList";
|
|
299
|
-
const _pI = "pipelineId";
|
|
300
|
-
const _pIL = "pipelineIdList";
|
|
301
|
-
const _pIi = "pipelineIds";
|
|
302
|
-
const _pL = "pipelineList";
|
|
303
|
-
const _pO = "pipelineObjects";
|
|
304
|
-
const _pOa = "parameterObjects";
|
|
305
|
-
const _pV = "parameterValues";
|
|
306
|
-
const _q = "query";
|
|
307
|
-
const _rV = "refValue";
|
|
308
|
-
const _s = "signature";
|
|
309
|
-
const _sT = "startTimestamp";
|
|
310
|
-
const _sV = "stringValue";
|
|
311
|
-
const _se = "server";
|
|
312
|
-
const _sel = "selectors";
|
|
313
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.datapipeline";
|
|
314
|
-
const _sp = "sphere";
|
|
315
|
-
const _st = "status";
|
|
316
|
-
const _t = "tags";
|
|
317
|
-
const _tI = "taskId";
|
|
318
|
-
const _tIa = "taskrunnerId";
|
|
319
|
-
const _tK = "tagKeys";
|
|
320
|
-
const _tL = "tagList";
|
|
321
|
-
const _tO = "taskObject";
|
|
322
|
-
const _tS = "taskStatus";
|
|
323
|
-
const _te = "terminate";
|
|
324
|
-
const _ty = "type";
|
|
325
|
-
const _uI = "uniqueId";
|
|
326
|
-
const _v = "version";
|
|
327
|
-
const _vE = "validationErrors";
|
|
328
|
-
const _vW = "validationWarnings";
|
|
329
|
-
const _va = "values";
|
|
330
|
-
const _val = "value";
|
|
331
|
-
const _w = "warnings";
|
|
332
|
-
const _wG = "workerGroup";
|
|
333
|
-
const n0 = "com.amazonaws.datapipeline";
|
|
334
|
-
var ActivatePipelineInput$ = [3, n0, _API,
|
|
335
|
-
0,
|
|
336
|
-
[_pI, _pV, _sT],
|
|
337
|
-
[0, () => ParameterValueList, 4], 1
|
|
338
|
-
];
|
|
339
|
-
var ActivatePipelineOutput$ = [3, n0, _APO,
|
|
340
|
-
0,
|
|
341
|
-
[],
|
|
342
|
-
[]
|
|
343
|
-
];
|
|
344
|
-
var AddTagsInput$ = [3, n0, _ATI,
|
|
345
|
-
0,
|
|
346
|
-
[_pI, _t],
|
|
347
|
-
[0, () => tagList], 2
|
|
348
|
-
];
|
|
349
|
-
var AddTagsOutput$ = [3, n0, _ATO,
|
|
350
|
-
0,
|
|
351
|
-
[],
|
|
352
|
-
[]
|
|
353
|
-
];
|
|
354
|
-
var CreatePipelineInput$ = [3, n0, _CPI,
|
|
355
|
-
0,
|
|
356
|
-
[_n, _uI, _d, _t],
|
|
357
|
-
[0, 0, 0, () => tagList], 2
|
|
358
|
-
];
|
|
359
|
-
var CreatePipelineOutput$ = [3, n0, _CPO,
|
|
360
|
-
0,
|
|
361
|
-
[_pI],
|
|
362
|
-
[0], 1
|
|
363
|
-
];
|
|
364
|
-
var DeactivatePipelineInput$ = [3, n0, _DPI,
|
|
365
|
-
0,
|
|
366
|
-
[_pI, _cA],
|
|
367
|
-
[0, 2], 1
|
|
368
|
-
];
|
|
369
|
-
var DeactivatePipelineOutput$ = [3, n0, _DPO,
|
|
370
|
-
0,
|
|
371
|
-
[],
|
|
372
|
-
[]
|
|
373
|
-
];
|
|
374
|
-
var DeletePipelineInput$ = [3, n0, _DPIe,
|
|
375
|
-
0,
|
|
376
|
-
[_pI],
|
|
377
|
-
[0], 1
|
|
378
|
-
];
|
|
379
|
-
var DescribeObjectsInput$ = [3, n0, _DOI,
|
|
380
|
-
0,
|
|
381
|
-
[_pI, _oI, _eE, _m],
|
|
382
|
-
[0, 64 | 0, 2, 0], 2
|
|
383
|
-
];
|
|
384
|
-
var DescribeObjectsOutput$ = [3, n0, _DOO,
|
|
385
|
-
0,
|
|
386
|
-
[_pO, _m, _hMR],
|
|
387
|
-
[() => PipelineObjectList, 0, 2], 1
|
|
388
|
-
];
|
|
389
|
-
var DescribePipelinesInput$ = [3, n0, _DPIes,
|
|
390
|
-
0,
|
|
391
|
-
[_pIi],
|
|
392
|
-
[64 | 0], 1
|
|
393
|
-
];
|
|
394
|
-
var DescribePipelinesOutput$ = [3, n0, _DPOe,
|
|
395
|
-
0,
|
|
396
|
-
[_pDL],
|
|
397
|
-
[() => PipelineDescriptionList], 1
|
|
398
|
-
];
|
|
399
|
-
var EvaluateExpressionInput$ = [3, n0, _EEI,
|
|
400
|
-
0,
|
|
401
|
-
[_pI, _oIb, _e],
|
|
402
|
-
[0, 0, 0], 3
|
|
403
|
-
];
|
|
404
|
-
var EvaluateExpressionOutput$ = [3, n0, _EEO,
|
|
405
|
-
0,
|
|
406
|
-
[_eEv],
|
|
407
|
-
[0], 1
|
|
408
|
-
];
|
|
409
|
-
var Field$ = [3, n0, _F,
|
|
410
|
-
0,
|
|
411
|
-
[_k, _sV, _rV],
|
|
412
|
-
[0, 0, 0], 1
|
|
413
|
-
];
|
|
414
|
-
var GetPipelineDefinitionInput$ = [3, n0, _GPDI,
|
|
415
|
-
0,
|
|
416
|
-
[_pI, _v],
|
|
417
|
-
[0, 0], 1
|
|
418
|
-
];
|
|
419
|
-
var GetPipelineDefinitionOutput$ = [3, n0, _GPDO,
|
|
420
|
-
0,
|
|
421
|
-
[_pO, _pOa, _pV],
|
|
422
|
-
[() => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList]
|
|
423
|
-
];
|
|
424
|
-
var InstanceIdentity$ = [3, n0, _II,
|
|
425
|
-
0,
|
|
426
|
-
[_do, _s],
|
|
427
|
-
[0, 0]
|
|
428
|
-
];
|
|
429
|
-
var InternalServiceError$ = [-3, n0, _ISE,
|
|
430
|
-
{ [_er]: _se },
|
|
431
|
-
[_me],
|
|
432
|
-
[0]
|
|
433
|
-
];
|
|
434
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceError$, InternalServiceError);
|
|
435
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
436
|
-
{ [_er]: _c },
|
|
437
|
-
[_me],
|
|
438
|
-
[0]
|
|
439
|
-
];
|
|
440
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
441
|
-
var ListPipelinesInput$ = [3, n0, _LPI,
|
|
442
|
-
0,
|
|
443
|
-
[_m],
|
|
444
|
-
[0]
|
|
445
|
-
];
|
|
446
|
-
var ListPipelinesOutput$ = [3, n0, _LPO,
|
|
447
|
-
0,
|
|
448
|
-
[_pIL, _m, _hMR],
|
|
449
|
-
[() => pipelineList, 0, 2], 1
|
|
450
|
-
];
|
|
451
|
-
var Operator$ = [3, n0, _O,
|
|
452
|
-
0,
|
|
453
|
-
[_ty, _va],
|
|
454
|
-
[0, 64 | 0]
|
|
455
|
-
];
|
|
456
|
-
var ParameterAttribute$ = [3, n0, _PA,
|
|
457
|
-
0,
|
|
458
|
-
[_k, _sV],
|
|
459
|
-
[0, 0], 2
|
|
460
|
-
];
|
|
461
|
-
var ParameterObject$ = [3, n0, _PO,
|
|
462
|
-
0,
|
|
463
|
-
[_i, _a],
|
|
464
|
-
[0, () => ParameterAttributeList], 2
|
|
465
|
-
];
|
|
466
|
-
var ParameterValue$ = [3, n0, _PV,
|
|
467
|
-
0,
|
|
468
|
-
[_i, _sV],
|
|
469
|
-
[0, 0], 2
|
|
470
|
-
];
|
|
471
|
-
var PipelineDeletedException$ = [-3, n0, _PDE,
|
|
472
|
-
{ [_er]: _c },
|
|
473
|
-
[_me],
|
|
474
|
-
[0]
|
|
475
|
-
];
|
|
476
|
-
schema.TypeRegistry.for(n0).registerError(PipelineDeletedException$, PipelineDeletedException);
|
|
477
|
-
var PipelineDescription$ = [3, n0, _PD,
|
|
478
|
-
0,
|
|
479
|
-
[_pI, _n, _f, _d, _t],
|
|
480
|
-
[0, 0, () => fieldList, 0, () => tagList], 3
|
|
481
|
-
];
|
|
482
|
-
var PipelineIdName$ = [3, n0, _PIN,
|
|
483
|
-
0,
|
|
484
|
-
[_i, _n],
|
|
485
|
-
[0, 0]
|
|
486
|
-
];
|
|
487
|
-
var PipelineNotFoundException$ = [-3, n0, _PNFE,
|
|
488
|
-
{ [_er]: _c },
|
|
489
|
-
[_me],
|
|
490
|
-
[0]
|
|
491
|
-
];
|
|
492
|
-
schema.TypeRegistry.for(n0).registerError(PipelineNotFoundException$, PipelineNotFoundException);
|
|
493
|
-
var PipelineObject$ = [3, n0, _POi,
|
|
494
|
-
0,
|
|
495
|
-
[_i, _n, _f],
|
|
496
|
-
[0, 0, () => fieldList], 3
|
|
497
|
-
];
|
|
498
|
-
var PollForTaskInput$ = [3, n0, _PFTI,
|
|
499
|
-
0,
|
|
500
|
-
[_wG, _h, _iI],
|
|
501
|
-
[0, 0, () => InstanceIdentity$], 1
|
|
502
|
-
];
|
|
503
|
-
var PollForTaskOutput$ = [3, n0, _PFTO,
|
|
504
|
-
0,
|
|
505
|
-
[_tO],
|
|
506
|
-
[() => TaskObject$]
|
|
507
|
-
];
|
|
508
|
-
var PutPipelineDefinitionInput$ = [3, n0, _PPDI,
|
|
509
|
-
0,
|
|
510
|
-
[_pI, _pO, _pOa, _pV],
|
|
511
|
-
[0, () => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList], 2
|
|
512
|
-
];
|
|
513
|
-
var PutPipelineDefinitionOutput$ = [3, n0, _PPDO,
|
|
514
|
-
0,
|
|
515
|
-
[_err, _vE, _vW],
|
|
516
|
-
[2, () => ValidationErrors, () => ValidationWarnings], 1
|
|
517
|
-
];
|
|
518
|
-
var Query$ = [3, n0, _Q,
|
|
519
|
-
0,
|
|
520
|
-
[_sel],
|
|
521
|
-
[() => SelectorList]
|
|
522
|
-
];
|
|
523
|
-
var QueryObjectsInput$ = [3, n0, _QOI,
|
|
524
|
-
0,
|
|
525
|
-
[_pI, _sp, _q, _m, _l],
|
|
526
|
-
[0, 0, () => Query$, 0, 1], 2
|
|
527
|
-
];
|
|
528
|
-
var QueryObjectsOutput$ = [3, n0, _QOO,
|
|
529
|
-
0,
|
|
530
|
-
[_id, _m, _hMR],
|
|
531
|
-
[64 | 0, 0, 2]
|
|
532
|
-
];
|
|
533
|
-
var RemoveTagsInput$ = [3, n0, _RTI,
|
|
534
|
-
0,
|
|
535
|
-
[_pI, _tK],
|
|
536
|
-
[0, 64 | 0], 2
|
|
537
|
-
];
|
|
538
|
-
var RemoveTagsOutput$ = [3, n0, _RTO,
|
|
539
|
-
0,
|
|
540
|
-
[],
|
|
541
|
-
[]
|
|
542
|
-
];
|
|
543
|
-
var ReportTaskProgressInput$ = [3, n0, _RTPI,
|
|
544
|
-
0,
|
|
545
|
-
[_tI, _f],
|
|
546
|
-
[0, () => fieldList], 1
|
|
547
|
-
];
|
|
548
|
-
var ReportTaskProgressOutput$ = [3, n0, _RTPO,
|
|
549
|
-
0,
|
|
550
|
-
[_ca],
|
|
551
|
-
[2], 1
|
|
552
|
-
];
|
|
553
|
-
var ReportTaskRunnerHeartbeatInput$ = [3, n0, _RTRHI,
|
|
554
|
-
0,
|
|
555
|
-
[_tIa, _wG, _h],
|
|
556
|
-
[0, 0, 0], 1
|
|
557
|
-
];
|
|
558
|
-
var ReportTaskRunnerHeartbeatOutput$ = [3, n0, _RTRHO,
|
|
559
|
-
0,
|
|
560
|
-
[_te],
|
|
561
|
-
[2], 1
|
|
562
|
-
];
|
|
563
|
-
var Selector$ = [3, n0, _S,
|
|
564
|
-
0,
|
|
565
|
-
[_fN, _o],
|
|
566
|
-
[0, () => Operator$]
|
|
567
|
-
];
|
|
568
|
-
var SetStatusInput$ = [3, n0, _SSI,
|
|
569
|
-
0,
|
|
570
|
-
[_pI, _oI, _st],
|
|
571
|
-
[0, 64 | 0, 0], 3
|
|
572
|
-
];
|
|
573
|
-
var SetTaskStatusInput$ = [3, n0, _STSI,
|
|
574
|
-
0,
|
|
575
|
-
[_tI, _tS, _eI, _eM, _eST],
|
|
576
|
-
[0, 0, 0, 0, 0], 2
|
|
577
|
-
];
|
|
578
|
-
var SetTaskStatusOutput$ = [3, n0, _STSO,
|
|
579
|
-
0,
|
|
580
|
-
[],
|
|
581
|
-
[]
|
|
582
|
-
];
|
|
583
|
-
var Tag$ = [3, n0, _T,
|
|
584
|
-
0,
|
|
585
|
-
[_k, _val],
|
|
586
|
-
[0, 0], 2
|
|
587
|
-
];
|
|
588
|
-
var TaskNotFoundException$ = [-3, n0, _TNFE,
|
|
589
|
-
{ [_er]: _c },
|
|
590
|
-
[_me],
|
|
591
|
-
[0]
|
|
592
|
-
];
|
|
593
|
-
schema.TypeRegistry.for(n0).registerError(TaskNotFoundException$, TaskNotFoundException);
|
|
594
|
-
var TaskObject$ = [3, n0, _TO,
|
|
595
|
-
0,
|
|
596
|
-
[_tI, _pI, _aI, _ob],
|
|
597
|
-
[0, 0, 0, () => PipelineObjectMap]
|
|
598
|
-
];
|
|
599
|
-
var ValidatePipelineDefinitionInput$ = [3, n0, _VPDI,
|
|
600
|
-
0,
|
|
601
|
-
[_pI, _pO, _pOa, _pV],
|
|
602
|
-
[0, () => PipelineObjectList, () => ParameterObjectList, () => ParameterValueList], 2
|
|
603
|
-
];
|
|
604
|
-
var ValidatePipelineDefinitionOutput$ = [3, n0, _VPDO,
|
|
605
|
-
0,
|
|
606
|
-
[_err, _vE, _vW],
|
|
607
|
-
[2, () => ValidationErrors, () => ValidationWarnings], 1
|
|
608
|
-
];
|
|
609
|
-
var ValidationError$ = [3, n0, _VE,
|
|
610
|
-
0,
|
|
611
|
-
[_i, _erro],
|
|
612
|
-
[0, 64 | 0]
|
|
613
|
-
];
|
|
614
|
-
var ValidationWarning$ = [3, n0, _VW,
|
|
615
|
-
0,
|
|
616
|
-
[_i, _w],
|
|
617
|
-
[0, 64 | 0]
|
|
618
|
-
];
|
|
619
|
-
var __Unit = "unit";
|
|
620
|
-
var DataPipelineServiceException$ = [-3, _sm, "DataPipelineServiceException", 0, [], []];
|
|
621
|
-
schema.TypeRegistry.for(_sm).registerError(DataPipelineServiceException$, DataPipelineServiceException);
|
|
622
|
-
var fieldList = [1, n0, _fL,
|
|
623
|
-
0, () => Field$
|
|
624
|
-
];
|
|
625
|
-
var ParameterAttributeList = [1, n0, _PAL,
|
|
626
|
-
0, () => ParameterAttribute$
|
|
627
|
-
];
|
|
628
|
-
var ParameterObjectList = [1, n0, _POL,
|
|
629
|
-
0, () => ParameterObject$
|
|
630
|
-
];
|
|
631
|
-
var ParameterValueList = [1, n0, _PVL,
|
|
632
|
-
0, () => ParameterValue$
|
|
633
|
-
];
|
|
634
|
-
var PipelineDescriptionList = [1, n0, _PDL,
|
|
635
|
-
0, () => PipelineDescription$
|
|
636
|
-
];
|
|
637
|
-
var pipelineList = [1, n0, _pL,
|
|
638
|
-
0, () => PipelineIdName$
|
|
639
|
-
];
|
|
640
|
-
var PipelineObjectList = [1, n0, _POLi,
|
|
641
|
-
0, () => PipelineObject$
|
|
642
|
-
];
|
|
643
|
-
var SelectorList = [1, n0, _SL,
|
|
644
|
-
0, () => Selector$
|
|
645
|
-
];
|
|
646
|
-
var tagList = [1, n0, _tL,
|
|
647
|
-
0, () => Tag$
|
|
648
|
-
];
|
|
649
|
-
var ValidationErrors = [1, n0, _VEa,
|
|
650
|
-
0, () => ValidationError$
|
|
651
|
-
];
|
|
652
|
-
var ValidationWarnings = [1, n0, _VWa,
|
|
653
|
-
0, () => ValidationWarning$
|
|
654
|
-
];
|
|
655
|
-
var PipelineObjectMap = [2, n0, _POM,
|
|
656
|
-
0, 0, () => PipelineObject$
|
|
657
|
-
];
|
|
658
|
-
var ActivatePipeline$ = [9, n0, _AP,
|
|
659
|
-
0, () => ActivatePipelineInput$, () => ActivatePipelineOutput$
|
|
660
|
-
];
|
|
661
|
-
var AddTags$ = [9, n0, _AT,
|
|
662
|
-
0, () => AddTagsInput$, () => AddTagsOutput$
|
|
663
|
-
];
|
|
664
|
-
var CreatePipeline$ = [9, n0, _CP,
|
|
665
|
-
0, () => CreatePipelineInput$, () => CreatePipelineOutput$
|
|
666
|
-
];
|
|
667
|
-
var DeactivatePipeline$ = [9, n0, _DP,
|
|
668
|
-
0, () => DeactivatePipelineInput$, () => DeactivatePipelineOutput$
|
|
669
|
-
];
|
|
670
|
-
var DeletePipeline$ = [9, n0, _DPe,
|
|
671
|
-
0, () => DeletePipelineInput$, () => __Unit
|
|
672
|
-
];
|
|
673
|
-
var DescribeObjects$ = [9, n0, _DO,
|
|
674
|
-
0, () => DescribeObjectsInput$, () => DescribeObjectsOutput$
|
|
675
|
-
];
|
|
676
|
-
var DescribePipelines$ = [9, n0, _DPes,
|
|
677
|
-
0, () => DescribePipelinesInput$, () => DescribePipelinesOutput$
|
|
678
|
-
];
|
|
679
|
-
var EvaluateExpression$ = [9, n0, _EE,
|
|
680
|
-
0, () => EvaluateExpressionInput$, () => EvaluateExpressionOutput$
|
|
681
|
-
];
|
|
682
|
-
var GetPipelineDefinition$ = [9, n0, _GPD,
|
|
683
|
-
0, () => GetPipelineDefinitionInput$, () => GetPipelineDefinitionOutput$
|
|
684
|
-
];
|
|
685
|
-
var ListPipelines$ = [9, n0, _LP,
|
|
686
|
-
0, () => ListPipelinesInput$, () => ListPipelinesOutput$
|
|
687
|
-
];
|
|
688
|
-
var PollForTask$ = [9, n0, _PFT,
|
|
689
|
-
0, () => PollForTaskInput$, () => PollForTaskOutput$
|
|
690
|
-
];
|
|
691
|
-
var PutPipelineDefinition$ = [9, n0, _PPD,
|
|
692
|
-
0, () => PutPipelineDefinitionInput$, () => PutPipelineDefinitionOutput$
|
|
693
|
-
];
|
|
694
|
-
var QueryObjects$ = [9, n0, _QO,
|
|
695
|
-
0, () => QueryObjectsInput$, () => QueryObjectsOutput$
|
|
696
|
-
];
|
|
697
|
-
var RemoveTags$ = [9, n0, _RT,
|
|
698
|
-
0, () => RemoveTagsInput$, () => RemoveTagsOutput$
|
|
699
|
-
];
|
|
700
|
-
var ReportTaskProgress$ = [9, n0, _RTP,
|
|
701
|
-
0, () => ReportTaskProgressInput$, () => ReportTaskProgressOutput$
|
|
702
|
-
];
|
|
703
|
-
var ReportTaskRunnerHeartbeat$ = [9, n0, _RTRH,
|
|
704
|
-
0, () => ReportTaskRunnerHeartbeatInput$, () => ReportTaskRunnerHeartbeatOutput$
|
|
705
|
-
];
|
|
706
|
-
var SetStatus$ = [9, n0, _SS,
|
|
707
|
-
0, () => SetStatusInput$, () => __Unit
|
|
708
|
-
];
|
|
709
|
-
var SetTaskStatus$ = [9, n0, _STS,
|
|
710
|
-
0, () => SetTaskStatusInput$, () => SetTaskStatusOutput$
|
|
711
|
-
];
|
|
712
|
-
var ValidatePipelineDefinition$ = [9, n0, _VPD,
|
|
713
|
-
0, () => ValidatePipelineDefinitionInput$, () => ValidatePipelineDefinitionOutput$
|
|
714
|
-
];
|
|
715
|
-
|
|
716
116
|
class ActivatePipelineCommand extends smithyClient.Command
|
|
717
117
|
.classBuilder()
|
|
718
118
|
.ep(commonParams)
|
|
@@ -721,7 +121,7 @@ class ActivatePipelineCommand extends smithyClient.Command
|
|
|
721
121
|
})
|
|
722
122
|
.s("DataPipeline", "ActivatePipeline", {})
|
|
723
123
|
.n("DataPipelineClient", "ActivatePipelineCommand")
|
|
724
|
-
.sc(ActivatePipeline$)
|
|
124
|
+
.sc(schemas_0.ActivatePipeline$)
|
|
725
125
|
.build() {
|
|
726
126
|
}
|
|
727
127
|
|
|
@@ -733,7 +133,7 @@ class AddTagsCommand extends smithyClient.Command
|
|
|
733
133
|
})
|
|
734
134
|
.s("DataPipeline", "AddTags", {})
|
|
735
135
|
.n("DataPipelineClient", "AddTagsCommand")
|
|
736
|
-
.sc(AddTags$)
|
|
136
|
+
.sc(schemas_0.AddTags$)
|
|
737
137
|
.build() {
|
|
738
138
|
}
|
|
739
139
|
|
|
@@ -745,7 +145,7 @@ class CreatePipelineCommand extends smithyClient.Command
|
|
|
745
145
|
})
|
|
746
146
|
.s("DataPipeline", "CreatePipeline", {})
|
|
747
147
|
.n("DataPipelineClient", "CreatePipelineCommand")
|
|
748
|
-
.sc(CreatePipeline$)
|
|
148
|
+
.sc(schemas_0.CreatePipeline$)
|
|
749
149
|
.build() {
|
|
750
150
|
}
|
|
751
151
|
|
|
@@ -757,7 +157,7 @@ class DeactivatePipelineCommand extends smithyClient.Command
|
|
|
757
157
|
})
|
|
758
158
|
.s("DataPipeline", "DeactivatePipeline", {})
|
|
759
159
|
.n("DataPipelineClient", "DeactivatePipelineCommand")
|
|
760
|
-
.sc(DeactivatePipeline$)
|
|
160
|
+
.sc(schemas_0.DeactivatePipeline$)
|
|
761
161
|
.build() {
|
|
762
162
|
}
|
|
763
163
|
|
|
@@ -769,7 +169,7 @@ class DeletePipelineCommand extends smithyClient.Command
|
|
|
769
169
|
})
|
|
770
170
|
.s("DataPipeline", "DeletePipeline", {})
|
|
771
171
|
.n("DataPipelineClient", "DeletePipelineCommand")
|
|
772
|
-
.sc(DeletePipeline$)
|
|
172
|
+
.sc(schemas_0.DeletePipeline$)
|
|
773
173
|
.build() {
|
|
774
174
|
}
|
|
775
175
|
|
|
@@ -781,7 +181,7 @@ class DescribeObjectsCommand extends smithyClient.Command
|
|
|
781
181
|
})
|
|
782
182
|
.s("DataPipeline", "DescribeObjects", {})
|
|
783
183
|
.n("DataPipelineClient", "DescribeObjectsCommand")
|
|
784
|
-
.sc(DescribeObjects$)
|
|
184
|
+
.sc(schemas_0.DescribeObjects$)
|
|
785
185
|
.build() {
|
|
786
186
|
}
|
|
787
187
|
|
|
@@ -793,7 +193,7 @@ class DescribePipelinesCommand extends smithyClient.Command
|
|
|
793
193
|
})
|
|
794
194
|
.s("DataPipeline", "DescribePipelines", {})
|
|
795
195
|
.n("DataPipelineClient", "DescribePipelinesCommand")
|
|
796
|
-
.sc(DescribePipelines$)
|
|
196
|
+
.sc(schemas_0.DescribePipelines$)
|
|
797
197
|
.build() {
|
|
798
198
|
}
|
|
799
199
|
|
|
@@ -805,7 +205,7 @@ class EvaluateExpressionCommand extends smithyClient.Command
|
|
|
805
205
|
})
|
|
806
206
|
.s("DataPipeline", "EvaluateExpression", {})
|
|
807
207
|
.n("DataPipelineClient", "EvaluateExpressionCommand")
|
|
808
|
-
.sc(EvaluateExpression$)
|
|
208
|
+
.sc(schemas_0.EvaluateExpression$)
|
|
809
209
|
.build() {
|
|
810
210
|
}
|
|
811
211
|
|
|
@@ -817,7 +217,7 @@ class GetPipelineDefinitionCommand extends smithyClient.Command
|
|
|
817
217
|
})
|
|
818
218
|
.s("DataPipeline", "GetPipelineDefinition", {})
|
|
819
219
|
.n("DataPipelineClient", "GetPipelineDefinitionCommand")
|
|
820
|
-
.sc(GetPipelineDefinition$)
|
|
220
|
+
.sc(schemas_0.GetPipelineDefinition$)
|
|
821
221
|
.build() {
|
|
822
222
|
}
|
|
823
223
|
|
|
@@ -829,7 +229,7 @@ class ListPipelinesCommand extends smithyClient.Command
|
|
|
829
229
|
})
|
|
830
230
|
.s("DataPipeline", "ListPipelines", {})
|
|
831
231
|
.n("DataPipelineClient", "ListPipelinesCommand")
|
|
832
|
-
.sc(ListPipelines$)
|
|
232
|
+
.sc(schemas_0.ListPipelines$)
|
|
833
233
|
.build() {
|
|
834
234
|
}
|
|
835
235
|
|
|
@@ -841,7 +241,7 @@ class PollForTaskCommand extends smithyClient.Command
|
|
|
841
241
|
})
|
|
842
242
|
.s("DataPipeline", "PollForTask", {})
|
|
843
243
|
.n("DataPipelineClient", "PollForTaskCommand")
|
|
844
|
-
.sc(PollForTask$)
|
|
244
|
+
.sc(schemas_0.PollForTask$)
|
|
845
245
|
.build() {
|
|
846
246
|
}
|
|
847
247
|
|
|
@@ -853,7 +253,7 @@ class PutPipelineDefinitionCommand extends smithyClient.Command
|
|
|
853
253
|
})
|
|
854
254
|
.s("DataPipeline", "PutPipelineDefinition", {})
|
|
855
255
|
.n("DataPipelineClient", "PutPipelineDefinitionCommand")
|
|
856
|
-
.sc(PutPipelineDefinition$)
|
|
256
|
+
.sc(schemas_0.PutPipelineDefinition$)
|
|
857
257
|
.build() {
|
|
858
258
|
}
|
|
859
259
|
|
|
@@ -865,7 +265,7 @@ class QueryObjectsCommand extends smithyClient.Command
|
|
|
865
265
|
})
|
|
866
266
|
.s("DataPipeline", "QueryObjects", {})
|
|
867
267
|
.n("DataPipelineClient", "QueryObjectsCommand")
|
|
868
|
-
.sc(QueryObjects$)
|
|
268
|
+
.sc(schemas_0.QueryObjects$)
|
|
869
269
|
.build() {
|
|
870
270
|
}
|
|
871
271
|
|
|
@@ -877,7 +277,7 @@ class RemoveTagsCommand extends smithyClient.Command
|
|
|
877
277
|
})
|
|
878
278
|
.s("DataPipeline", "RemoveTags", {})
|
|
879
279
|
.n("DataPipelineClient", "RemoveTagsCommand")
|
|
880
|
-
.sc(RemoveTags$)
|
|
280
|
+
.sc(schemas_0.RemoveTags$)
|
|
881
281
|
.build() {
|
|
882
282
|
}
|
|
883
283
|
|
|
@@ -889,7 +289,7 @@ class ReportTaskProgressCommand extends smithyClient.Command
|
|
|
889
289
|
})
|
|
890
290
|
.s("DataPipeline", "ReportTaskProgress", {})
|
|
891
291
|
.n("DataPipelineClient", "ReportTaskProgressCommand")
|
|
892
|
-
.sc(ReportTaskProgress$)
|
|
292
|
+
.sc(schemas_0.ReportTaskProgress$)
|
|
893
293
|
.build() {
|
|
894
294
|
}
|
|
895
295
|
|
|
@@ -901,7 +301,7 @@ class ReportTaskRunnerHeartbeatCommand extends smithyClient.Command
|
|
|
901
301
|
})
|
|
902
302
|
.s("DataPipeline", "ReportTaskRunnerHeartbeat", {})
|
|
903
303
|
.n("DataPipelineClient", "ReportTaskRunnerHeartbeatCommand")
|
|
904
|
-
.sc(ReportTaskRunnerHeartbeat$)
|
|
304
|
+
.sc(schemas_0.ReportTaskRunnerHeartbeat$)
|
|
905
305
|
.build() {
|
|
906
306
|
}
|
|
907
307
|
|
|
@@ -913,7 +313,7 @@ class SetStatusCommand extends smithyClient.Command
|
|
|
913
313
|
})
|
|
914
314
|
.s("DataPipeline", "SetStatus", {})
|
|
915
315
|
.n("DataPipelineClient", "SetStatusCommand")
|
|
916
|
-
.sc(SetStatus$)
|
|
316
|
+
.sc(schemas_0.SetStatus$)
|
|
917
317
|
.build() {
|
|
918
318
|
}
|
|
919
319
|
|
|
@@ -925,7 +325,7 @@ class SetTaskStatusCommand extends smithyClient.Command
|
|
|
925
325
|
})
|
|
926
326
|
.s("DataPipeline", "SetTaskStatus", {})
|
|
927
327
|
.n("DataPipelineClient", "SetTaskStatusCommand")
|
|
928
|
-
.sc(SetTaskStatus$)
|
|
328
|
+
.sc(schemas_0.SetTaskStatus$)
|
|
929
329
|
.build() {
|
|
930
330
|
}
|
|
931
331
|
|
|
@@ -937,7 +337,7 @@ class ValidatePipelineDefinitionCommand extends smithyClient.Command
|
|
|
937
337
|
})
|
|
938
338
|
.s("DataPipeline", "ValidatePipelineDefinition", {})
|
|
939
339
|
.n("DataPipelineClient", "ValidatePipelineDefinitionCommand")
|
|
940
|
-
.sc(ValidatePipelineDefinition$)
|
|
340
|
+
.sc(schemas_0.ValidatePipelineDefinition$)
|
|
941
341
|
.build() {
|
|
942
342
|
}
|
|
943
343
|
|
|
@@ -998,111 +398,45 @@ Object.defineProperty(exports, "__Client", {
|
|
|
998
398
|
enumerable: true,
|
|
999
399
|
get: function () { return smithyClient.Client; }
|
|
1000
400
|
});
|
|
1001
|
-
exports
|
|
401
|
+
Object.defineProperty(exports, "DataPipelineServiceException", {
|
|
402
|
+
enumerable: true,
|
|
403
|
+
get: function () { return DataPipelineServiceException.DataPipelineServiceException; }
|
|
404
|
+
});
|
|
1002
405
|
exports.ActivatePipelineCommand = ActivatePipelineCommand;
|
|
1003
|
-
exports.ActivatePipelineInput$ = ActivatePipelineInput$;
|
|
1004
|
-
exports.ActivatePipelineOutput$ = ActivatePipelineOutput$;
|
|
1005
|
-
exports.AddTags$ = AddTags$;
|
|
1006
406
|
exports.AddTagsCommand = AddTagsCommand;
|
|
1007
|
-
exports.AddTagsInput$ = AddTagsInput$;
|
|
1008
|
-
exports.AddTagsOutput$ = AddTagsOutput$;
|
|
1009
|
-
exports.CreatePipeline$ = CreatePipeline$;
|
|
1010
407
|
exports.CreatePipelineCommand = CreatePipelineCommand;
|
|
1011
|
-
exports.CreatePipelineInput$ = CreatePipelineInput$;
|
|
1012
|
-
exports.CreatePipelineOutput$ = CreatePipelineOutput$;
|
|
1013
408
|
exports.DataPipeline = DataPipeline;
|
|
1014
409
|
exports.DataPipelineClient = DataPipelineClient;
|
|
1015
|
-
exports.DataPipelineServiceException = DataPipelineServiceException;
|
|
1016
|
-
exports.DataPipelineServiceException$ = DataPipelineServiceException$;
|
|
1017
|
-
exports.DeactivatePipeline$ = DeactivatePipeline$;
|
|
1018
410
|
exports.DeactivatePipelineCommand = DeactivatePipelineCommand;
|
|
1019
|
-
exports.DeactivatePipelineInput$ = DeactivatePipelineInput$;
|
|
1020
|
-
exports.DeactivatePipelineOutput$ = DeactivatePipelineOutput$;
|
|
1021
|
-
exports.DeletePipeline$ = DeletePipeline$;
|
|
1022
411
|
exports.DeletePipelineCommand = DeletePipelineCommand;
|
|
1023
|
-
exports.DeletePipelineInput$ = DeletePipelineInput$;
|
|
1024
|
-
exports.DescribeObjects$ = DescribeObjects$;
|
|
1025
412
|
exports.DescribeObjectsCommand = DescribeObjectsCommand;
|
|
1026
|
-
exports.DescribeObjectsInput$ = DescribeObjectsInput$;
|
|
1027
|
-
exports.DescribeObjectsOutput$ = DescribeObjectsOutput$;
|
|
1028
|
-
exports.DescribePipelines$ = DescribePipelines$;
|
|
1029
413
|
exports.DescribePipelinesCommand = DescribePipelinesCommand;
|
|
1030
|
-
exports.DescribePipelinesInput$ = DescribePipelinesInput$;
|
|
1031
|
-
exports.DescribePipelinesOutput$ = DescribePipelinesOutput$;
|
|
1032
|
-
exports.EvaluateExpression$ = EvaluateExpression$;
|
|
1033
414
|
exports.EvaluateExpressionCommand = EvaluateExpressionCommand;
|
|
1034
|
-
exports.EvaluateExpressionInput$ = EvaluateExpressionInput$;
|
|
1035
|
-
exports.EvaluateExpressionOutput$ = EvaluateExpressionOutput$;
|
|
1036
|
-
exports.Field$ = Field$;
|
|
1037
|
-
exports.GetPipelineDefinition$ = GetPipelineDefinition$;
|
|
1038
415
|
exports.GetPipelineDefinitionCommand = GetPipelineDefinitionCommand;
|
|
1039
|
-
exports.GetPipelineDefinitionInput$ = GetPipelineDefinitionInput$;
|
|
1040
|
-
exports.GetPipelineDefinitionOutput$ = GetPipelineDefinitionOutput$;
|
|
1041
|
-
exports.InstanceIdentity$ = InstanceIdentity$;
|
|
1042
|
-
exports.InternalServiceError = InternalServiceError;
|
|
1043
|
-
exports.InternalServiceError$ = InternalServiceError$;
|
|
1044
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
1045
|
-
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
1046
|
-
exports.ListPipelines$ = ListPipelines$;
|
|
1047
416
|
exports.ListPipelinesCommand = ListPipelinesCommand;
|
|
1048
|
-
exports.ListPipelinesInput$ = ListPipelinesInput$;
|
|
1049
|
-
exports.ListPipelinesOutput$ = ListPipelinesOutput$;
|
|
1050
|
-
exports.Operator$ = Operator$;
|
|
1051
417
|
exports.OperatorType = OperatorType;
|
|
1052
|
-
exports.ParameterAttribute$ = ParameterAttribute$;
|
|
1053
|
-
exports.ParameterObject$ = ParameterObject$;
|
|
1054
|
-
exports.ParameterValue$ = ParameterValue$;
|
|
1055
|
-
exports.PipelineDeletedException = PipelineDeletedException;
|
|
1056
|
-
exports.PipelineDeletedException$ = PipelineDeletedException$;
|
|
1057
|
-
exports.PipelineDescription$ = PipelineDescription$;
|
|
1058
|
-
exports.PipelineIdName$ = PipelineIdName$;
|
|
1059
|
-
exports.PipelineNotFoundException = PipelineNotFoundException;
|
|
1060
|
-
exports.PipelineNotFoundException$ = PipelineNotFoundException$;
|
|
1061
|
-
exports.PipelineObject$ = PipelineObject$;
|
|
1062
|
-
exports.PollForTask$ = PollForTask$;
|
|
1063
418
|
exports.PollForTaskCommand = PollForTaskCommand;
|
|
1064
|
-
exports.PollForTaskInput$ = PollForTaskInput$;
|
|
1065
|
-
exports.PollForTaskOutput$ = PollForTaskOutput$;
|
|
1066
|
-
exports.PutPipelineDefinition$ = PutPipelineDefinition$;
|
|
1067
419
|
exports.PutPipelineDefinitionCommand = PutPipelineDefinitionCommand;
|
|
1068
|
-
exports.PutPipelineDefinitionInput$ = PutPipelineDefinitionInput$;
|
|
1069
|
-
exports.PutPipelineDefinitionOutput$ = PutPipelineDefinitionOutput$;
|
|
1070
|
-
exports.Query$ = Query$;
|
|
1071
|
-
exports.QueryObjects$ = QueryObjects$;
|
|
1072
420
|
exports.QueryObjectsCommand = QueryObjectsCommand;
|
|
1073
|
-
exports.QueryObjectsInput$ = QueryObjectsInput$;
|
|
1074
|
-
exports.QueryObjectsOutput$ = QueryObjectsOutput$;
|
|
1075
|
-
exports.RemoveTags$ = RemoveTags$;
|
|
1076
421
|
exports.RemoveTagsCommand = RemoveTagsCommand;
|
|
1077
|
-
exports.RemoveTagsInput$ = RemoveTagsInput$;
|
|
1078
|
-
exports.RemoveTagsOutput$ = RemoveTagsOutput$;
|
|
1079
|
-
exports.ReportTaskProgress$ = ReportTaskProgress$;
|
|
1080
422
|
exports.ReportTaskProgressCommand = ReportTaskProgressCommand;
|
|
1081
|
-
exports.ReportTaskProgressInput$ = ReportTaskProgressInput$;
|
|
1082
|
-
exports.ReportTaskProgressOutput$ = ReportTaskProgressOutput$;
|
|
1083
|
-
exports.ReportTaskRunnerHeartbeat$ = ReportTaskRunnerHeartbeat$;
|
|
1084
423
|
exports.ReportTaskRunnerHeartbeatCommand = ReportTaskRunnerHeartbeatCommand;
|
|
1085
|
-
exports.ReportTaskRunnerHeartbeatInput$ = ReportTaskRunnerHeartbeatInput$;
|
|
1086
|
-
exports.ReportTaskRunnerHeartbeatOutput$ = ReportTaskRunnerHeartbeatOutput$;
|
|
1087
|
-
exports.Selector$ = Selector$;
|
|
1088
|
-
exports.SetStatus$ = SetStatus$;
|
|
1089
424
|
exports.SetStatusCommand = SetStatusCommand;
|
|
1090
|
-
exports.SetStatusInput$ = SetStatusInput$;
|
|
1091
|
-
exports.SetTaskStatus$ = SetTaskStatus$;
|
|
1092
425
|
exports.SetTaskStatusCommand = SetTaskStatusCommand;
|
|
1093
|
-
exports.SetTaskStatusInput$ = SetTaskStatusInput$;
|
|
1094
|
-
exports.SetTaskStatusOutput$ = SetTaskStatusOutput$;
|
|
1095
|
-
exports.Tag$ = Tag$;
|
|
1096
|
-
exports.TaskNotFoundException = TaskNotFoundException;
|
|
1097
|
-
exports.TaskNotFoundException$ = TaskNotFoundException$;
|
|
1098
|
-
exports.TaskObject$ = TaskObject$;
|
|
1099
426
|
exports.TaskStatus = TaskStatus;
|
|
1100
|
-
exports.ValidatePipelineDefinition$ = ValidatePipelineDefinition$;
|
|
1101
427
|
exports.ValidatePipelineDefinitionCommand = ValidatePipelineDefinitionCommand;
|
|
1102
|
-
exports.ValidatePipelineDefinitionInput$ = ValidatePipelineDefinitionInput$;
|
|
1103
|
-
exports.ValidatePipelineDefinitionOutput$ = ValidatePipelineDefinitionOutput$;
|
|
1104
|
-
exports.ValidationError$ = ValidationError$;
|
|
1105
|
-
exports.ValidationWarning$ = ValidationWarning$;
|
|
1106
428
|
exports.paginateDescribeObjects = paginateDescribeObjects;
|
|
1107
429
|
exports.paginateListPipelines = paginateListPipelines;
|
|
1108
430
|
exports.paginateQueryObjects = paginateQueryObjects;
|
|
431
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
432
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function () { return schemas_0[k]; }
|
|
435
|
+
});
|
|
436
|
+
});
|
|
437
|
+
Object.keys(errors).forEach(function (k) {
|
|
438
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
439
|
+
enumerable: true,
|
|
440
|
+
get: function () { return errors[k]; }
|
|
441
|
+
});
|
|
442
|
+
});
|