@aws-sdk/client-datasync 3.934.0 → 3.936.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.
@@ -0,0 +1,556 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AgentStatus: {
6
+ readonly OFFLINE: "OFFLINE";
7
+ readonly ONLINE: "ONLINE";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const Atime: {
18
+ readonly BEST_EFFORT: "BEST_EFFORT";
19
+ readonly NONE: "NONE";
20
+ };
21
+ /**
22
+ * @public
23
+ */
24
+ export type Atime = (typeof Atime)[keyof typeof Atime];
25
+ /**
26
+ * @public
27
+ * @enum
28
+ */
29
+ export declare const AzureAccessTier: {
30
+ readonly ARCHIVE: "ARCHIVE";
31
+ readonly COOL: "COOL";
32
+ readonly HOT: "HOT";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type AzureAccessTier = (typeof AzureAccessTier)[keyof typeof AzureAccessTier];
38
+ /**
39
+ * @public
40
+ * @enum
41
+ */
42
+ export declare const AzureBlobAuthenticationType: {
43
+ readonly NONE: "NONE";
44
+ readonly SAS: "SAS";
45
+ };
46
+ /**
47
+ * @public
48
+ */
49
+ export type AzureBlobAuthenticationType = (typeof AzureBlobAuthenticationType)[keyof typeof AzureBlobAuthenticationType];
50
+ /**
51
+ * @public
52
+ * @enum
53
+ */
54
+ export declare const AzureBlobType: {
55
+ readonly BLOCK: "BLOCK";
56
+ };
57
+ /**
58
+ * @public
59
+ */
60
+ export type AzureBlobType = (typeof AzureBlobType)[keyof typeof AzureBlobType];
61
+ /**
62
+ * @public
63
+ * @enum
64
+ */
65
+ export declare const EfsInTransitEncryption: {
66
+ readonly NONE: "NONE";
67
+ readonly TLS1_2: "TLS1_2";
68
+ };
69
+ /**
70
+ * @public
71
+ */
72
+ export type EfsInTransitEncryption = (typeof EfsInTransitEncryption)[keyof typeof EfsInTransitEncryption];
73
+ /**
74
+ * @public
75
+ * @enum
76
+ */
77
+ export declare const NfsVersion: {
78
+ readonly AUTOMATIC: "AUTOMATIC";
79
+ readonly NFS3: "NFS3";
80
+ readonly NFS4_0: "NFS4_0";
81
+ readonly NFS4_1: "NFS4_1";
82
+ };
83
+ /**
84
+ * @public
85
+ */
86
+ export type NfsVersion = (typeof NfsVersion)[keyof typeof NfsVersion];
87
+ /**
88
+ * @public
89
+ * @enum
90
+ */
91
+ export declare const SmbVersion: {
92
+ readonly AUTOMATIC: "AUTOMATIC";
93
+ readonly SMB1: "SMB1";
94
+ readonly SMB2: "SMB2";
95
+ readonly SMB2_0: "SMB2_0";
96
+ readonly SMB3: "SMB3";
97
+ };
98
+ /**
99
+ * @public
100
+ */
101
+ export type SmbVersion = (typeof SmbVersion)[keyof typeof SmbVersion];
102
+ /**
103
+ * @public
104
+ * @enum
105
+ */
106
+ export declare const HdfsAuthenticationType: {
107
+ readonly KERBEROS: "KERBEROS";
108
+ readonly SIMPLE: "SIMPLE";
109
+ };
110
+ /**
111
+ * @public
112
+ */
113
+ export type HdfsAuthenticationType = (typeof HdfsAuthenticationType)[keyof typeof HdfsAuthenticationType];
114
+ /**
115
+ * @public
116
+ * @enum
117
+ */
118
+ export declare const HdfsDataTransferProtection: {
119
+ readonly AUTHENTICATION: "AUTHENTICATION";
120
+ readonly DISABLED: "DISABLED";
121
+ readonly INTEGRITY: "INTEGRITY";
122
+ readonly PRIVACY: "PRIVACY";
123
+ };
124
+ /**
125
+ * @public
126
+ */
127
+ export type HdfsDataTransferProtection = (typeof HdfsDataTransferProtection)[keyof typeof HdfsDataTransferProtection];
128
+ /**
129
+ * @public
130
+ * @enum
131
+ */
132
+ export declare const HdfsRpcProtection: {
133
+ readonly AUTHENTICATION: "AUTHENTICATION";
134
+ readonly DISABLED: "DISABLED";
135
+ readonly INTEGRITY: "INTEGRITY";
136
+ readonly PRIVACY: "PRIVACY";
137
+ };
138
+ /**
139
+ * @public
140
+ */
141
+ export type HdfsRpcProtection = (typeof HdfsRpcProtection)[keyof typeof HdfsRpcProtection];
142
+ /**
143
+ * @public
144
+ * @enum
145
+ */
146
+ export declare const ObjectStorageServerProtocol: {
147
+ readonly HTTP: "HTTP";
148
+ readonly HTTPS: "HTTPS";
149
+ };
150
+ /**
151
+ * @public
152
+ */
153
+ export type ObjectStorageServerProtocol = (typeof ObjectStorageServerProtocol)[keyof typeof ObjectStorageServerProtocol];
154
+ /**
155
+ * @public
156
+ * @enum
157
+ */
158
+ export declare const S3StorageClass: {
159
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
160
+ readonly GLACIER: "GLACIER";
161
+ readonly GLACIER_INSTANT_RETRIEVAL: "GLACIER_INSTANT_RETRIEVAL";
162
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
163
+ readonly ONEZONE_IA: "ONEZONE_IA";
164
+ readonly OUTPOSTS: "OUTPOSTS";
165
+ readonly STANDARD: "STANDARD";
166
+ readonly STANDARD_IA: "STANDARD_IA";
167
+ };
168
+ /**
169
+ * @public
170
+ */
171
+ export type S3StorageClass = (typeof S3StorageClass)[keyof typeof S3StorageClass];
172
+ /**
173
+ * @public
174
+ * @enum
175
+ */
176
+ export declare const SmbAuthenticationType: {
177
+ readonly KERBEROS: "KERBEROS";
178
+ readonly NTLM: "NTLM";
179
+ };
180
+ /**
181
+ * @public
182
+ */
183
+ export type SmbAuthenticationType = (typeof SmbAuthenticationType)[keyof typeof SmbAuthenticationType];
184
+ /**
185
+ * @public
186
+ * @enum
187
+ */
188
+ export declare const FilterType: {
189
+ readonly SIMPLE_PATTERN: "SIMPLE_PATTERN";
190
+ };
191
+ /**
192
+ * @public
193
+ */
194
+ export type FilterType = (typeof FilterType)[keyof typeof FilterType];
195
+ /**
196
+ * @public
197
+ * @enum
198
+ */
199
+ export declare const ManifestAction: {
200
+ readonly TRANSFER: "TRANSFER";
201
+ };
202
+ /**
203
+ * @public
204
+ */
205
+ export type ManifestAction = (typeof ManifestAction)[keyof typeof ManifestAction];
206
+ /**
207
+ * @public
208
+ * @enum
209
+ */
210
+ export declare const ManifestFormat: {
211
+ readonly CSV: "CSV";
212
+ };
213
+ /**
214
+ * @public
215
+ */
216
+ export type ManifestFormat = (typeof ManifestFormat)[keyof typeof ManifestFormat];
217
+ /**
218
+ * @public
219
+ * @enum
220
+ */
221
+ export declare const Gid: {
222
+ readonly BOTH: "BOTH";
223
+ readonly INT_VALUE: "INT_VALUE";
224
+ readonly NAME: "NAME";
225
+ readonly NONE: "NONE";
226
+ };
227
+ /**
228
+ * @public
229
+ */
230
+ export type Gid = (typeof Gid)[keyof typeof Gid];
231
+ /**
232
+ * @public
233
+ * @enum
234
+ */
235
+ export declare const LogLevel: {
236
+ readonly BASIC: "BASIC";
237
+ readonly OFF: "OFF";
238
+ readonly TRANSFER: "TRANSFER";
239
+ };
240
+ /**
241
+ * @public
242
+ */
243
+ export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
244
+ /**
245
+ * @public
246
+ * @enum
247
+ */
248
+ export declare const Mtime: {
249
+ readonly NONE: "NONE";
250
+ readonly PRESERVE: "PRESERVE";
251
+ };
252
+ /**
253
+ * @public
254
+ */
255
+ export type Mtime = (typeof Mtime)[keyof typeof Mtime];
256
+ /**
257
+ * @public
258
+ * @enum
259
+ */
260
+ export declare const ObjectTags: {
261
+ readonly NONE: "NONE";
262
+ readonly PRESERVE: "PRESERVE";
263
+ };
264
+ /**
265
+ * @public
266
+ */
267
+ export type ObjectTags = (typeof ObjectTags)[keyof typeof ObjectTags];
268
+ /**
269
+ * @public
270
+ * @enum
271
+ */
272
+ export declare const OverwriteMode: {
273
+ readonly ALWAYS: "ALWAYS";
274
+ readonly NEVER: "NEVER";
275
+ };
276
+ /**
277
+ * @public
278
+ */
279
+ export type OverwriteMode = (typeof OverwriteMode)[keyof typeof OverwriteMode];
280
+ /**
281
+ * @public
282
+ * @enum
283
+ */
284
+ export declare const PosixPermissions: {
285
+ readonly NONE: "NONE";
286
+ readonly PRESERVE: "PRESERVE";
287
+ };
288
+ /**
289
+ * @public
290
+ */
291
+ export type PosixPermissions = (typeof PosixPermissions)[keyof typeof PosixPermissions];
292
+ /**
293
+ * @public
294
+ * @enum
295
+ */
296
+ export declare const PreserveDeletedFiles: {
297
+ readonly PRESERVE: "PRESERVE";
298
+ readonly REMOVE: "REMOVE";
299
+ };
300
+ /**
301
+ * @public
302
+ */
303
+ export type PreserveDeletedFiles = (typeof PreserveDeletedFiles)[keyof typeof PreserveDeletedFiles];
304
+ /**
305
+ * @public
306
+ * @enum
307
+ */
308
+ export declare const PreserveDevices: {
309
+ readonly NONE: "NONE";
310
+ readonly PRESERVE: "PRESERVE";
311
+ };
312
+ /**
313
+ * @public
314
+ */
315
+ export type PreserveDevices = (typeof PreserveDevices)[keyof typeof PreserveDevices];
316
+ /**
317
+ * @public
318
+ * @enum
319
+ */
320
+ export declare const SmbSecurityDescriptorCopyFlags: {
321
+ readonly NONE: "NONE";
322
+ readonly OWNER_DACL: "OWNER_DACL";
323
+ readonly OWNER_DACL_SACL: "OWNER_DACL_SACL";
324
+ };
325
+ /**
326
+ * @public
327
+ */
328
+ export type SmbSecurityDescriptorCopyFlags = (typeof SmbSecurityDescriptorCopyFlags)[keyof typeof SmbSecurityDescriptorCopyFlags];
329
+ /**
330
+ * @public
331
+ * @enum
332
+ */
333
+ export declare const TaskQueueing: {
334
+ readonly DISABLED: "DISABLED";
335
+ readonly ENABLED: "ENABLED";
336
+ };
337
+ /**
338
+ * @public
339
+ */
340
+ export type TaskQueueing = (typeof TaskQueueing)[keyof typeof TaskQueueing];
341
+ /**
342
+ * @public
343
+ * @enum
344
+ */
345
+ export declare const TransferMode: {
346
+ readonly ALL: "ALL";
347
+ readonly CHANGED: "CHANGED";
348
+ };
349
+ /**
350
+ * @public
351
+ */
352
+ export type TransferMode = (typeof TransferMode)[keyof typeof TransferMode];
353
+ /**
354
+ * @public
355
+ * @enum
356
+ */
357
+ export declare const Uid: {
358
+ readonly BOTH: "BOTH";
359
+ readonly INT_VALUE: "INT_VALUE";
360
+ readonly NAME: "NAME";
361
+ readonly NONE: "NONE";
362
+ };
363
+ /**
364
+ * @public
365
+ */
366
+ export type Uid = (typeof Uid)[keyof typeof Uid];
367
+ /**
368
+ * @public
369
+ * @enum
370
+ */
371
+ export declare const VerifyMode: {
372
+ readonly NONE: "NONE";
373
+ readonly ONLY_FILES_TRANSFERRED: "ONLY_FILES_TRANSFERRED";
374
+ readonly POINT_IN_TIME_CONSISTENT: "POINT_IN_TIME_CONSISTENT";
375
+ };
376
+ /**
377
+ * @public
378
+ */
379
+ export type VerifyMode = (typeof VerifyMode)[keyof typeof VerifyMode];
380
+ /**
381
+ * @public
382
+ * @enum
383
+ */
384
+ export declare const ScheduleStatus: {
385
+ readonly DISABLED: "DISABLED";
386
+ readonly ENABLED: "ENABLED";
387
+ };
388
+ /**
389
+ * @public
390
+ */
391
+ export type ScheduleStatus = (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
392
+ /**
393
+ * @public
394
+ * @enum
395
+ */
396
+ export declare const TaskMode: {
397
+ readonly BASIC: "BASIC";
398
+ readonly ENHANCED: "ENHANCED";
399
+ };
400
+ /**
401
+ * @public
402
+ */
403
+ export type TaskMode = (typeof TaskMode)[keyof typeof TaskMode];
404
+ /**
405
+ * @public
406
+ * @enum
407
+ */
408
+ export declare const ObjectVersionIds: {
409
+ readonly INCLUDE: "INCLUDE";
410
+ readonly NONE: "NONE";
411
+ };
412
+ /**
413
+ * @public
414
+ */
415
+ export type ObjectVersionIds = (typeof ObjectVersionIds)[keyof typeof ObjectVersionIds];
416
+ /**
417
+ * @public
418
+ * @enum
419
+ */
420
+ export declare const ReportOutputType: {
421
+ readonly STANDARD: "STANDARD";
422
+ readonly SUMMARY_ONLY: "SUMMARY_ONLY";
423
+ };
424
+ /**
425
+ * @public
426
+ */
427
+ export type ReportOutputType = (typeof ReportOutputType)[keyof typeof ReportOutputType];
428
+ /**
429
+ * @public
430
+ * @enum
431
+ */
432
+ export declare const ReportLevel: {
433
+ readonly ERRORS_ONLY: "ERRORS_ONLY";
434
+ readonly SUCCESSES_AND_ERRORS: "SUCCESSES_AND_ERRORS";
435
+ };
436
+ /**
437
+ * @public
438
+ */
439
+ export type ReportLevel = (typeof ReportLevel)[keyof typeof ReportLevel];
440
+ /**
441
+ * @public
442
+ * @enum
443
+ */
444
+ export declare const EndpointType: {
445
+ readonly FIPS: "FIPS";
446
+ readonly FIPS_PRIVATE_LINK: "FIPS_PRIVATE_LINK";
447
+ readonly PRIVATE_LINK: "PRIVATE_LINK";
448
+ readonly PUBLIC: "PUBLIC";
449
+ };
450
+ /**
451
+ * @public
452
+ */
453
+ export type EndpointType = (typeof EndpointType)[keyof typeof EndpointType];
454
+ /**
455
+ * @public
456
+ * @enum
457
+ */
458
+ export declare const ScheduleDisabledBy: {
459
+ readonly SERVICE: "SERVICE";
460
+ readonly USER: "USER";
461
+ };
462
+ /**
463
+ * @public
464
+ */
465
+ export type ScheduleDisabledBy = (typeof ScheduleDisabledBy)[keyof typeof ScheduleDisabledBy];
466
+ /**
467
+ * @public
468
+ * @enum
469
+ */
470
+ export declare const TaskStatus: {
471
+ readonly AVAILABLE: "AVAILABLE";
472
+ readonly CREATING: "CREATING";
473
+ readonly QUEUED: "QUEUED";
474
+ readonly RUNNING: "RUNNING";
475
+ readonly UNAVAILABLE: "UNAVAILABLE";
476
+ };
477
+ /**
478
+ * @public
479
+ */
480
+ export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
481
+ /**
482
+ * @public
483
+ * @enum
484
+ */
485
+ export declare const PhaseStatus: {
486
+ readonly ERROR: "ERROR";
487
+ readonly PENDING: "PENDING";
488
+ readonly SUCCESS: "SUCCESS";
489
+ };
490
+ /**
491
+ * @public
492
+ */
493
+ export type PhaseStatus = (typeof PhaseStatus)[keyof typeof PhaseStatus];
494
+ /**
495
+ * @public
496
+ * @enum
497
+ */
498
+ export declare const TaskExecutionStatus: {
499
+ readonly CANCELLING: "CANCELLING";
500
+ readonly ERROR: "ERROR";
501
+ readonly LAUNCHING: "LAUNCHING";
502
+ readonly PREPARING: "PREPARING";
503
+ readonly QUEUED: "QUEUED";
504
+ readonly SUCCESS: "SUCCESS";
505
+ readonly TRANSFERRING: "TRANSFERRING";
506
+ readonly VERIFYING: "VERIFYING";
507
+ };
508
+ /**
509
+ * @public
510
+ */
511
+ export type TaskExecutionStatus = (typeof TaskExecutionStatus)[keyof typeof TaskExecutionStatus];
512
+ /**
513
+ * @public
514
+ * @enum
515
+ */
516
+ export declare const LocationFilterName: {
517
+ readonly CreationTime: "CreationTime";
518
+ readonly LocationType: "LocationType";
519
+ readonly LocationUri: "LocationUri";
520
+ };
521
+ /**
522
+ * @public
523
+ */
524
+ export type LocationFilterName = (typeof LocationFilterName)[keyof typeof LocationFilterName];
525
+ /**
526
+ * @public
527
+ * @enum
528
+ */
529
+ export declare const Operator: {
530
+ readonly BEGINS_WITH: "BeginsWith";
531
+ readonly CONTAINS: "Contains";
532
+ readonly EQ: "Equals";
533
+ readonly GE: "GreaterThanOrEqual";
534
+ readonly GT: "GreaterThan";
535
+ readonly IN: "In";
536
+ readonly LE: "LessThanOrEqual";
537
+ readonly LT: "LessThan";
538
+ readonly NE: "NotEquals";
539
+ readonly NOT_CONTAINS: "NotContains";
540
+ };
541
+ /**
542
+ * @public
543
+ */
544
+ export type Operator = (typeof Operator)[keyof typeof Operator];
545
+ /**
546
+ * @public
547
+ * @enum
548
+ */
549
+ export declare const TaskFilterName: {
550
+ readonly CreationTime: "CreationTime";
551
+ readonly LocationId: "LocationId";
552
+ };
553
+ /**
554
+ * @public
555
+ */
556
+ export type TaskFilterName = (typeof TaskFilterName)[keyof typeof TaskFilterName];
@@ -0,0 +1,30 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException";
3
+ /**
4
+ * <p>This exception is thrown when an error occurs in the DataSync
5
+ * service.</p>
6
+ * @public
7
+ */
8
+ export declare class InternalException extends __BaseException {
9
+ readonly name: "InternalException";
10
+ readonly $fault: "server";
11
+ errorCode?: string | undefined;
12
+ /**
13
+ * @internal
14
+ */
15
+ constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
16
+ }
17
+ /**
18
+ * <p>This exception is thrown when the client submits a malformed request.</p>
19
+ * @public
20
+ */
21
+ export declare class InvalidRequestException extends __BaseException {
22
+ readonly name: "InvalidRequestException";
23
+ readonly $fault: "client";
24
+ errorCode?: string | undefined;
25
+ datasyncErrorCode?: string | undefined;
26
+ /**
27
+ * @internal
28
+ */
29
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
30
+ }