@aws-sdk/client-data-pipeline 3.296.0 → 3.298.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/commands/ActivatePipelineCommand.js +2 -3
- package/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
- package/dist-cjs/commands/DeactivatePipelineCommand.js +2 -3
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
- package/dist-cjs/commands/DescribeObjectsCommand.js +2 -3
- package/dist-cjs/commands/DescribePipelinesCommand.js +2 -3
- package/dist-cjs/commands/EvaluateExpressionCommand.js +2 -3
- package/dist-cjs/commands/GetPipelineDefinitionCommand.js +2 -3
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
- package/dist-cjs/commands/PollForTaskCommand.js +2 -3
- package/dist-cjs/commands/PutPipelineDefinitionCommand.js +2 -3
- package/dist-cjs/commands/QueryObjectsCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -3
- package/dist-cjs/commands/ReportTaskProgressCommand.js +2 -3
- package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
- package/dist-cjs/commands/SetStatusCommand.js +2 -3
- package/dist-cjs/commands/SetTaskStatusCommand.js +2 -3
- package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -206
- package/dist-es/commands/ActivatePipelineCommand.js +2 -3
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/CreatePipelineCommand.js +2 -3
- package/dist-es/commands/DeactivatePipelineCommand.js +2 -3
- package/dist-es/commands/DeletePipelineCommand.js +2 -3
- package/dist-es/commands/DescribeObjectsCommand.js +2 -3
- package/dist-es/commands/DescribePipelinesCommand.js +2 -3
- package/dist-es/commands/EvaluateExpressionCommand.js +2 -3
- package/dist-es/commands/GetPipelineDefinitionCommand.js +2 -3
- package/dist-es/commands/ListPipelinesCommand.js +2 -3
- package/dist-es/commands/PollForTaskCommand.js +2 -3
- package/dist-es/commands/PutPipelineDefinitionCommand.js +2 -3
- package/dist-es/commands/QueryObjectsCommand.js +2 -3
- package/dist-es/commands/RemoveTagsCommand.js +2 -3
- package/dist-es/commands/ReportTaskProgressCommand.js +2 -3
- package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
- package/dist-es/commands/SetStatusCommand.js +2 -3
- package/dist-es/commands/SetTaskStatusCommand.js +2 -3
- package/dist-es/commands/ValidatePipelineDefinitionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -153
- package/dist-types/DataPipeline.d.ts +284 -264
- package/dist-types/DataPipelineClient.d.ts +24 -4
- package/dist-types/commands/ActivatePipelineCommand.d.ts +18 -2
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +19 -3
- package/dist-types/commands/DeactivatePipelineCommand.d.ts +16 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +17 -1
- package/dist-types/commands/DescribeObjectsCommand.d.ts +40 -24
- package/dist-types/commands/DescribePipelinesCommand.d.ts +42 -26
- package/dist-types/commands/EvaluateExpressionCommand.d.ts +19 -3
- package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +43 -27
- package/dist-types/commands/ListPipelinesCommand.d.ts +23 -7
- package/dist-types/commands/PollForTaskCommand.d.ts +56 -40
- package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +71 -55
- package/dist-types/commands/QueryObjectsCommand.d.ts +22 -6
- package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
- package/dist-types/commands/ReportTaskProgressCommand.d.ts +21 -5
- package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +19 -3
- package/dist-types/commands/SetStatusCommand.d.ts +18 -2
- package/dist-types/commands/SetTaskStatusCommand.d.ts +19 -3
- package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +73 -57
- package/dist-types/models/DataPipelineServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +62 -204
- package/dist-types/pagination/DescribeObjectsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +3 -0
- package/dist-types/pagination/QueryObjectsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -139
- package/package.json +4 -3
|
@@ -258,142 +258,3 @@ export interface ValidatePipelineDefinitionOutput {
|
|
|
258
258
|
validationWarnings?: ValidationWarning[];
|
|
259
259
|
errored: boolean | undefined;
|
|
260
260
|
}
|
|
261
|
-
export declare const ParameterValueFilterSensitiveLog: (
|
|
262
|
-
obj: ParameterValue
|
|
263
|
-
) => any;
|
|
264
|
-
export declare const ActivatePipelineInputFilterSensitiveLog: (
|
|
265
|
-
obj: ActivatePipelineInput
|
|
266
|
-
) => any;
|
|
267
|
-
export declare const ActivatePipelineOutputFilterSensitiveLog: (
|
|
268
|
-
obj: ActivatePipelineOutput
|
|
269
|
-
) => any;
|
|
270
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
271
|
-
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
272
|
-
export declare const AddTagsOutputFilterSensitiveLog: (
|
|
273
|
-
obj: AddTagsOutput
|
|
274
|
-
) => any;
|
|
275
|
-
export declare const CreatePipelineInputFilterSensitiveLog: (
|
|
276
|
-
obj: CreatePipelineInput
|
|
277
|
-
) => any;
|
|
278
|
-
export declare const CreatePipelineOutputFilterSensitiveLog: (
|
|
279
|
-
obj: CreatePipelineOutput
|
|
280
|
-
) => any;
|
|
281
|
-
export declare const DeactivatePipelineInputFilterSensitiveLog: (
|
|
282
|
-
obj: DeactivatePipelineInput
|
|
283
|
-
) => any;
|
|
284
|
-
export declare const DeactivatePipelineOutputFilterSensitiveLog: (
|
|
285
|
-
obj: DeactivatePipelineOutput
|
|
286
|
-
) => any;
|
|
287
|
-
export declare const DeletePipelineInputFilterSensitiveLog: (
|
|
288
|
-
obj: DeletePipelineInput
|
|
289
|
-
) => any;
|
|
290
|
-
export declare const DescribeObjectsInputFilterSensitiveLog: (
|
|
291
|
-
obj: DescribeObjectsInput
|
|
292
|
-
) => any;
|
|
293
|
-
export declare const FieldFilterSensitiveLog: (obj: Field) => any;
|
|
294
|
-
export declare const PipelineObjectFilterSensitiveLog: (
|
|
295
|
-
obj: PipelineObject
|
|
296
|
-
) => any;
|
|
297
|
-
export declare const DescribeObjectsOutputFilterSensitiveLog: (
|
|
298
|
-
obj: DescribeObjectsOutput
|
|
299
|
-
) => any;
|
|
300
|
-
export declare const DescribePipelinesInputFilterSensitiveLog: (
|
|
301
|
-
obj: DescribePipelinesInput
|
|
302
|
-
) => any;
|
|
303
|
-
export declare const PipelineDescriptionFilterSensitiveLog: (
|
|
304
|
-
obj: PipelineDescription
|
|
305
|
-
) => any;
|
|
306
|
-
export declare const DescribePipelinesOutputFilterSensitiveLog: (
|
|
307
|
-
obj: DescribePipelinesOutput
|
|
308
|
-
) => any;
|
|
309
|
-
export declare const EvaluateExpressionInputFilterSensitiveLog: (
|
|
310
|
-
obj: EvaluateExpressionInput
|
|
311
|
-
) => any;
|
|
312
|
-
export declare const EvaluateExpressionOutputFilterSensitiveLog: (
|
|
313
|
-
obj: EvaluateExpressionOutput
|
|
314
|
-
) => any;
|
|
315
|
-
export declare const GetPipelineDefinitionInputFilterSensitiveLog: (
|
|
316
|
-
obj: GetPipelineDefinitionInput
|
|
317
|
-
) => any;
|
|
318
|
-
export declare const ParameterAttributeFilterSensitiveLog: (
|
|
319
|
-
obj: ParameterAttribute
|
|
320
|
-
) => any;
|
|
321
|
-
export declare const ParameterObjectFilterSensitiveLog: (
|
|
322
|
-
obj: ParameterObject
|
|
323
|
-
) => any;
|
|
324
|
-
export declare const GetPipelineDefinitionOutputFilterSensitiveLog: (
|
|
325
|
-
obj: GetPipelineDefinitionOutput
|
|
326
|
-
) => any;
|
|
327
|
-
export declare const ListPipelinesInputFilterSensitiveLog: (
|
|
328
|
-
obj: ListPipelinesInput
|
|
329
|
-
) => any;
|
|
330
|
-
export declare const PipelineIdNameFilterSensitiveLog: (
|
|
331
|
-
obj: PipelineIdName
|
|
332
|
-
) => any;
|
|
333
|
-
export declare const ListPipelinesOutputFilterSensitiveLog: (
|
|
334
|
-
obj: ListPipelinesOutput
|
|
335
|
-
) => any;
|
|
336
|
-
export declare const InstanceIdentityFilterSensitiveLog: (
|
|
337
|
-
obj: InstanceIdentity
|
|
338
|
-
) => any;
|
|
339
|
-
export declare const PollForTaskInputFilterSensitiveLog: (
|
|
340
|
-
obj: PollForTaskInput
|
|
341
|
-
) => any;
|
|
342
|
-
export declare const TaskObjectFilterSensitiveLog: (obj: TaskObject) => any;
|
|
343
|
-
export declare const PollForTaskOutputFilterSensitiveLog: (
|
|
344
|
-
obj: PollForTaskOutput
|
|
345
|
-
) => any;
|
|
346
|
-
export declare const PutPipelineDefinitionInputFilterSensitiveLog: (
|
|
347
|
-
obj: PutPipelineDefinitionInput
|
|
348
|
-
) => any;
|
|
349
|
-
export declare const ValidationErrorFilterSensitiveLog: (
|
|
350
|
-
obj: ValidationError
|
|
351
|
-
) => any;
|
|
352
|
-
export declare const ValidationWarningFilterSensitiveLog: (
|
|
353
|
-
obj: ValidationWarning
|
|
354
|
-
) => any;
|
|
355
|
-
export declare const PutPipelineDefinitionOutputFilterSensitiveLog: (
|
|
356
|
-
obj: PutPipelineDefinitionOutput
|
|
357
|
-
) => any;
|
|
358
|
-
export declare const OperatorFilterSensitiveLog: (obj: Operator) => any;
|
|
359
|
-
export declare const SelectorFilterSensitiveLog: (obj: Selector) => any;
|
|
360
|
-
export declare const QueryFilterSensitiveLog: (obj: Query) => any;
|
|
361
|
-
export declare const QueryObjectsInputFilterSensitiveLog: (
|
|
362
|
-
obj: QueryObjectsInput
|
|
363
|
-
) => any;
|
|
364
|
-
export declare const QueryObjectsOutputFilterSensitiveLog: (
|
|
365
|
-
obj: QueryObjectsOutput
|
|
366
|
-
) => any;
|
|
367
|
-
export declare const RemoveTagsInputFilterSensitiveLog: (
|
|
368
|
-
obj: RemoveTagsInput
|
|
369
|
-
) => any;
|
|
370
|
-
export declare const RemoveTagsOutputFilterSensitiveLog: (
|
|
371
|
-
obj: RemoveTagsOutput
|
|
372
|
-
) => any;
|
|
373
|
-
export declare const ReportTaskProgressInputFilterSensitiveLog: (
|
|
374
|
-
obj: ReportTaskProgressInput
|
|
375
|
-
) => any;
|
|
376
|
-
export declare const ReportTaskProgressOutputFilterSensitiveLog: (
|
|
377
|
-
obj: ReportTaskProgressOutput
|
|
378
|
-
) => any;
|
|
379
|
-
export declare const ReportTaskRunnerHeartbeatInputFilterSensitiveLog: (
|
|
380
|
-
obj: ReportTaskRunnerHeartbeatInput
|
|
381
|
-
) => any;
|
|
382
|
-
export declare const ReportTaskRunnerHeartbeatOutputFilterSensitiveLog: (
|
|
383
|
-
obj: ReportTaskRunnerHeartbeatOutput
|
|
384
|
-
) => any;
|
|
385
|
-
export declare const SetStatusInputFilterSensitiveLog: (
|
|
386
|
-
obj: SetStatusInput
|
|
387
|
-
) => any;
|
|
388
|
-
export declare const SetTaskStatusInputFilterSensitiveLog: (
|
|
389
|
-
obj: SetTaskStatusInput
|
|
390
|
-
) => any;
|
|
391
|
-
export declare const SetTaskStatusOutputFilterSensitiveLog: (
|
|
392
|
-
obj: SetTaskStatusOutput
|
|
393
|
-
) => any;
|
|
394
|
-
export declare const ValidatePipelineDefinitionInputFilterSensitiveLog: (
|
|
395
|
-
obj: ValidatePipelineDefinitionInput
|
|
396
|
-
) => any;
|
|
397
|
-
export declare const ValidatePipelineDefinitionOutputFilterSensitiveLog: (
|
|
398
|
-
obj: ValidatePipelineDefinitionOutput
|
|
399
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-data-pipeline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Data Pipeline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo data-pipeline"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|