@aws-sdk/client-datasync 3.130.0 → 3.141.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 (98) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CancelTaskExecutionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAgentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateLocationEfsCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +2 -2
  7. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +2 -2
  8. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +2 -2
  10. package/dist-cjs/commands/CreateLocationHdfsCommand.js +2 -2
  11. package/dist-cjs/commands/CreateLocationNfsCommand.js +2 -2
  12. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +2 -2
  13. package/dist-cjs/commands/CreateLocationS3Command.js +2 -2
  14. package/dist-cjs/commands/CreateLocationSmbCommand.js +2 -2
  15. package/dist-cjs/commands/CreateTaskCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteAgentCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteLocationCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteTaskCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeAgentCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeLocationEfsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeLocationNfsCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeLocationS3Command.js +2 -2
  29. package/dist-cjs/commands/DescribeLocationSmbCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeTaskCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +2 -2
  32. package/dist-cjs/commands/ListAgentsCommand.js +2 -2
  33. package/dist-cjs/commands/ListLocationsCommand.js +2 -2
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  35. package/dist-cjs/commands/ListTaskExecutionsCommand.js +2 -2
  36. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  37. package/dist-cjs/commands/StartTaskExecutionCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateAgentCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateLocationNfsCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateLocationSmbCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateTaskCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +2 -2
  47. package/dist-cjs/models/models_0.js +454 -674
  48. package/dist-es/commands/CancelTaskExecutionCommand.js +3 -3
  49. package/dist-es/commands/CreateAgentCommand.js +3 -3
  50. package/dist-es/commands/CreateLocationEfsCommand.js +3 -3
  51. package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -3
  52. package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -3
  53. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
  54. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -3
  55. package/dist-es/commands/CreateLocationHdfsCommand.js +3 -3
  56. package/dist-es/commands/CreateLocationNfsCommand.js +3 -3
  57. package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -3
  58. package/dist-es/commands/CreateLocationS3Command.js +3 -3
  59. package/dist-es/commands/CreateLocationSmbCommand.js +3 -3
  60. package/dist-es/commands/CreateTaskCommand.js +3 -3
  61. package/dist-es/commands/DeleteAgentCommand.js +3 -3
  62. package/dist-es/commands/DeleteLocationCommand.js +3 -3
  63. package/dist-es/commands/DeleteTaskCommand.js +3 -3
  64. package/dist-es/commands/DescribeAgentCommand.js +3 -3
  65. package/dist-es/commands/DescribeLocationEfsCommand.js +3 -3
  66. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -3
  67. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -3
  68. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
  69. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -3
  70. package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -3
  71. package/dist-es/commands/DescribeLocationNfsCommand.js +3 -3
  72. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -3
  73. package/dist-es/commands/DescribeLocationS3Command.js +3 -3
  74. package/dist-es/commands/DescribeLocationSmbCommand.js +3 -3
  75. package/dist-es/commands/DescribeTaskCommand.js +3 -3
  76. package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -3
  77. package/dist-es/commands/ListAgentsCommand.js +3 -3
  78. package/dist-es/commands/ListLocationsCommand.js +3 -3
  79. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  80. package/dist-es/commands/ListTaskExecutionsCommand.js +3 -3
  81. package/dist-es/commands/ListTasksCommand.js +3 -3
  82. package/dist-es/commands/StartTaskExecutionCommand.js +3 -3
  83. package/dist-es/commands/TagResourceCommand.js +3 -3
  84. package/dist-es/commands/UntagResourceCommand.js +3 -3
  85. package/dist-es/commands/UpdateAgentCommand.js +3 -3
  86. package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -3
  87. package/dist-es/commands/UpdateLocationNfsCommand.js +3 -3
  88. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -3
  89. package/dist-es/commands/UpdateLocationSmbCommand.js +3 -3
  90. package/dist-es/commands/UpdateTaskCommand.js +3 -3
  91. package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -3
  92. package/dist-es/models/models_0.js +110 -440
  93. package/dist-types/DataSync.d.ts +22 -20
  94. package/dist-types/commands/CreateTaskCommand.d.ts +21 -19
  95. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  96. package/dist-types/models/models_0.d.ts +522 -689
  97. package/dist-types/ts3.4/models/models_0.d.ts +220 -440
  98. package/package.json +7 -7
@@ -13,10 +13,6 @@ export interface AgentListEntry {
13
13
 
14
14
  Status?: AgentStatus | string;
15
15
  }
16
- export declare namespace AgentListEntry {
17
-
18
- const filterSensitiveLog: (obj: AgentListEntry) => any;
19
- }
20
16
  export declare enum Atime {
21
17
  BEST_EFFORT = "BEST_EFFORT",
22
18
  NONE = "NONE"
@@ -26,16 +22,8 @@ export interface CancelTaskExecutionRequest {
26
22
 
27
23
  TaskExecutionArn: string | undefined;
28
24
  }
29
- export declare namespace CancelTaskExecutionRequest {
30
-
31
- const filterSensitiveLog: (obj: CancelTaskExecutionRequest) => any;
32
- }
33
25
  export interface CancelTaskExecutionResponse {
34
26
  }
35
- export declare namespace CancelTaskExecutionResponse {
36
-
37
- const filterSensitiveLog: (obj: CancelTaskExecutionResponse) => any;
38
- }
39
27
 
40
28
  export declare class InternalException extends __BaseException {
41
29
  readonly name: "InternalException";
@@ -60,10 +48,6 @@ export interface TagListEntry {
60
48
 
61
49
  Value?: string;
62
50
  }
63
- export declare namespace TagListEntry {
64
-
65
- const filterSensitiveLog: (obj: TagListEntry) => any;
66
- }
67
51
 
68
52
  export interface CreateAgentRequest {
69
53
 
@@ -79,19 +63,11 @@ export interface CreateAgentRequest {
79
63
 
80
64
  SecurityGroupArns?: string[];
81
65
  }
82
- export declare namespace CreateAgentRequest {
83
-
84
- const filterSensitiveLog: (obj: CreateAgentRequest) => any;
85
- }
86
66
 
87
67
  export interface CreateAgentResponse {
88
68
 
89
69
  AgentArn?: string;
90
70
  }
91
- export declare namespace CreateAgentResponse {
92
-
93
- const filterSensitiveLog: (obj: CreateAgentResponse) => any;
94
- }
95
71
 
96
72
  export interface Ec2Config {
97
73
 
@@ -99,10 +75,6 @@ export interface Ec2Config {
99
75
 
100
76
  SecurityGroupArns: string[] | undefined;
101
77
  }
102
- export declare namespace Ec2Config {
103
-
104
- const filterSensitiveLog: (obj: Ec2Config) => any;
105
- }
106
78
  export declare enum EfsInTransitEncryption {
107
79
  NONE = "NONE",
108
80
  TLS1_2 = "TLS1_2"
@@ -124,19 +96,11 @@ export interface CreateLocationEfsRequest {
124
96
 
125
97
  InTransitEncryption?: EfsInTransitEncryption | string;
126
98
  }
127
- export declare namespace CreateLocationEfsRequest {
128
-
129
- const filterSensitiveLog: (obj: CreateLocationEfsRequest) => any;
130
- }
131
99
 
132
100
  export interface CreateLocationEfsResponse {
133
101
 
134
102
  LocationArn?: string;
135
103
  }
136
- export declare namespace CreateLocationEfsResponse {
137
-
138
- const filterSensitiveLog: (obj: CreateLocationEfsResponse) => any;
139
- }
140
104
  export interface CreateLocationFsxLustreRequest {
141
105
 
142
106
  FsxFilesystemArn: string | undefined;
@@ -147,18 +111,10 @@ export interface CreateLocationFsxLustreRequest {
147
111
 
148
112
  Tags?: TagListEntry[];
149
113
  }
150
- export declare namespace CreateLocationFsxLustreRequest {
151
-
152
- const filterSensitiveLog: (obj: CreateLocationFsxLustreRequest) => any;
153
- }
154
114
  export interface CreateLocationFsxLustreResponse {
155
115
 
156
116
  LocationArn?: string;
157
117
  }
158
- export declare namespace CreateLocationFsxLustreResponse {
159
-
160
- const filterSensitiveLog: (obj: CreateLocationFsxLustreResponse) => any;
161
- }
162
118
  export declare enum NfsVersion {
163
119
  AUTOMATIC = "AUTOMATIC",
164
120
  NFS3 = "NFS3",
@@ -170,19 +126,11 @@ export interface NfsMountOptions {
170
126
 
171
127
  Version?: NfsVersion | string;
172
128
  }
173
- export declare namespace NfsMountOptions {
174
-
175
- const filterSensitiveLog: (obj: NfsMountOptions) => any;
176
- }
177
129
 
178
130
  export interface FsxProtocolNfs {
179
131
 
180
132
  MountOptions?: NfsMountOptions;
181
133
  }
182
- export declare namespace FsxProtocolNfs {
183
-
184
- const filterSensitiveLog: (obj: FsxProtocolNfs) => any;
185
- }
186
134
  export declare enum SmbVersion {
187
135
  AUTOMATIC = "AUTOMATIC",
188
136
  SMB2 = "SMB2",
@@ -193,10 +141,6 @@ export interface SmbMountOptions {
193
141
 
194
142
  Version?: SmbVersion | string;
195
143
  }
196
- export declare namespace SmbMountOptions {
197
-
198
- const filterSensitiveLog: (obj: SmbMountOptions) => any;
199
- }
200
144
 
201
145
  export interface FsxProtocolSmb {
202
146
 
@@ -208,10 +152,6 @@ export interface FsxProtocolSmb {
208
152
 
209
153
  User: string | undefined;
210
154
  }
211
- export declare namespace FsxProtocolSmb {
212
-
213
- const filterSensitiveLog: (obj: FsxProtocolSmb) => any;
214
- }
215
155
 
216
156
  export interface FsxProtocol {
217
157
 
@@ -219,10 +159,6 @@ export interface FsxProtocol {
219
159
 
220
160
  SMB?: FsxProtocolSmb;
221
161
  }
222
- export declare namespace FsxProtocol {
223
-
224
- const filterSensitiveLog: (obj: FsxProtocol) => any;
225
- }
226
162
  export interface CreateLocationFsxOntapRequest {
227
163
 
228
164
  Protocol: FsxProtocol | undefined;
@@ -235,18 +171,10 @@ export interface CreateLocationFsxOntapRequest {
235
171
 
236
172
  Tags?: TagListEntry[];
237
173
  }
238
- export declare namespace CreateLocationFsxOntapRequest {
239
-
240
- const filterSensitiveLog: (obj: CreateLocationFsxOntapRequest) => any;
241
- }
242
174
  export interface CreateLocationFsxOntapResponse {
243
175
 
244
176
  LocationArn?: string;
245
177
  }
246
- export declare namespace CreateLocationFsxOntapResponse {
247
-
248
- const filterSensitiveLog: (obj: CreateLocationFsxOntapResponse) => any;
249
- }
250
178
  export interface CreateLocationFsxOpenZfsRequest {
251
179
 
252
180
  FsxFilesystemArn: string | undefined;
@@ -259,18 +187,10 @@ export interface CreateLocationFsxOpenZfsRequest {
259
187
 
260
188
  Tags?: TagListEntry[];
261
189
  }
262
- export declare namespace CreateLocationFsxOpenZfsRequest {
263
-
264
- const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsRequest) => any;
265
- }
266
190
  export interface CreateLocationFsxOpenZfsResponse {
267
191
 
268
192
  LocationArn?: string;
269
193
  }
270
- export declare namespace CreateLocationFsxOpenZfsResponse {
271
-
272
- const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsResponse) => any;
273
- }
274
194
  export interface CreateLocationFsxWindowsRequest {
275
195
 
276
196
  Subdirectory?: string;
@@ -287,18 +207,10 @@ export interface CreateLocationFsxWindowsRequest {
287
207
 
288
208
  Password: string | undefined;
289
209
  }
290
- export declare namespace CreateLocationFsxWindowsRequest {
291
-
292
- const filterSensitiveLog: (obj: CreateLocationFsxWindowsRequest) => any;
293
- }
294
210
  export interface CreateLocationFsxWindowsResponse {
295
211
 
296
212
  LocationArn?: string;
297
213
  }
298
- export declare namespace CreateLocationFsxWindowsResponse {
299
-
300
- const filterSensitiveLog: (obj: CreateLocationFsxWindowsResponse) => any;
301
- }
302
214
  export declare enum HdfsAuthenticationType {
303
215
  KERBEROS = "KERBEROS",
304
216
  SIMPLE = "SIMPLE"
@@ -310,10 +222,6 @@ export interface HdfsNameNode {
310
222
 
311
223
  Port: number | undefined;
312
224
  }
313
- export declare namespace HdfsNameNode {
314
-
315
- const filterSensitiveLog: (obj: HdfsNameNode) => any;
316
- }
317
225
  export declare enum HdfsDataTransferProtection {
318
226
  AUTHENTICATION = "AUTHENTICATION",
319
227
  DISABLED = "DISABLED",
@@ -333,10 +241,6 @@ export interface QopConfiguration {
333
241
 
334
242
  DataTransferProtection?: HdfsDataTransferProtection | string;
335
243
  }
336
- export declare namespace QopConfiguration {
337
-
338
- const filterSensitiveLog: (obj: QopConfiguration) => any;
339
- }
340
244
  export interface CreateLocationHdfsRequest {
341
245
 
342
246
  Subdirectory?: string;
@@ -365,27 +269,15 @@ export interface CreateLocationHdfsRequest {
365
269
 
366
270
  Tags?: TagListEntry[];
367
271
  }
368
- export declare namespace CreateLocationHdfsRequest {
369
-
370
- const filterSensitiveLog: (obj: CreateLocationHdfsRequest) => any;
371
- }
372
272
  export interface CreateLocationHdfsResponse {
373
273
 
374
274
  LocationArn?: string;
375
275
  }
376
- export declare namespace CreateLocationHdfsResponse {
377
-
378
- const filterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
379
- }
380
276
 
381
277
  export interface OnPremConfig {
382
278
 
383
279
  AgentArns: string[] | undefined;
384
280
  }
385
- export declare namespace OnPremConfig {
386
-
387
- const filterSensitiveLog: (obj: OnPremConfig) => any;
388
- }
389
281
 
390
282
  export interface CreateLocationNfsRequest {
391
283
 
@@ -399,19 +291,11 @@ export interface CreateLocationNfsRequest {
399
291
 
400
292
  Tags?: TagListEntry[];
401
293
  }
402
- export declare namespace CreateLocationNfsRequest {
403
-
404
- const filterSensitiveLog: (obj: CreateLocationNfsRequest) => any;
405
- }
406
294
 
407
295
  export interface CreateLocationNfsResponse {
408
296
 
409
297
  LocationArn?: string;
410
298
  }
411
- export declare namespace CreateLocationNfsResponse {
412
-
413
- const filterSensitiveLog: (obj: CreateLocationNfsResponse) => any;
414
- }
415
299
  export declare enum ObjectStorageServerProtocol {
416
300
  HTTP = "HTTP",
417
301
  HTTPS = "HTTPS"
@@ -437,28 +321,16 @@ export interface CreateLocationObjectStorageRequest {
437
321
 
438
322
  Tags?: TagListEntry[];
439
323
  }
440
- export declare namespace CreateLocationObjectStorageRequest {
441
-
442
- const filterSensitiveLog: (obj: CreateLocationObjectStorageRequest) => any;
443
- }
444
324
 
445
325
  export interface CreateLocationObjectStorageResponse {
446
326
 
447
327
  LocationArn?: string;
448
328
  }
449
- export declare namespace CreateLocationObjectStorageResponse {
450
-
451
- const filterSensitiveLog: (obj: CreateLocationObjectStorageResponse) => any;
452
- }
453
329
 
454
330
  export interface S3Config {
455
331
 
456
332
  BucketAccessRoleArn: string | undefined;
457
333
  }
458
- export declare namespace S3Config {
459
-
460
- const filterSensitiveLog: (obj: S3Config) => any;
461
- }
462
334
  export declare enum S3StorageClass {
463
335
  DEEP_ARCHIVE = "DEEP_ARCHIVE",
464
336
  GLACIER = "GLACIER",
@@ -483,19 +355,11 @@ export interface CreateLocationS3Request {
483
355
 
484
356
  Tags?: TagListEntry[];
485
357
  }
486
- export declare namespace CreateLocationS3Request {
487
-
488
- const filterSensitiveLog: (obj: CreateLocationS3Request) => any;
489
- }
490
358
 
491
359
  export interface CreateLocationS3Response {
492
360
 
493
361
  LocationArn?: string;
494
362
  }
495
- export declare namespace CreateLocationS3Response {
496
-
497
- const filterSensitiveLog: (obj: CreateLocationS3Response) => any;
498
- }
499
363
 
500
364
  export interface CreateLocationSmbRequest {
501
365
 
@@ -515,19 +379,11 @@ export interface CreateLocationSmbRequest {
515
379
 
516
380
  Tags?: TagListEntry[];
517
381
  }
518
- export declare namespace CreateLocationSmbRequest {
519
-
520
- const filterSensitiveLog: (obj: CreateLocationSmbRequest) => any;
521
- }
522
382
 
523
383
  export interface CreateLocationSmbResponse {
524
384
 
525
385
  LocationArn?: string;
526
386
  }
527
- export declare namespace CreateLocationSmbResponse {
528
-
529
- const filterSensitiveLog: (obj: CreateLocationSmbResponse) => any;
530
- }
531
387
  export declare enum FilterType {
532
388
  SIMPLE_PATTERN = "SIMPLE_PATTERN"
533
389
  }
@@ -538,10 +394,6 @@ export interface FilterRule {
538
394
 
539
395
  Value?: string;
540
396
  }
541
- export declare namespace FilterRule {
542
-
543
- const filterSensitiveLog: (obj: FilterRule) => any;
544
- }
545
397
  export declare enum Gid {
546
398
  BOTH = "BOTH",
547
399
  INT_VALUE = "INT_VALUE",
@@ -634,19 +486,11 @@ export interface Options {
634
486
 
635
487
  ObjectTags?: ObjectTags | string;
636
488
  }
637
- export declare namespace Options {
638
-
639
- const filterSensitiveLog: (obj: Options) => any;
640
- }
641
489
 
642
490
  export interface TaskSchedule {
643
491
 
644
492
  ScheduleExpression: string | undefined;
645
493
  }
646
- export declare namespace TaskSchedule {
647
-
648
- const filterSensitiveLog: (obj: TaskSchedule) => any;
649
- }
650
494
 
651
495
  export interface CreateTaskRequest {
652
496
 
@@ -668,73 +512,37 @@ export interface CreateTaskRequest {
668
512
 
669
513
  Includes?: FilterRule[];
670
514
  }
671
- export declare namespace CreateTaskRequest {
672
-
673
- const filterSensitiveLog: (obj: CreateTaskRequest) => any;
674
- }
675
515
 
676
516
  export interface CreateTaskResponse {
677
517
 
678
518
  TaskArn?: string;
679
519
  }
680
- export declare namespace CreateTaskResponse {
681
-
682
- const filterSensitiveLog: (obj: CreateTaskResponse) => any;
683
- }
684
520
 
685
521
  export interface DeleteAgentRequest {
686
522
 
687
523
  AgentArn: string | undefined;
688
524
  }
689
- export declare namespace DeleteAgentRequest {
690
-
691
- const filterSensitiveLog: (obj: DeleteAgentRequest) => any;
692
- }
693
525
  export interface DeleteAgentResponse {
694
526
  }
695
- export declare namespace DeleteAgentResponse {
696
-
697
- const filterSensitiveLog: (obj: DeleteAgentResponse) => any;
698
- }
699
527
 
700
528
  export interface DeleteLocationRequest {
701
529
 
702
530
  LocationArn: string | undefined;
703
531
  }
704
- export declare namespace DeleteLocationRequest {
705
-
706
- const filterSensitiveLog: (obj: DeleteLocationRequest) => any;
707
- }
708
532
  export interface DeleteLocationResponse {
709
533
  }
710
- export declare namespace DeleteLocationResponse {
711
-
712
- const filterSensitiveLog: (obj: DeleteLocationResponse) => any;
713
- }
714
534
 
715
535
  export interface DeleteTaskRequest {
716
536
 
717
537
  TaskArn: string | undefined;
718
538
  }
719
- export declare namespace DeleteTaskRequest {
720
-
721
- const filterSensitiveLog: (obj: DeleteTaskRequest) => any;
722
- }
723
539
  export interface DeleteTaskResponse {
724
540
  }
725
- export declare namespace DeleteTaskResponse {
726
-
727
- const filterSensitiveLog: (obj: DeleteTaskResponse) => any;
728
- }
729
541
 
730
542
  export interface DescribeAgentRequest {
731
543
 
732
544
  AgentArn: string | undefined;
733
545
  }
734
- export declare namespace DescribeAgentRequest {
735
-
736
- const filterSensitiveLog: (obj: DescribeAgentRequest) => any;
737
- }
738
546
  export declare enum EndpointType {
739
547
  FIPS = "FIPS",
740
548
  PRIVATE_LINK = "PRIVATE_LINK",
@@ -751,10 +559,6 @@ export interface PrivateLinkConfig {
751
559
 
752
560
  SecurityGroupArns?: string[];
753
561
  }
754
- export declare namespace PrivateLinkConfig {
755
-
756
- const filterSensitiveLog: (obj: PrivateLinkConfig) => any;
757
- }
758
562
 
759
563
  export interface DescribeAgentResponse {
760
564
 
@@ -772,19 +576,11 @@ export interface DescribeAgentResponse {
772
576
 
773
577
  PrivateLinkConfig?: PrivateLinkConfig;
774
578
  }
775
- export declare namespace DescribeAgentResponse {
776
-
777
- const filterSensitiveLog: (obj: DescribeAgentResponse) => any;
778
- }
779
579
 
780
580
  export interface DescribeLocationEfsRequest {
781
581
 
782
582
  LocationArn: string | undefined;
783
583
  }
784
- export declare namespace DescribeLocationEfsRequest {
785
-
786
- const filterSensitiveLog: (obj: DescribeLocationEfsRequest) => any;
787
- }
788
584
 
789
585
  export interface DescribeLocationEfsResponse {
790
586
 
@@ -802,18 +598,10 @@ export interface DescribeLocationEfsResponse {
802
598
 
803
599
  InTransitEncryption?: EfsInTransitEncryption | string;
804
600
  }
805
- export declare namespace DescribeLocationEfsResponse {
806
-
807
- const filterSensitiveLog: (obj: DescribeLocationEfsResponse) => any;
808
- }
809
601
  export interface DescribeLocationFsxLustreRequest {
810
602
 
811
603
  LocationArn: string | undefined;
812
604
  }
813
- export declare namespace DescribeLocationFsxLustreRequest {
814
-
815
- const filterSensitiveLog: (obj: DescribeLocationFsxLustreRequest) => any;
816
- }
817
605
  export interface DescribeLocationFsxLustreResponse {
818
606
 
819
607
  LocationArn?: string;
@@ -824,18 +612,10 @@ export interface DescribeLocationFsxLustreResponse {
824
612
 
825
613
  CreationTime?: Date;
826
614
  }
827
- export declare namespace DescribeLocationFsxLustreResponse {
828
-
829
- const filterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
830
- }
831
615
  export interface DescribeLocationFsxOntapRequest {
832
616
 
833
617
  LocationArn: string | undefined;
834
618
  }
835
- export declare namespace DescribeLocationFsxOntapRequest {
836
-
837
- const filterSensitiveLog: (obj: DescribeLocationFsxOntapRequest) => any;
838
- }
839
619
  export interface DescribeLocationFsxOntapResponse {
840
620
 
841
621
  CreationTime?: Date;
@@ -852,18 +632,10 @@ export interface DescribeLocationFsxOntapResponse {
852
632
 
853
633
  FsxFilesystemArn?: string;
854
634
  }
855
- export declare namespace DescribeLocationFsxOntapResponse {
856
-
857
- const filterSensitiveLog: (obj: DescribeLocationFsxOntapResponse) => any;
858
- }
859
635
  export interface DescribeLocationFsxOpenZfsRequest {
860
636
 
861
637
  LocationArn: string | undefined;
862
638
  }
863
- export declare namespace DescribeLocationFsxOpenZfsRequest {
864
-
865
- const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsRequest) => any;
866
- }
867
639
  export interface DescribeLocationFsxOpenZfsResponse {
868
640
 
869
641
  LocationArn?: string;
@@ -876,18 +648,10 @@ export interface DescribeLocationFsxOpenZfsResponse {
876
648
 
877
649
  CreationTime?: Date;
878
650
  }
879
- export declare namespace DescribeLocationFsxOpenZfsResponse {
880
-
881
- const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
882
- }
883
651
  export interface DescribeLocationFsxWindowsRequest {
884
652
 
885
653
  LocationArn: string | undefined;
886
654
  }
887
- export declare namespace DescribeLocationFsxWindowsRequest {
888
-
889
- const filterSensitiveLog: (obj: DescribeLocationFsxWindowsRequest) => any;
890
- }
891
655
  export interface DescribeLocationFsxWindowsResponse {
892
656
 
893
657
  LocationArn?: string;
@@ -902,18 +666,10 @@ export interface DescribeLocationFsxWindowsResponse {
902
666
 
903
667
  Domain?: string;
904
668
  }
905
- export declare namespace DescribeLocationFsxWindowsResponse {
906
-
907
- const filterSensitiveLog: (obj: DescribeLocationFsxWindowsResponse) => any;
908
- }
909
669
  export interface DescribeLocationHdfsRequest {
910
670
 
911
671
  LocationArn: string | undefined;
912
672
  }
913
- export declare namespace DescribeLocationHdfsRequest {
914
-
915
- const filterSensitiveLog: (obj: DescribeLocationHdfsRequest) => any;
916
- }
917
673
  export interface DescribeLocationHdfsResponse {
918
674
 
919
675
  LocationArn?: string;
@@ -940,19 +696,11 @@ export interface DescribeLocationHdfsResponse {
940
696
 
941
697
  CreationTime?: Date;
942
698
  }
943
- export declare namespace DescribeLocationHdfsResponse {
944
-
945
- const filterSensitiveLog: (obj: DescribeLocationHdfsResponse) => any;
946
- }
947
699
 
948
700
  export interface DescribeLocationNfsRequest {
949
701
 
950
702
  LocationArn: string | undefined;
951
703
  }
952
- export declare namespace DescribeLocationNfsRequest {
953
-
954
- const filterSensitiveLog: (obj: DescribeLocationNfsRequest) => any;
955
- }
956
704
 
957
705
  export interface DescribeLocationNfsResponse {
958
706
 
@@ -966,19 +714,11 @@ export interface DescribeLocationNfsResponse {
966
714
 
967
715
  CreationTime?: Date;
968
716
  }
969
- export declare namespace DescribeLocationNfsResponse {
970
-
971
- const filterSensitiveLog: (obj: DescribeLocationNfsResponse) => any;
972
- }
973
717
 
974
718
  export interface DescribeLocationObjectStorageRequest {
975
719
 
976
720
  LocationArn: string | undefined;
977
721
  }
978
- export declare namespace DescribeLocationObjectStorageRequest {
979
-
980
- const filterSensitiveLog: (obj: DescribeLocationObjectStorageRequest) => any;
981
- }
982
722
 
983
723
  export interface DescribeLocationObjectStorageResponse {
984
724
 
@@ -996,19 +736,11 @@ export interface DescribeLocationObjectStorageResponse {
996
736
 
997
737
  CreationTime?: Date;
998
738
  }
999
- export declare namespace DescribeLocationObjectStorageResponse {
1000
-
1001
- const filterSensitiveLog: (obj: DescribeLocationObjectStorageResponse) => any;
1002
- }
1003
739
 
1004
740
  export interface DescribeLocationS3Request {
1005
741
 
1006
742
  LocationArn: string | undefined;
1007
743
  }
1008
- export declare namespace DescribeLocationS3Request {
1009
-
1010
- const filterSensitiveLog: (obj: DescribeLocationS3Request) => any;
1011
- }
1012
744
 
1013
745
  export interface DescribeLocationS3Response {
1014
746
 
@@ -1024,19 +756,11 @@ export interface DescribeLocationS3Response {
1024
756
 
1025
757
  CreationTime?: Date;
1026
758
  }
1027
- export declare namespace DescribeLocationS3Response {
1028
-
1029
- const filterSensitiveLog: (obj: DescribeLocationS3Response) => any;
1030
- }
1031
759
 
1032
760
  export interface DescribeLocationSmbRequest {
1033
761
 
1034
762
  LocationArn: string | undefined;
1035
763
  }
1036
- export declare namespace DescribeLocationSmbRequest {
1037
-
1038
- const filterSensitiveLog: (obj: DescribeLocationSmbRequest) => any;
1039
- }
1040
764
 
1041
765
  export interface DescribeLocationSmbResponse {
1042
766
 
@@ -1054,19 +778,11 @@ export interface DescribeLocationSmbResponse {
1054
778
 
1055
779
  CreationTime?: Date;
1056
780
  }
1057
- export declare namespace DescribeLocationSmbResponse {
1058
-
1059
- const filterSensitiveLog: (obj: DescribeLocationSmbResponse) => any;
1060
- }
1061
781
 
1062
782
  export interface DescribeTaskRequest {
1063
783
 
1064
784
  TaskArn: string | undefined;
1065
785
  }
1066
- export declare namespace DescribeTaskRequest {
1067
-
1068
- const filterSensitiveLog: (obj: DescribeTaskRequest) => any;
1069
- }
1070
786
  export declare enum TaskStatus {
1071
787
  AVAILABLE = "AVAILABLE",
1072
788
  CREATING = "CREATING",
@@ -1109,19 +825,11 @@ export interface DescribeTaskResponse {
1109
825
 
1110
826
  Includes?: FilterRule[];
1111
827
  }
1112
- export declare namespace DescribeTaskResponse {
1113
-
1114
- const filterSensitiveLog: (obj: DescribeTaskResponse) => any;
1115
- }
1116
828
 
1117
829
  export interface DescribeTaskExecutionRequest {
1118
830
 
1119
831
  TaskExecutionArn: string | undefined;
1120
832
  }
1121
- export declare namespace DescribeTaskExecutionRequest {
1122
-
1123
- const filterSensitiveLog: (obj: DescribeTaskExecutionRequest) => any;
1124
- }
1125
833
  export declare enum PhaseStatus {
1126
834
  ERROR = "ERROR",
1127
835
  PENDING = "PENDING",
@@ -1148,10 +856,6 @@ export interface TaskExecutionResultDetail {
1148
856
 
1149
857
  ErrorDetail?: string;
1150
858
  }
1151
- export declare namespace TaskExecutionResultDetail {
1152
-
1153
- const filterSensitiveLog: (obj: TaskExecutionResultDetail) => any;
1154
- }
1155
859
  export declare enum TaskExecutionStatus {
1156
860
  ERROR = "ERROR",
1157
861
  LAUNCHING = "LAUNCHING",
@@ -1188,10 +892,6 @@ export interface DescribeTaskExecutionResponse {
1188
892
 
1189
893
  Result?: TaskExecutionResultDetail;
1190
894
  }
1191
- export declare namespace DescribeTaskExecutionResponse {
1192
-
1193
- const filterSensitiveLog: (obj: DescribeTaskExecutionResponse) => any;
1194
- }
1195
895
 
1196
896
  export interface ListAgentsRequest {
1197
897
 
@@ -1199,10 +899,6 @@ export interface ListAgentsRequest {
1199
899
 
1200
900
  NextToken?: string;
1201
901
  }
1202
- export declare namespace ListAgentsRequest {
1203
-
1204
- const filterSensitiveLog: (obj: ListAgentsRequest) => any;
1205
- }
1206
902
 
1207
903
  export interface ListAgentsResponse {
1208
904
 
@@ -1210,10 +906,6 @@ export interface ListAgentsResponse {
1210
906
 
1211
907
  NextToken?: string;
1212
908
  }
1213
- export declare namespace ListAgentsResponse {
1214
-
1215
- const filterSensitiveLog: (obj: ListAgentsResponse) => any;
1216
- }
1217
909
  export declare enum LocationFilterName {
1218
910
  CreationTime = "CreationTime",
1219
911
  LocationType = "LocationType",
@@ -1240,10 +932,6 @@ export interface LocationFilter {
1240
932
 
1241
933
  Operator: Operator | string | undefined;
1242
934
  }
1243
- export declare namespace LocationFilter {
1244
-
1245
- const filterSensitiveLog: (obj: LocationFilter) => any;
1246
- }
1247
935
 
1248
936
  export interface ListLocationsRequest {
1249
937
 
@@ -1253,10 +941,6 @@ export interface ListLocationsRequest {
1253
941
 
1254
942
  Filters?: LocationFilter[];
1255
943
  }
1256
- export declare namespace ListLocationsRequest {
1257
-
1258
- const filterSensitiveLog: (obj: ListLocationsRequest) => any;
1259
- }
1260
944
 
1261
945
  export interface LocationListEntry {
1262
946
 
@@ -1264,10 +948,6 @@ export interface LocationListEntry {
1264
948
 
1265
949
  LocationUri?: string;
1266
950
  }
1267
- export declare namespace LocationListEntry {
1268
-
1269
- const filterSensitiveLog: (obj: LocationListEntry) => any;
1270
- }
1271
951
 
1272
952
  export interface ListLocationsResponse {
1273
953
 
@@ -1275,10 +955,6 @@ export interface ListLocationsResponse {
1275
955
 
1276
956
  NextToken?: string;
1277
957
  }
1278
- export declare namespace ListLocationsResponse {
1279
-
1280
- const filterSensitiveLog: (obj: ListLocationsResponse) => any;
1281
- }
1282
958
 
1283
959
  export interface ListTagsForResourceRequest {
1284
960
 
@@ -1288,10 +964,6 @@ export interface ListTagsForResourceRequest {
1288
964
 
1289
965
  NextToken?: string;
1290
966
  }
1291
- export declare namespace ListTagsForResourceRequest {
1292
-
1293
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1294
- }
1295
967
 
1296
968
  export interface ListTagsForResourceResponse {
1297
969
 
@@ -1299,10 +971,6 @@ export interface ListTagsForResourceResponse {
1299
971
 
1300
972
  NextToken?: string;
1301
973
  }
1302
- export declare namespace ListTagsForResourceResponse {
1303
-
1304
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1305
- }
1306
974
 
1307
975
  export interface ListTaskExecutionsRequest {
1308
976
 
@@ -1312,10 +980,6 @@ export interface ListTaskExecutionsRequest {
1312
980
 
1313
981
  NextToken?: string;
1314
982
  }
1315
- export declare namespace ListTaskExecutionsRequest {
1316
-
1317
- const filterSensitiveLog: (obj: ListTaskExecutionsRequest) => any;
1318
- }
1319
983
 
1320
984
  export interface TaskExecutionListEntry {
1321
985
 
@@ -1323,10 +987,6 @@ export interface TaskExecutionListEntry {
1323
987
 
1324
988
  Status?: TaskExecutionStatus | string;
1325
989
  }
1326
- export declare namespace TaskExecutionListEntry {
1327
-
1328
- const filterSensitiveLog: (obj: TaskExecutionListEntry) => any;
1329
- }
1330
990
 
1331
991
  export interface ListTaskExecutionsResponse {
1332
992
 
@@ -1334,10 +994,6 @@ export interface ListTaskExecutionsResponse {
1334
994
 
1335
995
  NextToken?: string;
1336
996
  }
1337
- export declare namespace ListTaskExecutionsResponse {
1338
-
1339
- const filterSensitiveLog: (obj: ListTaskExecutionsResponse) => any;
1340
- }
1341
997
  export declare enum TaskFilterName {
1342
998
  CreationTime = "CreationTime",
1343
999
  LocationId = "LocationId"
@@ -1351,10 +1007,6 @@ export interface TaskFilter {
1351
1007
 
1352
1008
  Operator: Operator | string | undefined;
1353
1009
  }
1354
- export declare namespace TaskFilter {
1355
-
1356
- const filterSensitiveLog: (obj: TaskFilter) => any;
1357
- }
1358
1010
 
1359
1011
  export interface ListTasksRequest {
1360
1012
 
@@ -1364,10 +1016,6 @@ export interface ListTasksRequest {
1364
1016
 
1365
1017
  Filters?: TaskFilter[];
1366
1018
  }
1367
- export declare namespace ListTasksRequest {
1368
-
1369
- const filterSensitiveLog: (obj: ListTasksRequest) => any;
1370
- }
1371
1019
 
1372
1020
  export interface TaskListEntry {
1373
1021
 
@@ -1377,10 +1025,6 @@ export interface TaskListEntry {
1377
1025
 
1378
1026
  Name?: string;
1379
1027
  }
1380
- export declare namespace TaskListEntry {
1381
-
1382
- const filterSensitiveLog: (obj: TaskListEntry) => any;
1383
- }
1384
1028
 
1385
1029
  export interface ListTasksResponse {
1386
1030
 
@@ -1388,10 +1032,6 @@ export interface ListTasksResponse {
1388
1032
 
1389
1033
  NextToken?: string;
1390
1034
  }
1391
- export declare namespace ListTasksResponse {
1392
-
1393
- const filterSensitiveLog: (obj: ListTasksResponse) => any;
1394
- }
1395
1035
 
1396
1036
  export interface StartTaskExecutionRequest {
1397
1037
 
@@ -1403,19 +1043,11 @@ export interface StartTaskExecutionRequest {
1403
1043
 
1404
1044
  Excludes?: FilterRule[];
1405
1045
  }
1406
- export declare namespace StartTaskExecutionRequest {
1407
-
1408
- const filterSensitiveLog: (obj: StartTaskExecutionRequest) => any;
1409
- }
1410
1046
 
1411
1047
  export interface StartTaskExecutionResponse {
1412
1048
 
1413
1049
  TaskExecutionArn?: string;
1414
1050
  }
1415
- export declare namespace StartTaskExecutionResponse {
1416
-
1417
- const filterSensitiveLog: (obj: StartTaskExecutionResponse) => any;
1418
- }
1419
1051
 
1420
1052
  export interface TagResourceRequest {
1421
1053
 
@@ -1423,16 +1055,8 @@ export interface TagResourceRequest {
1423
1055
 
1424
1056
  Tags: TagListEntry[] | undefined;
1425
1057
  }
1426
- export declare namespace TagResourceRequest {
1427
-
1428
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1429
- }
1430
1058
  export interface TagResourceResponse {
1431
1059
  }
1432
- export declare namespace TagResourceResponse {
1433
-
1434
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1435
- }
1436
1060
 
1437
1061
  export interface UntagResourceRequest {
1438
1062
 
@@ -1440,16 +1064,8 @@ export interface UntagResourceRequest {
1440
1064
 
1441
1065
  Keys: string[] | undefined;
1442
1066
  }
1443
- export declare namespace UntagResourceRequest {
1444
-
1445
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1446
- }
1447
1067
  export interface UntagResourceResponse {
1448
1068
  }
1449
- export declare namespace UntagResourceResponse {
1450
-
1451
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1452
- }
1453
1069
 
1454
1070
  export interface UpdateAgentRequest {
1455
1071
 
@@ -1457,16 +1073,8 @@ export interface UpdateAgentRequest {
1457
1073
 
1458
1074
  Name?: string;
1459
1075
  }
1460
- export declare namespace UpdateAgentRequest {
1461
-
1462
- const filterSensitiveLog: (obj: UpdateAgentRequest) => any;
1463
- }
1464
1076
  export interface UpdateAgentResponse {
1465
1077
  }
1466
- export declare namespace UpdateAgentResponse {
1467
-
1468
- const filterSensitiveLog: (obj: UpdateAgentResponse) => any;
1469
- }
1470
1078
  export interface UpdateLocationHdfsRequest {
1471
1079
 
1472
1080
  LocationArn: string | undefined;
@@ -1495,16 +1103,8 @@ export interface UpdateLocationHdfsRequest {
1495
1103
 
1496
1104
  AgentArns?: string[];
1497
1105
  }
1498
- export declare namespace UpdateLocationHdfsRequest {
1499
-
1500
- const filterSensitiveLog: (obj: UpdateLocationHdfsRequest) => any;
1501
- }
1502
1106
  export interface UpdateLocationHdfsResponse {
1503
1107
  }
1504
- export declare namespace UpdateLocationHdfsResponse {
1505
-
1506
- const filterSensitiveLog: (obj: UpdateLocationHdfsResponse) => any;
1507
- }
1508
1108
  export interface UpdateLocationNfsRequest {
1509
1109
 
1510
1110
  LocationArn: string | undefined;
@@ -1515,16 +1115,8 @@ export interface UpdateLocationNfsRequest {
1515
1115
 
1516
1116
  MountOptions?: NfsMountOptions;
1517
1117
  }
1518
- export declare namespace UpdateLocationNfsRequest {
1519
-
1520
- const filterSensitiveLog: (obj: UpdateLocationNfsRequest) => any;
1521
- }
1522
1118
  export interface UpdateLocationNfsResponse {
1523
1119
  }
1524
- export declare namespace UpdateLocationNfsResponse {
1525
-
1526
- const filterSensitiveLog: (obj: UpdateLocationNfsResponse) => any;
1527
- }
1528
1120
  export interface UpdateLocationObjectStorageRequest {
1529
1121
 
1530
1122
  LocationArn: string | undefined;
@@ -1541,16 +1133,8 @@ export interface UpdateLocationObjectStorageRequest {
1541
1133
 
1542
1134
  AgentArns?: string[];
1543
1135
  }
1544
- export declare namespace UpdateLocationObjectStorageRequest {
1545
-
1546
- const filterSensitiveLog: (obj: UpdateLocationObjectStorageRequest) => any;
1547
- }
1548
1136
  export interface UpdateLocationObjectStorageResponse {
1549
1137
  }
1550
- export declare namespace UpdateLocationObjectStorageResponse {
1551
-
1552
- const filterSensitiveLog: (obj: UpdateLocationObjectStorageResponse) => any;
1553
- }
1554
1138
  export interface UpdateLocationSmbRequest {
1555
1139
 
1556
1140
  LocationArn: string | undefined;
@@ -1567,16 +1151,8 @@ export interface UpdateLocationSmbRequest {
1567
1151
 
1568
1152
  MountOptions?: SmbMountOptions;
1569
1153
  }
1570
- export declare namespace UpdateLocationSmbRequest {
1571
-
1572
- const filterSensitiveLog: (obj: UpdateLocationSmbRequest) => any;
1573
- }
1574
1154
  export interface UpdateLocationSmbResponse {
1575
1155
  }
1576
- export declare namespace UpdateLocationSmbResponse {
1577
-
1578
- const filterSensitiveLog: (obj: UpdateLocationSmbResponse) => any;
1579
- }
1580
1156
 
1581
1157
  export interface UpdateTaskRequest {
1582
1158
 
@@ -1594,29 +1170,233 @@ export interface UpdateTaskRequest {
1594
1170
 
1595
1171
  Includes?: FilterRule[];
1596
1172
  }
1597
- export declare namespace UpdateTaskRequest {
1598
-
1599
- const filterSensitiveLog: (obj: UpdateTaskRequest) => any;
1600
- }
1601
1173
  export interface UpdateTaskResponse {
1602
1174
  }
1603
- export declare namespace UpdateTaskResponse {
1604
-
1605
- const filterSensitiveLog: (obj: UpdateTaskResponse) => any;
1606
- }
1607
1175
  export interface UpdateTaskExecutionRequest {
1608
1176
 
1609
1177
  TaskExecutionArn: string | undefined;
1610
1178
 
1611
1179
  Options: Options | undefined;
1612
1180
  }
1613
- export declare namespace UpdateTaskExecutionRequest {
1614
-
1615
- const filterSensitiveLog: (obj: UpdateTaskExecutionRequest) => any;
1616
- }
1617
1181
  export interface UpdateTaskExecutionResponse {
1618
1182
  }
1619
- export declare namespace UpdateTaskExecutionResponse {
1620
-
1621
- const filterSensitiveLog: (obj: UpdateTaskExecutionResponse) => any;
1622
- }
1183
+
1184
+ export declare const AgentListEntryFilterSensitiveLog: (obj: AgentListEntry) => any;
1185
+
1186
+ export declare const CancelTaskExecutionRequestFilterSensitiveLog: (obj: CancelTaskExecutionRequest) => any;
1187
+
1188
+ export declare const CancelTaskExecutionResponseFilterSensitiveLog: (obj: CancelTaskExecutionResponse) => any;
1189
+
1190
+ export declare const TagListEntryFilterSensitiveLog: (obj: TagListEntry) => any;
1191
+
1192
+ export declare const CreateAgentRequestFilterSensitiveLog: (obj: CreateAgentRequest) => any;
1193
+
1194
+ export declare const CreateAgentResponseFilterSensitiveLog: (obj: CreateAgentResponse) => any;
1195
+
1196
+ export declare const Ec2ConfigFilterSensitiveLog: (obj: Ec2Config) => any;
1197
+
1198
+ export declare const CreateLocationEfsRequestFilterSensitiveLog: (obj: CreateLocationEfsRequest) => any;
1199
+
1200
+ export declare const CreateLocationEfsResponseFilterSensitiveLog: (obj: CreateLocationEfsResponse) => any;
1201
+
1202
+ export declare const CreateLocationFsxLustreRequestFilterSensitiveLog: (obj: CreateLocationFsxLustreRequest) => any;
1203
+
1204
+ export declare const CreateLocationFsxLustreResponseFilterSensitiveLog: (obj: CreateLocationFsxLustreResponse) => any;
1205
+
1206
+ export declare const NfsMountOptionsFilterSensitiveLog: (obj: NfsMountOptions) => any;
1207
+
1208
+ export declare const FsxProtocolNfsFilterSensitiveLog: (obj: FsxProtocolNfs) => any;
1209
+
1210
+ export declare const SmbMountOptionsFilterSensitiveLog: (obj: SmbMountOptions) => any;
1211
+
1212
+ export declare const FsxProtocolSmbFilterSensitiveLog: (obj: FsxProtocolSmb) => any;
1213
+
1214
+ export declare const FsxProtocolFilterSensitiveLog: (obj: FsxProtocol) => any;
1215
+
1216
+ export declare const CreateLocationFsxOntapRequestFilterSensitiveLog: (obj: CreateLocationFsxOntapRequest) => any;
1217
+
1218
+ export declare const CreateLocationFsxOntapResponseFilterSensitiveLog: (obj: CreateLocationFsxOntapResponse) => any;
1219
+
1220
+ export declare const CreateLocationFsxOpenZfsRequestFilterSensitiveLog: (obj: CreateLocationFsxOpenZfsRequest) => any;
1221
+
1222
+ export declare const CreateLocationFsxOpenZfsResponseFilterSensitiveLog: (obj: CreateLocationFsxOpenZfsResponse) => any;
1223
+
1224
+ export declare const CreateLocationFsxWindowsRequestFilterSensitiveLog: (obj: CreateLocationFsxWindowsRequest) => any;
1225
+
1226
+ export declare const CreateLocationFsxWindowsResponseFilterSensitiveLog: (obj: CreateLocationFsxWindowsResponse) => any;
1227
+
1228
+ export declare const HdfsNameNodeFilterSensitiveLog: (obj: HdfsNameNode) => any;
1229
+
1230
+ export declare const QopConfigurationFilterSensitiveLog: (obj: QopConfiguration) => any;
1231
+
1232
+ export declare const CreateLocationHdfsRequestFilterSensitiveLog: (obj: CreateLocationHdfsRequest) => any;
1233
+
1234
+ export declare const CreateLocationHdfsResponseFilterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
1235
+
1236
+ export declare const OnPremConfigFilterSensitiveLog: (obj: OnPremConfig) => any;
1237
+
1238
+ export declare const CreateLocationNfsRequestFilterSensitiveLog: (obj: CreateLocationNfsRequest) => any;
1239
+
1240
+ export declare const CreateLocationNfsResponseFilterSensitiveLog: (obj: CreateLocationNfsResponse) => any;
1241
+
1242
+ export declare const CreateLocationObjectStorageRequestFilterSensitiveLog: (obj: CreateLocationObjectStorageRequest) => any;
1243
+
1244
+ export declare const CreateLocationObjectStorageResponseFilterSensitiveLog: (obj: CreateLocationObjectStorageResponse) => any;
1245
+
1246
+ export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
1247
+
1248
+ export declare const CreateLocationS3RequestFilterSensitiveLog: (obj: CreateLocationS3Request) => any;
1249
+
1250
+ export declare const CreateLocationS3ResponseFilterSensitiveLog: (obj: CreateLocationS3Response) => any;
1251
+
1252
+ export declare const CreateLocationSmbRequestFilterSensitiveLog: (obj: CreateLocationSmbRequest) => any;
1253
+
1254
+ export declare const CreateLocationSmbResponseFilterSensitiveLog: (obj: CreateLocationSmbResponse) => any;
1255
+
1256
+ export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
1257
+
1258
+ export declare const OptionsFilterSensitiveLog: (obj: Options) => any;
1259
+
1260
+ export declare const TaskScheduleFilterSensitiveLog: (obj: TaskSchedule) => any;
1261
+
1262
+ export declare const CreateTaskRequestFilterSensitiveLog: (obj: CreateTaskRequest) => any;
1263
+
1264
+ export declare const CreateTaskResponseFilterSensitiveLog: (obj: CreateTaskResponse) => any;
1265
+
1266
+ export declare const DeleteAgentRequestFilterSensitiveLog: (obj: DeleteAgentRequest) => any;
1267
+
1268
+ export declare const DeleteAgentResponseFilterSensitiveLog: (obj: DeleteAgentResponse) => any;
1269
+
1270
+ export declare const DeleteLocationRequestFilterSensitiveLog: (obj: DeleteLocationRequest) => any;
1271
+
1272
+ export declare const DeleteLocationResponseFilterSensitiveLog: (obj: DeleteLocationResponse) => any;
1273
+
1274
+ export declare const DeleteTaskRequestFilterSensitiveLog: (obj: DeleteTaskRequest) => any;
1275
+
1276
+ export declare const DeleteTaskResponseFilterSensitiveLog: (obj: DeleteTaskResponse) => any;
1277
+
1278
+ export declare const DescribeAgentRequestFilterSensitiveLog: (obj: DescribeAgentRequest) => any;
1279
+
1280
+ export declare const PrivateLinkConfigFilterSensitiveLog: (obj: PrivateLinkConfig) => any;
1281
+
1282
+ export declare const DescribeAgentResponseFilterSensitiveLog: (obj: DescribeAgentResponse) => any;
1283
+
1284
+ export declare const DescribeLocationEfsRequestFilterSensitiveLog: (obj: DescribeLocationEfsRequest) => any;
1285
+
1286
+ export declare const DescribeLocationEfsResponseFilterSensitiveLog: (obj: DescribeLocationEfsResponse) => any;
1287
+
1288
+ export declare const DescribeLocationFsxLustreRequestFilterSensitiveLog: (obj: DescribeLocationFsxLustreRequest) => any;
1289
+
1290
+ export declare const DescribeLocationFsxLustreResponseFilterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
1291
+
1292
+ export declare const DescribeLocationFsxOntapRequestFilterSensitiveLog: (obj: DescribeLocationFsxOntapRequest) => any;
1293
+
1294
+ export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (obj: DescribeLocationFsxOntapResponse) => any;
1295
+
1296
+ export declare const DescribeLocationFsxOpenZfsRequestFilterSensitiveLog: (obj: DescribeLocationFsxOpenZfsRequest) => any;
1297
+
1298
+ export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
1299
+
1300
+ export declare const DescribeLocationFsxWindowsRequestFilterSensitiveLog: (obj: DescribeLocationFsxWindowsRequest) => any;
1301
+
1302
+ export declare const DescribeLocationFsxWindowsResponseFilterSensitiveLog: (obj: DescribeLocationFsxWindowsResponse) => any;
1303
+
1304
+ export declare const DescribeLocationHdfsRequestFilterSensitiveLog: (obj: DescribeLocationHdfsRequest) => any;
1305
+
1306
+ export declare const DescribeLocationHdfsResponseFilterSensitiveLog: (obj: DescribeLocationHdfsResponse) => any;
1307
+
1308
+ export declare const DescribeLocationNfsRequestFilterSensitiveLog: (obj: DescribeLocationNfsRequest) => any;
1309
+
1310
+ export declare const DescribeLocationNfsResponseFilterSensitiveLog: (obj: DescribeLocationNfsResponse) => any;
1311
+
1312
+ export declare const DescribeLocationObjectStorageRequestFilterSensitiveLog: (obj: DescribeLocationObjectStorageRequest) => any;
1313
+
1314
+ export declare const DescribeLocationObjectStorageResponseFilterSensitiveLog: (obj: DescribeLocationObjectStorageResponse) => any;
1315
+
1316
+ export declare const DescribeLocationS3RequestFilterSensitiveLog: (obj: DescribeLocationS3Request) => any;
1317
+
1318
+ export declare const DescribeLocationS3ResponseFilterSensitiveLog: (obj: DescribeLocationS3Response) => any;
1319
+
1320
+ export declare const DescribeLocationSmbRequestFilterSensitiveLog: (obj: DescribeLocationSmbRequest) => any;
1321
+
1322
+ export declare const DescribeLocationSmbResponseFilterSensitiveLog: (obj: DescribeLocationSmbResponse) => any;
1323
+
1324
+ export declare const DescribeTaskRequestFilterSensitiveLog: (obj: DescribeTaskRequest) => any;
1325
+
1326
+ export declare const DescribeTaskResponseFilterSensitiveLog: (obj: DescribeTaskResponse) => any;
1327
+
1328
+ export declare const DescribeTaskExecutionRequestFilterSensitiveLog: (obj: DescribeTaskExecutionRequest) => any;
1329
+
1330
+ export declare const TaskExecutionResultDetailFilterSensitiveLog: (obj: TaskExecutionResultDetail) => any;
1331
+
1332
+ export declare const DescribeTaskExecutionResponseFilterSensitiveLog: (obj: DescribeTaskExecutionResponse) => any;
1333
+
1334
+ export declare const ListAgentsRequestFilterSensitiveLog: (obj: ListAgentsRequest) => any;
1335
+
1336
+ export declare const ListAgentsResponseFilterSensitiveLog: (obj: ListAgentsResponse) => any;
1337
+
1338
+ export declare const LocationFilterFilterSensitiveLog: (obj: LocationFilter) => any;
1339
+
1340
+ export declare const ListLocationsRequestFilterSensitiveLog: (obj: ListLocationsRequest) => any;
1341
+
1342
+ export declare const LocationListEntryFilterSensitiveLog: (obj: LocationListEntry) => any;
1343
+
1344
+ export declare const ListLocationsResponseFilterSensitiveLog: (obj: ListLocationsResponse) => any;
1345
+
1346
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1347
+
1348
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1349
+
1350
+ export declare const ListTaskExecutionsRequestFilterSensitiveLog: (obj: ListTaskExecutionsRequest) => any;
1351
+
1352
+ export declare const TaskExecutionListEntryFilterSensitiveLog: (obj: TaskExecutionListEntry) => any;
1353
+
1354
+ export declare const ListTaskExecutionsResponseFilterSensitiveLog: (obj: ListTaskExecutionsResponse) => any;
1355
+
1356
+ export declare const TaskFilterFilterSensitiveLog: (obj: TaskFilter) => any;
1357
+
1358
+ export declare const ListTasksRequestFilterSensitiveLog: (obj: ListTasksRequest) => any;
1359
+
1360
+ export declare const TaskListEntryFilterSensitiveLog: (obj: TaskListEntry) => any;
1361
+
1362
+ export declare const ListTasksResponseFilterSensitiveLog: (obj: ListTasksResponse) => any;
1363
+
1364
+ export declare const StartTaskExecutionRequestFilterSensitiveLog: (obj: StartTaskExecutionRequest) => any;
1365
+
1366
+ export declare const StartTaskExecutionResponseFilterSensitiveLog: (obj: StartTaskExecutionResponse) => any;
1367
+
1368
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1369
+
1370
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1371
+
1372
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1373
+
1374
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1375
+
1376
+ export declare const UpdateAgentRequestFilterSensitiveLog: (obj: UpdateAgentRequest) => any;
1377
+
1378
+ export declare const UpdateAgentResponseFilterSensitiveLog: (obj: UpdateAgentResponse) => any;
1379
+
1380
+ export declare const UpdateLocationHdfsRequestFilterSensitiveLog: (obj: UpdateLocationHdfsRequest) => any;
1381
+
1382
+ export declare const UpdateLocationHdfsResponseFilterSensitiveLog: (obj: UpdateLocationHdfsResponse) => any;
1383
+
1384
+ export declare const UpdateLocationNfsRequestFilterSensitiveLog: (obj: UpdateLocationNfsRequest) => any;
1385
+
1386
+ export declare const UpdateLocationNfsResponseFilterSensitiveLog: (obj: UpdateLocationNfsResponse) => any;
1387
+
1388
+ export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (obj: UpdateLocationObjectStorageRequest) => any;
1389
+
1390
+ export declare const UpdateLocationObjectStorageResponseFilterSensitiveLog: (obj: UpdateLocationObjectStorageResponse) => any;
1391
+
1392
+ export declare const UpdateLocationSmbRequestFilterSensitiveLog: (obj: UpdateLocationSmbRequest) => any;
1393
+
1394
+ export declare const UpdateLocationSmbResponseFilterSensitiveLog: (obj: UpdateLocationSmbResponse) => any;
1395
+
1396
+ export declare const UpdateTaskRequestFilterSensitiveLog: (obj: UpdateTaskRequest) => any;
1397
+
1398
+ export declare const UpdateTaskResponseFilterSensitiveLog: (obj: UpdateTaskResponse) => any;
1399
+
1400
+ export declare const UpdateTaskExecutionRequestFilterSensitiveLog: (obj: UpdateTaskExecutionRequest) => any;
1401
+
1402
+ export declare const UpdateTaskExecutionResponseFilterSensitiveLog: (obj: UpdateTaskExecutionResponse) => any;