@aws-sdk/client-data-pipeline 3.297.0 → 3.299.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 (43) hide show
  1. package/dist-cjs/commands/ActivatePipelineCommand.js +2 -3
  2. package/dist-cjs/commands/AddTagsCommand.js +2 -3
  3. package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
  4. package/dist-cjs/commands/DeactivatePipelineCommand.js +2 -3
  5. package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeObjectsCommand.js +2 -3
  7. package/dist-cjs/commands/DescribePipelinesCommand.js +2 -3
  8. package/dist-cjs/commands/EvaluateExpressionCommand.js +2 -3
  9. package/dist-cjs/commands/GetPipelineDefinitionCommand.js +2 -3
  10. package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
  11. package/dist-cjs/commands/PollForTaskCommand.js +2 -3
  12. package/dist-cjs/commands/PutPipelineDefinitionCommand.js +2 -3
  13. package/dist-cjs/commands/QueryObjectsCommand.js +2 -3
  14. package/dist-cjs/commands/RemoveTagsCommand.js +2 -3
  15. package/dist-cjs/commands/ReportTaskProgressCommand.js +2 -3
  16. package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
  17. package/dist-cjs/commands/SetStatusCommand.js +2 -3
  18. package/dist-cjs/commands/SetTaskStatusCommand.js +2 -3
  19. package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +2 -3
  20. package/dist-cjs/models/models_0.js +1 -206
  21. package/dist-es/commands/ActivatePipelineCommand.js +2 -3
  22. package/dist-es/commands/AddTagsCommand.js +2 -3
  23. package/dist-es/commands/CreatePipelineCommand.js +2 -3
  24. package/dist-es/commands/DeactivatePipelineCommand.js +2 -3
  25. package/dist-es/commands/DeletePipelineCommand.js +2 -3
  26. package/dist-es/commands/DescribeObjectsCommand.js +2 -3
  27. package/dist-es/commands/DescribePipelinesCommand.js +2 -3
  28. package/dist-es/commands/EvaluateExpressionCommand.js +2 -3
  29. package/dist-es/commands/GetPipelineDefinitionCommand.js +2 -3
  30. package/dist-es/commands/ListPipelinesCommand.js +2 -3
  31. package/dist-es/commands/PollForTaskCommand.js +2 -3
  32. package/dist-es/commands/PutPipelineDefinitionCommand.js +2 -3
  33. package/dist-es/commands/QueryObjectsCommand.js +2 -3
  34. package/dist-es/commands/RemoveTagsCommand.js +2 -3
  35. package/dist-es/commands/ReportTaskProgressCommand.js +2 -3
  36. package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +2 -3
  37. package/dist-es/commands/SetStatusCommand.js +2 -3
  38. package/dist-es/commands/SetTaskStatusCommand.js +2 -3
  39. package/dist-es/commands/ValidatePipelineDefinitionCommand.js +2 -3
  40. package/dist-es/models/models_0.js +0 -153
  41. package/dist-types/models/models_0.d.ts +0 -204
  42. package/dist-types/ts3.4/models/models_0.d.ts +0 -139
  43. package/package.json +11 -10
@@ -916,207 +916,3 @@ export interface ValidatePipelineDefinitionOutput {
916
916
  */
917
917
  errored: boolean | undefined;
918
918
  }
919
- /**
920
- * @internal
921
- */
922
- export declare const ParameterValueFilterSensitiveLog: (obj: ParameterValue) => any;
923
- /**
924
- * @internal
925
- */
926
- export declare const ActivatePipelineInputFilterSensitiveLog: (obj: ActivatePipelineInput) => any;
927
- /**
928
- * @internal
929
- */
930
- export declare const ActivatePipelineOutputFilterSensitiveLog: (obj: ActivatePipelineOutput) => any;
931
- /**
932
- * @internal
933
- */
934
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
935
- /**
936
- * @internal
937
- */
938
- export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
939
- /**
940
- * @internal
941
- */
942
- export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
943
- /**
944
- * @internal
945
- */
946
- export declare const CreatePipelineInputFilterSensitiveLog: (obj: CreatePipelineInput) => any;
947
- /**
948
- * @internal
949
- */
950
- export declare const CreatePipelineOutputFilterSensitiveLog: (obj: CreatePipelineOutput) => any;
951
- /**
952
- * @internal
953
- */
954
- export declare const DeactivatePipelineInputFilterSensitiveLog: (obj: DeactivatePipelineInput) => any;
955
- /**
956
- * @internal
957
- */
958
- export declare const DeactivatePipelineOutputFilterSensitiveLog: (obj: DeactivatePipelineOutput) => any;
959
- /**
960
- * @internal
961
- */
962
- export declare const DeletePipelineInputFilterSensitiveLog: (obj: DeletePipelineInput) => any;
963
- /**
964
- * @internal
965
- */
966
- export declare const DescribeObjectsInputFilterSensitiveLog: (obj: DescribeObjectsInput) => any;
967
- /**
968
- * @internal
969
- */
970
- export declare const FieldFilterSensitiveLog: (obj: Field) => any;
971
- /**
972
- * @internal
973
- */
974
- export declare const PipelineObjectFilterSensitiveLog: (obj: PipelineObject) => any;
975
- /**
976
- * @internal
977
- */
978
- export declare const DescribeObjectsOutputFilterSensitiveLog: (obj: DescribeObjectsOutput) => any;
979
- /**
980
- * @internal
981
- */
982
- export declare const DescribePipelinesInputFilterSensitiveLog: (obj: DescribePipelinesInput) => any;
983
- /**
984
- * @internal
985
- */
986
- export declare const PipelineDescriptionFilterSensitiveLog: (obj: PipelineDescription) => any;
987
- /**
988
- * @internal
989
- */
990
- export declare const DescribePipelinesOutputFilterSensitiveLog: (obj: DescribePipelinesOutput) => any;
991
- /**
992
- * @internal
993
- */
994
- export declare const EvaluateExpressionInputFilterSensitiveLog: (obj: EvaluateExpressionInput) => any;
995
- /**
996
- * @internal
997
- */
998
- export declare const EvaluateExpressionOutputFilterSensitiveLog: (obj: EvaluateExpressionOutput) => any;
999
- /**
1000
- * @internal
1001
- */
1002
- export declare const GetPipelineDefinitionInputFilterSensitiveLog: (obj: GetPipelineDefinitionInput) => any;
1003
- /**
1004
- * @internal
1005
- */
1006
- export declare const ParameterAttributeFilterSensitiveLog: (obj: ParameterAttribute) => any;
1007
- /**
1008
- * @internal
1009
- */
1010
- export declare const ParameterObjectFilterSensitiveLog: (obj: ParameterObject) => any;
1011
- /**
1012
- * @internal
1013
- */
1014
- export declare const GetPipelineDefinitionOutputFilterSensitiveLog: (obj: GetPipelineDefinitionOutput) => any;
1015
- /**
1016
- * @internal
1017
- */
1018
- export declare const ListPipelinesInputFilterSensitiveLog: (obj: ListPipelinesInput) => any;
1019
- /**
1020
- * @internal
1021
- */
1022
- export declare const PipelineIdNameFilterSensitiveLog: (obj: PipelineIdName) => any;
1023
- /**
1024
- * @internal
1025
- */
1026
- export declare const ListPipelinesOutputFilterSensitiveLog: (obj: ListPipelinesOutput) => any;
1027
- /**
1028
- * @internal
1029
- */
1030
- export declare const InstanceIdentityFilterSensitiveLog: (obj: InstanceIdentity) => any;
1031
- /**
1032
- * @internal
1033
- */
1034
- export declare const PollForTaskInputFilterSensitiveLog: (obj: PollForTaskInput) => any;
1035
- /**
1036
- * @internal
1037
- */
1038
- export declare const TaskObjectFilterSensitiveLog: (obj: TaskObject) => any;
1039
- /**
1040
- * @internal
1041
- */
1042
- export declare const PollForTaskOutputFilterSensitiveLog: (obj: PollForTaskOutput) => any;
1043
- /**
1044
- * @internal
1045
- */
1046
- export declare const PutPipelineDefinitionInputFilterSensitiveLog: (obj: PutPipelineDefinitionInput) => any;
1047
- /**
1048
- * @internal
1049
- */
1050
- export declare const ValidationErrorFilterSensitiveLog: (obj: ValidationError) => any;
1051
- /**
1052
- * @internal
1053
- */
1054
- export declare const ValidationWarningFilterSensitiveLog: (obj: ValidationWarning) => any;
1055
- /**
1056
- * @internal
1057
- */
1058
- export declare const PutPipelineDefinitionOutputFilterSensitiveLog: (obj: PutPipelineDefinitionOutput) => any;
1059
- /**
1060
- * @internal
1061
- */
1062
- export declare const OperatorFilterSensitiveLog: (obj: Operator) => any;
1063
- /**
1064
- * @internal
1065
- */
1066
- export declare const SelectorFilterSensitiveLog: (obj: Selector) => any;
1067
- /**
1068
- * @internal
1069
- */
1070
- export declare const QueryFilterSensitiveLog: (obj: Query) => any;
1071
- /**
1072
- * @internal
1073
- */
1074
- export declare const QueryObjectsInputFilterSensitiveLog: (obj: QueryObjectsInput) => any;
1075
- /**
1076
- * @internal
1077
- */
1078
- export declare const QueryObjectsOutputFilterSensitiveLog: (obj: QueryObjectsOutput) => any;
1079
- /**
1080
- * @internal
1081
- */
1082
- export declare const RemoveTagsInputFilterSensitiveLog: (obj: RemoveTagsInput) => any;
1083
- /**
1084
- * @internal
1085
- */
1086
- export declare const RemoveTagsOutputFilterSensitiveLog: (obj: RemoveTagsOutput) => any;
1087
- /**
1088
- * @internal
1089
- */
1090
- export declare const ReportTaskProgressInputFilterSensitiveLog: (obj: ReportTaskProgressInput) => any;
1091
- /**
1092
- * @internal
1093
- */
1094
- export declare const ReportTaskProgressOutputFilterSensitiveLog: (obj: ReportTaskProgressOutput) => any;
1095
- /**
1096
- * @internal
1097
- */
1098
- export declare const ReportTaskRunnerHeartbeatInputFilterSensitiveLog: (obj: ReportTaskRunnerHeartbeatInput) => any;
1099
- /**
1100
- * @internal
1101
- */
1102
- export declare const ReportTaskRunnerHeartbeatOutputFilterSensitiveLog: (obj: ReportTaskRunnerHeartbeatOutput) => any;
1103
- /**
1104
- * @internal
1105
- */
1106
- export declare const SetStatusInputFilterSensitiveLog: (obj: SetStatusInput) => any;
1107
- /**
1108
- * @internal
1109
- */
1110
- export declare const SetTaskStatusInputFilterSensitiveLog: (obj: SetTaskStatusInput) => any;
1111
- /**
1112
- * @internal
1113
- */
1114
- export declare const SetTaskStatusOutputFilterSensitiveLog: (obj: SetTaskStatusOutput) => any;
1115
- /**
1116
- * @internal
1117
- */
1118
- export declare const ValidatePipelineDefinitionInputFilterSensitiveLog: (obj: ValidatePipelineDefinitionInput) => any;
1119
- /**
1120
- * @internal
1121
- */
1122
- export declare const ValidatePipelineDefinitionOutputFilterSensitiveLog: (obj: ValidatePipelineDefinitionOutput) => any;
@@ -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.297.0",
4
+ "version": "3.299.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,22 +21,22 @@
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.297.0",
24
- "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.299.0",
25
+ "@aws-sdk/config-resolver": "3.299.0",
26
+ "@aws-sdk/credential-provider-node": "3.299.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",
29
30
  "@aws-sdk/middleware-content-length": "3.296.0",
30
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
31
32
  "@aws-sdk/middleware-host-header": "3.296.0",
32
33
  "@aws-sdk/middleware-logger": "3.296.0",
33
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
35
  "@aws-sdk/middleware-retry": "3.296.0",
35
36
  "@aws-sdk/middleware-serde": "3.296.0",
36
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
37
38
  "@aws-sdk/middleware-stack": "3.296.0",
38
- "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
39
40
  "@aws-sdk/node-config-provider": "3.296.0",
40
41
  "@aws-sdk/node-http-handler": "3.296.0",
41
42
  "@aws-sdk/protocol-http": "3.296.0",
@@ -46,11 +47,11 @@
46
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
47
48
  "@aws-sdk/util-body-length-node": "3.295.0",
48
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
51
  "@aws-sdk/util-endpoints": "3.296.0",
51
52
  "@aws-sdk/util-retry": "3.296.0",
52
- "@aws-sdk/util-user-agent-browser": "3.296.0",
53
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.299.0",
54
55
  "@aws-sdk/util-utf8": "3.295.0",
55
56
  "tslib": "^2.5.0"
56
57
  },