@aws-sdk/client-datasync 3.128.0 → 3.137.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 (99) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/CancelTaskExecutionCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAgentCommand.js +2 -2
  4. package/dist-cjs/commands/CreateLocationEfsCommand.js +2 -2
  5. package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +2 -2
  7. package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
  8. package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateLocationHdfsCommand.js +2 -2
  10. package/dist-cjs/commands/CreateLocationNfsCommand.js +2 -2
  11. package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +2 -2
  12. package/dist-cjs/commands/CreateLocationS3Command.js +2 -2
  13. package/dist-cjs/commands/CreateLocationSmbCommand.js +2 -2
  14. package/dist-cjs/commands/CreateTaskCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteAgentCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteLocationCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteTaskCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeAgentCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeLocationEfsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeLocationHdfsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeLocationNfsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeLocationS3Command.js +2 -2
  28. package/dist-cjs/commands/DescribeLocationSmbCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeTaskCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeTaskExecutionCommand.js +2 -2
  31. package/dist-cjs/commands/ListAgentsCommand.js +2 -2
  32. package/dist-cjs/commands/ListLocationsCommand.js +2 -2
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-cjs/commands/ListTaskExecutionsCommand.js +2 -2
  35. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  36. package/dist-cjs/commands/StartTaskExecutionCommand.js +2 -2
  37. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateAgentCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateLocationHdfsCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateLocationNfsCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateLocationSmbCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateTaskCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +2 -2
  46. package/dist-cjs/models/models_0.js +454 -674
  47. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  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-es/protocols/Aws_json1_1.js +3 -0
  94. package/dist-types/DataSync.d.ts +22 -20
  95. package/dist-types/commands/CreateTaskCommand.d.ts +21 -19
  96. package/dist-types/commands/ListTasksCommand.d.ts +1 -1
  97. package/dist-types/models/models_0.d.ts +522 -689
  98. package/dist-types/ts3.4/models/models_0.d.ts +220 -440
  99. package/package.json +9 -9
@@ -24,12 +24,6 @@ export interface AgentListEntry {
24
24
  */
25
25
  Status?: AgentStatus | string;
26
26
  }
27
- export declare namespace AgentListEntry {
28
- /**
29
- * @internal
30
- */
31
- const filterSensitiveLog: (obj: AgentListEntry) => any;
32
- }
33
27
  export declare enum Atime {
34
28
  BEST_EFFORT = "BEST_EFFORT",
35
29
  NONE = "NONE"
@@ -43,20 +37,8 @@ export interface CancelTaskExecutionRequest {
43
37
  */
44
38
  TaskExecutionArn: string | undefined;
45
39
  }
46
- export declare namespace CancelTaskExecutionRequest {
47
- /**
48
- * @internal
49
- */
50
- const filterSensitiveLog: (obj: CancelTaskExecutionRequest) => any;
51
- }
52
40
  export interface CancelTaskExecutionResponse {
53
41
  }
54
- export declare namespace CancelTaskExecutionResponse {
55
- /**
56
- * @internal
57
- */
58
- const filterSensitiveLog: (obj: CancelTaskExecutionResponse) => any;
59
- }
60
42
  /**
61
43
  * <p>This exception is thrown when an error occurs in the DataSync service.</p>
62
44
  */
@@ -98,12 +80,6 @@ export interface TagListEntry {
98
80
  */
99
81
  Value?: string;
100
82
  }
101
- export declare namespace TagListEntry {
102
- /**
103
- * @internal
104
- */
105
- const filterSensitiveLog: (obj: TagListEntry) => any;
106
- }
107
83
  /**
108
84
  * <p>CreateAgentRequest</p>
109
85
  */
@@ -159,12 +135,6 @@ export interface CreateAgentRequest {
159
135
  */
160
136
  SecurityGroupArns?: string[];
161
137
  }
162
- export declare namespace CreateAgentRequest {
163
- /**
164
- * @internal
165
- */
166
- const filterSensitiveLog: (obj: CreateAgentRequest) => any;
167
- }
168
138
  /**
169
139
  * <p>CreateAgentResponse</p>
170
140
  */
@@ -175,12 +145,6 @@ export interface CreateAgentResponse {
175
145
  */
176
146
  AgentArn?: string;
177
147
  }
178
- export declare namespace CreateAgentResponse {
179
- /**
180
- * @internal
181
- */
182
- const filterSensitiveLog: (obj: CreateAgentResponse) => any;
183
- }
184
148
  /**
185
149
  * <p>The subnet and security groups that DataSync uses to access your Amazon EFS file system.</p>
186
150
  */
@@ -208,12 +172,6 @@ export interface Ec2Config {
208
172
  */
209
173
  SecurityGroupArns: string[] | undefined;
210
174
  }
211
- export declare namespace Ec2Config {
212
- /**
213
- * @internal
214
- */
215
- const filterSensitiveLog: (obj: Ec2Config) => any;
216
- }
217
175
  export declare enum EfsInTransitEncryption {
218
176
  NONE = "NONE",
219
177
  TLS1_2 = "TLS1_2"
@@ -262,12 +220,6 @@ export interface CreateLocationEfsRequest {
262
220
  */
263
221
  InTransitEncryption?: EfsInTransitEncryption | string;
264
222
  }
265
- export declare namespace CreateLocationEfsRequest {
266
- /**
267
- * @internal
268
- */
269
- const filterSensitiveLog: (obj: CreateLocationEfsRequest) => any;
270
- }
271
223
  /**
272
224
  * <p>CreateLocationEfs</p>
273
225
  */
@@ -278,12 +230,6 @@ export interface CreateLocationEfsResponse {
278
230
  */
279
231
  LocationArn?: string;
280
232
  }
281
- export declare namespace CreateLocationEfsResponse {
282
- /**
283
- * @internal
284
- */
285
- const filterSensitiveLog: (obj: CreateLocationEfsResponse) => any;
286
- }
287
233
  export interface CreateLocationFsxLustreRequest {
288
234
  /**
289
235
  * <p>The Amazon Resource Name (ARN) for the FSx for Lustre file system.</p>
@@ -302,12 +248,6 @@ export interface CreateLocationFsxLustreRequest {
302
248
  */
303
249
  Tags?: TagListEntry[];
304
250
  }
305
- export declare namespace CreateLocationFsxLustreRequest {
306
- /**
307
- * @internal
308
- */
309
- const filterSensitiveLog: (obj: CreateLocationFsxLustreRequest) => any;
310
- }
311
251
  export interface CreateLocationFsxLustreResponse {
312
252
  /**
313
253
  * <p>The Amazon Resource Name (ARN) of the FSx for Lustre file system location that's
@@ -315,12 +255,6 @@ export interface CreateLocationFsxLustreResponse {
315
255
  */
316
256
  LocationArn?: string;
317
257
  }
318
- export declare namespace CreateLocationFsxLustreResponse {
319
- /**
320
- * @internal
321
- */
322
- const filterSensitiveLog: (obj: CreateLocationFsxLustreResponse) => any;
323
- }
324
258
  export declare enum NfsVersion {
325
259
  AUTOMATIC = "AUTOMATIC",
326
260
  NFS3 = "NFS3",
@@ -363,12 +297,6 @@ export interface NfsMountOptions {
363
297
  */
364
298
  Version?: NfsVersion | string;
365
299
  }
366
- export declare namespace NfsMountOptions {
367
- /**
368
- * @internal
369
- */
370
- const filterSensitiveLog: (obj: NfsMountOptions) => any;
371
- }
372
300
  /**
373
301
  * <p>Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your Amazon FSx for OpenZFS or Amazon FSx for NetApp ONTAP file system.</p>
374
302
  */
@@ -378,12 +306,6 @@ export interface FsxProtocolNfs {
378
306
  */
379
307
  MountOptions?: NfsMountOptions;
380
308
  }
381
- export declare namespace FsxProtocolNfs {
382
- /**
383
- * @internal
384
- */
385
- const filterSensitiveLog: (obj: FsxProtocolNfs) => any;
386
- }
387
309
  export declare enum SmbVersion {
388
310
  AUTOMATIC = "AUTOMATIC",
389
311
  SMB2 = "SMB2",
@@ -399,12 +321,6 @@ export interface SmbMountOptions {
399
321
  */
400
322
  Version?: SmbVersion | string;
401
323
  }
402
- export declare namespace SmbMountOptions {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: SmbMountOptions) => any;
407
- }
408
324
  /**
409
325
  * <p>Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your Amazon FSx for NetApp ONTAP file system. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-ontap-location.html#create-ontap-location-access">Accessing FSx for ONTAP file systems</a>.</p>
410
326
  */
@@ -422,16 +338,45 @@ export interface FsxProtocolSmb {
422
338
  */
423
339
  Password: string | undefined;
424
340
  /**
425
- * <p>Specifies a user who has permission to access your SVM.</p>
341
+ * <p>Specifies a user name that can mount the location and access the files, folders, and metadata that you need in the SVM.</p>
342
+ * <p>If you provide a user in your Active Directory, note the following:</p>
343
+ * <ul>
344
+ * <li>
345
+ * <p>If you're using Directory Service for Microsoft Active Directory, the user
346
+ * must be a member of the Amazon Web Services Delegated
347
+ * FSx Administrators group.</p>
348
+ * </li>
349
+ * <li>
350
+ * <p>If you're using a self-managed Active Directory, the user must be a member of either
351
+ * the Domain Admins group or a custom group that you specified for file system
352
+ * administration when you created your file system.</p>
353
+ * </li>
354
+ * </ul>
355
+ * <p>Make sure that the user has the permissions it needs
356
+ * to copy the data you want:</p>
357
+ * <ul>
358
+ * <li>
359
+ * <p>
360
+ * <code>SE_TCB_NAME</code>: Required to
361
+ * set object ownership and file metadata. With this
362
+ * privilege, you also can copy NTFS discretionary
363
+ * access lists (DACLs).</p>
364
+ * </li>
365
+ * <li>
366
+ * <p>
367
+ * <code>SE_SECURITY_NAME</code>: May be
368
+ * needed to copy NTFS system access control lists
369
+ * (SACLs). This operation specifically requires the
370
+ * Windows privilege, which is granted to members of
371
+ * the Domain Admins group. If
372
+ * you configure your task to copy SACLs, make sure
373
+ * that the user has the required privileges. For
374
+ * information about copying SACLs, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html#configure-ownership-and-permissions">Ownership and permissions-related options</a>.</p>
375
+ * </li>
376
+ * </ul>
426
377
  */
427
378
  User: string | undefined;
428
379
  }
429
- export declare namespace FsxProtocolSmb {
430
- /**
431
- * @internal
432
- */
433
- const filterSensitiveLog: (obj: FsxProtocolSmb) => any;
434
- }
435
380
  /**
436
381
  * <p>Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.</p>
437
382
  */
@@ -445,31 +390,28 @@ export interface FsxProtocol {
445
390
  */
446
391
  SMB?: FsxProtocolSmb;
447
392
  }
448
- export declare namespace FsxProtocol {
449
- /**
450
- * @internal
451
- */
452
- const filterSensitiveLog: (obj: FsxProtocol) => any;
453
- }
454
393
  export interface CreateLocationFsxOntapRequest {
455
394
  /**
456
395
  * <p>Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.</p>
457
396
  */
458
397
  Protocol: FsxProtocol | undefined;
459
398
  /**
460
- * <p>Specifies the security groups that DataSync can use to access your FSx for ONTAP file system. You must configure the security groups to allow outbound
461
- * traffic on the following ports (depending on the protocol that you're using):</p>
399
+ * <p>Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.</p>
400
+ * <p>The security groups must allow outbound traffic on the following ports (depending on the
401
+ * protocol you use):</p>
462
402
  * <ul>
463
403
  * <li>
464
404
  * <p>
465
- * <b>Network File System (NFS)</b>: TCP port 2049</p>
405
+ * <b>Network File System (NFS)</b>: TCP ports 111, 635, and
406
+ * 2049</p>
466
407
  * </li>
467
408
  * <li>
468
409
  * <p>
469
410
  * <b>Server Message Block (SMB)</b>: TCP port 445</p>
470
411
  * </li>
471
412
  * </ul>
472
- * <p>Your file system's security groups must also allow inbound traffic on the same port.</p>
413
+ * <p>Your file system's security groups must also allow inbound traffic on the same
414
+ * ports.</p>
473
415
  */
474
416
  SecurityGroupArns: string[] | undefined;
475
417
  /**
@@ -492,24 +434,12 @@ export interface CreateLocationFsxOntapRequest {
492
434
  */
493
435
  Tags?: TagListEntry[];
494
436
  }
495
- export declare namespace CreateLocationFsxOntapRequest {
496
- /**
497
- * @internal
498
- */
499
- const filterSensitiveLog: (obj: CreateLocationFsxOntapRequest) => any;
500
- }
501
437
  export interface CreateLocationFsxOntapResponse {
502
438
  /**
503
439
  * <p>Specifies the ARN of the FSx for ONTAP file system location that you create.</p>
504
440
  */
505
441
  LocationArn?: string;
506
442
  }
507
- export declare namespace CreateLocationFsxOntapResponse {
508
- /**
509
- * @internal
510
- */
511
- const filterSensitiveLog: (obj: CreateLocationFsxOntapResponse) => any;
512
- }
513
443
  export interface CreateLocationFsxOpenZfsRequest {
514
444
  /**
515
445
  * <p>The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.</p>
@@ -536,82 +466,71 @@ export interface CreateLocationFsxOpenZfsRequest {
536
466
  */
537
467
  Tags?: TagListEntry[];
538
468
  }
539
- export declare namespace CreateLocationFsxOpenZfsRequest {
540
- /**
541
- * @internal
542
- */
543
- const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsRequest) => any;
544
- }
545
469
  export interface CreateLocationFsxOpenZfsResponse {
546
470
  /**
547
471
  * <p>The ARN of the FSx for OpenZFS file system location that you created.</p>
548
472
  */
549
473
  LocationArn?: string;
550
474
  }
551
- export declare namespace CreateLocationFsxOpenZfsResponse {
552
- /**
553
- * @internal
554
- */
555
- const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsResponse) => any;
556
- }
557
475
  export interface CreateLocationFsxWindowsRequest {
558
476
  /**
559
- * <p>A subdirectory in the location's path. This subdirectory in the Amazon FSx for Windows
560
- * File Server file system is used to read data from the Amazon FSx for Windows File Server
561
- * source location or write data to the FSx for Windows File Server destination.</p>
477
+ * <p>Specifies a mount path for your file system using forward slashes. This is where DataSync reads or
478
+ * writes data (depending on if this is a source or destination location).</p>
562
479
  */
563
480
  Subdirectory?: string;
564
481
  /**
565
- * <p>The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.</p>
482
+ * <p>Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file
483
+ * system.</p>
566
484
  */
567
485
  FsxFilesystemArn: string | undefined;
568
486
  /**
569
- * <p>The ARNs of the security groups that are used to configure the
570
- * FSx for Windows File Server file system.</p>
487
+ * <p>Specifies the ARNs of the security groups that provide access to your file system's
488
+ * preferred subnet.</p>
489
+ * <note>
490
+ * <p>If you choose a security group that doesn't allow connections from within
491
+ * itself, do one of the following:</p>
492
+ * <ul>
493
+ * <li>
494
+ * <p>Configure the security group to allow it to communicate within
495
+ * itself.</p>
496
+ * </li>
497
+ * <li>
498
+ * <p>Choose a different security group that can communicate with the
499
+ * mount target's security group.</p>
500
+ * </li>
501
+ * </ul>
502
+ * </note>
571
503
  */
572
504
  SecurityGroupArns: string[] | undefined;
573
505
  /**
574
- * <p>The key-value pair that represents a tag that you want to add to the resource. The
575
- * value can be an empty string. This value helps you manage, filter, and search for your
576
- * resources. We recommend that you create a name tag for your location.</p>
506
+ * <p>Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We
507
+ * recommend creating at least a name tag for your location.</p>
577
508
  */
578
509
  Tags?: TagListEntry[];
579
510
  /**
580
- * <p>The user who has the permissions to access files and folders in the FSx for Windows File
581
- * Server file system.</p>
511
+ * <p>Specifies the user who has the permissions to access files and folders in the file
512
+ * system.</p>
582
513
  * <p>For information about choosing a user name that ensures sufficient permissions to files,
583
514
  * folders, and metadata, see <a href="create-fsx-location.html#FSxWuser">user</a>.</p>
584
515
  */
585
516
  User: string | undefined;
586
517
  /**
587
- * <p>The name of the Windows domain that the FSx for Windows File Server belongs to.</p>
518
+ * <p>Specifies the name of the Windows domain that the FSx for Windows File Server belongs
519
+ * to.</p>
588
520
  */
589
521
  Domain?: string;
590
522
  /**
591
- * <p>The password of the user who has the permissions to access files and folders in the FSx
592
- * for Windows File Server file system.</p>
523
+ * <p>Specifies the password of the user who has the permissions to access files and folders in
524
+ * the file system.</p>
593
525
  */
594
526
  Password: string | undefined;
595
527
  }
596
- export declare namespace CreateLocationFsxWindowsRequest {
597
- /**
598
- * @internal
599
- */
600
- const filterSensitiveLog: (obj: CreateLocationFsxWindowsRequest) => any;
601
- }
602
528
  export interface CreateLocationFsxWindowsResponse {
603
529
  /**
604
- * <p>The Amazon Resource Name (ARN) of the FSx for Windows File Server file system location
605
- * you created.</p>
530
+ * <p>The ARN of the FSx for Windows File Server file system location you created.</p>
606
531
  */
607
532
  LocationArn?: string;
608
533
  }
609
- export declare namespace CreateLocationFsxWindowsResponse {
610
- /**
611
- * @internal
612
- */
613
- const filterSensitiveLog: (obj: CreateLocationFsxWindowsResponse) => any;
614
- }
615
534
  export declare enum HdfsAuthenticationType {
616
535
  KERBEROS = "KERBEROS",
617
536
  SIMPLE = "SIMPLE"
@@ -634,12 +553,6 @@ export interface HdfsNameNode {
634
553
  */
635
554
  Port: number | undefined;
636
555
  }
637
- export declare namespace HdfsNameNode {
638
- /**
639
- * @internal
640
- */
641
- const filterSensitiveLog: (obj: HdfsNameNode) => any;
642
- }
643
556
  export declare enum HdfsDataTransferProtection {
644
557
  AUTHENTICATION = "AUTHENTICATION",
645
558
  DISABLED = "DISABLED",
@@ -671,12 +584,6 @@ export interface QopConfiguration {
671
584
  */
672
585
  DataTransferProtection?: HdfsDataTransferProtection | string;
673
586
  }
674
- export declare namespace QopConfiguration {
675
- /**
676
- * @internal
677
- */
678
- const filterSensitiveLog: (obj: QopConfiguration) => any;
679
- }
680
587
  export interface CreateLocationHdfsRequest {
681
588
  /**
682
589
  * <p>A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write
@@ -766,24 +673,12 @@ export interface CreateLocationHdfsRequest {
766
673
  */
767
674
  Tags?: TagListEntry[];
768
675
  }
769
- export declare namespace CreateLocationHdfsRequest {
770
- /**
771
- * @internal
772
- */
773
- const filterSensitiveLog: (obj: CreateLocationHdfsRequest) => any;
774
- }
775
676
  export interface CreateLocationHdfsResponse {
776
677
  /**
777
678
  * <p>The ARN of the source HDFS cluster location that's created. </p>
778
679
  */
779
680
  LocationArn?: string;
780
681
  }
781
- export declare namespace CreateLocationHdfsResponse {
782
- /**
783
- * @internal
784
- */
785
- const filterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
786
- }
787
682
  /**
788
683
  * <p>A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS)
789
684
  * location.</p>
@@ -794,12 +689,6 @@ export interface OnPremConfig {
794
689
  */
795
690
  AgentArns: string[] | undefined;
796
691
  }
797
- export declare namespace OnPremConfig {
798
- /**
799
- * @internal
800
- */
801
- const filterSensitiveLog: (obj: OnPremConfig) => any;
802
- }
803
692
  /**
804
693
  * <p>CreateLocationNfsRequest</p>
805
694
  */
@@ -852,12 +741,6 @@ export interface CreateLocationNfsRequest {
852
741
  */
853
742
  Tags?: TagListEntry[];
854
743
  }
855
- export declare namespace CreateLocationNfsRequest {
856
- /**
857
- * @internal
858
- */
859
- const filterSensitiveLog: (obj: CreateLocationNfsRequest) => any;
860
- }
861
744
  /**
862
745
  * <p>CreateLocationNfsResponse</p>
863
746
  */
@@ -868,12 +751,6 @@ export interface CreateLocationNfsResponse {
868
751
  */
869
752
  LocationArn?: string;
870
753
  }
871
- export declare namespace CreateLocationNfsResponse {
872
- /**
873
- * @internal
874
- */
875
- const filterSensitiveLog: (obj: CreateLocationNfsResponse) => any;
876
- }
877
754
  export declare enum ObjectStorageServerProtocol {
878
755
  HTTP = "HTTP",
879
756
  HTTPS = "HTTPS"
@@ -920,12 +797,6 @@ export interface CreateLocationObjectStorageRequest {
920
797
  */
921
798
  Tags?: TagListEntry[];
922
799
  }
923
- export declare namespace CreateLocationObjectStorageRequest {
924
- /**
925
- * @internal
926
- */
927
- const filterSensitiveLog: (obj: CreateLocationObjectStorageRequest) => any;
928
- }
929
800
  /**
930
801
  * <p>CreateLocationObjectStorageResponse</p>
931
802
  */
@@ -935,12 +806,6 @@ export interface CreateLocationObjectStorageResponse {
935
806
  */
936
807
  LocationArn?: string;
937
808
  }
938
- export declare namespace CreateLocationObjectStorageResponse {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: CreateLocationObjectStorageResponse) => any;
943
- }
944
809
  /**
945
810
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role used to access
946
811
  * an Amazon S3 bucket.</p>
@@ -954,12 +819,6 @@ export interface S3Config {
954
819
  */
955
820
  BucketAccessRoleArn: string | undefined;
956
821
  }
957
- export declare namespace S3Config {
958
- /**
959
- * @internal
960
- */
961
- const filterSensitiveLog: (obj: S3Config) => any;
962
- }
963
822
  export declare enum S3StorageClass {
964
823
  DEEP_ARCHIVE = "DEEP_ARCHIVE",
965
824
  GLACIER = "GLACIER",
@@ -1013,12 +872,6 @@ export interface CreateLocationS3Request {
1013
872
  */
1014
873
  Tags?: TagListEntry[];
1015
874
  }
1016
- export declare namespace CreateLocationS3Request {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: CreateLocationS3Request) => any;
1021
- }
1022
875
  /**
1023
876
  * <p>CreateLocationS3Response</p>
1024
877
  */
@@ -1029,12 +882,6 @@ export interface CreateLocationS3Response {
1029
882
  */
1030
883
  LocationArn?: string;
1031
884
  }
1032
- export declare namespace CreateLocationS3Response {
1033
- /**
1034
- * @internal
1035
- */
1036
- const filterSensitiveLog: (obj: CreateLocationS3Response) => any;
1037
- }
1038
885
  /**
1039
886
  * <p>CreateLocationSmbRequest</p>
1040
887
  */
@@ -1100,12 +947,6 @@ export interface CreateLocationSmbRequest {
1100
947
  */
1101
948
  Tags?: TagListEntry[];
1102
949
  }
1103
- export declare namespace CreateLocationSmbRequest {
1104
- /**
1105
- * @internal
1106
- */
1107
- const filterSensitiveLog: (obj: CreateLocationSmbRequest) => any;
1108
- }
1109
950
  /**
1110
951
  * <p>CreateLocationSmbResponse</p>
1111
952
  */
@@ -1116,12 +957,6 @@ export interface CreateLocationSmbResponse {
1116
957
  */
1117
958
  LocationArn?: string;
1118
959
  }
1119
- export declare namespace CreateLocationSmbResponse {
1120
- /**
1121
- * @internal
1122
- */
1123
- const filterSensitiveLog: (obj: CreateLocationSmbResponse) => any;
1124
- }
1125
960
  export declare enum FilterType {
1126
961
  SIMPLE_PATTERN = "SIMPLE_PATTERN"
1127
962
  }
@@ -1144,12 +979,6 @@ export interface FilterRule {
1144
979
  */
1145
980
  Value?: string;
1146
981
  }
1147
- export declare namespace FilterRule {
1148
- /**
1149
- * @internal
1150
- */
1151
- const filterSensitiveLog: (obj: FilterRule) => any;
1152
- }
1153
982
  export declare enum Gid {
1154
983
  BOTH = "BOTH",
1155
984
  INT_VALUE = "INT_VALUE",
@@ -1460,12 +1289,6 @@ export interface Options {
1460
1289
  */
1461
1290
  ObjectTags?: ObjectTags | string;
1462
1291
  }
1463
- export declare namespace Options {
1464
- /**
1465
- * @internal
1466
- */
1467
- const filterSensitiveLog: (obj: Options) => any;
1468
- }
1469
1292
  /**
1470
1293
  * <p>Specifies the schedule you want your task to use for repeated executions. For more
1471
1294
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html">Schedule Expressions for Rules</a>.</p>
@@ -1477,12 +1300,6 @@ export interface TaskSchedule {
1477
1300
  */
1478
1301
  ScheduleExpression: string | undefined;
1479
1302
  }
1480
- export declare namespace TaskSchedule {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: TaskSchedule) => any;
1485
- }
1486
1303
  /**
1487
1304
  * <p>CreateTaskRequest</p>
1488
1305
  */
@@ -1540,12 +1357,6 @@ export interface CreateTaskRequest {
1540
1357
  */
1541
1358
  Includes?: FilterRule[];
1542
1359
  }
1543
- export declare namespace CreateTaskRequest {
1544
- /**
1545
- * @internal
1546
- */
1547
- const filterSensitiveLog: (obj: CreateTaskRequest) => any;
1548
- }
1549
1360
  /**
1550
1361
  * <p>CreateTaskResponse</p>
1551
1362
  */
@@ -1555,12 +1366,6 @@ export interface CreateTaskResponse {
1555
1366
  */
1556
1367
  TaskArn?: string;
1557
1368
  }
1558
- export declare namespace CreateTaskResponse {
1559
- /**
1560
- * @internal
1561
- */
1562
- const filterSensitiveLog: (obj: CreateTaskResponse) => any;
1563
- }
1564
1369
  /**
1565
1370
  * <p>DeleteAgentRequest</p>
1566
1371
  */
@@ -1571,20 +1376,8 @@ export interface DeleteAgentRequest {
1571
1376
  */
1572
1377
  AgentArn: string | undefined;
1573
1378
  }
1574
- export declare namespace DeleteAgentRequest {
1575
- /**
1576
- * @internal
1577
- */
1578
- const filterSensitiveLog: (obj: DeleteAgentRequest) => any;
1579
- }
1580
1379
  export interface DeleteAgentResponse {
1581
1380
  }
1582
- export declare namespace DeleteAgentResponse {
1583
- /**
1584
- * @internal
1585
- */
1586
- const filterSensitiveLog: (obj: DeleteAgentResponse) => any;
1587
- }
1588
1381
  /**
1589
1382
  * <p>DeleteLocation</p>
1590
1383
  */
@@ -1594,20 +1387,8 @@ export interface DeleteLocationRequest {
1594
1387
  */
1595
1388
  LocationArn: string | undefined;
1596
1389
  }
1597
- export declare namespace DeleteLocationRequest {
1598
- /**
1599
- * @internal
1600
- */
1601
- const filterSensitiveLog: (obj: DeleteLocationRequest) => any;
1602
- }
1603
1390
  export interface DeleteLocationResponse {
1604
1391
  }
1605
- export declare namespace DeleteLocationResponse {
1606
- /**
1607
- * @internal
1608
- */
1609
- const filterSensitiveLog: (obj: DeleteLocationResponse) => any;
1610
- }
1611
1392
  /**
1612
1393
  * <p>DeleteTask</p>
1613
1394
  */
@@ -1617,20 +1398,8 @@ export interface DeleteTaskRequest {
1617
1398
  */
1618
1399
  TaskArn: string | undefined;
1619
1400
  }
1620
- export declare namespace DeleteTaskRequest {
1621
- /**
1622
- * @internal
1623
- */
1624
- const filterSensitiveLog: (obj: DeleteTaskRequest) => any;
1625
- }
1626
1401
  export interface DeleteTaskResponse {
1627
1402
  }
1628
- export declare namespace DeleteTaskResponse {
1629
- /**
1630
- * @internal
1631
- */
1632
- const filterSensitiveLog: (obj: DeleteTaskResponse) => any;
1633
- }
1634
1403
  /**
1635
1404
  * <p>DescribeAgent</p>
1636
1405
  */
@@ -1640,12 +1409,6 @@ export interface DescribeAgentRequest {
1640
1409
  */
1641
1410
  AgentArn: string | undefined;
1642
1411
  }
1643
- export declare namespace DescribeAgentRequest {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: DescribeAgentRequest) => any;
1648
- }
1649
1412
  export declare enum EndpointType {
1650
1413
  FIPS = "FIPS",
1651
1414
  PRIVATE_LINK = "PRIVATE_LINK",
@@ -1679,12 +1442,6 @@ export interface PrivateLinkConfig {
1679
1442
  */
1680
1443
  SecurityGroupArns?: string[];
1681
1444
  }
1682
- export declare namespace PrivateLinkConfig {
1683
- /**
1684
- * @internal
1685
- */
1686
- const filterSensitiveLog: (obj: PrivateLinkConfig) => any;
1687
- }
1688
1445
  /**
1689
1446
  * <p>DescribeAgentResponse</p>
1690
1447
  */
@@ -1723,12 +1480,6 @@ export interface DescribeAgentResponse {
1723
1480
  */
1724
1481
  PrivateLinkConfig?: PrivateLinkConfig;
1725
1482
  }
1726
- export declare namespace DescribeAgentResponse {
1727
- /**
1728
- * @internal
1729
- */
1730
- const filterSensitiveLog: (obj: DescribeAgentResponse) => any;
1731
- }
1732
1483
  /**
1733
1484
  * <p>DescribeLocationEfsRequest</p>
1734
1485
  */
@@ -1738,12 +1489,6 @@ export interface DescribeLocationEfsRequest {
1738
1489
  */
1739
1490
  LocationArn: string | undefined;
1740
1491
  }
1741
- export declare namespace DescribeLocationEfsRequest {
1742
- /**
1743
- * @internal
1744
- */
1745
- const filterSensitiveLog: (obj: DescribeLocationEfsRequest) => any;
1746
- }
1747
1492
  /**
1748
1493
  * <p>DescribeLocationEfsResponse</p>
1749
1494
  */
@@ -1778,24 +1523,12 @@ export interface DescribeLocationEfsResponse {
1778
1523
  */
1779
1524
  InTransitEncryption?: EfsInTransitEncryption | string;
1780
1525
  }
1781
- export declare namespace DescribeLocationEfsResponse {
1782
- /**
1783
- * @internal
1784
- */
1785
- const filterSensitiveLog: (obj: DescribeLocationEfsResponse) => any;
1786
- }
1787
1526
  export interface DescribeLocationFsxLustreRequest {
1788
1527
  /**
1789
1528
  * <p>The Amazon Resource Name (ARN) of the FSx for Lustre location to describe. </p>
1790
1529
  */
1791
1530
  LocationArn: string | undefined;
1792
1531
  }
1793
- export declare namespace DescribeLocationFsxLustreRequest {
1794
- /**
1795
- * @internal
1796
- */
1797
- const filterSensitiveLog: (obj: DescribeLocationFsxLustreRequest) => any;
1798
- }
1799
1532
  export interface DescribeLocationFsxLustreResponse {
1800
1533
  /**
1801
1534
  * <p>The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.</p>
@@ -1814,24 +1547,12 @@ export interface DescribeLocationFsxLustreResponse {
1814
1547
  */
1815
1548
  CreationTime?: Date;
1816
1549
  }
1817
- export declare namespace DescribeLocationFsxLustreResponse {
1818
- /**
1819
- * @internal
1820
- */
1821
- const filterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
1822
- }
1823
1550
  export interface DescribeLocationFsxOntapRequest {
1824
1551
  /**
1825
1552
  * <p>Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.</p>
1826
1553
  */
1827
1554
  LocationArn: string | undefined;
1828
1555
  }
1829
- export declare namespace DescribeLocationFsxOntapRequest {
1830
- /**
1831
- * @internal
1832
- */
1833
- const filterSensitiveLog: (obj: DescribeLocationFsxOntapRequest) => any;
1834
- }
1835
1556
  export interface DescribeLocationFsxOntapResponse {
1836
1557
  /**
1837
1558
  * <p>The time that the location was created.</p>
@@ -1863,24 +1584,12 @@ export interface DescribeLocationFsxOntapResponse {
1863
1584
  */
1864
1585
  FsxFilesystemArn?: string;
1865
1586
  }
1866
- export declare namespace DescribeLocationFsxOntapResponse {
1867
- /**
1868
- * @internal
1869
- */
1870
- const filterSensitiveLog: (obj: DescribeLocationFsxOntapResponse) => any;
1871
- }
1872
1587
  export interface DescribeLocationFsxOpenZfsRequest {
1873
1588
  /**
1874
1589
  * <p>The Amazon Resource Name (ARN) of the FSx for OpenZFS location to describe.</p>
1875
1590
  */
1876
1591
  LocationArn: string | undefined;
1877
1592
  }
1878
- export declare namespace DescribeLocationFsxOpenZfsRequest {
1879
- /**
1880
- * @internal
1881
- */
1882
- const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsRequest) => any;
1883
- }
1884
1593
  export interface DescribeLocationFsxOpenZfsResponse {
1885
1594
  /**
1886
1595
  * <p>The ARN of the FSx for OpenZFS location that was described.</p>
@@ -1908,12 +1617,6 @@ export interface DescribeLocationFsxOpenZfsResponse {
1908
1617
  */
1909
1618
  CreationTime?: Date;
1910
1619
  }
1911
- export declare namespace DescribeLocationFsxOpenZfsResponse {
1912
- /**
1913
- * @internal
1914
- */
1915
- const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
1916
- }
1917
1620
  export interface DescribeLocationFsxWindowsRequest {
1918
1621
  /**
1919
1622
  * <p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location to
@@ -1921,13 +1624,7 @@ export interface DescribeLocationFsxWindowsRequest {
1921
1624
  */
1922
1625
  LocationArn: string | undefined;
1923
1626
  }
1924
- export declare namespace DescribeLocationFsxWindowsRequest {
1925
- /**
1926
- * @internal
1927
- */
1928
- const filterSensitiveLog: (obj: DescribeLocationFsxWindowsRequest) => any;
1929
- }
1930
- export interface DescribeLocationFsxWindowsResponse {
1627
+ export interface DescribeLocationFsxWindowsResponse {
1931
1628
  /**
1932
1629
  * <p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was
1933
1630
  * described.</p>
@@ -1956,24 +1653,12 @@ export interface DescribeLocationFsxWindowsResponse {
1956
1653
  */
1957
1654
  Domain?: string;
1958
1655
  }
1959
- export declare namespace DescribeLocationFsxWindowsResponse {
1960
- /**
1961
- * @internal
1962
- */
1963
- const filterSensitiveLog: (obj: DescribeLocationFsxWindowsResponse) => any;
1964
- }
1965
1656
  export interface DescribeLocationHdfsRequest {
1966
1657
  /**
1967
1658
  * <p>The Amazon Resource Name (ARN) of the HDFS cluster location to describe.</p>
1968
1659
  */
1969
1660
  LocationArn: string | undefined;
1970
1661
  }
1971
- export declare namespace DescribeLocationHdfsRequest {
1972
- /**
1973
- * @internal
1974
- */
1975
- const filterSensitiveLog: (obj: DescribeLocationHdfsRequest) => any;
1976
- }
1977
1662
  export interface DescribeLocationHdfsResponse {
1978
1663
  /**
1979
1664
  * <p>The ARN of the HDFS cluster location.</p>
@@ -2029,12 +1714,6 @@ export interface DescribeLocationHdfsResponse {
2029
1714
  */
2030
1715
  CreationTime?: Date;
2031
1716
  }
2032
- export declare namespace DescribeLocationHdfsResponse {
2033
- /**
2034
- * @internal
2035
- */
2036
- const filterSensitiveLog: (obj: DescribeLocationHdfsResponse) => any;
2037
- }
2038
1717
  /**
2039
1718
  * <p>DescribeLocationNfsRequest</p>
2040
1719
  */
@@ -2044,12 +1723,6 @@ export interface DescribeLocationNfsRequest {
2044
1723
  */
2045
1724
  LocationArn: string | undefined;
2046
1725
  }
2047
- export declare namespace DescribeLocationNfsRequest {
2048
- /**
2049
- * @internal
2050
- */
2051
- const filterSensitiveLog: (obj: DescribeLocationNfsRequest) => any;
2052
- }
2053
1726
  /**
2054
1727
  * <p>DescribeLocationNfsResponse</p>
2055
1728
  */
@@ -2076,12 +1749,6 @@ export interface DescribeLocationNfsResponse {
2076
1749
  */
2077
1750
  CreationTime?: Date;
2078
1751
  }
2079
- export declare namespace DescribeLocationNfsResponse {
2080
- /**
2081
- * @internal
2082
- */
2083
- const filterSensitiveLog: (obj: DescribeLocationNfsResponse) => any;
2084
- }
2085
1752
  /**
2086
1753
  * <p>DescribeLocationObjectStorageRequest</p>
2087
1754
  */
@@ -2091,12 +1758,6 @@ export interface DescribeLocationObjectStorageRequest {
2091
1758
  */
2092
1759
  LocationArn: string | undefined;
2093
1760
  }
2094
- export declare namespace DescribeLocationObjectStorageRequest {
2095
- /**
2096
- * @internal
2097
- */
2098
- const filterSensitiveLog: (obj: DescribeLocationObjectStorageRequest) => any;
2099
- }
2100
1761
  /**
2101
1762
  * <p>DescribeLocationObjectStorageResponse</p>
2102
1763
  */
@@ -2130,12 +1791,6 @@ export interface DescribeLocationObjectStorageResponse {
2130
1791
  */
2131
1792
  CreationTime?: Date;
2132
1793
  }
2133
- export declare namespace DescribeLocationObjectStorageResponse {
2134
- /**
2135
- * @internal
2136
- */
2137
- const filterSensitiveLog: (obj: DescribeLocationObjectStorageResponse) => any;
2138
- }
2139
1794
  /**
2140
1795
  * <p>DescribeLocationS3Request</p>
2141
1796
  */
@@ -2145,12 +1800,6 @@ export interface DescribeLocationS3Request {
2145
1800
  */
2146
1801
  LocationArn: string | undefined;
2147
1802
  }
2148
- export declare namespace DescribeLocationS3Request {
2149
- /**
2150
- * @internal
2151
- */
2152
- const filterSensitiveLog: (obj: DescribeLocationS3Request) => any;
2153
- }
2154
1803
  /**
2155
1804
  * <p>DescribeLocationS3Response</p>
2156
1805
  */
@@ -2189,12 +1838,6 @@ export interface DescribeLocationS3Response {
2189
1838
  */
2190
1839
  CreationTime?: Date;
2191
1840
  }
2192
- export declare namespace DescribeLocationS3Response {
2193
- /**
2194
- * @internal
2195
- */
2196
- const filterSensitiveLog: (obj: DescribeLocationS3Response) => any;
2197
- }
2198
1841
  /**
2199
1842
  * <p>DescribeLocationSmbRequest</p>
2200
1843
  */
@@ -2204,12 +1847,6 @@ export interface DescribeLocationSmbRequest {
2204
1847
  */
2205
1848
  LocationArn: string | undefined;
2206
1849
  }
2207
- export declare namespace DescribeLocationSmbRequest {
2208
- /**
2209
- * @internal
2210
- */
2211
- const filterSensitiveLog: (obj: DescribeLocationSmbRequest) => any;
2212
- }
2213
1850
  /**
2214
1851
  * <p>DescribeLocationSmbResponse</p>
2215
1852
  */
@@ -2245,12 +1882,6 @@ export interface DescribeLocationSmbResponse {
2245
1882
  */
2246
1883
  CreationTime?: Date;
2247
1884
  }
2248
- export declare namespace DescribeLocationSmbResponse {
2249
- /**
2250
- * @internal
2251
- */
2252
- const filterSensitiveLog: (obj: DescribeLocationSmbResponse) => any;
2253
- }
2254
1885
  /**
2255
1886
  * <p>DescribeTaskRequest</p>
2256
1887
  */
@@ -2260,12 +1891,6 @@ export interface DescribeTaskRequest {
2260
1891
  */
2261
1892
  TaskArn: string | undefined;
2262
1893
  }
2263
- export declare namespace DescribeTaskRequest {
2264
- /**
2265
- * @internal
2266
- */
2267
- const filterSensitiveLog: (obj: DescribeTaskRequest) => any;
2268
- }
2269
1894
  export declare enum TaskStatus {
2270
1895
  AVAILABLE = "AVAILABLE",
2271
1896
  CREATING = "CREATING",
@@ -2366,12 +1991,6 @@ export interface DescribeTaskResponse {
2366
1991
  */
2367
1992
  Includes?: FilterRule[];
2368
1993
  }
2369
- export declare namespace DescribeTaskResponse {
2370
- /**
2371
- * @internal
2372
- */
2373
- const filterSensitiveLog: (obj: DescribeTaskResponse) => any;
2374
- }
2375
1994
  /**
2376
1995
  * <p>DescribeTaskExecutionRequest</p>
2377
1996
  */
@@ -2381,12 +2000,6 @@ export interface DescribeTaskExecutionRequest {
2381
2000
  */
2382
2001
  TaskExecutionArn: string | undefined;
2383
2002
  }
2384
- export declare namespace DescribeTaskExecutionRequest {
2385
- /**
2386
- * @internal
2387
- */
2388
- const filterSensitiveLog: (obj: DescribeTaskExecutionRequest) => any;
2389
- }
2390
2003
  export declare enum PhaseStatus {
2391
2004
  ERROR = "ERROR",
2392
2005
  PENDING = "PENDING",
@@ -2440,12 +2053,6 @@ export interface TaskExecutionResultDetail {
2440
2053
  */
2441
2054
  ErrorDetail?: string;
2442
2055
  }
2443
- export declare namespace TaskExecutionResultDetail {
2444
- /**
2445
- * @internal
2446
- */
2447
- const filterSensitiveLog: (obj: TaskExecutionResultDetail) => any;
2448
- }
2449
2056
  export declare enum TaskExecutionStatus {
2450
2057
  ERROR = "ERROR",
2451
2058
  LAUNCHING = "LAUNCHING",
@@ -2550,12 +2157,6 @@ export interface DescribeTaskExecutionResponse {
2550
2157
  */
2551
2158
  Result?: TaskExecutionResultDetail;
2552
2159
  }
2553
- export declare namespace DescribeTaskExecutionResponse {
2554
- /**
2555
- * @internal
2556
- */
2557
- const filterSensitiveLog: (obj: DescribeTaskExecutionResponse) => any;
2558
- }
2559
2160
  /**
2560
2161
  * <p>ListAgentsRequest</p>
2561
2162
  */
@@ -2570,12 +2171,6 @@ export interface ListAgentsRequest {
2570
2171
  */
2571
2172
  NextToken?: string;
2572
2173
  }
2573
- export declare namespace ListAgentsRequest {
2574
- /**
2575
- * @internal
2576
- */
2577
- const filterSensitiveLog: (obj: ListAgentsRequest) => any;
2578
- }
2579
2174
  /**
2580
2175
  * <p>ListAgentsResponse</p>
2581
2176
  */
@@ -2590,12 +2185,6 @@ export interface ListAgentsResponse {
2590
2185
  */
2591
2186
  NextToken?: string;
2592
2187
  }
2593
- export declare namespace ListAgentsResponse {
2594
- /**
2595
- * @internal
2596
- */
2597
- const filterSensitiveLog: (obj: ListAgentsResponse) => any;
2598
- }
2599
2188
  export declare enum LocationFilterName {
2600
2189
  CreationTime = "CreationTime",
2601
2190
  LocationType = "LocationType",
@@ -2614,9 +2203,12 @@ export declare enum Operator {
2614
2203
  NOT_CONTAINS = "NotContains"
2615
2204
  }
2616
2205
  /**
2617
- * <p>You can use API filters to narrow down the list of resources returned by <code>ListLocations</code>.
2618
- * For example, to retrieve all your Amazon S3 locations, you can use <code>ListLocations</code> with
2619
- * filter name <code>LocationType S3</code> and <code>Operator Equals</code>.</p>
2206
+ * <p>Narrow down the list of resources returned by <code>ListLocations</code>. For example, to
2207
+ * see all your Amazon S3 locations, create a filter using <code>"Name":
2208
+ * "LocationType"</code>, <code>"Operator": "Equals"</code>, and <code>"Values":
2209
+ * "S3"</code>.</p>
2210
+ * <p>For more information, see
2211
+ * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html">filtering resources</a>.</p>
2620
2212
  */
2621
2213
  export interface LocationFilter {
2622
2214
  /**
@@ -2631,17 +2223,10 @@ export interface LocationFilter {
2631
2223
  Values: string[] | undefined;
2632
2224
  /**
2633
2225
  * <p>The operator that is used to compare filter values (for example, <code>Equals</code> or
2634
- * <code>Contains</code>). For more about API filtering operators, see
2635
- * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html">API filters for ListTasks and ListLocations</a>.</p>
2226
+ * <code>Contains</code>).</p>
2636
2227
  */
2637
2228
  Operator: Operator | string | undefined;
2638
2229
  }
2639
- export declare namespace LocationFilter {
2640
- /**
2641
- * @internal
2642
- */
2643
- const filterSensitiveLog: (obj: LocationFilter) => any;
2644
- }
2645
2230
  /**
2646
2231
  * <p>ListLocationsRequest</p>
2647
2232
  */
@@ -2662,12 +2247,6 @@ export interface ListLocationsRequest {
2662
2247
  */
2663
2248
  Filters?: LocationFilter[];
2664
2249
  }
2665
- export declare namespace ListLocationsRequest {
2666
- /**
2667
- * @internal
2668
- */
2669
- const filterSensitiveLog: (obj: ListLocationsRequest) => any;
2670
- }
2671
2250
  /**
2672
2251
  * <p>Represents a single entry in a list of locations. <code>LocationListEntry</code>
2673
2252
  * returns an array that contains a list of locations when the
@@ -2700,12 +2279,6 @@ export interface LocationListEntry {
2700
2279
  */
2701
2280
  LocationUri?: string;
2702
2281
  }
2703
- export declare namespace LocationListEntry {
2704
- /**
2705
- * @internal
2706
- */
2707
- const filterSensitiveLog: (obj: LocationListEntry) => any;
2708
- }
2709
2282
  /**
2710
2283
  * <p>ListLocationsResponse</p>
2711
2284
  */
@@ -2720,12 +2293,6 @@ export interface ListLocationsResponse {
2720
2293
  */
2721
2294
  NextToken?: string;
2722
2295
  }
2723
- export declare namespace ListLocationsResponse {
2724
- /**
2725
- * @internal
2726
- */
2727
- const filterSensitiveLog: (obj: ListLocationsResponse) => any;
2728
- }
2729
2296
  /**
2730
2297
  * <p>ListTagsForResourceRequest</p>
2731
2298
  */
@@ -2744,12 +2311,6 @@ export interface ListTagsForResourceRequest {
2744
2311
  */
2745
2312
  NextToken?: string;
2746
2313
  }
2747
- export declare namespace ListTagsForResourceRequest {
2748
- /**
2749
- * @internal
2750
- */
2751
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2752
- }
2753
2314
  /**
2754
2315
  * <p>ListTagsForResourceResponse</p>
2755
2316
  */
@@ -2764,12 +2325,6 @@ export interface ListTagsForResourceResponse {
2764
2325
  */
2765
2326
  NextToken?: string;
2766
2327
  }
2767
- export declare namespace ListTagsForResourceResponse {
2768
- /**
2769
- * @internal
2770
- */
2771
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2772
- }
2773
2328
  /**
2774
2329
  * <p>ListTaskExecutions</p>
2775
2330
  */
@@ -2788,12 +2343,6 @@ export interface ListTaskExecutionsRequest {
2788
2343
  */
2789
2344
  NextToken?: string;
2790
2345
  }
2791
- export declare namespace ListTaskExecutionsRequest {
2792
- /**
2793
- * @internal
2794
- */
2795
- const filterSensitiveLog: (obj: ListTaskExecutionsRequest) => any;
2796
- }
2797
2346
  /**
2798
2347
  * <p>Represents a single entry in a list of task executions.
2799
2348
  * <code>TaskExecutionListEntry</code> returns an array that contains a list of specific
@@ -2811,12 +2360,6 @@ export interface TaskExecutionListEntry {
2811
2360
  */
2812
2361
  Status?: TaskExecutionStatus | string;
2813
2362
  }
2814
- export declare namespace TaskExecutionListEntry {
2815
- /**
2816
- * @internal
2817
- */
2818
- const filterSensitiveLog: (obj: TaskExecutionListEntry) => any;
2819
- }
2820
2363
  /**
2821
2364
  * <p>ListTaskExecutionsResponse</p>
2822
2365
  */
@@ -2831,12 +2374,6 @@ export interface ListTaskExecutionsResponse {
2831
2374
  */
2832
2375
  NextToken?: string;
2833
2376
  }
2834
- export declare namespace ListTaskExecutionsResponse {
2835
- /**
2836
- * @internal
2837
- */
2838
- const filterSensitiveLog: (obj: ListTaskExecutionsResponse) => any;
2839
- }
2840
2377
  export declare enum TaskFilterName {
2841
2378
  CreationTime = "CreationTime",
2842
2379
  LocationId = "LocationId"
@@ -2846,6 +2383,7 @@ export declare enum TaskFilterName {
2846
2383
  * For example, to retrieve all tasks on a source location, you can use <code>ListTasks</code>
2847
2384
  * with filter name <code>LocationId</code> and <code>Operator Equals</code> with the ARN for the
2848
2385
  * location.</p>
2386
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html">filtering DataSync resources</a>.</p>
2849
2387
  */
2850
2388
  export interface TaskFilter {
2851
2389
  /**
@@ -2860,17 +2398,10 @@ export interface TaskFilter {
2860
2398
  Values: string[] | undefined;
2861
2399
  /**
2862
2400
  * <p>The operator that is used to compare filter values (for example, <code>Equals</code> or
2863
- * <code>Contains</code>). For more about API filtering operators, see
2864
- * <a href="https://docs.aws.amazon.com/datasync/latest/userguide/query-resources.html">API filters for ListTasks and ListLocations</a>.</p>
2401
+ * <code>Contains</code>).</p>
2865
2402
  */
2866
2403
  Operator: Operator | string | undefined;
2867
2404
  }
2868
- export declare namespace TaskFilter {
2869
- /**
2870
- * @internal
2871
- */
2872
- const filterSensitiveLog: (obj: TaskFilter) => any;
2873
- }
2874
2405
  /**
2875
2406
  * <p>ListTasksRequest</p>
2876
2407
  */
@@ -2892,12 +2423,6 @@ export interface ListTasksRequest {
2892
2423
  */
2893
2424
  Filters?: TaskFilter[];
2894
2425
  }
2895
- export declare namespace ListTasksRequest {
2896
- /**
2897
- * @internal
2898
- */
2899
- const filterSensitiveLog: (obj: ListTasksRequest) => any;
2900
- }
2901
2426
  /**
2902
2427
  * <p>Represents a single entry in a list of tasks. <code>TaskListEntry</code> returns an
2903
2428
  * array that contains a list of tasks when the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_ListTasks.html">ListTasks</a> operation is called.
@@ -2918,12 +2443,6 @@ export interface TaskListEntry {
2918
2443
  */
2919
2444
  Name?: string;
2920
2445
  }
2921
- export declare namespace TaskListEntry {
2922
- /**
2923
- * @internal
2924
- */
2925
- const filterSensitiveLog: (obj: TaskListEntry) => any;
2926
- }
2927
2446
  /**
2928
2447
  * <p>ListTasksResponse</p>
2929
2448
  */
@@ -2938,12 +2457,6 @@ export interface ListTasksResponse {
2938
2457
  */
2939
2458
  NextToken?: string;
2940
2459
  }
2941
- export declare namespace ListTasksResponse {
2942
- /**
2943
- * @internal
2944
- */
2945
- const filterSensitiveLog: (obj: ListTasksResponse) => any;
2946
- }
2947
2460
  /**
2948
2461
  * <p>StartTaskExecutionRequest</p>
2949
2462
  */
@@ -2982,12 +2495,6 @@ export interface StartTaskExecutionRequest {
2982
2495
  */
2983
2496
  Excludes?: FilterRule[];
2984
2497
  }
2985
- export declare namespace StartTaskExecutionRequest {
2986
- /**
2987
- * @internal
2988
- */
2989
- const filterSensitiveLog: (obj: StartTaskExecutionRequest) => any;
2990
- }
2991
2498
  /**
2992
2499
  * <p>StartTaskExecutionResponse</p>
2993
2500
  */
@@ -2998,12 +2505,6 @@ export interface StartTaskExecutionResponse {
2998
2505
  */
2999
2506
  TaskExecutionArn?: string;
3000
2507
  }
3001
- export declare namespace StartTaskExecutionResponse {
3002
- /**
3003
- * @internal
3004
- */
3005
- const filterSensitiveLog: (obj: StartTaskExecutionResponse) => any;
3006
- }
3007
2508
  /**
3008
2509
  * <p>TagResourceRequest</p>
3009
2510
  */
@@ -3017,20 +2518,8 @@ export interface TagResourceRequest {
3017
2518
  */
3018
2519
  Tags: TagListEntry[] | undefined;
3019
2520
  }
3020
- export declare namespace TagResourceRequest {
3021
- /**
3022
- * @internal
3023
- */
3024
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3025
- }
3026
2521
  export interface TagResourceResponse {
3027
2522
  }
3028
- export declare namespace TagResourceResponse {
3029
- /**
3030
- * @internal
3031
- */
3032
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3033
- }
3034
2523
  /**
3035
2524
  * <p>UntagResourceRequest</p>
3036
2525
  */
@@ -3044,20 +2533,8 @@ export interface UntagResourceRequest {
3044
2533
  */
3045
2534
  Keys: string[] | undefined;
3046
2535
  }
3047
- export declare namespace UntagResourceRequest {
3048
- /**
3049
- * @internal
3050
- */
3051
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3052
- }
3053
2536
  export interface UntagResourceResponse {
3054
2537
  }
3055
- export declare namespace UntagResourceResponse {
3056
- /**
3057
- * @internal
3058
- */
3059
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3060
- }
3061
2538
  /**
3062
2539
  * <p>UpdateAgentRequest</p>
3063
2540
  */
@@ -3071,20 +2548,8 @@ export interface UpdateAgentRequest {
3071
2548
  */
3072
2549
  Name?: string;
3073
2550
  }
3074
- export declare namespace UpdateAgentRequest {
3075
- /**
3076
- * @internal
3077
- */
3078
- const filterSensitiveLog: (obj: UpdateAgentRequest) => any;
3079
- }
3080
2551
  export interface UpdateAgentResponse {
3081
2552
  }
3082
- export declare namespace UpdateAgentResponse {
3083
- /**
3084
- * @internal
3085
- */
3086
- const filterSensitiveLog: (obj: UpdateAgentResponse) => any;
3087
- }
3088
2553
  export interface UpdateLocationHdfsRequest {
3089
2554
  /**
3090
2555
  * <p>The Amazon Resource Name (ARN) of the source HDFS cluster location.</p>
@@ -3150,20 +2615,8 @@ export interface UpdateLocationHdfsRequest {
3150
2615
  */
3151
2616
  AgentArns?: string[];
3152
2617
  }
3153
- export declare namespace UpdateLocationHdfsRequest {
3154
- /**
3155
- * @internal
3156
- */
3157
- const filterSensitiveLog: (obj: UpdateLocationHdfsRequest) => any;
3158
- }
3159
2618
  export interface UpdateLocationHdfsResponse {
3160
2619
  }
3161
- export declare namespace UpdateLocationHdfsResponse {
3162
- /**
3163
- * @internal
3164
- */
3165
- const filterSensitiveLog: (obj: UpdateLocationHdfsResponse) => any;
3166
- }
3167
2620
  export interface UpdateLocationNfsRequest {
3168
2621
  /**
3169
2622
  * <p>The Amazon Resource Name (ARN) of the NFS location to update.</p>
@@ -3201,20 +2654,8 @@ export interface UpdateLocationNfsRequest {
3201
2654
  */
3202
2655
  MountOptions?: NfsMountOptions;
3203
2656
  }
3204
- export declare namespace UpdateLocationNfsRequest {
3205
- /**
3206
- * @internal
3207
- */
3208
- const filterSensitiveLog: (obj: UpdateLocationNfsRequest) => any;
3209
- }
3210
2657
  export interface UpdateLocationNfsResponse {
3211
2658
  }
3212
- export declare namespace UpdateLocationNfsResponse {
3213
- /**
3214
- * @internal
3215
- */
3216
- const filterSensitiveLog: (obj: UpdateLocationNfsResponse) => any;
3217
- }
3218
2659
  export interface UpdateLocationObjectStorageRequest {
3219
2660
  /**
3220
2661
  * <p>The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.</p>
@@ -3256,20 +2697,8 @@ export interface UpdateLocationObjectStorageRequest {
3256
2697
  */
3257
2698
  AgentArns?: string[];
3258
2699
  }
3259
- export declare namespace UpdateLocationObjectStorageRequest {
3260
- /**
3261
- * @internal
3262
- */
3263
- const filterSensitiveLog: (obj: UpdateLocationObjectStorageRequest) => any;
3264
- }
3265
2700
  export interface UpdateLocationObjectStorageResponse {
3266
2701
  }
3267
- export declare namespace UpdateLocationObjectStorageResponse {
3268
- /**
3269
- * @internal
3270
- */
3271
- const filterSensitiveLog: (obj: UpdateLocationObjectStorageResponse) => any;
3272
- }
3273
2702
  export interface UpdateLocationSmbRequest {
3274
2703
  /**
3275
2704
  * <p>The Amazon Resource Name (ARN) of the SMB location to update.</p>
@@ -3327,20 +2756,8 @@ export interface UpdateLocationSmbRequest {
3327
2756
  */
3328
2757
  MountOptions?: SmbMountOptions;
3329
2758
  }
3330
- export declare namespace UpdateLocationSmbRequest {
3331
- /**
3332
- * @internal
3333
- */
3334
- const filterSensitiveLog: (obj: UpdateLocationSmbRequest) => any;
3335
- }
3336
2759
  export interface UpdateLocationSmbResponse {
3337
2760
  }
3338
- export declare namespace UpdateLocationSmbResponse {
3339
- /**
3340
- * @internal
3341
- */
3342
- const filterSensitiveLog: (obj: UpdateLocationSmbResponse) => any;
3343
- }
3344
2761
  /**
3345
2762
  * <p>UpdateTaskResponse</p>
3346
2763
  */
@@ -3393,20 +2810,8 @@ export interface UpdateTaskRequest {
3393
2810
  */
3394
2811
  Includes?: FilterRule[];
3395
2812
  }
3396
- export declare namespace UpdateTaskRequest {
3397
- /**
3398
- * @internal
3399
- */
3400
- const filterSensitiveLog: (obj: UpdateTaskRequest) => any;
3401
- }
3402
2813
  export interface UpdateTaskResponse {
3403
2814
  }
3404
- export declare namespace UpdateTaskResponse {
3405
- /**
3406
- * @internal
3407
- */
3408
- const filterSensitiveLog: (obj: UpdateTaskResponse) => any;
3409
- }
3410
2815
  export interface UpdateTaskExecutionRequest {
3411
2816
  /**
3412
2817
  * <p>The Amazon Resource Name (ARN) of the specific task execution that is being updated. </p>
@@ -3426,17 +2831,445 @@ export interface UpdateTaskExecutionRequest {
3426
2831
  */
3427
2832
  Options: Options | undefined;
3428
2833
  }
3429
- export declare namespace UpdateTaskExecutionRequest {
3430
- /**
3431
- * @internal
3432
- */
3433
- const filterSensitiveLog: (obj: UpdateTaskExecutionRequest) => any;
3434
- }
3435
2834
  export interface UpdateTaskExecutionResponse {
3436
2835
  }
3437
- export declare namespace UpdateTaskExecutionResponse {
3438
- /**
3439
- * @internal
3440
- */
3441
- const filterSensitiveLog: (obj: UpdateTaskExecutionResponse) => any;
3442
- }
2836
+ /**
2837
+ * @internal
2838
+ */
2839
+ export declare const AgentListEntryFilterSensitiveLog: (obj: AgentListEntry) => any;
2840
+ /**
2841
+ * @internal
2842
+ */
2843
+ export declare const CancelTaskExecutionRequestFilterSensitiveLog: (obj: CancelTaskExecutionRequest) => any;
2844
+ /**
2845
+ * @internal
2846
+ */
2847
+ export declare const CancelTaskExecutionResponseFilterSensitiveLog: (obj: CancelTaskExecutionResponse) => any;
2848
+ /**
2849
+ * @internal
2850
+ */
2851
+ export declare const TagListEntryFilterSensitiveLog: (obj: TagListEntry) => any;
2852
+ /**
2853
+ * @internal
2854
+ */
2855
+ export declare const CreateAgentRequestFilterSensitiveLog: (obj: CreateAgentRequest) => any;
2856
+ /**
2857
+ * @internal
2858
+ */
2859
+ export declare const CreateAgentResponseFilterSensitiveLog: (obj: CreateAgentResponse) => any;
2860
+ /**
2861
+ * @internal
2862
+ */
2863
+ export declare const Ec2ConfigFilterSensitiveLog: (obj: Ec2Config) => any;
2864
+ /**
2865
+ * @internal
2866
+ */
2867
+ export declare const CreateLocationEfsRequestFilterSensitiveLog: (obj: CreateLocationEfsRequest) => any;
2868
+ /**
2869
+ * @internal
2870
+ */
2871
+ export declare const CreateLocationEfsResponseFilterSensitiveLog: (obj: CreateLocationEfsResponse) => any;
2872
+ /**
2873
+ * @internal
2874
+ */
2875
+ export declare const CreateLocationFsxLustreRequestFilterSensitiveLog: (obj: CreateLocationFsxLustreRequest) => any;
2876
+ /**
2877
+ * @internal
2878
+ */
2879
+ export declare const CreateLocationFsxLustreResponseFilterSensitiveLog: (obj: CreateLocationFsxLustreResponse) => any;
2880
+ /**
2881
+ * @internal
2882
+ */
2883
+ export declare const NfsMountOptionsFilterSensitiveLog: (obj: NfsMountOptions) => any;
2884
+ /**
2885
+ * @internal
2886
+ */
2887
+ export declare const FsxProtocolNfsFilterSensitiveLog: (obj: FsxProtocolNfs) => any;
2888
+ /**
2889
+ * @internal
2890
+ */
2891
+ export declare const SmbMountOptionsFilterSensitiveLog: (obj: SmbMountOptions) => any;
2892
+ /**
2893
+ * @internal
2894
+ */
2895
+ export declare const FsxProtocolSmbFilterSensitiveLog: (obj: FsxProtocolSmb) => any;
2896
+ /**
2897
+ * @internal
2898
+ */
2899
+ export declare const FsxProtocolFilterSensitiveLog: (obj: FsxProtocol) => any;
2900
+ /**
2901
+ * @internal
2902
+ */
2903
+ export declare const CreateLocationFsxOntapRequestFilterSensitiveLog: (obj: CreateLocationFsxOntapRequest) => any;
2904
+ /**
2905
+ * @internal
2906
+ */
2907
+ export declare const CreateLocationFsxOntapResponseFilterSensitiveLog: (obj: CreateLocationFsxOntapResponse) => any;
2908
+ /**
2909
+ * @internal
2910
+ */
2911
+ export declare const CreateLocationFsxOpenZfsRequestFilterSensitiveLog: (obj: CreateLocationFsxOpenZfsRequest) => any;
2912
+ /**
2913
+ * @internal
2914
+ */
2915
+ export declare const CreateLocationFsxOpenZfsResponseFilterSensitiveLog: (obj: CreateLocationFsxOpenZfsResponse) => any;
2916
+ /**
2917
+ * @internal
2918
+ */
2919
+ export declare const CreateLocationFsxWindowsRequestFilterSensitiveLog: (obj: CreateLocationFsxWindowsRequest) => any;
2920
+ /**
2921
+ * @internal
2922
+ */
2923
+ export declare const CreateLocationFsxWindowsResponseFilterSensitiveLog: (obj: CreateLocationFsxWindowsResponse) => any;
2924
+ /**
2925
+ * @internal
2926
+ */
2927
+ export declare const HdfsNameNodeFilterSensitiveLog: (obj: HdfsNameNode) => any;
2928
+ /**
2929
+ * @internal
2930
+ */
2931
+ export declare const QopConfigurationFilterSensitiveLog: (obj: QopConfiguration) => any;
2932
+ /**
2933
+ * @internal
2934
+ */
2935
+ export declare const CreateLocationHdfsRequestFilterSensitiveLog: (obj: CreateLocationHdfsRequest) => any;
2936
+ /**
2937
+ * @internal
2938
+ */
2939
+ export declare const CreateLocationHdfsResponseFilterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
2940
+ /**
2941
+ * @internal
2942
+ */
2943
+ export declare const OnPremConfigFilterSensitiveLog: (obj: OnPremConfig) => any;
2944
+ /**
2945
+ * @internal
2946
+ */
2947
+ export declare const CreateLocationNfsRequestFilterSensitiveLog: (obj: CreateLocationNfsRequest) => any;
2948
+ /**
2949
+ * @internal
2950
+ */
2951
+ export declare const CreateLocationNfsResponseFilterSensitiveLog: (obj: CreateLocationNfsResponse) => any;
2952
+ /**
2953
+ * @internal
2954
+ */
2955
+ export declare const CreateLocationObjectStorageRequestFilterSensitiveLog: (obj: CreateLocationObjectStorageRequest) => any;
2956
+ /**
2957
+ * @internal
2958
+ */
2959
+ export declare const CreateLocationObjectStorageResponseFilterSensitiveLog: (obj: CreateLocationObjectStorageResponse) => any;
2960
+ /**
2961
+ * @internal
2962
+ */
2963
+ export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
2964
+ /**
2965
+ * @internal
2966
+ */
2967
+ export declare const CreateLocationS3RequestFilterSensitiveLog: (obj: CreateLocationS3Request) => any;
2968
+ /**
2969
+ * @internal
2970
+ */
2971
+ export declare const CreateLocationS3ResponseFilterSensitiveLog: (obj: CreateLocationS3Response) => any;
2972
+ /**
2973
+ * @internal
2974
+ */
2975
+ export declare const CreateLocationSmbRequestFilterSensitiveLog: (obj: CreateLocationSmbRequest) => any;
2976
+ /**
2977
+ * @internal
2978
+ */
2979
+ export declare const CreateLocationSmbResponseFilterSensitiveLog: (obj: CreateLocationSmbResponse) => any;
2980
+ /**
2981
+ * @internal
2982
+ */
2983
+ export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
2984
+ /**
2985
+ * @internal
2986
+ */
2987
+ export declare const OptionsFilterSensitiveLog: (obj: Options) => any;
2988
+ /**
2989
+ * @internal
2990
+ */
2991
+ export declare const TaskScheduleFilterSensitiveLog: (obj: TaskSchedule) => any;
2992
+ /**
2993
+ * @internal
2994
+ */
2995
+ export declare const CreateTaskRequestFilterSensitiveLog: (obj: CreateTaskRequest) => any;
2996
+ /**
2997
+ * @internal
2998
+ */
2999
+ export declare const CreateTaskResponseFilterSensitiveLog: (obj: CreateTaskResponse) => any;
3000
+ /**
3001
+ * @internal
3002
+ */
3003
+ export declare const DeleteAgentRequestFilterSensitiveLog: (obj: DeleteAgentRequest) => any;
3004
+ /**
3005
+ * @internal
3006
+ */
3007
+ export declare const DeleteAgentResponseFilterSensitiveLog: (obj: DeleteAgentResponse) => any;
3008
+ /**
3009
+ * @internal
3010
+ */
3011
+ export declare const DeleteLocationRequestFilterSensitiveLog: (obj: DeleteLocationRequest) => any;
3012
+ /**
3013
+ * @internal
3014
+ */
3015
+ export declare const DeleteLocationResponseFilterSensitiveLog: (obj: DeleteLocationResponse) => any;
3016
+ /**
3017
+ * @internal
3018
+ */
3019
+ export declare const DeleteTaskRequestFilterSensitiveLog: (obj: DeleteTaskRequest) => any;
3020
+ /**
3021
+ * @internal
3022
+ */
3023
+ export declare const DeleteTaskResponseFilterSensitiveLog: (obj: DeleteTaskResponse) => any;
3024
+ /**
3025
+ * @internal
3026
+ */
3027
+ export declare const DescribeAgentRequestFilterSensitiveLog: (obj: DescribeAgentRequest) => any;
3028
+ /**
3029
+ * @internal
3030
+ */
3031
+ export declare const PrivateLinkConfigFilterSensitiveLog: (obj: PrivateLinkConfig) => any;
3032
+ /**
3033
+ * @internal
3034
+ */
3035
+ export declare const DescribeAgentResponseFilterSensitiveLog: (obj: DescribeAgentResponse) => any;
3036
+ /**
3037
+ * @internal
3038
+ */
3039
+ export declare const DescribeLocationEfsRequestFilterSensitiveLog: (obj: DescribeLocationEfsRequest) => any;
3040
+ /**
3041
+ * @internal
3042
+ */
3043
+ export declare const DescribeLocationEfsResponseFilterSensitiveLog: (obj: DescribeLocationEfsResponse) => any;
3044
+ /**
3045
+ * @internal
3046
+ */
3047
+ export declare const DescribeLocationFsxLustreRequestFilterSensitiveLog: (obj: DescribeLocationFsxLustreRequest) => any;
3048
+ /**
3049
+ * @internal
3050
+ */
3051
+ export declare const DescribeLocationFsxLustreResponseFilterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
3052
+ /**
3053
+ * @internal
3054
+ */
3055
+ export declare const DescribeLocationFsxOntapRequestFilterSensitiveLog: (obj: DescribeLocationFsxOntapRequest) => any;
3056
+ /**
3057
+ * @internal
3058
+ */
3059
+ export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (obj: DescribeLocationFsxOntapResponse) => any;
3060
+ /**
3061
+ * @internal
3062
+ */
3063
+ export declare const DescribeLocationFsxOpenZfsRequestFilterSensitiveLog: (obj: DescribeLocationFsxOpenZfsRequest) => any;
3064
+ /**
3065
+ * @internal
3066
+ */
3067
+ export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
3068
+ /**
3069
+ * @internal
3070
+ */
3071
+ export declare const DescribeLocationFsxWindowsRequestFilterSensitiveLog: (obj: DescribeLocationFsxWindowsRequest) => any;
3072
+ /**
3073
+ * @internal
3074
+ */
3075
+ export declare const DescribeLocationFsxWindowsResponseFilterSensitiveLog: (obj: DescribeLocationFsxWindowsResponse) => any;
3076
+ /**
3077
+ * @internal
3078
+ */
3079
+ export declare const DescribeLocationHdfsRequestFilterSensitiveLog: (obj: DescribeLocationHdfsRequest) => any;
3080
+ /**
3081
+ * @internal
3082
+ */
3083
+ export declare const DescribeLocationHdfsResponseFilterSensitiveLog: (obj: DescribeLocationHdfsResponse) => any;
3084
+ /**
3085
+ * @internal
3086
+ */
3087
+ export declare const DescribeLocationNfsRequestFilterSensitiveLog: (obj: DescribeLocationNfsRequest) => any;
3088
+ /**
3089
+ * @internal
3090
+ */
3091
+ export declare const DescribeLocationNfsResponseFilterSensitiveLog: (obj: DescribeLocationNfsResponse) => any;
3092
+ /**
3093
+ * @internal
3094
+ */
3095
+ export declare const DescribeLocationObjectStorageRequestFilterSensitiveLog: (obj: DescribeLocationObjectStorageRequest) => any;
3096
+ /**
3097
+ * @internal
3098
+ */
3099
+ export declare const DescribeLocationObjectStorageResponseFilterSensitiveLog: (obj: DescribeLocationObjectStorageResponse) => any;
3100
+ /**
3101
+ * @internal
3102
+ */
3103
+ export declare const DescribeLocationS3RequestFilterSensitiveLog: (obj: DescribeLocationS3Request) => any;
3104
+ /**
3105
+ * @internal
3106
+ */
3107
+ export declare const DescribeLocationS3ResponseFilterSensitiveLog: (obj: DescribeLocationS3Response) => any;
3108
+ /**
3109
+ * @internal
3110
+ */
3111
+ export declare const DescribeLocationSmbRequestFilterSensitiveLog: (obj: DescribeLocationSmbRequest) => any;
3112
+ /**
3113
+ * @internal
3114
+ */
3115
+ export declare const DescribeLocationSmbResponseFilterSensitiveLog: (obj: DescribeLocationSmbResponse) => any;
3116
+ /**
3117
+ * @internal
3118
+ */
3119
+ export declare const DescribeTaskRequestFilterSensitiveLog: (obj: DescribeTaskRequest) => any;
3120
+ /**
3121
+ * @internal
3122
+ */
3123
+ export declare const DescribeTaskResponseFilterSensitiveLog: (obj: DescribeTaskResponse) => any;
3124
+ /**
3125
+ * @internal
3126
+ */
3127
+ export declare const DescribeTaskExecutionRequestFilterSensitiveLog: (obj: DescribeTaskExecutionRequest) => any;
3128
+ /**
3129
+ * @internal
3130
+ */
3131
+ export declare const TaskExecutionResultDetailFilterSensitiveLog: (obj: TaskExecutionResultDetail) => any;
3132
+ /**
3133
+ * @internal
3134
+ */
3135
+ export declare const DescribeTaskExecutionResponseFilterSensitiveLog: (obj: DescribeTaskExecutionResponse) => any;
3136
+ /**
3137
+ * @internal
3138
+ */
3139
+ export declare const ListAgentsRequestFilterSensitiveLog: (obj: ListAgentsRequest) => any;
3140
+ /**
3141
+ * @internal
3142
+ */
3143
+ export declare const ListAgentsResponseFilterSensitiveLog: (obj: ListAgentsResponse) => any;
3144
+ /**
3145
+ * @internal
3146
+ */
3147
+ export declare const LocationFilterFilterSensitiveLog: (obj: LocationFilter) => any;
3148
+ /**
3149
+ * @internal
3150
+ */
3151
+ export declare const ListLocationsRequestFilterSensitiveLog: (obj: ListLocationsRequest) => any;
3152
+ /**
3153
+ * @internal
3154
+ */
3155
+ export declare const LocationListEntryFilterSensitiveLog: (obj: LocationListEntry) => any;
3156
+ /**
3157
+ * @internal
3158
+ */
3159
+ export declare const ListLocationsResponseFilterSensitiveLog: (obj: ListLocationsResponse) => any;
3160
+ /**
3161
+ * @internal
3162
+ */
3163
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3164
+ /**
3165
+ * @internal
3166
+ */
3167
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3168
+ /**
3169
+ * @internal
3170
+ */
3171
+ export declare const ListTaskExecutionsRequestFilterSensitiveLog: (obj: ListTaskExecutionsRequest) => any;
3172
+ /**
3173
+ * @internal
3174
+ */
3175
+ export declare const TaskExecutionListEntryFilterSensitiveLog: (obj: TaskExecutionListEntry) => any;
3176
+ /**
3177
+ * @internal
3178
+ */
3179
+ export declare const ListTaskExecutionsResponseFilterSensitiveLog: (obj: ListTaskExecutionsResponse) => any;
3180
+ /**
3181
+ * @internal
3182
+ */
3183
+ export declare const TaskFilterFilterSensitiveLog: (obj: TaskFilter) => any;
3184
+ /**
3185
+ * @internal
3186
+ */
3187
+ export declare const ListTasksRequestFilterSensitiveLog: (obj: ListTasksRequest) => any;
3188
+ /**
3189
+ * @internal
3190
+ */
3191
+ export declare const TaskListEntryFilterSensitiveLog: (obj: TaskListEntry) => any;
3192
+ /**
3193
+ * @internal
3194
+ */
3195
+ export declare const ListTasksResponseFilterSensitiveLog: (obj: ListTasksResponse) => any;
3196
+ /**
3197
+ * @internal
3198
+ */
3199
+ export declare const StartTaskExecutionRequestFilterSensitiveLog: (obj: StartTaskExecutionRequest) => any;
3200
+ /**
3201
+ * @internal
3202
+ */
3203
+ export declare const StartTaskExecutionResponseFilterSensitiveLog: (obj: StartTaskExecutionResponse) => any;
3204
+ /**
3205
+ * @internal
3206
+ */
3207
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3208
+ /**
3209
+ * @internal
3210
+ */
3211
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3212
+ /**
3213
+ * @internal
3214
+ */
3215
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3216
+ /**
3217
+ * @internal
3218
+ */
3219
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3220
+ /**
3221
+ * @internal
3222
+ */
3223
+ export declare const UpdateAgentRequestFilterSensitiveLog: (obj: UpdateAgentRequest) => any;
3224
+ /**
3225
+ * @internal
3226
+ */
3227
+ export declare const UpdateAgentResponseFilterSensitiveLog: (obj: UpdateAgentResponse) => any;
3228
+ /**
3229
+ * @internal
3230
+ */
3231
+ export declare const UpdateLocationHdfsRequestFilterSensitiveLog: (obj: UpdateLocationHdfsRequest) => any;
3232
+ /**
3233
+ * @internal
3234
+ */
3235
+ export declare const UpdateLocationHdfsResponseFilterSensitiveLog: (obj: UpdateLocationHdfsResponse) => any;
3236
+ /**
3237
+ * @internal
3238
+ */
3239
+ export declare const UpdateLocationNfsRequestFilterSensitiveLog: (obj: UpdateLocationNfsRequest) => any;
3240
+ /**
3241
+ * @internal
3242
+ */
3243
+ export declare const UpdateLocationNfsResponseFilterSensitiveLog: (obj: UpdateLocationNfsResponse) => any;
3244
+ /**
3245
+ * @internal
3246
+ */
3247
+ export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (obj: UpdateLocationObjectStorageRequest) => any;
3248
+ /**
3249
+ * @internal
3250
+ */
3251
+ export declare const UpdateLocationObjectStorageResponseFilterSensitiveLog: (obj: UpdateLocationObjectStorageResponse) => any;
3252
+ /**
3253
+ * @internal
3254
+ */
3255
+ export declare const UpdateLocationSmbRequestFilterSensitiveLog: (obj: UpdateLocationSmbRequest) => any;
3256
+ /**
3257
+ * @internal
3258
+ */
3259
+ export declare const UpdateLocationSmbResponseFilterSensitiveLog: (obj: UpdateLocationSmbResponse) => any;
3260
+ /**
3261
+ * @internal
3262
+ */
3263
+ export declare const UpdateTaskRequestFilterSensitiveLog: (obj: UpdateTaskRequest) => any;
3264
+ /**
3265
+ * @internal
3266
+ */
3267
+ export declare const UpdateTaskResponseFilterSensitiveLog: (obj: UpdateTaskResponse) => any;
3268
+ /**
3269
+ * @internal
3270
+ */
3271
+ export declare const UpdateTaskExecutionRequestFilterSensitiveLog: (obj: UpdateTaskExecutionRequest) => any;
3272
+ /**
3273
+ * @internal
3274
+ */
3275
+ export declare const UpdateTaskExecutionResponseFilterSensitiveLog: (obj: UpdateTaskExecutionResponse) => any;