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