@aws-sdk/client-datasync 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/DataSync.d.ts +752 -225
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +368 -117
  4. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +36 -17
  44. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +36 -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 +7 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1050 -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 +65 -38
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  66. package/package.json +34 -34
@@ -1,1402 +1,1050 @@
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
+ export interface AgentListEntry {
8
+ AgentArn?: string;
9
+ Name?: string;
10
+ Status?: AgentStatus | string;
11
+ }
12
+ export declare enum Atime {
13
+ BEST_EFFORT = "BEST_EFFORT",
14
+ NONE = "NONE",
15
+ }
16
+ export interface CancelTaskExecutionRequest {
17
+ TaskExecutionArn: string | undefined;
18
+ }
19
+ export interface CancelTaskExecutionResponse {}
20
+ export declare class InternalException extends __BaseException {
21
+ readonly name: "InternalException";
22
+ readonly $fault: "server";
23
+ errorCode?: string;
24
+ constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
25
+ }
26
+ export declare class InvalidRequestException extends __BaseException {
27
+ readonly name: "InvalidRequestException";
28
+ readonly $fault: "client";
29
+ errorCode?: string;
30
+ datasyncErrorCode?: string;
31
+ constructor(
32
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
33
+ );
34
+ }
35
+ export interface TagListEntry {
36
+ Key: string | undefined;
37
+ Value?: string;
38
+ }
39
+ export interface CreateAgentRequest {
40
+ ActivationKey: string | undefined;
41
+ AgentName?: string;
42
+ Tags?: TagListEntry[];
43
+ VpcEndpointId?: string;
44
+ SubnetArns?: string[];
45
+ SecurityGroupArns?: string[];
46
+ }
47
+ export interface CreateAgentResponse {
48
+ AgentArn?: string;
49
+ }
50
+ export interface Ec2Config {
51
+ SubnetArn: string | undefined;
52
+ SecurityGroupArns: string[] | undefined;
53
+ }
54
+ export declare enum EfsInTransitEncryption {
55
+ NONE = "NONE",
56
+ TLS1_2 = "TLS1_2",
57
+ }
58
+ export interface CreateLocationEfsRequest {
59
+ Subdirectory?: string;
60
+ EfsFilesystemArn: string | undefined;
61
+ Ec2Config: Ec2Config | undefined;
62
+ Tags?: TagListEntry[];
63
+ AccessPointArn?: string;
64
+ FileSystemAccessRoleArn?: string;
65
+ InTransitEncryption?: EfsInTransitEncryption | string;
66
+ }
67
+ export interface CreateLocationEfsResponse {
68
+ LocationArn?: string;
69
+ }
70
+ export interface CreateLocationFsxLustreRequest {
71
+ FsxFilesystemArn: string | undefined;
72
+ SecurityGroupArns: string[] | undefined;
73
+ Subdirectory?: string;
74
+ Tags?: TagListEntry[];
75
+ }
76
+ export interface CreateLocationFsxLustreResponse {
77
+ LocationArn?: string;
78
+ }
79
+ export declare enum NfsVersion {
80
+ AUTOMATIC = "AUTOMATIC",
81
+ NFS3 = "NFS3",
82
+ NFS4_0 = "NFS4_0",
83
+ NFS4_1 = "NFS4_1",
84
+ }
85
+ export interface NfsMountOptions {
86
+ Version?: NfsVersion | string;
87
+ }
88
+ export interface FsxProtocolNfs {
89
+ MountOptions?: NfsMountOptions;
90
+ }
91
+ export declare enum SmbVersion {
92
+ AUTOMATIC = "AUTOMATIC",
93
+ SMB2 = "SMB2",
94
+ SMB3 = "SMB3",
95
+ }
96
+ export interface SmbMountOptions {
97
+ Version?: SmbVersion | string;
98
+ }
99
+ export interface FsxProtocolSmb {
100
+ Domain?: string;
101
+ MountOptions?: SmbMountOptions;
102
+ Password: string | undefined;
103
+ User: string | undefined;
104
+ }
105
+ export interface FsxProtocol {
106
+ NFS?: FsxProtocolNfs;
107
+ SMB?: FsxProtocolSmb;
108
+ }
109
+ export interface CreateLocationFsxOntapRequest {
110
+ Protocol: FsxProtocol | undefined;
111
+ SecurityGroupArns: string[] | undefined;
112
+ StorageVirtualMachineArn: string | undefined;
113
+ Subdirectory?: string;
114
+ Tags?: TagListEntry[];
115
+ }
116
+ export interface CreateLocationFsxOntapResponse {
117
+ LocationArn?: string;
118
+ }
119
+ export interface CreateLocationFsxOpenZfsRequest {
120
+ FsxFilesystemArn: string | undefined;
121
+ Protocol: FsxProtocol | undefined;
122
+ SecurityGroupArns: string[] | undefined;
123
+ Subdirectory?: string;
124
+ Tags?: TagListEntry[];
125
+ }
126
+ export interface CreateLocationFsxOpenZfsResponse {
127
+ LocationArn?: string;
128
+ }
129
+ export interface CreateLocationFsxWindowsRequest {
130
+ Subdirectory?: string;
131
+ FsxFilesystemArn: string | undefined;
132
+ SecurityGroupArns: string[] | undefined;
133
+ Tags?: TagListEntry[];
134
+ User: string | undefined;
135
+ Domain?: string;
136
+ Password: string | undefined;
137
+ }
138
+ export interface CreateLocationFsxWindowsResponse {
139
+ LocationArn?: string;
140
+ }
141
+ export declare enum HdfsAuthenticationType {
142
+ KERBEROS = "KERBEROS",
143
+ SIMPLE = "SIMPLE",
144
+ }
145
+ export interface HdfsNameNode {
146
+ Hostname: string | undefined;
147
+ Port: number | undefined;
148
+ }
149
+ export declare enum HdfsDataTransferProtection {
150
+ AUTHENTICATION = "AUTHENTICATION",
151
+ DISABLED = "DISABLED",
152
+ INTEGRITY = "INTEGRITY",
153
+ PRIVACY = "PRIVACY",
154
+ }
155
+ export declare enum HdfsRpcProtection {
156
+ AUTHENTICATION = "AUTHENTICATION",
157
+ DISABLED = "DISABLED",
158
+ INTEGRITY = "INTEGRITY",
159
+ PRIVACY = "PRIVACY",
160
+ }
161
+ export interface QopConfiguration {
162
+ RpcProtection?: HdfsRpcProtection | string;
163
+ DataTransferProtection?: HdfsDataTransferProtection | string;
164
+ }
165
+ export interface CreateLocationHdfsRequest {
166
+ Subdirectory?: string;
167
+ NameNodes: HdfsNameNode[] | undefined;
168
+ BlockSize?: number;
169
+ ReplicationFactor?: number;
170
+ KmsKeyProviderUri?: string;
171
+ QopConfiguration?: QopConfiguration;
172
+ AuthenticationType: HdfsAuthenticationType | string | undefined;
173
+ SimpleUser?: string;
174
+ KerberosPrincipal?: string;
175
+ KerberosKeytab?: Uint8Array;
176
+ KerberosKrb5Conf?: Uint8Array;
177
+ AgentArns: string[] | undefined;
178
+ Tags?: TagListEntry[];
179
+ }
180
+ export interface CreateLocationHdfsResponse {
181
+ LocationArn?: string;
182
+ }
183
+ export interface OnPremConfig {
184
+ AgentArns: string[] | undefined;
185
+ }
186
+ export interface CreateLocationNfsRequest {
187
+ Subdirectory: string | undefined;
188
+ ServerHostname: string | undefined;
189
+ OnPremConfig: OnPremConfig | undefined;
190
+ MountOptions?: NfsMountOptions;
191
+ Tags?: TagListEntry[];
192
+ }
193
+ export interface CreateLocationNfsResponse {
194
+ LocationArn?: string;
195
+ }
196
+ export declare enum ObjectStorageServerProtocol {
197
+ HTTP = "HTTP",
198
+ HTTPS = "HTTPS",
199
+ }
200
+ export interface CreateLocationObjectStorageRequest {
201
+ ServerHostname: string | undefined;
202
+ ServerPort?: number;
203
+ ServerProtocol?: ObjectStorageServerProtocol | string;
204
+ Subdirectory?: string;
205
+ BucketName: string | undefined;
206
+ AccessKey?: string;
207
+ SecretKey?: string;
208
+ AgentArns: string[] | undefined;
209
+ Tags?: TagListEntry[];
210
+ }
211
+ export interface CreateLocationObjectStorageResponse {
212
+ LocationArn?: string;
213
+ }
214
+ export interface S3Config {
215
+ BucketAccessRoleArn: string | undefined;
216
+ }
217
+ export declare enum S3StorageClass {
218
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
219
+ GLACIER = "GLACIER",
220
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
221
+ ONEZONE_IA = "ONEZONE_IA",
222
+ OUTPOSTS = "OUTPOSTS",
223
+ STANDARD = "STANDARD",
224
+ STANDARD_IA = "STANDARD_IA",
225
+ }
226
+ export interface CreateLocationS3Request {
227
+ Subdirectory?: string;
228
+ S3BucketArn: string | undefined;
229
+ S3StorageClass?: S3StorageClass | string;
230
+ S3Config: S3Config | undefined;
231
+ AgentArns?: string[];
232
+ Tags?: TagListEntry[];
233
+ }
234
+ export interface CreateLocationS3Response {
235
+ LocationArn?: string;
236
+ }
237
+ export interface CreateLocationSmbRequest {
238
+ Subdirectory: string | undefined;
239
+ ServerHostname: string | undefined;
240
+ User: string | undefined;
241
+ Domain?: string;
242
+ Password: string | undefined;
243
+ AgentArns: string[] | undefined;
244
+ MountOptions?: SmbMountOptions;
245
+ Tags?: TagListEntry[];
246
+ }
247
+ export interface CreateLocationSmbResponse {
248
+ LocationArn?: string;
249
+ }
250
+ export declare enum FilterType {
251
+ SIMPLE_PATTERN = "SIMPLE_PATTERN",
252
+ }
253
+ export interface FilterRule {
254
+ FilterType?: FilterType | string;
255
+ Value?: string;
256
+ }
257
+ export declare enum Gid {
258
+ BOTH = "BOTH",
259
+ INT_VALUE = "INT_VALUE",
260
+ NAME = "NAME",
261
+ NONE = "NONE",
262
+ }
263
+ export declare enum LogLevel {
264
+ BASIC = "BASIC",
265
+ OFF = "OFF",
266
+ TRANSFER = "TRANSFER",
267
+ }
268
+ export declare enum Mtime {
269
+ NONE = "NONE",
270
+ PRESERVE = "PRESERVE",
271
+ }
272
+ export declare enum ObjectTags {
273
+ NONE = "NONE",
274
+ PRESERVE = "PRESERVE",
275
+ }
276
+ export declare enum OverwriteMode {
277
+ ALWAYS = "ALWAYS",
278
+ NEVER = "NEVER",
279
+ }
280
+ export declare enum PosixPermissions {
281
+ NONE = "NONE",
282
+ PRESERVE = "PRESERVE",
283
+ }
284
+ export declare enum PreserveDeletedFiles {
285
+ PRESERVE = "PRESERVE",
286
+ REMOVE = "REMOVE",
287
+ }
288
+ export declare enum PreserveDevices {
289
+ NONE = "NONE",
290
+ PRESERVE = "PRESERVE",
291
+ }
292
+ export declare enum SmbSecurityDescriptorCopyFlags {
293
+ NONE = "NONE",
294
+ OWNER_DACL = "OWNER_DACL",
295
+ OWNER_DACL_SACL = "OWNER_DACL_SACL",
296
+ }
297
+ export declare enum TaskQueueing {
298
+ DISABLED = "DISABLED",
299
+ ENABLED = "ENABLED",
300
+ }
301
+ export declare enum TransferMode {
302
+ ALL = "ALL",
303
+ CHANGED = "CHANGED",
304
+ }
305
+ export declare enum Uid {
306
+ BOTH = "BOTH",
307
+ INT_VALUE = "INT_VALUE",
308
+ NAME = "NAME",
309
+ NONE = "NONE",
310
+ }
311
+ export declare enum VerifyMode {
312
+ NONE = "NONE",
313
+ ONLY_FILES_TRANSFERRED = "ONLY_FILES_TRANSFERRED",
314
+ POINT_IN_TIME_CONSISTENT = "POINT_IN_TIME_CONSISTENT",
315
+ }
316
+ export interface Options {
317
+ VerifyMode?: VerifyMode | string;
318
+ OverwriteMode?: OverwriteMode | string;
319
+ Atime?: Atime | string;
320
+ Mtime?: Mtime | string;
321
+ Uid?: Uid | string;
322
+ Gid?: Gid | string;
323
+ PreserveDeletedFiles?: PreserveDeletedFiles | string;
324
+ PreserveDevices?: PreserveDevices | string;
325
+ PosixPermissions?: PosixPermissions | string;
326
+ BytesPerSecond?: number;
327
+ TaskQueueing?: TaskQueueing | string;
328
+ LogLevel?: LogLevel | string;
329
+ TransferMode?: TransferMode | string;
330
+ SecurityDescriptorCopyFlags?: SmbSecurityDescriptorCopyFlags | string;
331
+ ObjectTags?: ObjectTags | string;
332
+ }
333
+ export interface TaskSchedule {
334
+ ScheduleExpression: string | undefined;
335
+ }
336
+ export interface CreateTaskRequest {
337
+ SourceLocationArn: string | undefined;
338
+ DestinationLocationArn: string | undefined;
339
+ CloudWatchLogGroupArn?: string;
340
+ Name?: string;
341
+ Options?: Options;
342
+ Excludes?: FilterRule[];
343
+ Schedule?: TaskSchedule;
344
+ Tags?: TagListEntry[];
345
+ Includes?: FilterRule[];
346
+ }
347
+ export interface CreateTaskResponse {
348
+ TaskArn?: string;
349
+ }
350
+ export interface DeleteAgentRequest {
351
+ AgentArn: string | undefined;
352
+ }
353
+ export interface DeleteAgentResponse {}
354
+ export interface DeleteLocationRequest {
355
+ LocationArn: string | undefined;
356
+ }
357
+ export interface DeleteLocationResponse {}
358
+ export interface DeleteTaskRequest {
359
+ TaskArn: string | undefined;
360
+ }
361
+ export interface DeleteTaskResponse {}
362
+ export interface DescribeAgentRequest {
363
+ AgentArn: string | undefined;
364
+ }
365
+ export declare enum EndpointType {
366
+ FIPS = "FIPS",
367
+ PRIVATE_LINK = "PRIVATE_LINK",
368
+ PUBLIC = "PUBLIC",
369
+ }
370
+ export interface PrivateLinkConfig {
371
+ VpcEndpointId?: string;
372
+ PrivateLinkEndpoint?: string;
373
+ SubnetArns?: string[];
374
+ SecurityGroupArns?: string[];
375
+ }
376
+ export interface DescribeAgentResponse {
377
+ AgentArn?: string;
378
+ Name?: string;
379
+ Status?: AgentStatus | string;
380
+ LastConnectionTime?: Date;
381
+ CreationTime?: Date;
382
+ EndpointType?: EndpointType | string;
383
+ PrivateLinkConfig?: PrivateLinkConfig;
384
+ }
385
+ export interface DescribeLocationEfsRequest {
386
+ LocationArn: string | undefined;
387
+ }
388
+ export interface DescribeLocationEfsResponse {
389
+ LocationArn?: string;
390
+ LocationUri?: string;
391
+ Ec2Config?: Ec2Config;
392
+ CreationTime?: Date;
393
+ AccessPointArn?: string;
394
+ FileSystemAccessRoleArn?: string;
395
+ InTransitEncryption?: EfsInTransitEncryption | string;
396
+ }
397
+ export interface DescribeLocationFsxLustreRequest {
398
+ LocationArn: string | undefined;
399
+ }
400
+ export interface DescribeLocationFsxLustreResponse {
401
+ LocationArn?: string;
402
+ LocationUri?: string;
403
+ SecurityGroupArns?: string[];
404
+ CreationTime?: Date;
405
+ }
406
+ export interface DescribeLocationFsxOntapRequest {
407
+ LocationArn: string | undefined;
408
+ }
409
+ export interface DescribeLocationFsxOntapResponse {
410
+ CreationTime?: Date;
411
+ LocationArn?: string;
412
+ LocationUri?: string;
413
+ Protocol?: FsxProtocol;
414
+ SecurityGroupArns?: string[];
415
+ StorageVirtualMachineArn?: string;
416
+ FsxFilesystemArn?: string;
417
+ }
418
+ export interface DescribeLocationFsxOpenZfsRequest {
419
+ LocationArn: string | undefined;
420
+ }
421
+ export interface DescribeLocationFsxOpenZfsResponse {
422
+ LocationArn?: string;
423
+ LocationUri?: string;
424
+ SecurityGroupArns?: string[];
425
+ Protocol?: FsxProtocol;
426
+ CreationTime?: Date;
427
+ }
428
+ export interface DescribeLocationFsxWindowsRequest {
429
+ LocationArn: string | undefined;
430
+ }
431
+ export interface DescribeLocationFsxWindowsResponse {
432
+ LocationArn?: string;
433
+ LocationUri?: string;
434
+ SecurityGroupArns?: string[];
435
+ CreationTime?: Date;
436
+ User?: string;
437
+ Domain?: string;
438
+ }
439
+ export interface DescribeLocationHdfsRequest {
440
+ LocationArn: string | undefined;
441
+ }
442
+ export interface DescribeLocationHdfsResponse {
443
+ LocationArn?: string;
444
+ LocationUri?: string;
445
+ NameNodes?: HdfsNameNode[];
446
+ BlockSize?: number;
447
+ ReplicationFactor?: number;
448
+ KmsKeyProviderUri?: string;
449
+ QopConfiguration?: QopConfiguration;
450
+ AuthenticationType?: HdfsAuthenticationType | string;
451
+ SimpleUser?: string;
452
+ KerberosPrincipal?: string;
453
+ AgentArns?: string[];
454
+ CreationTime?: Date;
455
+ }
456
+ export interface DescribeLocationNfsRequest {
457
+ LocationArn: string | undefined;
458
+ }
459
+ export interface DescribeLocationNfsResponse {
460
+ LocationArn?: string;
461
+ LocationUri?: string;
462
+ OnPremConfig?: OnPremConfig;
463
+ MountOptions?: NfsMountOptions;
464
+ CreationTime?: Date;
465
+ }
466
+ export interface DescribeLocationObjectStorageRequest {
467
+ LocationArn: string | undefined;
468
+ }
469
+ export interface DescribeLocationObjectStorageResponse {
470
+ LocationArn?: string;
471
+ LocationUri?: string;
472
+ AccessKey?: string;
473
+ ServerPort?: number;
474
+ ServerProtocol?: ObjectStorageServerProtocol | string;
475
+ AgentArns?: string[];
476
+ CreationTime?: Date;
477
+ }
478
+ export interface DescribeLocationS3Request {
479
+ LocationArn: string | undefined;
480
+ }
481
+ export interface DescribeLocationS3Response {
482
+ LocationArn?: string;
483
+ LocationUri?: string;
484
+ S3StorageClass?: S3StorageClass | string;
485
+ S3Config?: S3Config;
486
+ AgentArns?: string[];
487
+ CreationTime?: Date;
488
+ }
489
+ export interface DescribeLocationSmbRequest {
490
+ LocationArn: string | undefined;
491
+ }
492
+ export interface DescribeLocationSmbResponse {
493
+ LocationArn?: string;
494
+ LocationUri?: string;
495
+ AgentArns?: string[];
496
+ User?: string;
497
+ Domain?: string;
498
+ MountOptions?: SmbMountOptions;
499
+ CreationTime?: Date;
500
+ }
501
+ export interface DescribeTaskRequest {
502
+ TaskArn: string | undefined;
503
+ }
504
+ export declare enum TaskStatus {
505
+ AVAILABLE = "AVAILABLE",
506
+ CREATING = "CREATING",
507
+ QUEUED = "QUEUED",
508
+ RUNNING = "RUNNING",
509
+ UNAVAILABLE = "UNAVAILABLE",
510
+ }
511
+ export interface DescribeTaskResponse {
512
+ TaskArn?: string;
513
+ Status?: TaskStatus | string;
514
+ Name?: string;
515
+ CurrentTaskExecutionArn?: string;
516
+ SourceLocationArn?: string;
517
+ DestinationLocationArn?: string;
518
+ CloudWatchLogGroupArn?: string;
519
+ SourceNetworkInterfaceArns?: string[];
520
+ DestinationNetworkInterfaceArns?: string[];
521
+ Options?: Options;
522
+ Excludes?: FilterRule[];
523
+ Schedule?: TaskSchedule;
524
+ ErrorCode?: string;
525
+ ErrorDetail?: string;
526
+ CreationTime?: Date;
527
+ Includes?: FilterRule[];
528
+ }
529
+ export interface DescribeTaskExecutionRequest {
530
+ TaskExecutionArn: string | undefined;
531
+ }
532
+ export declare enum PhaseStatus {
533
+ ERROR = "ERROR",
534
+ PENDING = "PENDING",
535
+ SUCCESS = "SUCCESS",
536
+ }
537
+ export interface TaskExecutionResultDetail {
538
+ PrepareDuration?: number;
539
+ PrepareStatus?: PhaseStatus | string;
540
+ TotalDuration?: number;
541
+ TransferDuration?: number;
542
+ TransferStatus?: PhaseStatus | string;
543
+ VerifyDuration?: number;
544
+ VerifyStatus?: PhaseStatus | string;
545
+ ErrorCode?: string;
546
+ ErrorDetail?: string;
547
+ }
548
+ export declare enum TaskExecutionStatus {
549
+ ERROR = "ERROR",
550
+ LAUNCHING = "LAUNCHING",
551
+ PREPARING = "PREPARING",
552
+ QUEUED = "QUEUED",
553
+ SUCCESS = "SUCCESS",
554
+ TRANSFERRING = "TRANSFERRING",
555
+ VERIFYING = "VERIFYING",
556
+ }
557
+ export interface DescribeTaskExecutionResponse {
558
+ TaskExecutionArn?: string;
559
+ Status?: TaskExecutionStatus | string;
560
+ Options?: Options;
561
+ Excludes?: FilterRule[];
562
+ Includes?: FilterRule[];
563
+ StartTime?: Date;
564
+ EstimatedFilesToTransfer?: number;
565
+ EstimatedBytesToTransfer?: number;
566
+ FilesTransferred?: number;
567
+ BytesWritten?: number;
568
+ BytesTransferred?: number;
569
+ Result?: TaskExecutionResultDetail;
570
+ }
571
+ export interface ListAgentsRequest {
572
+ MaxResults?: number;
573
+ NextToken?: string;
574
+ }
575
+ export interface ListAgentsResponse {
576
+ Agents?: AgentListEntry[];
577
+ NextToken?: string;
578
+ }
579
+ export declare enum LocationFilterName {
580
+ CreationTime = "CreationTime",
581
+ LocationType = "LocationType",
582
+ LocationUri = "LocationUri",
583
+ }
584
+ export declare enum Operator {
585
+ BEGINS_WITH = "BeginsWith",
586
+ CONTAINS = "Contains",
587
+ EQ = "Equals",
588
+ GE = "GreaterThanOrEqual",
589
+ GT = "GreaterThan",
590
+ IN = "In",
591
+ LE = "LessThanOrEqual",
592
+ LT = "LessThan",
593
+ NE = "NotEquals",
594
+ NOT_CONTAINS = "NotContains",
595
+ }
596
+ export interface LocationFilter {
597
+ Name: LocationFilterName | string | undefined;
598
+ Values: string[] | undefined;
599
+ Operator: Operator | string | undefined;
600
+ }
601
+ export interface ListLocationsRequest {
602
+ MaxResults?: number;
603
+ NextToken?: string;
604
+ Filters?: LocationFilter[];
605
+ }
606
+ export interface LocationListEntry {
607
+ LocationArn?: string;
608
+ LocationUri?: string;
609
+ }
610
+ export interface ListLocationsResponse {
611
+ Locations?: LocationListEntry[];
612
+ NextToken?: string;
613
+ }
614
+ export interface ListTagsForResourceRequest {
615
+ ResourceArn: string | undefined;
616
+ MaxResults?: number;
617
+ NextToken?: string;
618
+ }
619
+ export interface ListTagsForResourceResponse {
620
+ Tags?: TagListEntry[];
621
+ NextToken?: string;
622
+ }
623
+ export interface ListTaskExecutionsRequest {
624
+ TaskArn?: string;
625
+ MaxResults?: number;
626
+ NextToken?: string;
627
+ }
628
+ export interface TaskExecutionListEntry {
629
+ TaskExecutionArn?: string;
630
+ Status?: TaskExecutionStatus | string;
631
+ }
632
+ export interface ListTaskExecutionsResponse {
633
+ TaskExecutions?: TaskExecutionListEntry[];
634
+ NextToken?: string;
635
+ }
636
+ export declare enum TaskFilterName {
637
+ CreationTime = "CreationTime",
638
+ LocationId = "LocationId",
639
+ }
640
+ export interface TaskFilter {
641
+ Name: TaskFilterName | string | undefined;
642
+ Values: string[] | undefined;
643
+ Operator: Operator | string | undefined;
644
+ }
645
+ export interface ListTasksRequest {
646
+ MaxResults?: number;
647
+ NextToken?: string;
648
+ Filters?: TaskFilter[];
649
+ }
650
+ export interface TaskListEntry {
651
+ TaskArn?: string;
652
+ Status?: TaskStatus | string;
653
+ Name?: string;
654
+ }
655
+ export interface ListTasksResponse {
656
+ Tasks?: TaskListEntry[];
657
+ NextToken?: string;
658
+ }
659
+ export interface StartTaskExecutionRequest {
660
+ TaskArn: string | undefined;
661
+ OverrideOptions?: Options;
662
+ Includes?: FilterRule[];
663
+ Excludes?: FilterRule[];
664
+ }
665
+ export interface StartTaskExecutionResponse {
666
+ TaskExecutionArn?: string;
667
+ }
668
+ export interface TagResourceRequest {
669
+ ResourceArn: string | undefined;
670
+ Tags: TagListEntry[] | undefined;
671
+ }
672
+ export interface TagResourceResponse {}
673
+ export interface UntagResourceRequest {
674
+ ResourceArn: string | undefined;
675
+ Keys: string[] | undefined;
676
+ }
677
+ export interface UntagResourceResponse {}
678
+ export interface UpdateAgentRequest {
679
+ AgentArn: string | undefined;
680
+ Name?: string;
681
+ }
682
+ export interface UpdateAgentResponse {}
683
+ export interface UpdateLocationHdfsRequest {
684
+ LocationArn: string | undefined;
685
+ Subdirectory?: string;
686
+ NameNodes?: HdfsNameNode[];
687
+ BlockSize?: number;
688
+ ReplicationFactor?: number;
689
+ KmsKeyProviderUri?: string;
690
+ QopConfiguration?: QopConfiguration;
691
+ AuthenticationType?: HdfsAuthenticationType | string;
692
+ SimpleUser?: string;
693
+ KerberosPrincipal?: string;
694
+ KerberosKeytab?: Uint8Array;
695
+ KerberosKrb5Conf?: Uint8Array;
696
+ AgentArns?: string[];
697
+ }
698
+ export interface UpdateLocationHdfsResponse {}
699
+ export interface UpdateLocationNfsRequest {
700
+ LocationArn: string | undefined;
701
+ Subdirectory?: string;
702
+ OnPremConfig?: OnPremConfig;
703
+ MountOptions?: NfsMountOptions;
704
+ }
705
+ export interface UpdateLocationNfsResponse {}
706
+ export interface UpdateLocationObjectStorageRequest {
707
+ LocationArn: string | undefined;
708
+ ServerPort?: number;
709
+ ServerProtocol?: ObjectStorageServerProtocol | string;
710
+ Subdirectory?: string;
711
+ AccessKey?: string;
712
+ SecretKey?: string;
713
+ AgentArns?: string[];
714
+ }
715
+ export interface UpdateLocationObjectStorageResponse {}
716
+ export interface UpdateLocationSmbRequest {
717
+ LocationArn: string | undefined;
718
+ Subdirectory?: string;
719
+ User?: string;
720
+ Domain?: string;
721
+ Password?: string;
722
+ AgentArns?: string[];
723
+ MountOptions?: SmbMountOptions;
724
+ }
725
+ export interface UpdateLocationSmbResponse {}
726
+ export interface UpdateTaskRequest {
727
+ TaskArn: string | undefined;
728
+ Options?: Options;
729
+ Excludes?: FilterRule[];
730
+ Schedule?: TaskSchedule;
731
+ Name?: string;
732
+ CloudWatchLogGroupArn?: string;
733
+ Includes?: FilterRule[];
734
+ }
735
+ export interface UpdateTaskResponse {}
736
+ export interface UpdateTaskExecutionRequest {
737
+ TaskExecutionArn: string | undefined;
738
+ Options: Options | undefined;
739
+ }
740
+ export interface UpdateTaskExecutionResponse {}
741
+ export declare const AgentListEntryFilterSensitiveLog: (
742
+ obj: AgentListEntry
743
+ ) => any;
744
+ export declare const CancelTaskExecutionRequestFilterSensitiveLog: (
745
+ obj: CancelTaskExecutionRequest
746
+ ) => any;
747
+ export declare const CancelTaskExecutionResponseFilterSensitiveLog: (
748
+ obj: CancelTaskExecutionResponse
749
+ ) => any;
750
+ export declare const TagListEntryFilterSensitiveLog: (obj: TagListEntry) => any;
751
+ export declare const CreateAgentRequestFilterSensitiveLog: (
752
+ obj: CreateAgentRequest
753
+ ) => any;
754
+ export declare const CreateAgentResponseFilterSensitiveLog: (
755
+ obj: CreateAgentResponse
756
+ ) => any;
757
+ export declare const Ec2ConfigFilterSensitiveLog: (obj: Ec2Config) => any;
758
+ export declare const CreateLocationEfsRequestFilterSensitiveLog: (
759
+ obj: CreateLocationEfsRequest
760
+ ) => any;
761
+ export declare const CreateLocationEfsResponseFilterSensitiveLog: (
762
+ obj: CreateLocationEfsResponse
763
+ ) => any;
764
+ export declare const CreateLocationFsxLustreRequestFilterSensitiveLog: (
765
+ obj: CreateLocationFsxLustreRequest
766
+ ) => any;
767
+ export declare const CreateLocationFsxLustreResponseFilterSensitiveLog: (
768
+ obj: CreateLocationFsxLustreResponse
769
+ ) => any;
770
+ export declare const NfsMountOptionsFilterSensitiveLog: (
771
+ obj: NfsMountOptions
772
+ ) => any;
773
+ export declare const FsxProtocolNfsFilterSensitiveLog: (
774
+ obj: FsxProtocolNfs
775
+ ) => any;
776
+ export declare const SmbMountOptionsFilterSensitiveLog: (
777
+ obj: SmbMountOptions
778
+ ) => any;
779
+ export declare const FsxProtocolSmbFilterSensitiveLog: (
780
+ obj: FsxProtocolSmb
781
+ ) => any;
782
+ export declare const FsxProtocolFilterSensitiveLog: (obj: FsxProtocol) => any;
783
+ export declare const CreateLocationFsxOntapRequestFilterSensitiveLog: (
784
+ obj: CreateLocationFsxOntapRequest
785
+ ) => any;
786
+ export declare const CreateLocationFsxOntapResponseFilterSensitiveLog: (
787
+ obj: CreateLocationFsxOntapResponse
788
+ ) => any;
789
+ export declare const CreateLocationFsxOpenZfsRequestFilterSensitiveLog: (
790
+ obj: CreateLocationFsxOpenZfsRequest
791
+ ) => any;
792
+ export declare const CreateLocationFsxOpenZfsResponseFilterSensitiveLog: (
793
+ obj: CreateLocationFsxOpenZfsResponse
794
+ ) => any;
795
+ export declare const CreateLocationFsxWindowsRequestFilterSensitiveLog: (
796
+ obj: CreateLocationFsxWindowsRequest
797
+ ) => any;
798
+ export declare const CreateLocationFsxWindowsResponseFilterSensitiveLog: (
799
+ obj: CreateLocationFsxWindowsResponse
800
+ ) => any;
801
+ export declare const HdfsNameNodeFilterSensitiveLog: (obj: HdfsNameNode) => any;
802
+ export declare const QopConfigurationFilterSensitiveLog: (
803
+ obj: QopConfiguration
804
+ ) => any;
805
+ export declare const CreateLocationHdfsRequestFilterSensitiveLog: (
806
+ obj: CreateLocationHdfsRequest
807
+ ) => any;
808
+ export declare const CreateLocationHdfsResponseFilterSensitiveLog: (
809
+ obj: CreateLocationHdfsResponse
810
+ ) => any;
811
+ export declare const OnPremConfigFilterSensitiveLog: (obj: OnPremConfig) => any;
812
+ export declare const CreateLocationNfsRequestFilterSensitiveLog: (
813
+ obj: CreateLocationNfsRequest
814
+ ) => any;
815
+ export declare const CreateLocationNfsResponseFilterSensitiveLog: (
816
+ obj: CreateLocationNfsResponse
817
+ ) => any;
818
+ export declare const CreateLocationObjectStorageRequestFilterSensitiveLog: (
819
+ obj: CreateLocationObjectStorageRequest
820
+ ) => any;
821
+ export declare const CreateLocationObjectStorageResponseFilterSensitiveLog: (
822
+ obj: CreateLocationObjectStorageResponse
823
+ ) => any;
824
+ export declare const S3ConfigFilterSensitiveLog: (obj: S3Config) => any;
825
+ export declare const CreateLocationS3RequestFilterSensitiveLog: (
826
+ obj: CreateLocationS3Request
827
+ ) => any;
828
+ export declare const CreateLocationS3ResponseFilterSensitiveLog: (
829
+ obj: CreateLocationS3Response
830
+ ) => any;
831
+ export declare const CreateLocationSmbRequestFilterSensitiveLog: (
832
+ obj: CreateLocationSmbRequest
833
+ ) => any;
834
+ export declare const CreateLocationSmbResponseFilterSensitiveLog: (
835
+ obj: CreateLocationSmbResponse
836
+ ) => any;
837
+ export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
838
+ export declare const OptionsFilterSensitiveLog: (obj: Options) => any;
839
+ export declare const TaskScheduleFilterSensitiveLog: (obj: TaskSchedule) => any;
840
+ export declare const CreateTaskRequestFilterSensitiveLog: (
841
+ obj: CreateTaskRequest
842
+ ) => any;
843
+ export declare const CreateTaskResponseFilterSensitiveLog: (
844
+ obj: CreateTaskResponse
845
+ ) => any;
846
+ export declare const DeleteAgentRequestFilterSensitiveLog: (
847
+ obj: DeleteAgentRequest
848
+ ) => any;
849
+ export declare const DeleteAgentResponseFilterSensitiveLog: (
850
+ obj: DeleteAgentResponse
851
+ ) => any;
852
+ export declare const DeleteLocationRequestFilterSensitiveLog: (
853
+ obj: DeleteLocationRequest
854
+ ) => any;
855
+ export declare const DeleteLocationResponseFilterSensitiveLog: (
856
+ obj: DeleteLocationResponse
857
+ ) => any;
858
+ export declare const DeleteTaskRequestFilterSensitiveLog: (
859
+ obj: DeleteTaskRequest
860
+ ) => any;
861
+ export declare const DeleteTaskResponseFilterSensitiveLog: (
862
+ obj: DeleteTaskResponse
863
+ ) => any;
864
+ export declare const DescribeAgentRequestFilterSensitiveLog: (
865
+ obj: DescribeAgentRequest
866
+ ) => any;
867
+ export declare const PrivateLinkConfigFilterSensitiveLog: (
868
+ obj: PrivateLinkConfig
869
+ ) => any;
870
+ export declare const DescribeAgentResponseFilterSensitiveLog: (
871
+ obj: DescribeAgentResponse
872
+ ) => any;
873
+ export declare const DescribeLocationEfsRequestFilterSensitiveLog: (
874
+ obj: DescribeLocationEfsRequest
875
+ ) => any;
876
+ export declare const DescribeLocationEfsResponseFilterSensitiveLog: (
877
+ obj: DescribeLocationEfsResponse
878
+ ) => any;
879
+ export declare const DescribeLocationFsxLustreRequestFilterSensitiveLog: (
880
+ obj: DescribeLocationFsxLustreRequest
881
+ ) => any;
882
+ export declare const DescribeLocationFsxLustreResponseFilterSensitiveLog: (
883
+ obj: DescribeLocationFsxLustreResponse
884
+ ) => any;
885
+ export declare const DescribeLocationFsxOntapRequestFilterSensitiveLog: (
886
+ obj: DescribeLocationFsxOntapRequest
887
+ ) => any;
888
+ export declare const DescribeLocationFsxOntapResponseFilterSensitiveLog: (
889
+ obj: DescribeLocationFsxOntapResponse
890
+ ) => any;
891
+ export declare const DescribeLocationFsxOpenZfsRequestFilterSensitiveLog: (
892
+ obj: DescribeLocationFsxOpenZfsRequest
893
+ ) => any;
894
+ export declare const DescribeLocationFsxOpenZfsResponseFilterSensitiveLog: (
895
+ obj: DescribeLocationFsxOpenZfsResponse
896
+ ) => any;
897
+ export declare const DescribeLocationFsxWindowsRequestFilterSensitiveLog: (
898
+ obj: DescribeLocationFsxWindowsRequest
899
+ ) => any;
900
+ export declare const DescribeLocationFsxWindowsResponseFilterSensitiveLog: (
901
+ obj: DescribeLocationFsxWindowsResponse
902
+ ) => any;
903
+ export declare const DescribeLocationHdfsRequestFilterSensitiveLog: (
904
+ obj: DescribeLocationHdfsRequest
905
+ ) => any;
906
+ export declare const DescribeLocationHdfsResponseFilterSensitiveLog: (
907
+ obj: DescribeLocationHdfsResponse
908
+ ) => any;
909
+ export declare const DescribeLocationNfsRequestFilterSensitiveLog: (
910
+ obj: DescribeLocationNfsRequest
911
+ ) => any;
912
+ export declare const DescribeLocationNfsResponseFilterSensitiveLog: (
913
+ obj: DescribeLocationNfsResponse
914
+ ) => any;
915
+ export declare const DescribeLocationObjectStorageRequestFilterSensitiveLog: (
916
+ obj: DescribeLocationObjectStorageRequest
917
+ ) => any;
918
+ export declare const DescribeLocationObjectStorageResponseFilterSensitiveLog: (
919
+ obj: DescribeLocationObjectStorageResponse
920
+ ) => any;
921
+ export declare const DescribeLocationS3RequestFilterSensitiveLog: (
922
+ obj: DescribeLocationS3Request
923
+ ) => any;
924
+ export declare const DescribeLocationS3ResponseFilterSensitiveLog: (
925
+ obj: DescribeLocationS3Response
926
+ ) => any;
927
+ export declare const DescribeLocationSmbRequestFilterSensitiveLog: (
928
+ obj: DescribeLocationSmbRequest
929
+ ) => any;
930
+ export declare const DescribeLocationSmbResponseFilterSensitiveLog: (
931
+ obj: DescribeLocationSmbResponse
932
+ ) => any;
933
+ export declare const DescribeTaskRequestFilterSensitiveLog: (
934
+ obj: DescribeTaskRequest
935
+ ) => any;
936
+ export declare const DescribeTaskResponseFilterSensitiveLog: (
937
+ obj: DescribeTaskResponse
938
+ ) => any;
939
+ export declare const DescribeTaskExecutionRequestFilterSensitiveLog: (
940
+ obj: DescribeTaskExecutionRequest
941
+ ) => any;
942
+ export declare const TaskExecutionResultDetailFilterSensitiveLog: (
943
+ obj: TaskExecutionResultDetail
944
+ ) => any;
945
+ export declare const DescribeTaskExecutionResponseFilterSensitiveLog: (
946
+ obj: DescribeTaskExecutionResponse
947
+ ) => any;
948
+ export declare const ListAgentsRequestFilterSensitiveLog: (
949
+ obj: ListAgentsRequest
950
+ ) => any;
951
+ export declare const ListAgentsResponseFilterSensitiveLog: (
952
+ obj: ListAgentsResponse
953
+ ) => any;
954
+ export declare const LocationFilterFilterSensitiveLog: (
955
+ obj: LocationFilter
956
+ ) => any;
957
+ export declare const ListLocationsRequestFilterSensitiveLog: (
958
+ obj: ListLocationsRequest
959
+ ) => any;
960
+ export declare const LocationListEntryFilterSensitiveLog: (
961
+ obj: LocationListEntry
962
+ ) => any;
963
+ export declare const ListLocationsResponseFilterSensitiveLog: (
964
+ obj: ListLocationsResponse
965
+ ) => any;
966
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
967
+ obj: ListTagsForResourceRequest
968
+ ) => any;
969
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
970
+ obj: ListTagsForResourceResponse
971
+ ) => any;
972
+ export declare const ListTaskExecutionsRequestFilterSensitiveLog: (
973
+ obj: ListTaskExecutionsRequest
974
+ ) => any;
975
+ export declare const TaskExecutionListEntryFilterSensitiveLog: (
976
+ obj: TaskExecutionListEntry
977
+ ) => any;
978
+ export declare const ListTaskExecutionsResponseFilterSensitiveLog: (
979
+ obj: ListTaskExecutionsResponse
980
+ ) => any;
981
+ export declare const TaskFilterFilterSensitiveLog: (obj: TaskFilter) => any;
982
+ export declare const ListTasksRequestFilterSensitiveLog: (
983
+ obj: ListTasksRequest
984
+ ) => any;
985
+ export declare const TaskListEntryFilterSensitiveLog: (
986
+ obj: TaskListEntry
987
+ ) => any;
988
+ export declare const ListTasksResponseFilterSensitiveLog: (
989
+ obj: ListTasksResponse
990
+ ) => any;
991
+ export declare const StartTaskExecutionRequestFilterSensitiveLog: (
992
+ obj: StartTaskExecutionRequest
993
+ ) => any;
994
+ export declare const StartTaskExecutionResponseFilterSensitiveLog: (
995
+ obj: StartTaskExecutionResponse
996
+ ) => any;
997
+ export declare const TagResourceRequestFilterSensitiveLog: (
998
+ obj: TagResourceRequest
999
+ ) => any;
1000
+ export declare const TagResourceResponseFilterSensitiveLog: (
1001
+ obj: TagResourceResponse
1002
+ ) => any;
1003
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1004
+ obj: UntagResourceRequest
1005
+ ) => any;
1006
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1007
+ obj: UntagResourceResponse
1008
+ ) => any;
1009
+ export declare const UpdateAgentRequestFilterSensitiveLog: (
1010
+ obj: UpdateAgentRequest
1011
+ ) => any;
1012
+ export declare const UpdateAgentResponseFilterSensitiveLog: (
1013
+ obj: UpdateAgentResponse
1014
+ ) => any;
1015
+ export declare const UpdateLocationHdfsRequestFilterSensitiveLog: (
1016
+ obj: UpdateLocationHdfsRequest
1017
+ ) => any;
1018
+ export declare const UpdateLocationHdfsResponseFilterSensitiveLog: (
1019
+ obj: UpdateLocationHdfsResponse
1020
+ ) => any;
1021
+ export declare const UpdateLocationNfsRequestFilterSensitiveLog: (
1022
+ obj: UpdateLocationNfsRequest
1023
+ ) => any;
1024
+ export declare const UpdateLocationNfsResponseFilterSensitiveLog: (
1025
+ obj: UpdateLocationNfsResponse
1026
+ ) => any;
1027
+ export declare const UpdateLocationObjectStorageRequestFilterSensitiveLog: (
1028
+ obj: UpdateLocationObjectStorageRequest
1029
+ ) => any;
1030
+ export declare const UpdateLocationObjectStorageResponseFilterSensitiveLog: (
1031
+ obj: UpdateLocationObjectStorageResponse
1032
+ ) => any;
1033
+ export declare const UpdateLocationSmbRequestFilterSensitiveLog: (
1034
+ obj: UpdateLocationSmbRequest
1035
+ ) => any;
1036
+ export declare const UpdateLocationSmbResponseFilterSensitiveLog: (
1037
+ obj: UpdateLocationSmbResponse
1038
+ ) => any;
1039
+ export declare const UpdateTaskRequestFilterSensitiveLog: (
1040
+ obj: UpdateTaskRequest
1041
+ ) => any;
1042
+ export declare const UpdateTaskResponseFilterSensitiveLog: (
1043
+ obj: UpdateTaskResponse
1044
+ ) => any;
1045
+ export declare const UpdateTaskExecutionRequestFilterSensitiveLog: (
1046
+ obj: UpdateTaskExecutionRequest
1047
+ ) => any;
1048
+ export declare const UpdateTaskExecutionResponseFilterSensitiveLog: (
1049
+ obj: UpdateTaskExecutionResponse
1050
+ ) => any;