@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.
@@ -1,243 +1 @@
1
- import { DataSyncServiceException as __BaseException } from "./DataSyncServiceException";
2
- export const AgentStatus = {
3
- OFFLINE: "OFFLINE",
4
- ONLINE: "ONLINE",
5
- };
6
- export const Atime = {
7
- BEST_EFFORT: "BEST_EFFORT",
8
- NONE: "NONE",
9
- };
10
- export const AzureAccessTier = {
11
- ARCHIVE: "ARCHIVE",
12
- COOL: "COOL",
13
- HOT: "HOT",
14
- };
15
- export const AzureBlobAuthenticationType = {
16
- NONE: "NONE",
17
- SAS: "SAS",
18
- };
19
- export const AzureBlobType = {
20
- BLOCK: "BLOCK",
21
- };
22
- export class InternalException extends __BaseException {
23
- name = "InternalException";
24
- $fault = "server";
25
- errorCode;
26
- constructor(opts) {
27
- super({
28
- name: "InternalException",
29
- $fault: "server",
30
- ...opts,
31
- });
32
- Object.setPrototypeOf(this, InternalException.prototype);
33
- this.errorCode = opts.errorCode;
34
- }
35
- }
36
- export class InvalidRequestException extends __BaseException {
37
- name = "InvalidRequestException";
38
- $fault = "client";
39
- errorCode;
40
- datasyncErrorCode;
41
- constructor(opts) {
42
- super({
43
- name: "InvalidRequestException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
48
- this.errorCode = opts.errorCode;
49
- this.datasyncErrorCode = opts.datasyncErrorCode;
50
- }
51
- }
52
- export const EfsInTransitEncryption = {
53
- NONE: "NONE",
54
- TLS1_2: "TLS1_2",
55
- };
56
- export const NfsVersion = {
57
- AUTOMATIC: "AUTOMATIC",
58
- NFS3: "NFS3",
59
- NFS4_0: "NFS4_0",
60
- NFS4_1: "NFS4_1",
61
- };
62
- export const SmbVersion = {
63
- AUTOMATIC: "AUTOMATIC",
64
- SMB1: "SMB1",
65
- SMB2: "SMB2",
66
- SMB2_0: "SMB2_0",
67
- SMB3: "SMB3",
68
- };
69
- export const HdfsAuthenticationType = {
70
- KERBEROS: "KERBEROS",
71
- SIMPLE: "SIMPLE",
72
- };
73
- export const HdfsDataTransferProtection = {
74
- AUTHENTICATION: "AUTHENTICATION",
75
- DISABLED: "DISABLED",
76
- INTEGRITY: "INTEGRITY",
77
- PRIVACY: "PRIVACY",
78
- };
79
- export const HdfsRpcProtection = {
80
- AUTHENTICATION: "AUTHENTICATION",
81
- DISABLED: "DISABLED",
82
- INTEGRITY: "INTEGRITY",
83
- PRIVACY: "PRIVACY",
84
- };
85
- export const ObjectStorageServerProtocol = {
86
- HTTP: "HTTP",
87
- HTTPS: "HTTPS",
88
- };
89
- export const S3StorageClass = {
90
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
91
- GLACIER: "GLACIER",
92
- GLACIER_INSTANT_RETRIEVAL: "GLACIER_INSTANT_RETRIEVAL",
93
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
94
- ONEZONE_IA: "ONEZONE_IA",
95
- OUTPOSTS: "OUTPOSTS",
96
- STANDARD: "STANDARD",
97
- STANDARD_IA: "STANDARD_IA",
98
- };
99
- export const SmbAuthenticationType = {
100
- KERBEROS: "KERBEROS",
101
- NTLM: "NTLM",
102
- };
103
- export const FilterType = {
104
- SIMPLE_PATTERN: "SIMPLE_PATTERN",
105
- };
106
- export const ManifestAction = {
107
- TRANSFER: "TRANSFER",
108
- };
109
- export const ManifestFormat = {
110
- CSV: "CSV",
111
- };
112
- export const Gid = {
113
- BOTH: "BOTH",
114
- INT_VALUE: "INT_VALUE",
115
- NAME: "NAME",
116
- NONE: "NONE",
117
- };
118
- export const LogLevel = {
119
- BASIC: "BASIC",
120
- OFF: "OFF",
121
- TRANSFER: "TRANSFER",
122
- };
123
- export const Mtime = {
124
- NONE: "NONE",
125
- PRESERVE: "PRESERVE",
126
- };
127
- export const ObjectTags = {
128
- NONE: "NONE",
129
- PRESERVE: "PRESERVE",
130
- };
131
- export const OverwriteMode = {
132
- ALWAYS: "ALWAYS",
133
- NEVER: "NEVER",
134
- };
135
- export const PosixPermissions = {
136
- NONE: "NONE",
137
- PRESERVE: "PRESERVE",
138
- };
139
- export const PreserveDeletedFiles = {
140
- PRESERVE: "PRESERVE",
141
- REMOVE: "REMOVE",
142
- };
143
- export const PreserveDevices = {
144
- NONE: "NONE",
145
- PRESERVE: "PRESERVE",
146
- };
147
- export const SmbSecurityDescriptorCopyFlags = {
148
- NONE: "NONE",
149
- OWNER_DACL: "OWNER_DACL",
150
- OWNER_DACL_SACL: "OWNER_DACL_SACL",
151
- };
152
- export const TaskQueueing = {
153
- DISABLED: "DISABLED",
154
- ENABLED: "ENABLED",
155
- };
156
- export const TransferMode = {
157
- ALL: "ALL",
158
- CHANGED: "CHANGED",
159
- };
160
- export const Uid = {
161
- BOTH: "BOTH",
162
- INT_VALUE: "INT_VALUE",
163
- NAME: "NAME",
164
- NONE: "NONE",
165
- };
166
- export const VerifyMode = {
167
- NONE: "NONE",
168
- ONLY_FILES_TRANSFERRED: "ONLY_FILES_TRANSFERRED",
169
- POINT_IN_TIME_CONSISTENT: "POINT_IN_TIME_CONSISTENT",
170
- };
171
- export const ScheduleStatus = {
172
- DISABLED: "DISABLED",
173
- ENABLED: "ENABLED",
174
- };
175
- export const TaskMode = {
176
- BASIC: "BASIC",
177
- ENHANCED: "ENHANCED",
178
- };
179
- export const ObjectVersionIds = {
180
- INCLUDE: "INCLUDE",
181
- NONE: "NONE",
182
- };
183
- export const ReportOutputType = {
184
- STANDARD: "STANDARD",
185
- SUMMARY_ONLY: "SUMMARY_ONLY",
186
- };
187
- export const ReportLevel = {
188
- ERRORS_ONLY: "ERRORS_ONLY",
189
- SUCCESSES_AND_ERRORS: "SUCCESSES_AND_ERRORS",
190
- };
191
- export const EndpointType = {
192
- FIPS: "FIPS",
193
- FIPS_PRIVATE_LINK: "FIPS_PRIVATE_LINK",
194
- PRIVATE_LINK: "PRIVATE_LINK",
195
- PUBLIC: "PUBLIC",
196
- };
197
- export const ScheduleDisabledBy = {
198
- SERVICE: "SERVICE",
199
- USER: "USER",
200
- };
201
- export const TaskStatus = {
202
- AVAILABLE: "AVAILABLE",
203
- CREATING: "CREATING",
204
- QUEUED: "QUEUED",
205
- RUNNING: "RUNNING",
206
- UNAVAILABLE: "UNAVAILABLE",
207
- };
208
- export const PhaseStatus = {
209
- ERROR: "ERROR",
210
- PENDING: "PENDING",
211
- SUCCESS: "SUCCESS",
212
- };
213
- export const TaskExecutionStatus = {
214
- CANCELLING: "CANCELLING",
215
- ERROR: "ERROR",
216
- LAUNCHING: "LAUNCHING",
217
- PREPARING: "PREPARING",
218
- QUEUED: "QUEUED",
219
- SUCCESS: "SUCCESS",
220
- TRANSFERRING: "TRANSFERRING",
221
- VERIFYING: "VERIFYING",
222
- };
223
- export const LocationFilterName = {
224
- CreationTime: "CreationTime",
225
- LocationType: "LocationType",
226
- LocationUri: "LocationUri",
227
- };
228
- export const Operator = {
229
- BEGINS_WITH: "BeginsWith",
230
- CONTAINS: "Contains",
231
- EQ: "Equals",
232
- GE: "GreaterThanOrEqual",
233
- GT: "GreaterThan",
234
- IN: "In",
235
- LE: "LessThanOrEqual",
236
- LT: "LessThan",
237
- NE: "NotEquals",
238
- NOT_CONTAINS: "NotContains",
239
- };
240
- export const TaskFilterName = {
241
- CreationTime: "CreationTime",
242
- LocationId: "LocationId",
243
- };
1
+ export {};
@@ -381,7 +381,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.datasync";
381
381
  const n0 = "com.amazonaws.datasync";
382
382
  import { TypeRegistry } from "@smithy/core/schema";
383
383
  import { DataSyncServiceException as __DataSyncServiceException } from "../models/DataSyncServiceException";
384
- import { InternalException as __InternalException, InvalidRequestException as __InvalidRequestException, } from "../models/index";
384
+ import { InternalException as __InternalException, InvalidRequestException as __InvalidRequestException, } from "../models/errors";
385
385
  export var AzureBlobSasToken = [0, n0, _ABST, 8, 0];
386
386
  export var ObjectStorageSecretKey = [0, n0, _OSSK, 8, 0];
387
387
  export var SmbPassword = [0, n0, _SP, 8, 0];
@@ -18,5 +18,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
18
18
  export type { DataSyncExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
20
  export * from "./pagination";
21
- export * from "./models";
21
+ export * from "./models/enums";
22
+ export * from "./models/errors";
23
+ export type * from "./models/models_0";
22
24
  export { DataSyncServiceException } from "./models/DataSyncServiceException";