@aws-sdk/client-data-pipeline 3.131.0 → 3.142.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 (47) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/ActivatePipelineCommand.js +2 -2
  4. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
  6. package/dist-cjs/commands/DeactivatePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/DeletePipelineCommand.js +1 -1
  8. package/dist-cjs/commands/DescribeObjectsCommand.js +2 -2
  9. package/dist-cjs/commands/DescribePipelinesCommand.js +2 -2
  10. package/dist-cjs/commands/EvaluateExpressionCommand.js +2 -2
  11. package/dist-cjs/commands/GetPipelineDefinitionCommand.js +2 -2
  12. package/dist-cjs/commands/ListPipelinesCommand.js +2 -2
  13. package/dist-cjs/commands/PollForTaskCommand.js +2 -2
  14. package/dist-cjs/commands/PutPipelineDefinitionCommand.js +2 -2
  15. package/dist-cjs/commands/QueryObjectsCommand.js +2 -2
  16. package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
  17. package/dist-cjs/commands/ReportTaskProgressCommand.js +2 -2
  18. package/dist-cjs/commands/ReportTaskRunnerHeartbeatCommand.js +2 -2
  19. package/dist-cjs/commands/SetStatusCommand.js +1 -1
  20. package/dist-cjs/commands/SetTaskStatusCommand.js +2 -2
  21. package/dist-cjs/commands/ValidatePipelineDefinitionCommand.js +2 -2
  22. package/dist-cjs/models/models_0.js +206 -308
  23. package/dist-cjs/protocols/Aws_json1_1.js +95 -179
  24. package/dist-es/commands/ActivatePipelineCommand.js +3 -3
  25. package/dist-es/commands/AddTagsCommand.js +3 -3
  26. package/dist-es/commands/CreatePipelineCommand.js +3 -3
  27. package/dist-es/commands/DeactivatePipelineCommand.js +3 -3
  28. package/dist-es/commands/DeletePipelineCommand.js +2 -2
  29. package/dist-es/commands/DescribeObjectsCommand.js +3 -3
  30. package/dist-es/commands/DescribePipelinesCommand.js +3 -3
  31. package/dist-es/commands/EvaluateExpressionCommand.js +3 -3
  32. package/dist-es/commands/GetPipelineDefinitionCommand.js +3 -3
  33. package/dist-es/commands/ListPipelinesCommand.js +3 -3
  34. package/dist-es/commands/PollForTaskCommand.js +3 -3
  35. package/dist-es/commands/PutPipelineDefinitionCommand.js +3 -3
  36. package/dist-es/commands/QueryObjectsCommand.js +3 -3
  37. package/dist-es/commands/RemoveTagsCommand.js +3 -3
  38. package/dist-es/commands/ReportTaskProgressCommand.js +3 -3
  39. package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +3 -3
  40. package/dist-es/commands/SetStatusCommand.js +2 -2
  41. package/dist-es/commands/SetTaskStatusCommand.js +3 -3
  42. package/dist-es/commands/ValidatePipelineDefinitionCommand.js +3 -3
  43. package/dist-es/models/models_0.js +51 -204
  44. package/dist-es/protocols/Aws_json1_1.js +153 -180
  45. package/dist-types/models/models_0.d.ts +204 -306
  46. package/dist-types/ts3.4/models/models_0.d.ts +102 -204
  47. package/package.json +6 -6
@@ -13,12 +13,6 @@ export interface ParameterValue {
13
13
  */
14
14
  stringValue: string | undefined;
15
15
  }
16
- export declare namespace ParameterValue {
17
- /**
18
- * @internal
19
- */
20
- const filterSensitiveLog: (obj: ParameterValue) => any;
21
- }
22
16
  /**
23
17
  * <p>Contains the parameters for ActivatePipeline.</p>
24
18
  */
@@ -36,23 +30,11 @@ export interface ActivatePipelineInput {
36
30
  */
37
31
  startTimestamp?: Date;
38
32
  }
39
- export declare namespace ActivatePipelineInput {
40
- /**
41
- * @internal
42
- */
43
- const filterSensitiveLog: (obj: ActivatePipelineInput) => any;
44
- }
45
33
  /**
46
34
  * <p>Contains the output of ActivatePipeline.</p>
47
35
  */
48
36
  export interface ActivatePipelineOutput {
49
37
  }
50
- export declare namespace ActivatePipelineOutput {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: ActivatePipelineOutput) => any;
55
- }
56
38
  /**
57
39
  * <p>An internal service error occurred.</p>
58
40
  */
@@ -113,12 +95,6 @@ export interface Tag {
113
95
  */
114
96
  value: string | undefined;
115
97
  }
116
- export declare namespace Tag {
117
- /**
118
- * @internal
119
- */
120
- const filterSensitiveLog: (obj: Tag) => any;
121
- }
122
98
  /**
123
99
  * <p>Contains the parameters for AddTags.</p>
124
100
  */
@@ -132,23 +108,11 @@ export interface AddTagsInput {
132
108
  */
133
109
  tags: Tag[] | undefined;
134
110
  }
135
- export declare namespace AddTagsInput {
136
- /**
137
- * @internal
138
- */
139
- const filterSensitiveLog: (obj: AddTagsInput) => any;
140
- }
141
111
  /**
142
112
  * <p>Contains the output of AddTags.</p>
143
113
  */
144
114
  export interface AddTagsOutput {
145
115
  }
146
- export declare namespace AddTagsOutput {
147
- /**
148
- * @internal
149
- */
150
- const filterSensitiveLog: (obj: AddTagsOutput) => any;
151
- }
152
116
  /**
153
117
  * <p>Contains the parameters for CreatePipeline.</p>
154
118
  */
@@ -180,12 +144,6 @@ export interface CreatePipelineInput {
180
144
  */
181
145
  tags?: Tag[];
182
146
  }
183
- export declare namespace CreatePipelineInput {
184
- /**
185
- * @internal
186
- */
187
- const filterSensitiveLog: (obj: CreatePipelineInput) => any;
188
- }
189
147
  /**
190
148
  * <p>Contains the output of CreatePipeline.</p>
191
149
  */
@@ -195,12 +153,6 @@ export interface CreatePipelineOutput {
195
153
  */
196
154
  pipelineId: string | undefined;
197
155
  }
198
- export declare namespace CreatePipelineOutput {
199
- /**
200
- * @internal
201
- */
202
- const filterSensitiveLog: (obj: CreatePipelineOutput) => any;
203
- }
204
156
  /**
205
157
  * <p>Contains the parameters for DeactivatePipeline.</p>
206
158
  */
@@ -217,23 +169,11 @@ export interface DeactivatePipelineInput {
217
169
  */
218
170
  cancelActive?: boolean;
219
171
  }
220
- export declare namespace DeactivatePipelineInput {
221
- /**
222
- * @internal
223
- */
224
- const filterSensitiveLog: (obj: DeactivatePipelineInput) => any;
225
- }
226
172
  /**
227
173
  * <p>Contains the output of DeactivatePipeline.</p>
228
174
  */
229
175
  export interface DeactivatePipelineOutput {
230
176
  }
231
- export declare namespace DeactivatePipelineOutput {
232
- /**
233
- * @internal
234
- */
235
- const filterSensitiveLog: (obj: DeactivatePipelineOutput) => any;
236
- }
237
177
  /**
238
178
  * <p>Contains the parameters for DeletePipeline.</p>
239
179
  */
@@ -243,12 +183,6 @@ export interface DeletePipelineInput {
243
183
  */
244
184
  pipelineId: string | undefined;
245
185
  }
246
- export declare namespace DeletePipelineInput {
247
- /**
248
- * @internal
249
- */
250
- const filterSensitiveLog: (obj: DeletePipelineInput) => any;
251
- }
252
186
  /**
253
187
  * <p>Contains the parameters for DescribeObjects.</p>
254
188
  */
@@ -272,12 +206,6 @@ export interface DescribeObjectsInput {
272
206
  */
273
207
  marker?: string;
274
208
  }
275
- export declare namespace DescribeObjectsInput {
276
- /**
277
- * @internal
278
- */
279
- const filterSensitiveLog: (obj: DescribeObjectsInput) => any;
280
- }
281
209
  /**
282
210
  * <p>A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (<code>StringValue</code>) or a reference to another object (<code>RefValue</code>) but not as both.</p>
283
211
  */
@@ -295,12 +223,6 @@ export interface Field {
295
223
  */
296
224
  refValue?: string;
297
225
  }
298
- export declare namespace Field {
299
- /**
300
- * @internal
301
- */
302
- const filterSensitiveLog: (obj: Field) => any;
303
- }
304
226
  /**
305
227
  * <p>Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.</p>
306
228
  */
@@ -318,12 +240,6 @@ export interface PipelineObject {
318
240
  */
319
241
  fields: Field[] | undefined;
320
242
  }
321
- export declare namespace PipelineObject {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: PipelineObject) => any;
326
- }
327
243
  /**
328
244
  * <p>Contains the output of DescribeObjects.</p>
329
245
  */
@@ -342,12 +258,6 @@ export interface DescribeObjectsOutput {
342
258
  */
343
259
  hasMoreResults?: boolean;
344
260
  }
345
- export declare namespace DescribeObjectsOutput {
346
- /**
347
- * @internal
348
- */
349
- const filterSensitiveLog: (obj: DescribeObjectsOutput) => any;
350
- }
351
261
  /**
352
262
  * <p>Contains the parameters for DescribePipelines.</p>
353
263
  */
@@ -358,12 +268,6 @@ export interface DescribePipelinesInput {
358
268
  */
359
269
  pipelineIds: string[] | undefined;
360
270
  }
361
- export declare namespace DescribePipelinesInput {
362
- /**
363
- * @internal
364
- */
365
- const filterSensitiveLog: (obj: DescribePipelinesInput) => any;
366
- }
367
271
  /**
368
272
  * <p>Contains pipeline metadata.</p>
369
273
  */
@@ -390,12 +294,6 @@ export interface PipelineDescription {
390
294
  */
391
295
  tags?: Tag[];
392
296
  }
393
- export declare namespace PipelineDescription {
394
- /**
395
- * @internal
396
- */
397
- const filterSensitiveLog: (obj: PipelineDescription) => any;
398
- }
399
297
  /**
400
298
  * <p>Contains the output of DescribePipelines.</p>
401
299
  */
@@ -405,12 +303,6 @@ export interface DescribePipelinesOutput {
405
303
  */
406
304
  pipelineDescriptionList: PipelineDescription[] | undefined;
407
305
  }
408
- export declare namespace DescribePipelinesOutput {
409
- /**
410
- * @internal
411
- */
412
- const filterSensitiveLog: (obj: DescribePipelinesOutput) => any;
413
- }
414
306
  /**
415
307
  * <p>Contains the parameters for EvaluateExpression.</p>
416
308
  */
@@ -428,12 +320,6 @@ export interface EvaluateExpressionInput {
428
320
  */
429
321
  expression: string | undefined;
430
322
  }
431
- export declare namespace EvaluateExpressionInput {
432
- /**
433
- * @internal
434
- */
435
- const filterSensitiveLog: (obj: EvaluateExpressionInput) => any;
436
- }
437
323
  /**
438
324
  * <p>Contains the output of EvaluateExpression.</p>
439
325
  */
@@ -443,12 +329,6 @@ export interface EvaluateExpressionOutput {
443
329
  */
444
330
  evaluatedExpression: string | undefined;
445
331
  }
446
- export declare namespace EvaluateExpressionOutput {
447
- /**
448
- * @internal
449
- */
450
- const filterSensitiveLog: (obj: EvaluateExpressionOutput) => any;
451
- }
452
332
  /**
453
333
  * <p>The specified task was not found. </p>
454
334
  */
@@ -475,12 +355,6 @@ export interface GetPipelineDefinitionInput {
475
355
  */
476
356
  version?: string;
477
357
  }
478
- export declare namespace GetPipelineDefinitionInput {
479
- /**
480
- * @internal
481
- */
482
- const filterSensitiveLog: (obj: GetPipelineDefinitionInput) => any;
483
- }
484
358
  /**
485
359
  * <p>The attributes allowed or specified with a parameter object.</p>
486
360
  */
@@ -494,12 +368,6 @@ export interface ParameterAttribute {
494
368
  */
495
369
  stringValue: string | undefined;
496
370
  }
497
- export declare namespace ParameterAttribute {
498
- /**
499
- * @internal
500
- */
501
- const filterSensitiveLog: (obj: ParameterAttribute) => any;
502
- }
503
371
  /**
504
372
  * <p>Contains information about a parameter object.</p>
505
373
  */
@@ -513,12 +381,6 @@ export interface ParameterObject {
513
381
  */
514
382
  attributes: ParameterAttribute[] | undefined;
515
383
  }
516
- export declare namespace ParameterObject {
517
- /**
518
- * @internal
519
- */
520
- const filterSensitiveLog: (obj: ParameterObject) => any;
521
- }
522
384
  /**
523
385
  * <p>Contains the output of GetPipelineDefinition.</p>
524
386
  */
@@ -536,12 +398,6 @@ export interface GetPipelineDefinitionOutput {
536
398
  */
537
399
  parameterValues?: ParameterValue[];
538
400
  }
539
- export declare namespace GetPipelineDefinitionOutput {
540
- /**
541
- * @internal
542
- */
543
- const filterSensitiveLog: (obj: GetPipelineDefinitionOutput) => any;
544
- }
545
401
  /**
546
402
  * <p>Contains the parameters for ListPipelines.</p>
547
403
  */
@@ -553,12 +409,6 @@ export interface ListPipelinesInput {
553
409
  */
554
410
  marker?: string;
555
411
  }
556
- export declare namespace ListPipelinesInput {
557
- /**
558
- * @internal
559
- */
560
- const filterSensitiveLog: (obj: ListPipelinesInput) => any;
561
- }
562
412
  /**
563
413
  * <p>Contains the name and identifier of a pipeline.</p>
564
414
  */
@@ -572,12 +422,6 @@ export interface PipelineIdName {
572
422
  */
573
423
  name?: string;
574
424
  }
575
- export declare namespace PipelineIdName {
576
- /**
577
- * @internal
578
- */
579
- const filterSensitiveLog: (obj: PipelineIdName) => any;
580
- }
581
425
  /**
582
426
  * <p>Contains the output of ListPipelines.</p>
583
427
  */
@@ -597,12 +441,6 @@ export interface ListPipelinesOutput {
597
441
  */
598
442
  hasMoreResults?: boolean;
599
443
  }
600
- export declare namespace ListPipelinesOutput {
601
- /**
602
- * @internal
603
- */
604
- const filterSensitiveLog: (obj: ListPipelinesOutput) => any;
605
- }
606
444
  /**
607
445
  * <p><p>Identity information for the EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance.
608
446
  * For more information, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html">Instance Metadata</a> in the <i>Amazon Elastic Compute Cloud User Guide.</i>
@@ -618,12 +456,6 @@ export interface InstanceIdentity {
618
456
  */
619
457
  signature?: string;
620
458
  }
621
- export declare namespace InstanceIdentity {
622
- /**
623
- * @internal
624
- */
625
- const filterSensitiveLog: (obj: InstanceIdentity) => any;
626
- }
627
459
  /**
628
460
  * <p>Contains the parameters for PollForTask.</p>
629
461
  */
@@ -643,12 +475,6 @@ export interface PollForTaskInput {
643
475
  */
644
476
  instanceIdentity?: InstanceIdentity;
645
477
  }
646
- export declare namespace PollForTaskInput {
647
- /**
648
- * @internal
649
- */
650
- const filterSensitiveLog: (obj: PollForTaskInput) => any;
651
- }
652
478
  /**
653
479
  * <p>Contains information about a pipeline task that is assigned to a task runner.</p>
654
480
  */
@@ -670,12 +496,6 @@ export interface TaskObject {
670
496
  */
671
497
  objects?: Record<string, PipelineObject>;
672
498
  }
673
- export declare namespace TaskObject {
674
- /**
675
- * @internal
676
- */
677
- const filterSensitiveLog: (obj: TaskObject) => any;
678
- }
679
499
  /**
680
500
  * <p>Contains the output of PollForTask.</p>
681
501
  */
@@ -687,12 +507,6 @@ export interface PollForTaskOutput {
687
507
  */
688
508
  taskObject?: TaskObject;
689
509
  }
690
- export declare namespace PollForTaskOutput {
691
- /**
692
- * @internal
693
- */
694
- const filterSensitiveLog: (obj: PollForTaskOutput) => any;
695
- }
696
510
  /**
697
511
  * <p>Contains the parameters for PutPipelineDefinition.</p>
698
512
  */
@@ -714,12 +528,6 @@ export interface PutPipelineDefinitionInput {
714
528
  */
715
529
  parameterValues?: ParameterValue[];
716
530
  }
717
- export declare namespace PutPipelineDefinitionInput {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: PutPipelineDefinitionInput) => any;
722
- }
723
531
  /**
724
532
  * <p>Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.</p>
725
533
  */
@@ -733,12 +541,6 @@ export interface ValidationError {
733
541
  */
734
542
  errors?: string[];
735
543
  }
736
- export declare namespace ValidationError {
737
- /**
738
- * @internal
739
- */
740
- const filterSensitiveLog: (obj: ValidationError) => any;
741
- }
742
544
  /**
743
545
  * <p>Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.</p>
744
546
  */
@@ -752,12 +554,6 @@ export interface ValidationWarning {
752
554
  */
753
555
  warnings?: string[];
754
556
  }
755
- export declare namespace ValidationWarning {
756
- /**
757
- * @internal
758
- */
759
- const filterSensitiveLog: (obj: ValidationWarning) => any;
760
- }
761
557
  /**
762
558
  * <p>Contains the output of PutPipelineDefinition.</p>
763
559
  */
@@ -776,12 +572,6 @@ export interface PutPipelineDefinitionOutput {
776
572
  */
777
573
  errored: boolean | undefined;
778
574
  }
779
- export declare namespace PutPipelineDefinitionOutput {
780
- /**
781
- * @internal
782
- */
783
- const filterSensitiveLog: (obj: PutPipelineDefinitionOutput) => any;
784
- }
785
575
  export declare enum OperatorType {
786
576
  Between = "BETWEEN",
787
577
  Equal = "EQ",
@@ -830,12 +620,6 @@ export interface Operator {
830
620
  */
831
621
  values?: string[];
832
622
  }
833
- export declare namespace Operator {
834
- /**
835
- * @internal
836
- */
837
- const filterSensitiveLog: (obj: Operator) => any;
838
- }
839
623
  /**
840
624
  * <p>A comparision that is used to determine whether a query should return this object.</p>
841
625
  */
@@ -849,12 +633,6 @@ export interface Selector {
849
633
  */
850
634
  operator?: Operator;
851
635
  }
852
- export declare namespace Selector {
853
- /**
854
- * @internal
855
- */
856
- const filterSensitiveLog: (obj: Selector) => any;
857
- }
858
636
  /**
859
637
  * <p>Defines the query to run against an object.</p>
860
638
  */
@@ -864,12 +642,6 @@ export interface Query {
864
642
  */
865
643
  selectors?: Selector[];
866
644
  }
867
- export declare namespace Query {
868
- /**
869
- * @internal
870
- */
871
- const filterSensitiveLog: (obj: Query) => any;
872
- }
873
645
  /**
874
646
  * <p>Contains the parameters for QueryObjects.</p>
875
647
  */
@@ -900,12 +672,6 @@ export interface QueryObjectsInput {
900
672
  */
901
673
  limit?: number;
902
674
  }
903
- export declare namespace QueryObjectsInput {
904
- /**
905
- * @internal
906
- */
907
- const filterSensitiveLog: (obj: QueryObjectsInput) => any;
908
- }
909
675
  /**
910
676
  * <p>Contains the output of QueryObjects.</p>
911
677
  */
@@ -924,12 +690,6 @@ export interface QueryObjectsOutput {
924
690
  */
925
691
  hasMoreResults?: boolean;
926
692
  }
927
- export declare namespace QueryObjectsOutput {
928
- /**
929
- * @internal
930
- */
931
- const filterSensitiveLog: (obj: QueryObjectsOutput) => any;
932
- }
933
693
  /**
934
694
  * <p>Contains the parameters for RemoveTags.</p>
935
695
  */
@@ -943,23 +703,11 @@ export interface RemoveTagsInput {
943
703
  */
944
704
  tagKeys: string[] | undefined;
945
705
  }
946
- export declare namespace RemoveTagsInput {
947
- /**
948
- * @internal
949
- */
950
- const filterSensitiveLog: (obj: RemoveTagsInput) => any;
951
- }
952
706
  /**
953
707
  * <p>Contains the output of RemoveTags.</p>
954
708
  */
955
709
  export interface RemoveTagsOutput {
956
710
  }
957
- export declare namespace RemoveTagsOutput {
958
- /**
959
- * @internal
960
- */
961
- const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
962
- }
963
711
  /**
964
712
  * <p>Contains the parameters for ReportTaskProgress.</p>
965
713
  */
@@ -973,12 +721,6 @@ export interface ReportTaskProgressInput {
973
721
  */
974
722
  fields?: Field[];
975
723
  }
976
- export declare namespace ReportTaskProgressInput {
977
- /**
978
- * @internal
979
- */
980
- const filterSensitiveLog: (obj: ReportTaskProgressInput) => any;
981
- }
982
724
  /**
983
725
  * <p>Contains the output of ReportTaskProgress.</p>
984
726
  */
@@ -988,12 +730,6 @@ export interface ReportTaskProgressOutput {
988
730
  */
989
731
  canceled: boolean | undefined;
990
732
  }
991
- export declare namespace ReportTaskProgressOutput {
992
- /**
993
- * @internal
994
- */
995
- const filterSensitiveLog: (obj: ReportTaskProgressOutput) => any;
996
- }
997
733
  /**
998
734
  * <p>Contains the parameters for ReportTaskRunnerHeartbeat.</p>
999
735
  */
@@ -1015,12 +751,6 @@ export interface ReportTaskRunnerHeartbeatInput {
1015
751
  */
1016
752
  hostname?: string;
1017
753
  }
1018
- export declare namespace ReportTaskRunnerHeartbeatInput {
1019
- /**
1020
- * @internal
1021
- */
1022
- const filterSensitiveLog: (obj: ReportTaskRunnerHeartbeatInput) => any;
1023
- }
1024
754
  /**
1025
755
  * <p>Contains the output of ReportTaskRunnerHeartbeat.</p>
1026
756
  */
@@ -1030,12 +760,6 @@ export interface ReportTaskRunnerHeartbeatOutput {
1030
760
  */
1031
761
  terminate: boolean | undefined;
1032
762
  }
1033
- export declare namespace ReportTaskRunnerHeartbeatOutput {
1034
- /**
1035
- * @internal
1036
- */
1037
- const filterSensitiveLog: (obj: ReportTaskRunnerHeartbeatOutput) => any;
1038
- }
1039
763
  /**
1040
764
  * <p>Contains the parameters for SetStatus.</p>
1041
765
  */
@@ -1054,12 +778,6 @@ export interface SetStatusInput {
1054
778
  */
1055
779
  status: string | undefined;
1056
780
  }
1057
- export declare namespace SetStatusInput {
1058
- /**
1059
- * @internal
1060
- */
1061
- const filterSensitiveLog: (obj: SetStatusInput) => any;
1062
- }
1063
781
  export declare enum TaskStatus {
1064
782
  FAILED = "FAILED",
1065
783
  FALSE = "FALSE",
@@ -1093,23 +811,11 @@ export interface SetTaskStatusInput {
1093
811
  */
1094
812
  errorStackTrace?: string;
1095
813
  }
1096
- export declare namespace SetTaskStatusInput {
1097
- /**
1098
- * @internal
1099
- */
1100
- const filterSensitiveLog: (obj: SetTaskStatusInput) => any;
1101
- }
1102
814
  /**
1103
815
  * <p>Contains the output of SetTaskStatus.</p>
1104
816
  */
1105
817
  export interface SetTaskStatusOutput {
1106
818
  }
1107
- export declare namespace SetTaskStatusOutput {
1108
- /**
1109
- * @internal
1110
- */
1111
- const filterSensitiveLog: (obj: SetTaskStatusOutput) => any;
1112
- }
1113
819
  /**
1114
820
  * <p>Contains the parameters for ValidatePipelineDefinition.</p>
1115
821
  */
@@ -1131,12 +837,6 @@ export interface ValidatePipelineDefinitionInput {
1131
837
  */
1132
838
  parameterValues?: ParameterValue[];
1133
839
  }
1134
- export declare namespace ValidatePipelineDefinitionInput {
1135
- /**
1136
- * @internal
1137
- */
1138
- const filterSensitiveLog: (obj: ValidatePipelineDefinitionInput) => any;
1139
- }
1140
840
  /**
1141
841
  * <p>Contains the output of ValidatePipelineDefinition.</p>
1142
842
  */
@@ -1154,9 +854,207 @@ export interface ValidatePipelineDefinitionOutput {
1154
854
  */
1155
855
  errored: boolean | undefined;
1156
856
  }
1157
- export declare namespace ValidatePipelineDefinitionOutput {
1158
- /**
1159
- * @internal
1160
- */
1161
- const filterSensitiveLog: (obj: ValidatePipelineDefinitionOutput) => any;
1162
- }
857
+ /**
858
+ * @internal
859
+ */
860
+ export declare const ParameterValueFilterSensitiveLog: (obj: ParameterValue) => any;
861
+ /**
862
+ * @internal
863
+ */
864
+ export declare const ActivatePipelineInputFilterSensitiveLog: (obj: ActivatePipelineInput) => any;
865
+ /**
866
+ * @internal
867
+ */
868
+ export declare const ActivatePipelineOutputFilterSensitiveLog: (obj: ActivatePipelineOutput) => any;
869
+ /**
870
+ * @internal
871
+ */
872
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
873
+ /**
874
+ * @internal
875
+ */
876
+ export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
877
+ /**
878
+ * @internal
879
+ */
880
+ export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
881
+ /**
882
+ * @internal
883
+ */
884
+ export declare const CreatePipelineInputFilterSensitiveLog: (obj: CreatePipelineInput) => any;
885
+ /**
886
+ * @internal
887
+ */
888
+ export declare const CreatePipelineOutputFilterSensitiveLog: (obj: CreatePipelineOutput) => any;
889
+ /**
890
+ * @internal
891
+ */
892
+ export declare const DeactivatePipelineInputFilterSensitiveLog: (obj: DeactivatePipelineInput) => any;
893
+ /**
894
+ * @internal
895
+ */
896
+ export declare const DeactivatePipelineOutputFilterSensitiveLog: (obj: DeactivatePipelineOutput) => any;
897
+ /**
898
+ * @internal
899
+ */
900
+ export declare const DeletePipelineInputFilterSensitiveLog: (obj: DeletePipelineInput) => any;
901
+ /**
902
+ * @internal
903
+ */
904
+ export declare const DescribeObjectsInputFilterSensitiveLog: (obj: DescribeObjectsInput) => any;
905
+ /**
906
+ * @internal
907
+ */
908
+ export declare const FieldFilterSensitiveLog: (obj: Field) => any;
909
+ /**
910
+ * @internal
911
+ */
912
+ export declare const PipelineObjectFilterSensitiveLog: (obj: PipelineObject) => any;
913
+ /**
914
+ * @internal
915
+ */
916
+ export declare const DescribeObjectsOutputFilterSensitiveLog: (obj: DescribeObjectsOutput) => any;
917
+ /**
918
+ * @internal
919
+ */
920
+ export declare const DescribePipelinesInputFilterSensitiveLog: (obj: DescribePipelinesInput) => any;
921
+ /**
922
+ * @internal
923
+ */
924
+ export declare const PipelineDescriptionFilterSensitiveLog: (obj: PipelineDescription) => any;
925
+ /**
926
+ * @internal
927
+ */
928
+ export declare const DescribePipelinesOutputFilterSensitiveLog: (obj: DescribePipelinesOutput) => any;
929
+ /**
930
+ * @internal
931
+ */
932
+ export declare const EvaluateExpressionInputFilterSensitiveLog: (obj: EvaluateExpressionInput) => any;
933
+ /**
934
+ * @internal
935
+ */
936
+ export declare const EvaluateExpressionOutputFilterSensitiveLog: (obj: EvaluateExpressionOutput) => any;
937
+ /**
938
+ * @internal
939
+ */
940
+ export declare const GetPipelineDefinitionInputFilterSensitiveLog: (obj: GetPipelineDefinitionInput) => any;
941
+ /**
942
+ * @internal
943
+ */
944
+ export declare const ParameterAttributeFilterSensitiveLog: (obj: ParameterAttribute) => any;
945
+ /**
946
+ * @internal
947
+ */
948
+ export declare const ParameterObjectFilterSensitiveLog: (obj: ParameterObject) => any;
949
+ /**
950
+ * @internal
951
+ */
952
+ export declare const GetPipelineDefinitionOutputFilterSensitiveLog: (obj: GetPipelineDefinitionOutput) => any;
953
+ /**
954
+ * @internal
955
+ */
956
+ export declare const ListPipelinesInputFilterSensitiveLog: (obj: ListPipelinesInput) => any;
957
+ /**
958
+ * @internal
959
+ */
960
+ export declare const PipelineIdNameFilterSensitiveLog: (obj: PipelineIdName) => any;
961
+ /**
962
+ * @internal
963
+ */
964
+ export declare const ListPipelinesOutputFilterSensitiveLog: (obj: ListPipelinesOutput) => any;
965
+ /**
966
+ * @internal
967
+ */
968
+ export declare const InstanceIdentityFilterSensitiveLog: (obj: InstanceIdentity) => any;
969
+ /**
970
+ * @internal
971
+ */
972
+ export declare const PollForTaskInputFilterSensitiveLog: (obj: PollForTaskInput) => any;
973
+ /**
974
+ * @internal
975
+ */
976
+ export declare const TaskObjectFilterSensitiveLog: (obj: TaskObject) => any;
977
+ /**
978
+ * @internal
979
+ */
980
+ export declare const PollForTaskOutputFilterSensitiveLog: (obj: PollForTaskOutput) => any;
981
+ /**
982
+ * @internal
983
+ */
984
+ export declare const PutPipelineDefinitionInputFilterSensitiveLog: (obj: PutPipelineDefinitionInput) => any;
985
+ /**
986
+ * @internal
987
+ */
988
+ export declare const ValidationErrorFilterSensitiveLog: (obj: ValidationError) => any;
989
+ /**
990
+ * @internal
991
+ */
992
+ export declare const ValidationWarningFilterSensitiveLog: (obj: ValidationWarning) => any;
993
+ /**
994
+ * @internal
995
+ */
996
+ export declare const PutPipelineDefinitionOutputFilterSensitiveLog: (obj: PutPipelineDefinitionOutput) => any;
997
+ /**
998
+ * @internal
999
+ */
1000
+ export declare const OperatorFilterSensitiveLog: (obj: Operator) => any;
1001
+ /**
1002
+ * @internal
1003
+ */
1004
+ export declare const SelectorFilterSensitiveLog: (obj: Selector) => any;
1005
+ /**
1006
+ * @internal
1007
+ */
1008
+ export declare const QueryFilterSensitiveLog: (obj: Query) => any;
1009
+ /**
1010
+ * @internal
1011
+ */
1012
+ export declare const QueryObjectsInputFilterSensitiveLog: (obj: QueryObjectsInput) => any;
1013
+ /**
1014
+ * @internal
1015
+ */
1016
+ export declare const QueryObjectsOutputFilterSensitiveLog: (obj: QueryObjectsOutput) => any;
1017
+ /**
1018
+ * @internal
1019
+ */
1020
+ export declare const RemoveTagsInputFilterSensitiveLog: (obj: RemoveTagsInput) => any;
1021
+ /**
1022
+ * @internal
1023
+ */
1024
+ export declare const RemoveTagsOutputFilterSensitiveLog: (obj: RemoveTagsOutput) => any;
1025
+ /**
1026
+ * @internal
1027
+ */
1028
+ export declare const ReportTaskProgressInputFilterSensitiveLog: (obj: ReportTaskProgressInput) => any;
1029
+ /**
1030
+ * @internal
1031
+ */
1032
+ export declare const ReportTaskProgressOutputFilterSensitiveLog: (obj: ReportTaskProgressOutput) => any;
1033
+ /**
1034
+ * @internal
1035
+ */
1036
+ export declare const ReportTaskRunnerHeartbeatInputFilterSensitiveLog: (obj: ReportTaskRunnerHeartbeatInput) => any;
1037
+ /**
1038
+ * @internal
1039
+ */
1040
+ export declare const ReportTaskRunnerHeartbeatOutputFilterSensitiveLog: (obj: ReportTaskRunnerHeartbeatOutput) => any;
1041
+ /**
1042
+ * @internal
1043
+ */
1044
+ export declare const SetStatusInputFilterSensitiveLog: (obj: SetStatusInput) => any;
1045
+ /**
1046
+ * @internal
1047
+ */
1048
+ export declare const SetTaskStatusInputFilterSensitiveLog: (obj: SetTaskStatusInput) => any;
1049
+ /**
1050
+ * @internal
1051
+ */
1052
+ export declare const SetTaskStatusOutputFilterSensitiveLog: (obj: SetTaskStatusOutput) => any;
1053
+ /**
1054
+ * @internal
1055
+ */
1056
+ export declare const ValidatePipelineDefinitionInputFilterSensitiveLog: (obj: ValidatePipelineDefinitionInput) => any;
1057
+ /**
1058
+ * @internal
1059
+ */
1060
+ export declare const ValidatePipelineDefinitionOutputFilterSensitiveLog: (obj: ValidatePipelineDefinitionOutput) => any;