@aws-sdk/client-datasync 3.170.0 → 3.178.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 (57) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/DataSync.d.ts +0 -44
  6. package/dist-types/ts3.4/DataSyncClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +0 -1
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -444
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  57. package/package.json +26 -26
@@ -4,103 +4,73 @@ export declare enum AgentStatus {
4
4
  OFFLINE = "OFFLINE",
5
5
  ONLINE = "ONLINE",
6
6
  }
7
-
8
7
  export interface AgentListEntry {
9
8
  AgentArn?: string;
10
-
11
9
  Name?: string;
12
-
13
10
  Status?: AgentStatus | string;
14
11
  }
15
12
  export declare enum Atime {
16
13
  BEST_EFFORT = "BEST_EFFORT",
17
14
  NONE = "NONE",
18
15
  }
19
-
20
16
  export interface CancelTaskExecutionRequest {
21
17
  TaskExecutionArn: string | undefined;
22
18
  }
23
19
  export interface CancelTaskExecutionResponse {}
24
-
25
20
  export declare class InternalException extends __BaseException {
26
21
  readonly name: "InternalException";
27
22
  readonly $fault: "server";
28
23
  errorCode?: string;
29
-
30
24
  constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
31
25
  }
32
-
33
26
  export declare class InvalidRequestException extends __BaseException {
34
27
  readonly name: "InvalidRequestException";
35
28
  readonly $fault: "client";
36
29
  errorCode?: string;
37
30
  datasyncErrorCode?: string;
38
-
39
31
  constructor(
40
32
  opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
41
33
  );
42
34
  }
43
-
44
35
  export interface TagListEntry {
45
36
  Key: string | undefined;
46
-
47
37
  Value?: string;
48
38
  }
49
-
50
39
  export interface CreateAgentRequest {
51
40
  ActivationKey: string | undefined;
52
-
53
41
  AgentName?: string;
54
-
55
42
  Tags?: TagListEntry[];
56
-
57
43
  VpcEndpointId?: string;
58
-
59
44
  SubnetArns?: string[];
60
-
61
45
  SecurityGroupArns?: string[];
62
46
  }
63
-
64
47
  export interface CreateAgentResponse {
65
48
  AgentArn?: string;
66
49
  }
67
-
68
50
  export interface Ec2Config {
69
51
  SubnetArn: string | undefined;
70
-
71
52
  SecurityGroupArns: string[] | undefined;
72
53
  }
73
54
  export declare enum EfsInTransitEncryption {
74
55
  NONE = "NONE",
75
56
  TLS1_2 = "TLS1_2",
76
57
  }
77
-
78
58
  export interface CreateLocationEfsRequest {
79
59
  Subdirectory?: string;
80
-
81
60
  EfsFilesystemArn: string | undefined;
82
-
83
61
  Ec2Config: Ec2Config | undefined;
84
-
85
62
  Tags?: TagListEntry[];
86
-
87
63
  AccessPointArn?: string;
88
-
89
64
  FileSystemAccessRoleArn?: string;
90
-
91
65
  InTransitEncryption?: EfsInTransitEncryption | string;
92
66
  }
93
-
94
67
  export interface CreateLocationEfsResponse {
95
68
  LocationArn?: string;
96
69
  }
97
70
  export interface CreateLocationFsxLustreRequest {
98
71
  FsxFilesystemArn: string | undefined;
99
-
100
72
  SecurityGroupArns: string[] | undefined;
101
-
102
73
  Subdirectory?: string;
103
-
104
74
  Tags?: TagListEntry[];
105
75
  }
106
76
  export interface CreateLocationFsxLustreResponse {
@@ -112,11 +82,9 @@ export declare enum NfsVersion {
112
82
  NFS4_0 = "NFS4_0",
113
83
  NFS4_1 = "NFS4_1",
114
84
  }
115
-
116
85
  export interface NfsMountOptions {
117
86
  Version?: NfsVersion | string;
118
87
  }
119
-
120
88
  export interface FsxProtocolNfs {
121
89
  MountOptions?: NfsMountOptions;
122
90
  }
@@ -125,35 +93,24 @@ export declare enum SmbVersion {
125
93
  SMB2 = "SMB2",
126
94
  SMB3 = "SMB3",
127
95
  }
128
-
129
96
  export interface SmbMountOptions {
130
97
  Version?: SmbVersion | string;
131
98
  }
132
-
133
99
  export interface FsxProtocolSmb {
134
100
  Domain?: string;
135
-
136
101
  MountOptions?: SmbMountOptions;
137
-
138
102
  Password: string | undefined;
139
-
140
103
  User: string | undefined;
141
104
  }
142
-
143
105
  export interface FsxProtocol {
144
106
  NFS?: FsxProtocolNfs;
145
-
146
107
  SMB?: FsxProtocolSmb;
147
108
  }
148
109
  export interface CreateLocationFsxOntapRequest {
149
110
  Protocol: FsxProtocol | undefined;
150
-
151
111
  SecurityGroupArns: string[] | undefined;
152
-
153
112
  StorageVirtualMachineArn: string | undefined;
154
-
155
113
  Subdirectory?: string;
156
-
157
114
  Tags?: TagListEntry[];
158
115
  }
159
116
  export interface CreateLocationFsxOntapResponse {
@@ -161,13 +118,9 @@ export interface CreateLocationFsxOntapResponse {
161
118
  }
162
119
  export interface CreateLocationFsxOpenZfsRequest {
163
120
  FsxFilesystemArn: string | undefined;
164
-
165
121
  Protocol: FsxProtocol | undefined;
166
-
167
122
  SecurityGroupArns: string[] | undefined;
168
-
169
123
  Subdirectory?: string;
170
-
171
124
  Tags?: TagListEntry[];
172
125
  }
173
126
  export interface CreateLocationFsxOpenZfsResponse {
@@ -175,17 +128,11 @@ export interface CreateLocationFsxOpenZfsResponse {
175
128
  }
176
129
  export interface CreateLocationFsxWindowsRequest {
177
130
  Subdirectory?: string;
178
-
179
131
  FsxFilesystemArn: string | undefined;
180
-
181
132
  SecurityGroupArns: string[] | undefined;
182
-
183
133
  Tags?: TagListEntry[];
184
-
185
134
  User: string | undefined;
186
-
187
135
  Domain?: string;
188
-
189
136
  Password: string | undefined;
190
137
  }
191
138
  export interface CreateLocationFsxWindowsResponse {
@@ -195,10 +142,8 @@ export declare enum HdfsAuthenticationType {
195
142
  KERBEROS = "KERBEROS",
196
143
  SIMPLE = "SIMPLE",
197
144
  }
198
-
199
145
  export interface HdfsNameNode {
200
146
  Hostname: string | undefined;
201
-
202
147
  Port: number | undefined;
203
148
  }
204
149
  export declare enum HdfsDataTransferProtection {
@@ -213,59 +158,38 @@ export declare enum HdfsRpcProtection {
213
158
  INTEGRITY = "INTEGRITY",
214
159
  PRIVACY = "PRIVACY",
215
160
  }
216
-
217
161
  export interface QopConfiguration {
218
162
  RpcProtection?: HdfsRpcProtection | string;
219
-
220
163
  DataTransferProtection?: HdfsDataTransferProtection | string;
221
164
  }
222
165
  export interface CreateLocationHdfsRequest {
223
166
  Subdirectory?: string;
224
-
225
167
  NameNodes: HdfsNameNode[] | undefined;
226
-
227
168
  BlockSize?: number;
228
-
229
169
  ReplicationFactor?: number;
230
-
231
170
  KmsKeyProviderUri?: string;
232
-
233
171
  QopConfiguration?: QopConfiguration;
234
-
235
172
  AuthenticationType: HdfsAuthenticationType | string | undefined;
236
-
237
173
  SimpleUser?: string;
238
-
239
174
  KerberosPrincipal?: string;
240
-
241
175
  KerberosKeytab?: Uint8Array;
242
-
243
176
  KerberosKrb5Conf?: Uint8Array;
244
-
245
177
  AgentArns: string[] | undefined;
246
-
247
178
  Tags?: TagListEntry[];
248
179
  }
249
180
  export interface CreateLocationHdfsResponse {
250
181
  LocationArn?: string;
251
182
  }
252
-
253
183
  export interface OnPremConfig {
254
184
  AgentArns: string[] | undefined;
255
185
  }
256
-
257
186
  export interface CreateLocationNfsRequest {
258
187
  Subdirectory: string | undefined;
259
-
260
188
  ServerHostname: string | undefined;
261
-
262
189
  OnPremConfig: OnPremConfig | undefined;
263
-
264
190
  MountOptions?: NfsMountOptions;
265
-
266
191
  Tags?: TagListEntry[];
267
192
  }
268
-
269
193
  export interface CreateLocationNfsResponse {
270
194
  LocationArn?: string;
271
195
  }
@@ -273,31 +197,20 @@ export declare enum ObjectStorageServerProtocol {
273
197
  HTTP = "HTTP",
274
198
  HTTPS = "HTTPS",
275
199
  }
276
-
277
200
  export interface CreateLocationObjectStorageRequest {
278
201
  ServerHostname: string | undefined;
279
-
280
202
  ServerPort?: number;
281
-
282
203
  ServerProtocol?: ObjectStorageServerProtocol | string;
283
-
284
204
  Subdirectory?: string;
285
-
286
205
  BucketName: string | undefined;
287
-
288
206
  AccessKey?: string;
289
-
290
207
  SecretKey?: string;
291
-
292
208
  AgentArns: string[] | undefined;
293
-
294
209
  Tags?: TagListEntry[];
295
210
  }
296
-
297
211
  export interface CreateLocationObjectStorageResponse {
298
212
  LocationArn?: string;
299
213
  }
300
-
301
214
  export interface S3Config {
302
215
  BucketAccessRoleArn: string | undefined;
303
216
  }
@@ -310,53 +223,35 @@ export declare enum S3StorageClass {
310
223
  STANDARD = "STANDARD",
311
224
  STANDARD_IA = "STANDARD_IA",
312
225
  }
313
-
314
226
  export interface CreateLocationS3Request {
315
227
  Subdirectory?: string;
316
-
317
228
  S3BucketArn: string | undefined;
318
-
319
229
  S3StorageClass?: S3StorageClass | string;
320
-
321
230
  S3Config: S3Config | undefined;
322
-
323
231
  AgentArns?: string[];
324
-
325
232
  Tags?: TagListEntry[];
326
233
  }
327
-
328
234
  export interface CreateLocationS3Response {
329
235
  LocationArn?: string;
330
236
  }
331
-
332
237
  export interface CreateLocationSmbRequest {
333
238
  Subdirectory: string | undefined;
334
-
335
239
  ServerHostname: string | undefined;
336
-
337
240
  User: string | undefined;
338
-
339
241
  Domain?: string;
340
-
341
242
  Password: string | undefined;
342
-
343
243
  AgentArns: string[] | undefined;
344
-
345
244
  MountOptions?: SmbMountOptions;
346
-
347
245
  Tags?: TagListEntry[];
348
246
  }
349
-
350
247
  export interface CreateLocationSmbResponse {
351
248
  LocationArn?: string;
352
249
  }
353
250
  export declare enum FilterType {
354
251
  SIMPLE_PATTERN = "SIMPLE_PATTERN",
355
252
  }
356
-
357
253
  export interface FilterRule {
358
254
  FilterType?: FilterType | string;
359
-
360
255
  Value?: string;
361
256
  }
362
257
  export declare enum Gid {
@@ -418,82 +313,52 @@ export declare enum VerifyMode {
418
313
  ONLY_FILES_TRANSFERRED = "ONLY_FILES_TRANSFERRED",
419
314
  POINT_IN_TIME_CONSISTENT = "POINT_IN_TIME_CONSISTENT",
420
315
  }
421
-
422
316
  export interface Options {
423
317
  VerifyMode?: VerifyMode | string;
424
-
425
318
  OverwriteMode?: OverwriteMode | string;
426
-
427
319
  Atime?: Atime | string;
428
-
429
320
  Mtime?: Mtime | string;
430
-
431
321
  Uid?: Uid | string;
432
-
433
322
  Gid?: Gid | string;
434
-
435
323
  PreserveDeletedFiles?: PreserveDeletedFiles | string;
436
-
437
324
  PreserveDevices?: PreserveDevices | string;
438
-
439
325
  PosixPermissions?: PosixPermissions | string;
440
-
441
326
  BytesPerSecond?: number;
442
-
443
327
  TaskQueueing?: TaskQueueing | string;
444
-
445
328
  LogLevel?: LogLevel | string;
446
-
447
329
  TransferMode?: TransferMode | string;
448
-
449
330
  SecurityDescriptorCopyFlags?: SmbSecurityDescriptorCopyFlags | string;
450
-
451
331
  ObjectTags?: ObjectTags | string;
452
332
  }
453
-
454
333
  export interface TaskSchedule {
455
334
  ScheduleExpression: string | undefined;
456
335
  }
457
-
458
336
  export interface CreateTaskRequest {
459
337
  SourceLocationArn: string | undefined;
460
-
461
338
  DestinationLocationArn: string | undefined;
462
-
463
339
  CloudWatchLogGroupArn?: string;
464
-
465
340
  Name?: string;
466
-
467
341
  Options?: Options;
468
-
469
342
  Excludes?: FilterRule[];
470
-
471
343
  Schedule?: TaskSchedule;
472
-
473
344
  Tags?: TagListEntry[];
474
-
475
345
  Includes?: FilterRule[];
476
346
  }
477
-
478
347
  export interface CreateTaskResponse {
479
348
  TaskArn?: string;
480
349
  }
481
-
482
350
  export interface DeleteAgentRequest {
483
351
  AgentArn: string | undefined;
484
352
  }
485
353
  export interface DeleteAgentResponse {}
486
-
487
354
  export interface DeleteLocationRequest {
488
355
  LocationArn: string | undefined;
489
356
  }
490
357
  export interface DeleteLocationResponse {}
491
-
492
358
  export interface DeleteTaskRequest {
493
359
  TaskArn: string | undefined;
494
360
  }
495
361
  export interface DeleteTaskResponse {}
496
-
497
362
  export interface DescribeAgentRequest {
498
363
  AgentArn: string | undefined;
499
364
  }
@@ -502,50 +367,31 @@ export declare enum EndpointType {
502
367
  PRIVATE_LINK = "PRIVATE_LINK",
503
368
  PUBLIC = "PUBLIC",
504
369
  }
505
-
506
370
  export interface PrivateLinkConfig {
507
371
  VpcEndpointId?: string;
508
-
509
372
  PrivateLinkEndpoint?: string;
510
-
511
373
  SubnetArns?: string[];
512
-
513
374
  SecurityGroupArns?: string[];
514
375
  }
515
-
516
376
  export interface DescribeAgentResponse {
517
377
  AgentArn?: string;
518
-
519
378
  Name?: string;
520
-
521
379
  Status?: AgentStatus | string;
522
-
523
380
  LastConnectionTime?: Date;
524
-
525
381
  CreationTime?: Date;
526
-
527
382
  EndpointType?: EndpointType | string;
528
-
529
383
  PrivateLinkConfig?: PrivateLinkConfig;
530
384
  }
531
-
532
385
  export interface DescribeLocationEfsRequest {
533
386
  LocationArn: string | undefined;
534
387
  }
535
-
536
388
  export interface DescribeLocationEfsResponse {
537
389
  LocationArn?: string;
538
-
539
390
  LocationUri?: string;
540
-
541
391
  Ec2Config?: Ec2Config;
542
-
543
392
  CreationTime?: Date;
544
-
545
393
  AccessPointArn?: string;
546
-
547
394
  FileSystemAccessRoleArn?: string;
548
-
549
395
  InTransitEncryption?: EfsInTransitEncryption | string;
550
396
  }
551
397
  export interface DescribeLocationFsxLustreRequest {
@@ -553,11 +399,8 @@ export interface DescribeLocationFsxLustreRequest {
553
399
  }
554
400
  export interface DescribeLocationFsxLustreResponse {
555
401
  LocationArn?: string;
556
-
557
402
  LocationUri?: string;
558
-
559
403
  SecurityGroupArns?: string[];
560
-
561
404
  CreationTime?: Date;
562
405
  }
563
406
  export interface DescribeLocationFsxOntapRequest {
@@ -565,17 +408,11 @@ export interface DescribeLocationFsxOntapRequest {
565
408
  }
566
409
  export interface DescribeLocationFsxOntapResponse {
567
410
  CreationTime?: Date;
568
-
569
411
  LocationArn?: string;
570
-
571
412
  LocationUri?: string;
572
-
573
413
  Protocol?: FsxProtocol;
574
-
575
414
  SecurityGroupArns?: string[];
576
-
577
415
  StorageVirtualMachineArn?: string;
578
-
579
416
  FsxFilesystemArn?: string;
580
417
  }
581
418
  export interface DescribeLocationFsxOpenZfsRequest {
@@ -583,13 +420,9 @@ export interface DescribeLocationFsxOpenZfsRequest {
583
420
  }
584
421
  export interface DescribeLocationFsxOpenZfsResponse {
585
422
  LocationArn?: string;
586
-
587
423
  LocationUri?: string;
588
-
589
424
  SecurityGroupArns?: string[];
590
-
591
425
  Protocol?: FsxProtocol;
592
-
593
426
  CreationTime?: Date;
594
427
  }
595
428
  export interface DescribeLocationFsxWindowsRequest {
@@ -597,15 +430,10 @@ export interface DescribeLocationFsxWindowsRequest {
597
430
  }
598
431
  export interface DescribeLocationFsxWindowsResponse {
599
432
  LocationArn?: string;
600
-
601
433
  LocationUri?: string;
602
-
603
434
  SecurityGroupArns?: string[];
604
-
605
435
  CreationTime?: Date;
606
-
607
436
  User?: string;
608
-
609
437
  Domain?: string;
610
438
  }
611
439
  export interface DescribeLocationHdfsRequest {
@@ -613,104 +441,63 @@ export interface DescribeLocationHdfsRequest {
613
441
  }
614
442
  export interface DescribeLocationHdfsResponse {
615
443
  LocationArn?: string;
616
-
617
444
  LocationUri?: string;
618
-
619
445
  NameNodes?: HdfsNameNode[];
620
-
621
446
  BlockSize?: number;
622
-
623
447
  ReplicationFactor?: number;
624
-
625
448
  KmsKeyProviderUri?: string;
626
-
627
449
  QopConfiguration?: QopConfiguration;
628
-
629
450
  AuthenticationType?: HdfsAuthenticationType | string;
630
-
631
451
  SimpleUser?: string;
632
-
633
452
  KerberosPrincipal?: string;
634
-
635
453
  AgentArns?: string[];
636
-
637
454
  CreationTime?: Date;
638
455
  }
639
-
640
456
  export interface DescribeLocationNfsRequest {
641
457
  LocationArn: string | undefined;
642
458
  }
643
-
644
459
  export interface DescribeLocationNfsResponse {
645
460
  LocationArn?: string;
646
-
647
461
  LocationUri?: string;
648
-
649
462
  OnPremConfig?: OnPremConfig;
650
-
651
463
  MountOptions?: NfsMountOptions;
652
-
653
464
  CreationTime?: Date;
654
465
  }
655
-
656
466
  export interface DescribeLocationObjectStorageRequest {
657
467
  LocationArn: string | undefined;
658
468
  }
659
-
660
469
  export interface DescribeLocationObjectStorageResponse {
661
470
  LocationArn?: string;
662
-
663
471
  LocationUri?: string;
664
-
665
472
  AccessKey?: string;
666
-
667
473
  ServerPort?: number;
668
-
669
474
  ServerProtocol?: ObjectStorageServerProtocol | string;
670
-
671
475
  AgentArns?: string[];
672
-
673
476
  CreationTime?: Date;
674
477
  }
675
-
676
478
  export interface DescribeLocationS3Request {
677
479
  LocationArn: string | undefined;
678
480
  }
679
-
680
481
  export interface DescribeLocationS3Response {
681
482
  LocationArn?: string;
682
-
683
483
  LocationUri?: string;
684
-
685
484
  S3StorageClass?: S3StorageClass | string;
686
-
687
485
  S3Config?: S3Config;
688
-
689
486
  AgentArns?: string[];
690
-
691
487
  CreationTime?: Date;
692
488
  }
693
-
694
489
  export interface DescribeLocationSmbRequest {
695
490
  LocationArn: string | undefined;
696
491
  }
697
-
698
492
  export interface DescribeLocationSmbResponse {
699
493
  LocationArn?: string;
700
-
701
494
  LocationUri?: string;
702
-
703
495
  AgentArns?: string[];
704
-
705
496
  User?: string;
706
-
707
497
  Domain?: string;
708
-
709
498
  MountOptions?: SmbMountOptions;
710
-
711
499
  CreationTime?: Date;
712
500
  }
713
-
714
501
  export interface DescribeTaskRequest {
715
502
  TaskArn: string | undefined;
716
503
  }
@@ -721,41 +508,24 @@ export declare enum TaskStatus {
721
508
  RUNNING = "RUNNING",
722
509
  UNAVAILABLE = "UNAVAILABLE",
723
510
  }
724
-
725
511
  export interface DescribeTaskResponse {
726
512
  TaskArn?: string;
727
-
728
513
  Status?: TaskStatus | string;
729
-
730
514
  Name?: string;
731
-
732
515
  CurrentTaskExecutionArn?: string;
733
-
734
516
  SourceLocationArn?: string;
735
-
736
517
  DestinationLocationArn?: string;
737
-
738
518
  CloudWatchLogGroupArn?: string;
739
-
740
519
  SourceNetworkInterfaceArns?: string[];
741
-
742
520
  DestinationNetworkInterfaceArns?: string[];
743
-
744
521
  Options?: Options;
745
-
746
522
  Excludes?: FilterRule[];
747
-
748
523
  Schedule?: TaskSchedule;
749
-
750
524
  ErrorCode?: string;
751
-
752
525
  ErrorDetail?: string;
753
-
754
526
  CreationTime?: Date;
755
-
756
527
  Includes?: FilterRule[];
757
528
  }
758
-
759
529
  export interface DescribeTaskExecutionRequest {
760
530
  TaskExecutionArn: string | undefined;
761
531
  }
@@ -764,24 +534,15 @@ export declare enum PhaseStatus {
764
534
  PENDING = "PENDING",
765
535
  SUCCESS = "SUCCESS",
766
536
  }
767
-
768
537
  export interface TaskExecutionResultDetail {
769
538
  PrepareDuration?: number;
770
-
771
539
  PrepareStatus?: PhaseStatus | string;
772
-
773
540
  TotalDuration?: number;
774
-
775
541
  TransferDuration?: number;
776
-
777
542
  TransferStatus?: PhaseStatus | string;
778
-
779
543
  VerifyDuration?: number;
780
-
781
544
  VerifyStatus?: PhaseStatus | string;
782
-
783
545
  ErrorCode?: string;
784
-
785
546
  ErrorDetail?: string;
786
547
  }
787
548
  export declare enum TaskExecutionStatus {
@@ -793,42 +554,26 @@ export declare enum TaskExecutionStatus {
793
554
  TRANSFERRING = "TRANSFERRING",
794
555
  VERIFYING = "VERIFYING",
795
556
  }
796
-
797
557
  export interface DescribeTaskExecutionResponse {
798
558
  TaskExecutionArn?: string;
799
-
800
559
  Status?: TaskExecutionStatus | string;
801
-
802
560
  Options?: Options;
803
-
804
561
  Excludes?: FilterRule[];
805
-
806
562
  Includes?: FilterRule[];
807
-
808
563
  StartTime?: Date;
809
-
810
564
  EstimatedFilesToTransfer?: number;
811
-
812
565
  EstimatedBytesToTransfer?: number;
813
-
814
566
  FilesTransferred?: number;
815
-
816
567
  BytesWritten?: number;
817
-
818
568
  BytesTransferred?: number;
819
-
820
569
  Result?: TaskExecutionResultDetail;
821
570
  }
822
-
823
571
  export interface ListAgentsRequest {
824
572
  MaxResults?: number;
825
-
826
573
  NextToken?: string;
827
574
  }
828
-
829
575
  export interface ListAgentsResponse {
830
576
  Agents?: AgentListEntry[];
831
-
832
577
  NextToken?: string;
833
578
  }
834
579
  export declare enum LocationFilterName {
@@ -848,647 +593,458 @@ export declare enum Operator {
848
593
  NE = "NotEquals",
849
594
  NOT_CONTAINS = "NotContains",
850
595
  }
851
-
852
596
  export interface LocationFilter {
853
597
  Name: LocationFilterName | string | undefined;
854
-
855
598
  Values: string[] | undefined;
856
-
857
599
  Operator: Operator | string | undefined;
858
600
  }
859
-
860
601
  export interface ListLocationsRequest {
861
602
  MaxResults?: number;
862
-
863
603
  NextToken?: string;
864
-
865
604
  Filters?: LocationFilter[];
866
605
  }
867
-
868
606
  export interface LocationListEntry {
869
607
  LocationArn?: string;
870
-
871
608
  LocationUri?: string;
872
609
  }
873
-
874
610
  export interface ListLocationsResponse {
875
611
  Locations?: LocationListEntry[];
876
-
877
612
  NextToken?: string;
878
613
  }
879
-
880
614
  export interface ListTagsForResourceRequest {
881
615
  ResourceArn: string | undefined;
882
-
883
616
  MaxResults?: number;
884
-
885
617
  NextToken?: string;
886
618
  }
887
-
888
619
  export interface ListTagsForResourceResponse {
889
620
  Tags?: TagListEntry[];
890
-
891
621
  NextToken?: string;
892
622
  }
893
-
894
623
  export interface ListTaskExecutionsRequest {
895
624
  TaskArn?: string;
896
-
897
625
  MaxResults?: number;
898
-
899
626
  NextToken?: string;
900
627
  }
901
-
902
628
  export interface TaskExecutionListEntry {
903
629
  TaskExecutionArn?: string;
904
-
905
630
  Status?: TaskExecutionStatus | string;
906
631
  }
907
-
908
632
  export interface ListTaskExecutionsResponse {
909
633
  TaskExecutions?: TaskExecutionListEntry[];
910
-
911
634
  NextToken?: string;
912
635
  }
913
636
  export declare enum TaskFilterName {
914
637
  CreationTime = "CreationTime",
915
638
  LocationId = "LocationId",
916
639
  }
917
-
918
640
  export interface TaskFilter {
919
641
  Name: TaskFilterName | string | undefined;
920
-
921
642
  Values: string[] | undefined;
922
-
923
643
  Operator: Operator | string | undefined;
924
644
  }
925
-
926
645
  export interface ListTasksRequest {
927
646
  MaxResults?: number;
928
-
929
647
  NextToken?: string;
930
-
931
648
  Filters?: TaskFilter[];
932
649
  }
933
-
934
650
  export interface TaskListEntry {
935
651
  TaskArn?: string;
936
-
937
652
  Status?: TaskStatus | string;
938
-
939
653
  Name?: string;
940
654
  }
941
-
942
655
  export interface ListTasksResponse {
943
656
  Tasks?: TaskListEntry[];
944
-
945
657
  NextToken?: string;
946
658
  }
947
-
948
659
  export interface StartTaskExecutionRequest {
949
660
  TaskArn: string | undefined;
950
-
951
661
  OverrideOptions?: Options;
952
-
953
662
  Includes?: FilterRule[];
954
-
955
663
  Excludes?: FilterRule[];
956
664
  }
957
-
958
665
  export interface StartTaskExecutionResponse {
959
666
  TaskExecutionArn?: string;
960
667
  }
961
-
962
668
  export interface TagResourceRequest {
963
669
  ResourceArn: string | undefined;
964
-
965
670
  Tags: TagListEntry[] | undefined;
966
671
  }
967
672
  export interface TagResourceResponse {}
968
-
969
673
  export interface UntagResourceRequest {
970
674
  ResourceArn: string | undefined;
971
-
972
675
  Keys: string[] | undefined;
973
676
  }
974
677
  export interface UntagResourceResponse {}
975
-
976
678
  export interface UpdateAgentRequest {
977
679
  AgentArn: string | undefined;
978
-
979
680
  Name?: string;
980
681
  }
981
682
  export interface UpdateAgentResponse {}
982
683
  export interface UpdateLocationHdfsRequest {
983
684
  LocationArn: string | undefined;
984
-
985
685
  Subdirectory?: string;
986
-
987
686
  NameNodes?: HdfsNameNode[];
988
-
989
687
  BlockSize?: number;
990
-
991
688
  ReplicationFactor?: number;
992
-
993
689
  KmsKeyProviderUri?: string;
994
-
995
690
  QopConfiguration?: QopConfiguration;
996
-
997
691
  AuthenticationType?: HdfsAuthenticationType | string;
998
-
999
692
  SimpleUser?: string;
1000
-
1001
693
  KerberosPrincipal?: string;
1002
-
1003
694
  KerberosKeytab?: Uint8Array;
1004
-
1005
695
  KerberosKrb5Conf?: Uint8Array;
1006
-
1007
696
  AgentArns?: string[];
1008
697
  }
1009
698
  export interface UpdateLocationHdfsResponse {}
1010
699
  export interface UpdateLocationNfsRequest {
1011
700
  LocationArn: string | undefined;
1012
-
1013
701
  Subdirectory?: string;
1014
-
1015
702
  OnPremConfig?: OnPremConfig;
1016
-
1017
703
  MountOptions?: NfsMountOptions;
1018
704
  }
1019
705
  export interface UpdateLocationNfsResponse {}
1020
706
  export interface UpdateLocationObjectStorageRequest {
1021
707
  LocationArn: string | undefined;
1022
-
1023
708
  ServerPort?: number;
1024
-
1025
709
  ServerProtocol?: ObjectStorageServerProtocol | string;
1026
-
1027
710
  Subdirectory?: string;
1028
-
1029
711
  AccessKey?: string;
1030
-
1031
712
  SecretKey?: string;
1032
-
1033
713
  AgentArns?: string[];
1034
714
  }
1035
715
  export interface UpdateLocationObjectStorageResponse {}
1036
716
  export interface UpdateLocationSmbRequest {
1037
717
  LocationArn: string | undefined;
1038
-
1039
718
  Subdirectory?: string;
1040
-
1041
719
  User?: string;
1042
-
1043
720
  Domain?: string;
1044
-
1045
721
  Password?: string;
1046
-
1047
722
  AgentArns?: string[];
1048
-
1049
723
  MountOptions?: SmbMountOptions;
1050
724
  }
1051
725
  export interface UpdateLocationSmbResponse {}
1052
-
1053
726
  export interface UpdateTaskRequest {
1054
727
  TaskArn: string | undefined;
1055
-
1056
728
  Options?: Options;
1057
-
1058
729
  Excludes?: FilterRule[];
1059
-
1060
730
  Schedule?: TaskSchedule;
1061
-
1062
731
  Name?: string;
1063
-
1064
732
  CloudWatchLogGroupArn?: string;
1065
-
1066
733
  Includes?: FilterRule[];
1067
734
  }
1068
735
  export interface UpdateTaskResponse {}
1069
736
  export interface UpdateTaskExecutionRequest {
1070
737
  TaskExecutionArn: string | undefined;
1071
-
1072
738
  Options: Options | undefined;
1073
739
  }
1074
740
  export interface UpdateTaskExecutionResponse {}
1075
-
1076
741
  export declare const AgentListEntryFilterSensitiveLog: (
1077
742
  obj: AgentListEntry
1078
743
  ) => any;
1079
-
1080
744
  export declare const CancelTaskExecutionRequestFilterSensitiveLog: (
1081
745
  obj: CancelTaskExecutionRequest
1082
746
  ) => any;
1083
-
1084
747
  export declare const CancelTaskExecutionResponseFilterSensitiveLog: (
1085
748
  obj: CancelTaskExecutionResponse
1086
749
  ) => any;
1087
-
1088
750
  export declare const TagListEntryFilterSensitiveLog: (obj: TagListEntry) => any;
1089
-
1090
751
  export declare const CreateAgentRequestFilterSensitiveLog: (
1091
752
  obj: CreateAgentRequest
1092
753
  ) => any;
1093
-
1094
754
  export declare const CreateAgentResponseFilterSensitiveLog: (
1095
755
  obj: CreateAgentResponse
1096
756
  ) => any;
1097
-
1098
757
  export declare const Ec2ConfigFilterSensitiveLog: (obj: Ec2Config) => any;
1099
-
1100
758
  export declare const CreateLocationEfsRequestFilterSensitiveLog: (
1101
759
  obj: CreateLocationEfsRequest
1102
760
  ) => any;
1103
-
1104
761
  export declare const CreateLocationEfsResponseFilterSensitiveLog: (
1105
762
  obj: CreateLocationEfsResponse
1106
763
  ) => any;
1107
-
1108
764
  export declare const CreateLocationFsxLustreRequestFilterSensitiveLog: (
1109
765
  obj: CreateLocationFsxLustreRequest
1110
766
  ) => any;
1111
-
1112
767
  export declare const CreateLocationFsxLustreResponseFilterSensitiveLog: (
1113
768
  obj: CreateLocationFsxLustreResponse
1114
769
  ) => any;
1115
-
1116
770
  export declare const NfsMountOptionsFilterSensitiveLog: (
1117
771
  obj: NfsMountOptions
1118
772
  ) => any;
1119
-
1120
773
  export declare const FsxProtocolNfsFilterSensitiveLog: (
1121
774
  obj: FsxProtocolNfs
1122
775
  ) => any;
1123
-
1124
776
  export declare const SmbMountOptionsFilterSensitiveLog: (
1125
777
  obj: SmbMountOptions
1126
778
  ) => any;
1127
-
1128
779
  export declare const FsxProtocolSmbFilterSensitiveLog: (
1129
780
  obj: FsxProtocolSmb
1130
781
  ) => any;
1131
-
1132
782
  export declare const FsxProtocolFilterSensitiveLog: (obj: FsxProtocol) => any;
1133
-
1134
783
  export declare const CreateLocationFsxOntapRequestFilterSensitiveLog: (
1135
784
  obj: CreateLocationFsxOntapRequest
1136
785
  ) => any;
1137
-
1138
786
  export declare const CreateLocationFsxOntapResponseFilterSensitiveLog: (
1139
787
  obj: CreateLocationFsxOntapResponse
1140
788
  ) => any;
1141
-
1142
789
  export declare const CreateLocationFsxOpenZfsRequestFilterSensitiveLog: (
1143
790
  obj: CreateLocationFsxOpenZfsRequest
1144
791
  ) => any;
1145
-
1146
792
  export declare const CreateLocationFsxOpenZfsResponseFilterSensitiveLog: (
1147
793
  obj: CreateLocationFsxOpenZfsResponse
1148
794
  ) => any;
1149
-
1150
795
  export declare const CreateLocationFsxWindowsRequestFilterSensitiveLog: (
1151
796
  obj: CreateLocationFsxWindowsRequest
1152
797
  ) => any;
1153
-
1154
798
  export declare const CreateLocationFsxWindowsResponseFilterSensitiveLog: (
1155
799
  obj: CreateLocationFsxWindowsResponse
1156
800
  ) => any;
1157
-
1158
801
  export declare const HdfsNameNodeFilterSensitiveLog: (obj: HdfsNameNode) => any;
1159
-
1160
802
  export declare const QopConfigurationFilterSensitiveLog: (
1161
803
  obj: QopConfiguration
1162
804
  ) => any;
1163
-
1164
805
  export declare const CreateLocationHdfsRequestFilterSensitiveLog: (
1165
806
  obj: CreateLocationHdfsRequest
1166
807
  ) => any;
1167
-
1168
808
  export declare const CreateLocationHdfsResponseFilterSensitiveLog: (
1169
809
  obj: CreateLocationHdfsResponse
1170
810
  ) => any;
1171
-
1172
811
  export declare const OnPremConfigFilterSensitiveLog: (obj: OnPremConfig) => any;
1173
-
1174
812
  export declare const CreateLocationNfsRequestFilterSensitiveLog: (
1175
813
  obj: CreateLocationNfsRequest
1176
814
  ) => any;
1177
-
1178
815
  export declare const CreateLocationNfsResponseFilterSensitiveLog: (
1179
816
  obj: CreateLocationNfsResponse
1180
817
  ) => any;
1181
-
1182
818
  export declare const CreateLocationObjectStorageRequestFilterSensitiveLog: (
1183
819
  obj: CreateLocationObjectStorageRequest
1184
820
  ) => any;
1185
-
1186
821
  export declare const CreateLocationObjectStorageResponseFilterSensitiveLog: (
1187
822
  obj: CreateLocationObjectStorageResponse
1188
823
  ) => any;
1189
-
1190
824
  export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
1191
-
1192
825
  export declare const CreateLocationS3RequestFilterSensitiveLog: (
1193
826
  obj: CreateLocationS3Request
1194
827
  ) => any;
1195
-
1196
828
  export declare const CreateLocationS3ResponseFilterSensitiveLog: (
1197
829
  obj: CreateLocationS3Response
1198
830
  ) => any;
1199
-
1200
831
  export declare const CreateLocationSmbRequestFilterSensitiveLog: (
1201
832
  obj: CreateLocationSmbRequest
1202
833
  ) => any;
1203
-
1204
834
  export declare const CreateLocationSmbResponseFilterSensitiveLog: (
1205
835
  obj: CreateLocationSmbResponse
1206
836
  ) => any;
1207
-
1208
837
  export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
1209
-
1210
838
  export declare const OptionsFilterSensitiveLog: (obj: Options) => any;
1211
-
1212
839
  export declare const TaskScheduleFilterSensitiveLog: (obj: TaskSchedule) => any;
1213
-
1214
840
  export declare const CreateTaskRequestFilterSensitiveLog: (
1215
841
  obj: CreateTaskRequest
1216
842
  ) => any;
1217
-
1218
843
  export declare const CreateTaskResponseFilterSensitiveLog: (
1219
844
  obj: CreateTaskResponse
1220
845
  ) => any;
1221
-
1222
846
  export declare const DeleteAgentRequestFilterSensitiveLog: (
1223
847
  obj: DeleteAgentRequest
1224
848
  ) => any;
1225
-
1226
849
  export declare const DeleteAgentResponseFilterSensitiveLog: (
1227
850
  obj: DeleteAgentResponse
1228
851
  ) => any;
1229
-
1230
852
  export declare const DeleteLocationRequestFilterSensitiveLog: (
1231
853
  obj: DeleteLocationRequest
1232
854
  ) => any;
1233
-
1234
855
  export declare const DeleteLocationResponseFilterSensitiveLog: (
1235
856
  obj: DeleteLocationResponse
1236
857
  ) => any;
1237
-
1238
858
  export declare const DeleteTaskRequestFilterSensitiveLog: (
1239
859
  obj: DeleteTaskRequest
1240
860
  ) => any;
1241
-
1242
861
  export declare const DeleteTaskResponseFilterSensitiveLog: (
1243
862
  obj: DeleteTaskResponse
1244
863
  ) => any;
1245
-
1246
864
  export declare const DescribeAgentRequestFilterSensitiveLog: (
1247
865
  obj: DescribeAgentRequest
1248
866
  ) => any;
1249
-
1250
867
  export declare const PrivateLinkConfigFilterSensitiveLog: (
1251
868
  obj: PrivateLinkConfig
1252
869
  ) => any;
1253
-
1254
870
  export declare const DescribeAgentResponseFilterSensitiveLog: (
1255
871
  obj: DescribeAgentResponse
1256
872
  ) => any;
1257
-
1258
873
  export declare const DescribeLocationEfsRequestFilterSensitiveLog: (
1259
874
  obj: DescribeLocationEfsRequest
1260
875
  ) => any;
1261
-
1262
876
  export declare const DescribeLocationEfsResponseFilterSensitiveLog: (
1263
877
  obj: DescribeLocationEfsResponse
1264
878
  ) => any;
1265
-
1266
879
  export declare const DescribeLocationFsxLustreRequestFilterSensitiveLog: (
1267
880
  obj: DescribeLocationFsxLustreRequest
1268
881
  ) => any;
1269
-
1270
882
  export declare const DescribeLocationFsxLustreResponseFilterSensitiveLog: (
1271
883
  obj: DescribeLocationFsxLustreResponse
1272
884
  ) => any;
1273
-
1274
885
  export declare const DescribeLocationFsxOntapRequestFilterSensitiveLog: (
1275
886
  obj: DescribeLocationFsxOntapRequest
1276
887
  ) => any;
1277
-
1278
888
  export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (
1279
889
  obj: DescribeLocationFsxOntapResponse
1280
890
  ) => any;
1281
-
1282
891
  export declare const DescribeLocationFsxOpenZfsRequestFilterSensitiveLog: (
1283
892
  obj: DescribeLocationFsxOpenZfsRequest
1284
893
  ) => any;
1285
-
1286
894
  export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (
1287
895
  obj: DescribeLocationFsxOpenZfsResponse
1288
896
  ) => any;
1289
-
1290
897
  export declare const DescribeLocationFsxWindowsRequestFilterSensitiveLog: (
1291
898
  obj: DescribeLocationFsxWindowsRequest
1292
899
  ) => any;
1293
-
1294
900
  export declare const DescribeLocationFsxWindowsResponseFilterSensitiveLog: (
1295
901
  obj: DescribeLocationFsxWindowsResponse
1296
902
  ) => any;
1297
-
1298
903
  export declare const DescribeLocationHdfsRequestFilterSensitiveLog: (
1299
904
  obj: DescribeLocationHdfsRequest
1300
905
  ) => any;
1301
-
1302
906
  export declare const DescribeLocationHdfsResponseFilterSensitiveLog: (
1303
907
  obj: DescribeLocationHdfsResponse
1304
908
  ) => any;
1305
-
1306
909
  export declare const DescribeLocationNfsRequestFilterSensitiveLog: (
1307
910
  obj: DescribeLocationNfsRequest
1308
911
  ) => any;
1309
-
1310
912
  export declare const DescribeLocationNfsResponseFilterSensitiveLog: (
1311
913
  obj: DescribeLocationNfsResponse
1312
914
  ) => any;
1313
-
1314
915
  export declare const DescribeLocationObjectStorageRequestFilterSensitiveLog: (
1315
916
  obj: DescribeLocationObjectStorageRequest
1316
917
  ) => any;
1317
-
1318
918
  export declare const DescribeLocationObjectStorageResponseFilterSensitiveLog: (
1319
919
  obj: DescribeLocationObjectStorageResponse
1320
920
  ) => any;
1321
-
1322
921
  export declare const DescribeLocationS3RequestFilterSensitiveLog: (
1323
922
  obj: DescribeLocationS3Request
1324
923
  ) => any;
1325
-
1326
924
  export declare const DescribeLocationS3ResponseFilterSensitiveLog: (
1327
925
  obj: DescribeLocationS3Response
1328
926
  ) => any;
1329
-
1330
927
  export declare const DescribeLocationSmbRequestFilterSensitiveLog: (
1331
928
  obj: DescribeLocationSmbRequest
1332
929
  ) => any;
1333
-
1334
930
  export declare const DescribeLocationSmbResponseFilterSensitiveLog: (
1335
931
  obj: DescribeLocationSmbResponse
1336
932
  ) => any;
1337
-
1338
933
  export declare const DescribeTaskRequestFilterSensitiveLog: (
1339
934
  obj: DescribeTaskRequest
1340
935
  ) => any;
1341
-
1342
936
  export declare const DescribeTaskResponseFilterSensitiveLog: (
1343
937
  obj: DescribeTaskResponse
1344
938
  ) => any;
1345
-
1346
939
  export declare const DescribeTaskExecutionRequestFilterSensitiveLog: (
1347
940
  obj: DescribeTaskExecutionRequest
1348
941
  ) => any;
1349
-
1350
942
  export declare const TaskExecutionResultDetailFilterSensitiveLog: (
1351
943
  obj: TaskExecutionResultDetail
1352
944
  ) => any;
1353
-
1354
945
  export declare const DescribeTaskExecutionResponseFilterSensitiveLog: (
1355
946
  obj: DescribeTaskExecutionResponse
1356
947
  ) => any;
1357
-
1358
948
  export declare const ListAgentsRequestFilterSensitiveLog: (
1359
949
  obj: ListAgentsRequest
1360
950
  ) => any;
1361
-
1362
951
  export declare const ListAgentsResponseFilterSensitiveLog: (
1363
952
  obj: ListAgentsResponse
1364
953
  ) => any;
1365
-
1366
954
  export declare const LocationFilterFilterSensitiveLog: (
1367
955
  obj: LocationFilter
1368
956
  ) => any;
1369
-
1370
957
  export declare const ListLocationsRequestFilterSensitiveLog: (
1371
958
  obj: ListLocationsRequest
1372
959
  ) => any;
1373
-
1374
960
  export declare const LocationListEntryFilterSensitiveLog: (
1375
961
  obj: LocationListEntry
1376
962
  ) => any;
1377
-
1378
963
  export declare const ListLocationsResponseFilterSensitiveLog: (
1379
964
  obj: ListLocationsResponse
1380
965
  ) => any;
1381
-
1382
966
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1383
967
  obj: ListTagsForResourceRequest
1384
968
  ) => any;
1385
-
1386
969
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1387
970
  obj: ListTagsForResourceResponse
1388
971
  ) => any;
1389
-
1390
972
  export declare const ListTaskExecutionsRequestFilterSensitiveLog: (
1391
973
  obj: ListTaskExecutionsRequest
1392
974
  ) => any;
1393
-
1394
975
  export declare const TaskExecutionListEntryFilterSensitiveLog: (
1395
976
  obj: TaskExecutionListEntry
1396
977
  ) => any;
1397
-
1398
978
  export declare const ListTaskExecutionsResponseFilterSensitiveLog: (
1399
979
  obj: ListTaskExecutionsResponse
1400
980
  ) => any;
1401
-
1402
981
  export declare const TaskFilterFilterSensitiveLog: (obj: TaskFilter) => any;
1403
-
1404
982
  export declare const ListTasksRequestFilterSensitiveLog: (
1405
983
  obj: ListTasksRequest
1406
984
  ) => any;
1407
-
1408
985
  export declare const TaskListEntryFilterSensitiveLog: (
1409
986
  obj: TaskListEntry
1410
987
  ) => any;
1411
-
1412
988
  export declare const ListTasksResponseFilterSensitiveLog: (
1413
989
  obj: ListTasksResponse
1414
990
  ) => any;
1415
-
1416
991
  export declare const StartTaskExecutionRequestFilterSensitiveLog: (
1417
992
  obj: StartTaskExecutionRequest
1418
993
  ) => any;
1419
-
1420
994
  export declare const StartTaskExecutionResponseFilterSensitiveLog: (
1421
995
  obj: StartTaskExecutionResponse
1422
996
  ) => any;
1423
-
1424
997
  export declare const TagResourceRequestFilterSensitiveLog: (
1425
998
  obj: TagResourceRequest
1426
999
  ) => any;
1427
-
1428
1000
  export declare const TagResourceResponseFilterSensitiveLog: (
1429
1001
  obj: TagResourceResponse
1430
1002
  ) => any;
1431
-
1432
1003
  export declare const UntagResourceRequestFilterSensitiveLog: (
1433
1004
  obj: UntagResourceRequest
1434
1005
  ) => any;
1435
-
1436
1006
  export declare const UntagResourceResponseFilterSensitiveLog: (
1437
1007
  obj: UntagResourceResponse
1438
1008
  ) => any;
1439
-
1440
1009
  export declare const UpdateAgentRequestFilterSensitiveLog: (
1441
1010
  obj: UpdateAgentRequest
1442
1011
  ) => any;
1443
-
1444
1012
  export declare const UpdateAgentResponseFilterSensitiveLog: (
1445
1013
  obj: UpdateAgentResponse
1446
1014
  ) => any;
1447
-
1448
1015
  export declare const UpdateLocationHdfsRequestFilterSensitiveLog: (
1449
1016
  obj: UpdateLocationHdfsRequest
1450
1017
  ) => any;
1451
-
1452
1018
  export declare const UpdateLocationHdfsResponseFilterSensitiveLog: (
1453
1019
  obj: UpdateLocationHdfsResponse
1454
1020
  ) => any;
1455
-
1456
1021
  export declare const UpdateLocationNfsRequestFilterSensitiveLog: (
1457
1022
  obj: UpdateLocationNfsRequest
1458
1023
  ) => any;
1459
-
1460
1024
  export declare const UpdateLocationNfsResponseFilterSensitiveLog: (
1461
1025
  obj: UpdateLocationNfsResponse
1462
1026
  ) => any;
1463
-
1464
1027
  export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (
1465
1028
  obj: UpdateLocationObjectStorageRequest
1466
1029
  ) => any;
1467
-
1468
1030
  export declare const UpdateLocationObjectStorageResponseFilterSensitiveLog: (
1469
1031
  obj: UpdateLocationObjectStorageResponse
1470
1032
  ) => any;
1471
-
1472
1033
  export declare const UpdateLocationSmbRequestFilterSensitiveLog: (
1473
1034
  obj: UpdateLocationSmbRequest
1474
1035
  ) => any;
1475
-
1476
1036
  export declare const UpdateLocationSmbResponseFilterSensitiveLog: (
1477
1037
  obj: UpdateLocationSmbResponse
1478
1038
  ) => any;
1479
-
1480
1039
  export declare const UpdateTaskRequestFilterSensitiveLog: (
1481
1040
  obj: UpdateTaskRequest
1482
1041
  ) => any;
1483
-
1484
1042
  export declare const UpdateTaskResponseFilterSensitiveLog: (
1485
1043
  obj: UpdateTaskResponse
1486
1044
  ) => any;
1487
-
1488
1045
  export declare const UpdateTaskExecutionRequestFilterSensitiveLog: (
1489
1046
  obj: UpdateTaskExecutionRequest
1490
1047
  ) => any;
1491
-
1492
1048
  export declare const UpdateTaskExecutionResponseFilterSensitiveLog: (
1493
1049
  obj: UpdateTaskExecutionResponse
1494
1050
  ) => any;