@aws-sdk/client-datasync 3.131.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 (94) hide show
  1. package/CHANGELOG.md +11 -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-es/commands/CancelTaskExecutionCommand.js +3 -3
  48. package/dist-es/commands/CreateAgentCommand.js +3 -3
  49. package/dist-es/commands/CreateLocationEfsCommand.js +3 -3
  50. package/dist-es/commands/CreateLocationFsxLustreCommand.js +3 -3
  51. package/dist-es/commands/CreateLocationFsxOntapCommand.js +3 -3
  52. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +3 -3
  53. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +3 -3
  54. package/dist-es/commands/CreateLocationHdfsCommand.js +3 -3
  55. package/dist-es/commands/CreateLocationNfsCommand.js +3 -3
  56. package/dist-es/commands/CreateLocationObjectStorageCommand.js +3 -3
  57. package/dist-es/commands/CreateLocationS3Command.js +3 -3
  58. package/dist-es/commands/CreateLocationSmbCommand.js +3 -3
  59. package/dist-es/commands/CreateTaskCommand.js +3 -3
  60. package/dist-es/commands/DeleteAgentCommand.js +3 -3
  61. package/dist-es/commands/DeleteLocationCommand.js +3 -3
  62. package/dist-es/commands/DeleteTaskCommand.js +3 -3
  63. package/dist-es/commands/DescribeAgentCommand.js +3 -3
  64. package/dist-es/commands/DescribeLocationEfsCommand.js +3 -3
  65. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +3 -3
  66. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +3 -3
  67. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +3 -3
  68. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +3 -3
  69. package/dist-es/commands/DescribeLocationHdfsCommand.js +3 -3
  70. package/dist-es/commands/DescribeLocationNfsCommand.js +3 -3
  71. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +3 -3
  72. package/dist-es/commands/DescribeLocationS3Command.js +3 -3
  73. package/dist-es/commands/DescribeLocationSmbCommand.js +3 -3
  74. package/dist-es/commands/DescribeTaskCommand.js +3 -3
  75. package/dist-es/commands/DescribeTaskExecutionCommand.js +3 -3
  76. package/dist-es/commands/ListAgentsCommand.js +3 -3
  77. package/dist-es/commands/ListLocationsCommand.js +3 -3
  78. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  79. package/dist-es/commands/ListTaskExecutionsCommand.js +3 -3
  80. package/dist-es/commands/ListTasksCommand.js +3 -3
  81. package/dist-es/commands/StartTaskExecutionCommand.js +3 -3
  82. package/dist-es/commands/TagResourceCommand.js +3 -3
  83. package/dist-es/commands/UntagResourceCommand.js +3 -3
  84. package/dist-es/commands/UpdateAgentCommand.js +3 -3
  85. package/dist-es/commands/UpdateLocationHdfsCommand.js +3 -3
  86. package/dist-es/commands/UpdateLocationNfsCommand.js +3 -3
  87. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +3 -3
  88. package/dist-es/commands/UpdateLocationSmbCommand.js +3 -3
  89. package/dist-es/commands/UpdateTaskCommand.js +3 -3
  90. package/dist-es/commands/UpdateTaskExecutionCommand.js +3 -3
  91. package/dist-es/models/models_0.js +110 -440
  92. package/dist-types/models/models_0.d.ts +440 -660
  93. package/dist-types/ts3.4/models/models_0.d.ts +220 -440
  94. package/package.json +6 -6
@@ -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
  */
@@ -461,12 +377,6 @@ export interface FsxProtocolSmb {
461
377
  */
462
378
  User: string | undefined;
463
379
  }
464
- export declare namespace FsxProtocolSmb {
465
- /**
466
- * @internal
467
- */
468
- const filterSensitiveLog: (obj: FsxProtocolSmb) => any;
469
- }
470
380
  /**
471
381
  * <p>Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.</p>
472
382
  */
@@ -480,12 +390,6 @@ export interface FsxProtocol {
480
390
  */
481
391
  SMB?: FsxProtocolSmb;
482
392
  }
483
- export declare namespace FsxProtocol {
484
- /**
485
- * @internal
486
- */
487
- const filterSensitiveLog: (obj: FsxProtocol) => any;
488
- }
489
393
  export interface CreateLocationFsxOntapRequest {
490
394
  /**
491
395
  * <p>Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.</p>
@@ -530,24 +434,12 @@ export interface CreateLocationFsxOntapRequest {
530
434
  */
531
435
  Tags?: TagListEntry[];
532
436
  }
533
- export declare namespace CreateLocationFsxOntapRequest {
534
- /**
535
- * @internal
536
- */
537
- const filterSensitiveLog: (obj: CreateLocationFsxOntapRequest) => any;
538
- }
539
437
  export interface CreateLocationFsxOntapResponse {
540
438
  /**
541
439
  * <p>Specifies the ARN of the FSx for ONTAP file system location that you create.</p>
542
440
  */
543
441
  LocationArn?: string;
544
442
  }
545
- export declare namespace CreateLocationFsxOntapResponse {
546
- /**
547
- * @internal
548
- */
549
- const filterSensitiveLog: (obj: CreateLocationFsxOntapResponse) => any;
550
- }
551
443
  export interface CreateLocationFsxOpenZfsRequest {
552
444
  /**
553
445
  * <p>The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.</p>
@@ -574,24 +466,12 @@ export interface CreateLocationFsxOpenZfsRequest {
574
466
  */
575
467
  Tags?: TagListEntry[];
576
468
  }
577
- export declare namespace CreateLocationFsxOpenZfsRequest {
578
- /**
579
- * @internal
580
- */
581
- const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsRequest) => any;
582
- }
583
469
  export interface CreateLocationFsxOpenZfsResponse {
584
470
  /**
585
471
  * <p>The ARN of the FSx for OpenZFS file system location that you created.</p>
586
472
  */
587
473
  LocationArn?: string;
588
474
  }
589
- export declare namespace CreateLocationFsxOpenZfsResponse {
590
- /**
591
- * @internal
592
- */
593
- const filterSensitiveLog: (obj: CreateLocationFsxOpenZfsResponse) => any;
594
- }
595
475
  export interface CreateLocationFsxWindowsRequest {
596
476
  /**
597
477
  * <p>Specifies a mount path for your file system using forward slashes. This is where DataSync reads or
@@ -645,24 +525,12 @@ export interface CreateLocationFsxWindowsRequest {
645
525
  */
646
526
  Password: string | undefined;
647
527
  }
648
- export declare namespace CreateLocationFsxWindowsRequest {
649
- /**
650
- * @internal
651
- */
652
- const filterSensitiveLog: (obj: CreateLocationFsxWindowsRequest) => any;
653
- }
654
528
  export interface CreateLocationFsxWindowsResponse {
655
529
  /**
656
530
  * <p>The ARN of the FSx for Windows File Server file system location you created.</p>
657
531
  */
658
532
  LocationArn?: string;
659
533
  }
660
- export declare namespace CreateLocationFsxWindowsResponse {
661
- /**
662
- * @internal
663
- */
664
- const filterSensitiveLog: (obj: CreateLocationFsxWindowsResponse) => any;
665
- }
666
534
  export declare enum HdfsAuthenticationType {
667
535
  KERBEROS = "KERBEROS",
668
536
  SIMPLE = "SIMPLE"
@@ -685,12 +553,6 @@ export interface HdfsNameNode {
685
553
  */
686
554
  Port: number | undefined;
687
555
  }
688
- export declare namespace HdfsNameNode {
689
- /**
690
- * @internal
691
- */
692
- const filterSensitiveLog: (obj: HdfsNameNode) => any;
693
- }
694
556
  export declare enum HdfsDataTransferProtection {
695
557
  AUTHENTICATION = "AUTHENTICATION",
696
558
  DISABLED = "DISABLED",
@@ -722,12 +584,6 @@ export interface QopConfiguration {
722
584
  */
723
585
  DataTransferProtection?: HdfsDataTransferProtection | string;
724
586
  }
725
- export declare namespace QopConfiguration {
726
- /**
727
- * @internal
728
- */
729
- const filterSensitiveLog: (obj: QopConfiguration) => any;
730
- }
731
587
  export interface CreateLocationHdfsRequest {
732
588
  /**
733
589
  * <p>A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write
@@ -817,24 +673,12 @@ export interface CreateLocationHdfsRequest {
817
673
  */
818
674
  Tags?: TagListEntry[];
819
675
  }
820
- export declare namespace CreateLocationHdfsRequest {
821
- /**
822
- * @internal
823
- */
824
- const filterSensitiveLog: (obj: CreateLocationHdfsRequest) => any;
825
- }
826
676
  export interface CreateLocationHdfsResponse {
827
677
  /**
828
678
  * <p>The ARN of the source HDFS cluster location that's created. </p>
829
679
  */
830
680
  LocationArn?: string;
831
681
  }
832
- export declare namespace CreateLocationHdfsResponse {
833
- /**
834
- * @internal
835
- */
836
- const filterSensitiveLog: (obj: CreateLocationHdfsResponse) => any;
837
- }
838
682
  /**
839
683
  * <p>A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS)
840
684
  * location.</p>
@@ -845,12 +689,6 @@ export interface OnPremConfig {
845
689
  */
846
690
  AgentArns: string[] | undefined;
847
691
  }
848
- export declare namespace OnPremConfig {
849
- /**
850
- * @internal
851
- */
852
- const filterSensitiveLog: (obj: OnPremConfig) => any;
853
- }
854
692
  /**
855
693
  * <p>CreateLocationNfsRequest</p>
856
694
  */
@@ -903,12 +741,6 @@ export interface CreateLocationNfsRequest {
903
741
  */
904
742
  Tags?: TagListEntry[];
905
743
  }
906
- export declare namespace CreateLocationNfsRequest {
907
- /**
908
- * @internal
909
- */
910
- const filterSensitiveLog: (obj: CreateLocationNfsRequest) => any;
911
- }
912
744
  /**
913
745
  * <p>CreateLocationNfsResponse</p>
914
746
  */
@@ -919,12 +751,6 @@ export interface CreateLocationNfsResponse {
919
751
  */
920
752
  LocationArn?: string;
921
753
  }
922
- export declare namespace CreateLocationNfsResponse {
923
- /**
924
- * @internal
925
- */
926
- const filterSensitiveLog: (obj: CreateLocationNfsResponse) => any;
927
- }
928
754
  export declare enum ObjectStorageServerProtocol {
929
755
  HTTP = "HTTP",
930
756
  HTTPS = "HTTPS"
@@ -971,12 +797,6 @@ export interface CreateLocationObjectStorageRequest {
971
797
  */
972
798
  Tags?: TagListEntry[];
973
799
  }
974
- export declare namespace CreateLocationObjectStorageRequest {
975
- /**
976
- * @internal
977
- */
978
- const filterSensitiveLog: (obj: CreateLocationObjectStorageRequest) => any;
979
- }
980
800
  /**
981
801
  * <p>CreateLocationObjectStorageResponse</p>
982
802
  */
@@ -986,12 +806,6 @@ export interface CreateLocationObjectStorageResponse {
986
806
  */
987
807
  LocationArn?: string;
988
808
  }
989
- export declare namespace CreateLocationObjectStorageResponse {
990
- /**
991
- * @internal
992
- */
993
- const filterSensitiveLog: (obj: CreateLocationObjectStorageResponse) => any;
994
- }
995
809
  /**
996
810
  * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role used to access
997
811
  * an Amazon S3 bucket.</p>
@@ -1005,12 +819,6 @@ export interface S3Config {
1005
819
  */
1006
820
  BucketAccessRoleArn: string | undefined;
1007
821
  }
1008
- export declare namespace S3Config {
1009
- /**
1010
- * @internal
1011
- */
1012
- const filterSensitiveLog: (obj: S3Config) => any;
1013
- }
1014
822
  export declare enum S3StorageClass {
1015
823
  DEEP_ARCHIVE = "DEEP_ARCHIVE",
1016
824
  GLACIER = "GLACIER",
@@ -1064,12 +872,6 @@ export interface CreateLocationS3Request {
1064
872
  */
1065
873
  Tags?: TagListEntry[];
1066
874
  }
1067
- export declare namespace CreateLocationS3Request {
1068
- /**
1069
- * @internal
1070
- */
1071
- const filterSensitiveLog: (obj: CreateLocationS3Request) => any;
1072
- }
1073
875
  /**
1074
876
  * <p>CreateLocationS3Response</p>
1075
877
  */
@@ -1080,12 +882,6 @@ export interface CreateLocationS3Response {
1080
882
  */
1081
883
  LocationArn?: string;
1082
884
  }
1083
- export declare namespace CreateLocationS3Response {
1084
- /**
1085
- * @internal
1086
- */
1087
- const filterSensitiveLog: (obj: CreateLocationS3Response) => any;
1088
- }
1089
885
  /**
1090
886
  * <p>CreateLocationSmbRequest</p>
1091
887
  */
@@ -1151,12 +947,6 @@ export interface CreateLocationSmbRequest {
1151
947
  */
1152
948
  Tags?: TagListEntry[];
1153
949
  }
1154
- export declare namespace CreateLocationSmbRequest {
1155
- /**
1156
- * @internal
1157
- */
1158
- const filterSensitiveLog: (obj: CreateLocationSmbRequest) => any;
1159
- }
1160
950
  /**
1161
951
  * <p>CreateLocationSmbResponse</p>
1162
952
  */
@@ -1167,12 +957,6 @@ export interface CreateLocationSmbResponse {
1167
957
  */
1168
958
  LocationArn?: string;
1169
959
  }
1170
- export declare namespace CreateLocationSmbResponse {
1171
- /**
1172
- * @internal
1173
- */
1174
- const filterSensitiveLog: (obj: CreateLocationSmbResponse) => any;
1175
- }
1176
960
  export declare enum FilterType {
1177
961
  SIMPLE_PATTERN = "SIMPLE_PATTERN"
1178
962
  }
@@ -1195,12 +979,6 @@ export interface FilterRule {
1195
979
  */
1196
980
  Value?: string;
1197
981
  }
1198
- export declare namespace FilterRule {
1199
- /**
1200
- * @internal
1201
- */
1202
- const filterSensitiveLog: (obj: FilterRule) => any;
1203
- }
1204
982
  export declare enum Gid {
1205
983
  BOTH = "BOTH",
1206
984
  INT_VALUE = "INT_VALUE",
@@ -1511,12 +1289,6 @@ export interface Options {
1511
1289
  */
1512
1290
  ObjectTags?: ObjectTags | string;
1513
1291
  }
1514
- export declare namespace Options {
1515
- /**
1516
- * @internal
1517
- */
1518
- const filterSensitiveLog: (obj: Options) => any;
1519
- }
1520
1292
  /**
1521
1293
  * <p>Specifies the schedule you want your task to use for repeated executions. For more
1522
1294
  * information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html">Schedule Expressions for Rules</a>.</p>
@@ -1528,12 +1300,6 @@ export interface TaskSchedule {
1528
1300
  */
1529
1301
  ScheduleExpression: string | undefined;
1530
1302
  }
1531
- export declare namespace TaskSchedule {
1532
- /**
1533
- * @internal
1534
- */
1535
- const filterSensitiveLog: (obj: TaskSchedule) => any;
1536
- }
1537
1303
  /**
1538
1304
  * <p>CreateTaskRequest</p>
1539
1305
  */
@@ -1591,12 +1357,6 @@ export interface CreateTaskRequest {
1591
1357
  */
1592
1358
  Includes?: FilterRule[];
1593
1359
  }
1594
- export declare namespace CreateTaskRequest {
1595
- /**
1596
- * @internal
1597
- */
1598
- const filterSensitiveLog: (obj: CreateTaskRequest) => any;
1599
- }
1600
1360
  /**
1601
1361
  * <p>CreateTaskResponse</p>
1602
1362
  */
@@ -1606,12 +1366,6 @@ export interface CreateTaskResponse {
1606
1366
  */
1607
1367
  TaskArn?: string;
1608
1368
  }
1609
- export declare namespace CreateTaskResponse {
1610
- /**
1611
- * @internal
1612
- */
1613
- const filterSensitiveLog: (obj: CreateTaskResponse) => any;
1614
- }
1615
1369
  /**
1616
1370
  * <p>DeleteAgentRequest</p>
1617
1371
  */
@@ -1622,20 +1376,8 @@ export interface DeleteAgentRequest {
1622
1376
  */
1623
1377
  AgentArn: string | undefined;
1624
1378
  }
1625
- export declare namespace DeleteAgentRequest {
1626
- /**
1627
- * @internal
1628
- */
1629
- const filterSensitiveLog: (obj: DeleteAgentRequest) => any;
1630
- }
1631
1379
  export interface DeleteAgentResponse {
1632
1380
  }
1633
- export declare namespace DeleteAgentResponse {
1634
- /**
1635
- * @internal
1636
- */
1637
- const filterSensitiveLog: (obj: DeleteAgentResponse) => any;
1638
- }
1639
1381
  /**
1640
1382
  * <p>DeleteLocation</p>
1641
1383
  */
@@ -1645,20 +1387,8 @@ export interface DeleteLocationRequest {
1645
1387
  */
1646
1388
  LocationArn: string | undefined;
1647
1389
  }
1648
- export declare namespace DeleteLocationRequest {
1649
- /**
1650
- * @internal
1651
- */
1652
- const filterSensitiveLog: (obj: DeleteLocationRequest) => any;
1653
- }
1654
1390
  export interface DeleteLocationResponse {
1655
1391
  }
1656
- export declare namespace DeleteLocationResponse {
1657
- /**
1658
- * @internal
1659
- */
1660
- const filterSensitiveLog: (obj: DeleteLocationResponse) => any;
1661
- }
1662
1392
  /**
1663
1393
  * <p>DeleteTask</p>
1664
1394
  */
@@ -1668,20 +1398,8 @@ export interface DeleteTaskRequest {
1668
1398
  */
1669
1399
  TaskArn: string | undefined;
1670
1400
  }
1671
- export declare namespace DeleteTaskRequest {
1672
- /**
1673
- * @internal
1674
- */
1675
- const filterSensitiveLog: (obj: DeleteTaskRequest) => any;
1676
- }
1677
1401
  export interface DeleteTaskResponse {
1678
1402
  }
1679
- export declare namespace DeleteTaskResponse {
1680
- /**
1681
- * @internal
1682
- */
1683
- const filterSensitiveLog: (obj: DeleteTaskResponse) => any;
1684
- }
1685
1403
  /**
1686
1404
  * <p>DescribeAgent</p>
1687
1405
  */
@@ -1691,12 +1409,6 @@ export interface DescribeAgentRequest {
1691
1409
  */
1692
1410
  AgentArn: string | undefined;
1693
1411
  }
1694
- export declare namespace DescribeAgentRequest {
1695
- /**
1696
- * @internal
1697
- */
1698
- const filterSensitiveLog: (obj: DescribeAgentRequest) => any;
1699
- }
1700
1412
  export declare enum EndpointType {
1701
1413
  FIPS = "FIPS",
1702
1414
  PRIVATE_LINK = "PRIVATE_LINK",
@@ -1730,12 +1442,6 @@ export interface PrivateLinkConfig {
1730
1442
  */
1731
1443
  SecurityGroupArns?: string[];
1732
1444
  }
1733
- export declare namespace PrivateLinkConfig {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: PrivateLinkConfig) => any;
1738
- }
1739
1445
  /**
1740
1446
  * <p>DescribeAgentResponse</p>
1741
1447
  */
@@ -1774,12 +1480,6 @@ export interface DescribeAgentResponse {
1774
1480
  */
1775
1481
  PrivateLinkConfig?: PrivateLinkConfig;
1776
1482
  }
1777
- export declare namespace DescribeAgentResponse {
1778
- /**
1779
- * @internal
1780
- */
1781
- const filterSensitiveLog: (obj: DescribeAgentResponse) => any;
1782
- }
1783
1483
  /**
1784
1484
  * <p>DescribeLocationEfsRequest</p>
1785
1485
  */
@@ -1789,12 +1489,6 @@ export interface DescribeLocationEfsRequest {
1789
1489
  */
1790
1490
  LocationArn: string | undefined;
1791
1491
  }
1792
- export declare namespace DescribeLocationEfsRequest {
1793
- /**
1794
- * @internal
1795
- */
1796
- const filterSensitiveLog: (obj: DescribeLocationEfsRequest) => any;
1797
- }
1798
1492
  /**
1799
1493
  * <p>DescribeLocationEfsResponse</p>
1800
1494
  */
@@ -1829,24 +1523,12 @@ export interface DescribeLocationEfsResponse {
1829
1523
  */
1830
1524
  InTransitEncryption?: EfsInTransitEncryption | string;
1831
1525
  }
1832
- export declare namespace DescribeLocationEfsResponse {
1833
- /**
1834
- * @internal
1835
- */
1836
- const filterSensitiveLog: (obj: DescribeLocationEfsResponse) => any;
1837
- }
1838
1526
  export interface DescribeLocationFsxLustreRequest {
1839
1527
  /**
1840
1528
  * <p>The Amazon Resource Name (ARN) of the FSx for Lustre location to describe. </p>
1841
1529
  */
1842
1530
  LocationArn: string | undefined;
1843
1531
  }
1844
- export declare namespace DescribeLocationFsxLustreRequest {
1845
- /**
1846
- * @internal
1847
- */
1848
- const filterSensitiveLog: (obj: DescribeLocationFsxLustreRequest) => any;
1849
- }
1850
1532
  export interface DescribeLocationFsxLustreResponse {
1851
1533
  /**
1852
1534
  * <p>The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.</p>
@@ -1865,24 +1547,12 @@ export interface DescribeLocationFsxLustreResponse {
1865
1547
  */
1866
1548
  CreationTime?: Date;
1867
1549
  }
1868
- export declare namespace DescribeLocationFsxLustreResponse {
1869
- /**
1870
- * @internal
1871
- */
1872
- const filterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
1873
- }
1874
1550
  export interface DescribeLocationFsxOntapRequest {
1875
1551
  /**
1876
1552
  * <p>Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP file system location that you want information about.</p>
1877
1553
  */
1878
1554
  LocationArn: string | undefined;
1879
1555
  }
1880
- export declare namespace DescribeLocationFsxOntapRequest {
1881
- /**
1882
- * @internal
1883
- */
1884
- const filterSensitiveLog: (obj: DescribeLocationFsxOntapRequest) => any;
1885
- }
1886
1556
  export interface DescribeLocationFsxOntapResponse {
1887
1557
  /**
1888
1558
  * <p>The time that the location was created.</p>
@@ -1914,24 +1584,12 @@ export interface DescribeLocationFsxOntapResponse {
1914
1584
  */
1915
1585
  FsxFilesystemArn?: string;
1916
1586
  }
1917
- export declare namespace DescribeLocationFsxOntapResponse {
1918
- /**
1919
- * @internal
1920
- */
1921
- const filterSensitiveLog: (obj: DescribeLocationFsxOntapResponse) => any;
1922
- }
1923
1587
  export interface DescribeLocationFsxOpenZfsRequest {
1924
1588
  /**
1925
1589
  * <p>The Amazon Resource Name (ARN) of the FSx for OpenZFS location to describe.</p>
1926
1590
  */
1927
1591
  LocationArn: string | undefined;
1928
1592
  }
1929
- export declare namespace DescribeLocationFsxOpenZfsRequest {
1930
- /**
1931
- * @internal
1932
- */
1933
- const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsRequest) => any;
1934
- }
1935
1593
  export interface DescribeLocationFsxOpenZfsResponse {
1936
1594
  /**
1937
1595
  * <p>The ARN of the FSx for OpenZFS location that was described.</p>
@@ -1959,12 +1617,6 @@ export interface DescribeLocationFsxOpenZfsResponse {
1959
1617
  */
1960
1618
  CreationTime?: Date;
1961
1619
  }
1962
- export declare namespace DescribeLocationFsxOpenZfsResponse {
1963
- /**
1964
- * @internal
1965
- */
1966
- const filterSensitiveLog: (obj: DescribeLocationFsxOpenZfsResponse) => any;
1967
- }
1968
1620
  export interface DescribeLocationFsxWindowsRequest {
1969
1621
  /**
1970
1622
  * <p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location to
@@ -1972,12 +1624,6 @@ export interface DescribeLocationFsxWindowsRequest {
1972
1624
  */
1973
1625
  LocationArn: string | undefined;
1974
1626
  }
1975
- export declare namespace DescribeLocationFsxWindowsRequest {
1976
- /**
1977
- * @internal
1978
- */
1979
- const filterSensitiveLog: (obj: DescribeLocationFsxWindowsRequest) => any;
1980
- }
1981
1627
  export interface DescribeLocationFsxWindowsResponse {
1982
1628
  /**
1983
1629
  * <p>The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was
@@ -2007,24 +1653,12 @@ export interface DescribeLocationFsxWindowsResponse {
2007
1653
  */
2008
1654
  Domain?: string;
2009
1655
  }
2010
- export declare namespace DescribeLocationFsxWindowsResponse {
2011
- /**
2012
- * @internal
2013
- */
2014
- const filterSensitiveLog: (obj: DescribeLocationFsxWindowsResponse) => any;
2015
- }
2016
1656
  export interface DescribeLocationHdfsRequest {
2017
1657
  /**
2018
1658
  * <p>The Amazon Resource Name (ARN) of the HDFS cluster location to describe.</p>
2019
1659
  */
2020
1660
  LocationArn: string | undefined;
2021
1661
  }
2022
- export declare namespace DescribeLocationHdfsRequest {
2023
- /**
2024
- * @internal
2025
- */
2026
- const filterSensitiveLog: (obj: DescribeLocationHdfsRequest) => any;
2027
- }
2028
1662
  export interface DescribeLocationHdfsResponse {
2029
1663
  /**
2030
1664
  * <p>The ARN of the HDFS cluster location.</p>
@@ -2080,12 +1714,6 @@ export interface DescribeLocationHdfsResponse {
2080
1714
  */
2081
1715
  CreationTime?: Date;
2082
1716
  }
2083
- export declare namespace DescribeLocationHdfsResponse {
2084
- /**
2085
- * @internal
2086
- */
2087
- const filterSensitiveLog: (obj: DescribeLocationHdfsResponse) => any;
2088
- }
2089
1717
  /**
2090
1718
  * <p>DescribeLocationNfsRequest</p>
2091
1719
  */
@@ -2095,12 +1723,6 @@ export interface DescribeLocationNfsRequest {
2095
1723
  */
2096
1724
  LocationArn: string | undefined;
2097
1725
  }
2098
- export declare namespace DescribeLocationNfsRequest {
2099
- /**
2100
- * @internal
2101
- */
2102
- const filterSensitiveLog: (obj: DescribeLocationNfsRequest) => any;
2103
- }
2104
1726
  /**
2105
1727
  * <p>DescribeLocationNfsResponse</p>
2106
1728
  */
@@ -2127,12 +1749,6 @@ export interface DescribeLocationNfsResponse {
2127
1749
  */
2128
1750
  CreationTime?: Date;
2129
1751
  }
2130
- export declare namespace DescribeLocationNfsResponse {
2131
- /**
2132
- * @internal
2133
- */
2134
- const filterSensitiveLog: (obj: DescribeLocationNfsResponse) => any;
2135
- }
2136
1752
  /**
2137
1753
  * <p>DescribeLocationObjectStorageRequest</p>
2138
1754
  */
@@ -2142,12 +1758,6 @@ export interface DescribeLocationObjectStorageRequest {
2142
1758
  */
2143
1759
  LocationArn: string | undefined;
2144
1760
  }
2145
- export declare namespace DescribeLocationObjectStorageRequest {
2146
- /**
2147
- * @internal
2148
- */
2149
- const filterSensitiveLog: (obj: DescribeLocationObjectStorageRequest) => any;
2150
- }
2151
1761
  /**
2152
1762
  * <p>DescribeLocationObjectStorageResponse</p>
2153
1763
  */
@@ -2181,12 +1791,6 @@ export interface DescribeLocationObjectStorageResponse {
2181
1791
  */
2182
1792
  CreationTime?: Date;
2183
1793
  }
2184
- export declare namespace DescribeLocationObjectStorageResponse {
2185
- /**
2186
- * @internal
2187
- */
2188
- const filterSensitiveLog: (obj: DescribeLocationObjectStorageResponse) => any;
2189
- }
2190
1794
  /**
2191
1795
  * <p>DescribeLocationS3Request</p>
2192
1796
  */
@@ -2196,12 +1800,6 @@ export interface DescribeLocationS3Request {
2196
1800
  */
2197
1801
  LocationArn: string | undefined;
2198
1802
  }
2199
- export declare namespace DescribeLocationS3Request {
2200
- /**
2201
- * @internal
2202
- */
2203
- const filterSensitiveLog: (obj: DescribeLocationS3Request) => any;
2204
- }
2205
1803
  /**
2206
1804
  * <p>DescribeLocationS3Response</p>
2207
1805
  */
@@ -2240,12 +1838,6 @@ export interface DescribeLocationS3Response {
2240
1838
  */
2241
1839
  CreationTime?: Date;
2242
1840
  }
2243
- export declare namespace DescribeLocationS3Response {
2244
- /**
2245
- * @internal
2246
- */
2247
- const filterSensitiveLog: (obj: DescribeLocationS3Response) => any;
2248
- }
2249
1841
  /**
2250
1842
  * <p>DescribeLocationSmbRequest</p>
2251
1843
  */
@@ -2255,12 +1847,6 @@ export interface DescribeLocationSmbRequest {
2255
1847
  */
2256
1848
  LocationArn: string | undefined;
2257
1849
  }
2258
- export declare namespace DescribeLocationSmbRequest {
2259
- /**
2260
- * @internal
2261
- */
2262
- const filterSensitiveLog: (obj: DescribeLocationSmbRequest) => any;
2263
- }
2264
1850
  /**
2265
1851
  * <p>DescribeLocationSmbResponse</p>
2266
1852
  */
@@ -2296,12 +1882,6 @@ export interface DescribeLocationSmbResponse {
2296
1882
  */
2297
1883
  CreationTime?: Date;
2298
1884
  }
2299
- export declare namespace DescribeLocationSmbResponse {
2300
- /**
2301
- * @internal
2302
- */
2303
- const filterSensitiveLog: (obj: DescribeLocationSmbResponse) => any;
2304
- }
2305
1885
  /**
2306
1886
  * <p>DescribeTaskRequest</p>
2307
1887
  */
@@ -2311,12 +1891,6 @@ export interface DescribeTaskRequest {
2311
1891
  */
2312
1892
  TaskArn: string | undefined;
2313
1893
  }
2314
- export declare namespace DescribeTaskRequest {
2315
- /**
2316
- * @internal
2317
- */
2318
- const filterSensitiveLog: (obj: DescribeTaskRequest) => any;
2319
- }
2320
1894
  export declare enum TaskStatus {
2321
1895
  AVAILABLE = "AVAILABLE",
2322
1896
  CREATING = "CREATING",
@@ -2417,12 +1991,6 @@ export interface DescribeTaskResponse {
2417
1991
  */
2418
1992
  Includes?: FilterRule[];
2419
1993
  }
2420
- export declare namespace DescribeTaskResponse {
2421
- /**
2422
- * @internal
2423
- */
2424
- const filterSensitiveLog: (obj: DescribeTaskResponse) => any;
2425
- }
2426
1994
  /**
2427
1995
  * <p>DescribeTaskExecutionRequest</p>
2428
1996
  */
@@ -2432,12 +2000,6 @@ export interface DescribeTaskExecutionRequest {
2432
2000
  */
2433
2001
  TaskExecutionArn: string | undefined;
2434
2002
  }
2435
- export declare namespace DescribeTaskExecutionRequest {
2436
- /**
2437
- * @internal
2438
- */
2439
- const filterSensitiveLog: (obj: DescribeTaskExecutionRequest) => any;
2440
- }
2441
2003
  export declare enum PhaseStatus {
2442
2004
  ERROR = "ERROR",
2443
2005
  PENDING = "PENDING",
@@ -2491,12 +2053,6 @@ export interface TaskExecutionResultDetail {
2491
2053
  */
2492
2054
  ErrorDetail?: string;
2493
2055
  }
2494
- export declare namespace TaskExecutionResultDetail {
2495
- /**
2496
- * @internal
2497
- */
2498
- const filterSensitiveLog: (obj: TaskExecutionResultDetail) => any;
2499
- }
2500
2056
  export declare enum TaskExecutionStatus {
2501
2057
  ERROR = "ERROR",
2502
2058
  LAUNCHING = "LAUNCHING",
@@ -2601,12 +2157,6 @@ export interface DescribeTaskExecutionResponse {
2601
2157
  */
2602
2158
  Result?: TaskExecutionResultDetail;
2603
2159
  }
2604
- export declare namespace DescribeTaskExecutionResponse {
2605
- /**
2606
- * @internal
2607
- */
2608
- const filterSensitiveLog: (obj: DescribeTaskExecutionResponse) => any;
2609
- }
2610
2160
  /**
2611
2161
  * <p>ListAgentsRequest</p>
2612
2162
  */
@@ -2621,12 +2171,6 @@ export interface ListAgentsRequest {
2621
2171
  */
2622
2172
  NextToken?: string;
2623
2173
  }
2624
- export declare namespace ListAgentsRequest {
2625
- /**
2626
- * @internal
2627
- */
2628
- const filterSensitiveLog: (obj: ListAgentsRequest) => any;
2629
- }
2630
2174
  /**
2631
2175
  * <p>ListAgentsResponse</p>
2632
2176
  */
@@ -2641,12 +2185,6 @@ export interface ListAgentsResponse {
2641
2185
  */
2642
2186
  NextToken?: string;
2643
2187
  }
2644
- export declare namespace ListAgentsResponse {
2645
- /**
2646
- * @internal
2647
- */
2648
- const filterSensitiveLog: (obj: ListAgentsResponse) => any;
2649
- }
2650
2188
  export declare enum LocationFilterName {
2651
2189
  CreationTime = "CreationTime",
2652
2190
  LocationType = "LocationType",
@@ -2689,12 +2227,6 @@ export interface LocationFilter {
2689
2227
  */
2690
2228
  Operator: Operator | string | undefined;
2691
2229
  }
2692
- export declare namespace LocationFilter {
2693
- /**
2694
- * @internal
2695
- */
2696
- const filterSensitiveLog: (obj: LocationFilter) => any;
2697
- }
2698
2230
  /**
2699
2231
  * <p>ListLocationsRequest</p>
2700
2232
  */
@@ -2715,12 +2247,6 @@ export interface ListLocationsRequest {
2715
2247
  */
2716
2248
  Filters?: LocationFilter[];
2717
2249
  }
2718
- export declare namespace ListLocationsRequest {
2719
- /**
2720
- * @internal
2721
- */
2722
- const filterSensitiveLog: (obj: ListLocationsRequest) => any;
2723
- }
2724
2250
  /**
2725
2251
  * <p>Represents a single entry in a list of locations. <code>LocationListEntry</code>
2726
2252
  * returns an array that contains a list of locations when the
@@ -2753,12 +2279,6 @@ export interface LocationListEntry {
2753
2279
  */
2754
2280
  LocationUri?: string;
2755
2281
  }
2756
- export declare namespace LocationListEntry {
2757
- /**
2758
- * @internal
2759
- */
2760
- const filterSensitiveLog: (obj: LocationListEntry) => any;
2761
- }
2762
2282
  /**
2763
2283
  * <p>ListLocationsResponse</p>
2764
2284
  */
@@ -2773,12 +2293,6 @@ export interface ListLocationsResponse {
2773
2293
  */
2774
2294
  NextToken?: string;
2775
2295
  }
2776
- export declare namespace ListLocationsResponse {
2777
- /**
2778
- * @internal
2779
- */
2780
- const filterSensitiveLog: (obj: ListLocationsResponse) => any;
2781
- }
2782
2296
  /**
2783
2297
  * <p>ListTagsForResourceRequest</p>
2784
2298
  */
@@ -2797,12 +2311,6 @@ export interface ListTagsForResourceRequest {
2797
2311
  */
2798
2312
  NextToken?: string;
2799
2313
  }
2800
- export declare namespace ListTagsForResourceRequest {
2801
- /**
2802
- * @internal
2803
- */
2804
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2805
- }
2806
2314
  /**
2807
2315
  * <p>ListTagsForResourceResponse</p>
2808
2316
  */
@@ -2817,12 +2325,6 @@ export interface ListTagsForResourceResponse {
2817
2325
  */
2818
2326
  NextToken?: string;
2819
2327
  }
2820
- export declare namespace ListTagsForResourceResponse {
2821
- /**
2822
- * @internal
2823
- */
2824
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2825
- }
2826
2328
  /**
2827
2329
  * <p>ListTaskExecutions</p>
2828
2330
  */
@@ -2841,12 +2343,6 @@ export interface ListTaskExecutionsRequest {
2841
2343
  */
2842
2344
  NextToken?: string;
2843
2345
  }
2844
- export declare namespace ListTaskExecutionsRequest {
2845
- /**
2846
- * @internal
2847
- */
2848
- const filterSensitiveLog: (obj: ListTaskExecutionsRequest) => any;
2849
- }
2850
2346
  /**
2851
2347
  * <p>Represents a single entry in a list of task executions.
2852
2348
  * <code>TaskExecutionListEntry</code> returns an array that contains a list of specific
@@ -2864,12 +2360,6 @@ export interface TaskExecutionListEntry {
2864
2360
  */
2865
2361
  Status?: TaskExecutionStatus | string;
2866
2362
  }
2867
- export declare namespace TaskExecutionListEntry {
2868
- /**
2869
- * @internal
2870
- */
2871
- const filterSensitiveLog: (obj: TaskExecutionListEntry) => any;
2872
- }
2873
2363
  /**
2874
2364
  * <p>ListTaskExecutionsResponse</p>
2875
2365
  */
@@ -2884,12 +2374,6 @@ export interface ListTaskExecutionsResponse {
2884
2374
  */
2885
2375
  NextToken?: string;
2886
2376
  }
2887
- export declare namespace ListTaskExecutionsResponse {
2888
- /**
2889
- * @internal
2890
- */
2891
- const filterSensitiveLog: (obj: ListTaskExecutionsResponse) => any;
2892
- }
2893
2377
  export declare enum TaskFilterName {
2894
2378
  CreationTime = "CreationTime",
2895
2379
  LocationId = "LocationId"
@@ -2918,12 +2402,6 @@ export interface TaskFilter {
2918
2402
  */
2919
2403
  Operator: Operator | string | undefined;
2920
2404
  }
2921
- export declare namespace TaskFilter {
2922
- /**
2923
- * @internal
2924
- */
2925
- const filterSensitiveLog: (obj: TaskFilter) => any;
2926
- }
2927
2405
  /**
2928
2406
  * <p>ListTasksRequest</p>
2929
2407
  */
@@ -2945,12 +2423,6 @@ export interface ListTasksRequest {
2945
2423
  */
2946
2424
  Filters?: TaskFilter[];
2947
2425
  }
2948
- export declare namespace ListTasksRequest {
2949
- /**
2950
- * @internal
2951
- */
2952
- const filterSensitiveLog: (obj: ListTasksRequest) => any;
2953
- }
2954
2426
  /**
2955
2427
  * <p>Represents a single entry in a list of tasks. <code>TaskListEntry</code> returns an
2956
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.
@@ -2971,12 +2443,6 @@ export interface TaskListEntry {
2971
2443
  */
2972
2444
  Name?: string;
2973
2445
  }
2974
- export declare namespace TaskListEntry {
2975
- /**
2976
- * @internal
2977
- */
2978
- const filterSensitiveLog: (obj: TaskListEntry) => any;
2979
- }
2980
2446
  /**
2981
2447
  * <p>ListTasksResponse</p>
2982
2448
  */
@@ -2991,12 +2457,6 @@ export interface ListTasksResponse {
2991
2457
  */
2992
2458
  NextToken?: string;
2993
2459
  }
2994
- export declare namespace ListTasksResponse {
2995
- /**
2996
- * @internal
2997
- */
2998
- const filterSensitiveLog: (obj: ListTasksResponse) => any;
2999
- }
3000
2460
  /**
3001
2461
  * <p>StartTaskExecutionRequest</p>
3002
2462
  */
@@ -3035,12 +2495,6 @@ export interface StartTaskExecutionRequest {
3035
2495
  */
3036
2496
  Excludes?: FilterRule[];
3037
2497
  }
3038
- export declare namespace StartTaskExecutionRequest {
3039
- /**
3040
- * @internal
3041
- */
3042
- const filterSensitiveLog: (obj: StartTaskExecutionRequest) => any;
3043
- }
3044
2498
  /**
3045
2499
  * <p>StartTaskExecutionResponse</p>
3046
2500
  */
@@ -3051,12 +2505,6 @@ export interface StartTaskExecutionResponse {
3051
2505
  */
3052
2506
  TaskExecutionArn?: string;
3053
2507
  }
3054
- export declare namespace StartTaskExecutionResponse {
3055
- /**
3056
- * @internal
3057
- */
3058
- const filterSensitiveLog: (obj: StartTaskExecutionResponse) => any;
3059
- }
3060
2508
  /**
3061
2509
  * <p>TagResourceRequest</p>
3062
2510
  */
@@ -3070,20 +2518,8 @@ export interface TagResourceRequest {
3070
2518
  */
3071
2519
  Tags: TagListEntry[] | undefined;
3072
2520
  }
3073
- export declare namespace TagResourceRequest {
3074
- /**
3075
- * @internal
3076
- */
3077
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3078
- }
3079
2521
  export interface TagResourceResponse {
3080
2522
  }
3081
- export declare namespace TagResourceResponse {
3082
- /**
3083
- * @internal
3084
- */
3085
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3086
- }
3087
2523
  /**
3088
2524
  * <p>UntagResourceRequest</p>
3089
2525
  */
@@ -3097,20 +2533,8 @@ export interface UntagResourceRequest {
3097
2533
  */
3098
2534
  Keys: string[] | undefined;
3099
2535
  }
3100
- export declare namespace UntagResourceRequest {
3101
- /**
3102
- * @internal
3103
- */
3104
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3105
- }
3106
2536
  export interface UntagResourceResponse {
3107
2537
  }
3108
- export declare namespace UntagResourceResponse {
3109
- /**
3110
- * @internal
3111
- */
3112
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3113
- }
3114
2538
  /**
3115
2539
  * <p>UpdateAgentRequest</p>
3116
2540
  */
@@ -3124,20 +2548,8 @@ export interface UpdateAgentRequest {
3124
2548
  */
3125
2549
  Name?: string;
3126
2550
  }
3127
- export declare namespace UpdateAgentRequest {
3128
- /**
3129
- * @internal
3130
- */
3131
- const filterSensitiveLog: (obj: UpdateAgentRequest) => any;
3132
- }
3133
2551
  export interface UpdateAgentResponse {
3134
2552
  }
3135
- export declare namespace UpdateAgentResponse {
3136
- /**
3137
- * @internal
3138
- */
3139
- const filterSensitiveLog: (obj: UpdateAgentResponse) => any;
3140
- }
3141
2553
  export interface UpdateLocationHdfsRequest {
3142
2554
  /**
3143
2555
  * <p>The Amazon Resource Name (ARN) of the source HDFS cluster location.</p>
@@ -3203,20 +2615,8 @@ export interface UpdateLocationHdfsRequest {
3203
2615
  */
3204
2616
  AgentArns?: string[];
3205
2617
  }
3206
- export declare namespace UpdateLocationHdfsRequest {
3207
- /**
3208
- * @internal
3209
- */
3210
- const filterSensitiveLog: (obj: UpdateLocationHdfsRequest) => any;
3211
- }
3212
2618
  export interface UpdateLocationHdfsResponse {
3213
2619
  }
3214
- export declare namespace UpdateLocationHdfsResponse {
3215
- /**
3216
- * @internal
3217
- */
3218
- const filterSensitiveLog: (obj: UpdateLocationHdfsResponse) => any;
3219
- }
3220
2620
  export interface UpdateLocationNfsRequest {
3221
2621
  /**
3222
2622
  * <p>The Amazon Resource Name (ARN) of the NFS location to update.</p>
@@ -3254,20 +2654,8 @@ export interface UpdateLocationNfsRequest {
3254
2654
  */
3255
2655
  MountOptions?: NfsMountOptions;
3256
2656
  }
3257
- export declare namespace UpdateLocationNfsRequest {
3258
- /**
3259
- * @internal
3260
- */
3261
- const filterSensitiveLog: (obj: UpdateLocationNfsRequest) => any;
3262
- }
3263
2657
  export interface UpdateLocationNfsResponse {
3264
2658
  }
3265
- export declare namespace UpdateLocationNfsResponse {
3266
- /**
3267
- * @internal
3268
- */
3269
- const filterSensitiveLog: (obj: UpdateLocationNfsResponse) => any;
3270
- }
3271
2659
  export interface UpdateLocationObjectStorageRequest {
3272
2660
  /**
3273
2661
  * <p>The Amazon Resource Name (ARN) of the self-managed object storage server location to be updated.</p>
@@ -3309,20 +2697,8 @@ export interface UpdateLocationObjectStorageRequest {
3309
2697
  */
3310
2698
  AgentArns?: string[];
3311
2699
  }
3312
- export declare namespace UpdateLocationObjectStorageRequest {
3313
- /**
3314
- * @internal
3315
- */
3316
- const filterSensitiveLog: (obj: UpdateLocationObjectStorageRequest) => any;
3317
- }
3318
2700
  export interface UpdateLocationObjectStorageResponse {
3319
2701
  }
3320
- export declare namespace UpdateLocationObjectStorageResponse {
3321
- /**
3322
- * @internal
3323
- */
3324
- const filterSensitiveLog: (obj: UpdateLocationObjectStorageResponse) => any;
3325
- }
3326
2702
  export interface UpdateLocationSmbRequest {
3327
2703
  /**
3328
2704
  * <p>The Amazon Resource Name (ARN) of the SMB location to update.</p>
@@ -3380,20 +2756,8 @@ export interface UpdateLocationSmbRequest {
3380
2756
  */
3381
2757
  MountOptions?: SmbMountOptions;
3382
2758
  }
3383
- export declare namespace UpdateLocationSmbRequest {
3384
- /**
3385
- * @internal
3386
- */
3387
- const filterSensitiveLog: (obj: UpdateLocationSmbRequest) => any;
3388
- }
3389
2759
  export interface UpdateLocationSmbResponse {
3390
2760
  }
3391
- export declare namespace UpdateLocationSmbResponse {
3392
- /**
3393
- * @internal
3394
- */
3395
- const filterSensitiveLog: (obj: UpdateLocationSmbResponse) => any;
3396
- }
3397
2761
  /**
3398
2762
  * <p>UpdateTaskResponse</p>
3399
2763
  */
@@ -3446,20 +2810,8 @@ export interface UpdateTaskRequest {
3446
2810
  */
3447
2811
  Includes?: FilterRule[];
3448
2812
  }
3449
- export declare namespace UpdateTaskRequest {
3450
- /**
3451
- * @internal
3452
- */
3453
- const filterSensitiveLog: (obj: UpdateTaskRequest) => any;
3454
- }
3455
2813
  export interface UpdateTaskResponse {
3456
2814
  }
3457
- export declare namespace UpdateTaskResponse {
3458
- /**
3459
- * @internal
3460
- */
3461
- const filterSensitiveLog: (obj: UpdateTaskResponse) => any;
3462
- }
3463
2815
  export interface UpdateTaskExecutionRequest {
3464
2816
  /**
3465
2817
  * <p>The Amazon Resource Name (ARN) of the specific task execution that is being updated. </p>
@@ -3479,17 +2831,445 @@ export interface UpdateTaskExecutionRequest {
3479
2831
  */
3480
2832
  Options: Options | undefined;
3481
2833
  }
3482
- export declare namespace UpdateTaskExecutionRequest {
3483
- /**
3484
- * @internal
3485
- */
3486
- const filterSensitiveLog: (obj: UpdateTaskExecutionRequest) => any;
3487
- }
3488
2834
  export interface UpdateTaskExecutionResponse {
3489
2835
  }
3490
- export declare namespace UpdateTaskExecutionResponse {
3491
- /**
3492
- * @internal
3493
- */
3494
- const filterSensitiveLog: (obj: UpdateTaskExecutionResponse) => any;
3495
- }
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;