@aws-sdk/client-transfer 3.933.0 → 3.935.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.
- package/dist-cjs/index.js +189 -188
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +188 -0
- package/dist-es/models/errors.js +135 -0
- package/dist-es/models/models_0.js +1 -323
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +492 -0
- package/dist-types/models/errors.d.ts +123 -0
- package/dist-types/models/models_0.d.ts +1 -615
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +251 -0
- package/dist-types/ts3.4/models/errors.d.ts +76 -0
- package/dist-types/ts3.4/models/models_0.d.ts +40 -327
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -132,18 +132,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends TransferServic
|
|
|
132
132
|
this.Message = opts.Message;
|
|
133
133
|
}
|
|
134
134
|
};
|
|
135
|
-
const EnforceMessageSigningType = {
|
|
136
|
-
DISABLED: "DISABLED",
|
|
137
|
-
ENABLED: "ENABLED",
|
|
138
|
-
};
|
|
139
|
-
const PreserveFilenameType = {
|
|
140
|
-
DISABLED: "DISABLED",
|
|
141
|
-
ENABLED: "ENABLED",
|
|
142
|
-
};
|
|
143
|
-
const AgreementStatusType = {
|
|
144
|
-
ACTIVE: "ACTIVE",
|
|
145
|
-
INACTIVE: "INACTIVE",
|
|
146
|
-
};
|
|
147
135
|
let InternalServiceError$1 = class InternalServiceError extends TransferServiceException$1 {
|
|
148
136
|
name = "InternalServiceError";
|
|
149
137
|
$fault = "server";
|
|
@@ -250,57 +238,6 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Transf
|
|
|
250
238
|
this.Message = opts.Message;
|
|
251
239
|
}
|
|
252
240
|
};
|
|
253
|
-
const CompressionEnum = {
|
|
254
|
-
DISABLED: "DISABLED",
|
|
255
|
-
ZLIB: "ZLIB",
|
|
256
|
-
};
|
|
257
|
-
const EncryptionAlg = {
|
|
258
|
-
AES128_CBC: "AES128_CBC",
|
|
259
|
-
AES192_CBC: "AES192_CBC",
|
|
260
|
-
AES256_CBC: "AES256_CBC",
|
|
261
|
-
DES_EDE3_CBC: "DES_EDE3_CBC",
|
|
262
|
-
NONE: "NONE",
|
|
263
|
-
};
|
|
264
|
-
const MdnResponse = {
|
|
265
|
-
NONE: "NONE",
|
|
266
|
-
SYNC: "SYNC",
|
|
267
|
-
};
|
|
268
|
-
const MdnSigningAlg = {
|
|
269
|
-
DEFAULT: "DEFAULT",
|
|
270
|
-
NONE: "NONE",
|
|
271
|
-
SHA1: "SHA1",
|
|
272
|
-
SHA256: "SHA256",
|
|
273
|
-
SHA384: "SHA384",
|
|
274
|
-
SHA512: "SHA512",
|
|
275
|
-
};
|
|
276
|
-
const PreserveContentType = {
|
|
277
|
-
DISABLED: "DISABLED",
|
|
278
|
-
ENABLED: "ENABLED",
|
|
279
|
-
};
|
|
280
|
-
const SigningAlg = {
|
|
281
|
-
NONE: "NONE",
|
|
282
|
-
SHA1: "SHA1",
|
|
283
|
-
SHA256: "SHA256",
|
|
284
|
-
SHA384: "SHA384",
|
|
285
|
-
SHA512: "SHA512",
|
|
286
|
-
};
|
|
287
|
-
const As2Transport = {
|
|
288
|
-
HTTP: "HTTP",
|
|
289
|
-
};
|
|
290
|
-
const CertificateStatusType = {
|
|
291
|
-
ACTIVE: "ACTIVE",
|
|
292
|
-
INACTIVE: "INACTIVE",
|
|
293
|
-
PENDING_ROTATION: "PENDING_ROTATION",
|
|
294
|
-
};
|
|
295
|
-
const CertificateType = {
|
|
296
|
-
CERTIFICATE: "CERTIFICATE",
|
|
297
|
-
CERTIFICATE_WITH_PRIVATE_KEY: "CERTIFICATE_WITH_PRIVATE_KEY",
|
|
298
|
-
};
|
|
299
|
-
const CertificateUsageType = {
|
|
300
|
-
ENCRYPTION: "ENCRYPTION",
|
|
301
|
-
SIGNING: "SIGNING",
|
|
302
|
-
TLS: "TLS",
|
|
303
|
-
};
|
|
304
241
|
let ConflictException$1 = class ConflictException extends TransferServiceException$1 {
|
|
305
242
|
name = "ConflictException";
|
|
306
243
|
$fault = "client";
|
|
@@ -315,131 +252,6 @@ let ConflictException$1 = class ConflictException extends TransferServiceExcepti
|
|
|
315
252
|
this.Message = opts.Message;
|
|
316
253
|
}
|
|
317
254
|
};
|
|
318
|
-
const ConnectorEgressType = {
|
|
319
|
-
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
320
|
-
VPC_LATTICE: "VPC_LATTICE",
|
|
321
|
-
};
|
|
322
|
-
const TransferTableStatus = {
|
|
323
|
-
COMPLETED: "COMPLETED",
|
|
324
|
-
FAILED: "FAILED",
|
|
325
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
326
|
-
QUEUED: "QUEUED",
|
|
327
|
-
};
|
|
328
|
-
const ConnectorStatus = {
|
|
329
|
-
ACTIVE: "ACTIVE",
|
|
330
|
-
ERRORED: "ERRORED",
|
|
331
|
-
PENDING: "PENDING",
|
|
332
|
-
};
|
|
333
|
-
const OverwriteExisting = {
|
|
334
|
-
FALSE: "FALSE",
|
|
335
|
-
TRUE: "TRUE",
|
|
336
|
-
};
|
|
337
|
-
const MapType = {
|
|
338
|
-
DIRECTORY: "DIRECTORY",
|
|
339
|
-
FILE: "FILE",
|
|
340
|
-
};
|
|
341
|
-
const HomeDirectoryType = {
|
|
342
|
-
LOGICAL: "LOGICAL",
|
|
343
|
-
PATH: "PATH",
|
|
344
|
-
};
|
|
345
|
-
const ProfileType = {
|
|
346
|
-
LOCAL: "LOCAL",
|
|
347
|
-
PARTNER: "PARTNER",
|
|
348
|
-
};
|
|
349
|
-
const Domain = {
|
|
350
|
-
EFS: "EFS",
|
|
351
|
-
S3: "S3",
|
|
352
|
-
};
|
|
353
|
-
const EndpointType = {
|
|
354
|
-
PUBLIC: "PUBLIC",
|
|
355
|
-
VPC: "VPC",
|
|
356
|
-
VPC_ENDPOINT: "VPC_ENDPOINT",
|
|
357
|
-
};
|
|
358
|
-
const SftpAuthenticationMethods = {
|
|
359
|
-
PASSWORD: "PASSWORD",
|
|
360
|
-
PUBLIC_KEY: "PUBLIC_KEY",
|
|
361
|
-
PUBLIC_KEY_AND_PASSWORD: "PUBLIC_KEY_AND_PASSWORD",
|
|
362
|
-
PUBLIC_KEY_OR_PASSWORD: "PUBLIC_KEY_OR_PASSWORD",
|
|
363
|
-
};
|
|
364
|
-
const IdentityProviderType = {
|
|
365
|
-
API_GATEWAY: "API_GATEWAY",
|
|
366
|
-
AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE",
|
|
367
|
-
AWS_LAMBDA: "AWS_LAMBDA",
|
|
368
|
-
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
369
|
-
};
|
|
370
|
-
const IpAddressType = {
|
|
371
|
-
DUALSTACK: "DUALSTACK",
|
|
372
|
-
IPV4: "IPV4",
|
|
373
|
-
};
|
|
374
|
-
const SetStatOption = {
|
|
375
|
-
DEFAULT: "DEFAULT",
|
|
376
|
-
ENABLE_NO_OP: "ENABLE_NO_OP",
|
|
377
|
-
};
|
|
378
|
-
const TlsSessionResumptionMode = {
|
|
379
|
-
DISABLED: "DISABLED",
|
|
380
|
-
ENABLED: "ENABLED",
|
|
381
|
-
ENFORCED: "ENFORCED",
|
|
382
|
-
};
|
|
383
|
-
const Protocol = {
|
|
384
|
-
AS2: "AS2",
|
|
385
|
-
FTP: "FTP",
|
|
386
|
-
FTPS: "FTPS",
|
|
387
|
-
SFTP: "SFTP",
|
|
388
|
-
};
|
|
389
|
-
const DirectoryListingOptimization = {
|
|
390
|
-
DISABLED: "DISABLED",
|
|
391
|
-
ENABLED: "ENABLED",
|
|
392
|
-
};
|
|
393
|
-
const WebAppEndpointPolicy = {
|
|
394
|
-
FIPS: "FIPS",
|
|
395
|
-
STANDARD: "STANDARD",
|
|
396
|
-
};
|
|
397
|
-
const EncryptionType = {
|
|
398
|
-
PGP: "PGP",
|
|
399
|
-
};
|
|
400
|
-
const WorkflowStepType = {
|
|
401
|
-
COPY: "COPY",
|
|
402
|
-
CUSTOM: "CUSTOM",
|
|
403
|
-
DECRYPT: "DECRYPT",
|
|
404
|
-
DELETE: "DELETE",
|
|
405
|
-
TAG: "TAG",
|
|
406
|
-
};
|
|
407
|
-
const CustomStepStatus = {
|
|
408
|
-
FAILURE: "FAILURE",
|
|
409
|
-
SUCCESS: "SUCCESS",
|
|
410
|
-
};
|
|
411
|
-
const ExecutionErrorType = {
|
|
412
|
-
ALREADY_EXISTS: "ALREADY_EXISTS",
|
|
413
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
414
|
-
CUSTOM_STEP_FAILED: "CUSTOM_STEP_FAILED",
|
|
415
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
416
|
-
NOT_FOUND: "NOT_FOUND",
|
|
417
|
-
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
418
|
-
THROTTLED: "THROTTLED",
|
|
419
|
-
TIMEOUT: "TIMEOUT",
|
|
420
|
-
};
|
|
421
|
-
const ExecutionStatus = {
|
|
422
|
-
COMPLETED: "COMPLETED",
|
|
423
|
-
EXCEPTION: "EXCEPTION",
|
|
424
|
-
HANDLING_EXCEPTION: "HANDLING_EXCEPTION",
|
|
425
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
426
|
-
};
|
|
427
|
-
const SecurityPolicyProtocol = {
|
|
428
|
-
FTPS: "FTPS",
|
|
429
|
-
SFTP: "SFTP",
|
|
430
|
-
};
|
|
431
|
-
const SecurityPolicyResourceType = {
|
|
432
|
-
CONNECTOR: "CONNECTOR",
|
|
433
|
-
SERVER: "SERVER",
|
|
434
|
-
};
|
|
435
|
-
const State = {
|
|
436
|
-
OFFLINE: "OFFLINE",
|
|
437
|
-
ONLINE: "ONLINE",
|
|
438
|
-
STARTING: "STARTING",
|
|
439
|
-
START_FAILED: "START_FAILED",
|
|
440
|
-
STOPPING: "STOPPING",
|
|
441
|
-
STOP_FAILED: "STOP_FAILED",
|
|
442
|
-
};
|
|
443
255
|
|
|
444
256
|
const _A = "Access";
|
|
445
257
|
const _AA = "ApplicationArn";
|
|
@@ -3350,6 +3162,195 @@ const waitUntilServerOnline = async (params, input) => {
|
|
|
3350
3162
|
return utilWaiter.checkExceptions(result);
|
|
3351
3163
|
};
|
|
3352
3164
|
|
|
3165
|
+
const EnforceMessageSigningType = {
|
|
3166
|
+
DISABLED: "DISABLED",
|
|
3167
|
+
ENABLED: "ENABLED",
|
|
3168
|
+
};
|
|
3169
|
+
const PreserveFilenameType = {
|
|
3170
|
+
DISABLED: "DISABLED",
|
|
3171
|
+
ENABLED: "ENABLED",
|
|
3172
|
+
};
|
|
3173
|
+
const AgreementStatusType = {
|
|
3174
|
+
ACTIVE: "ACTIVE",
|
|
3175
|
+
INACTIVE: "INACTIVE",
|
|
3176
|
+
};
|
|
3177
|
+
const CompressionEnum = {
|
|
3178
|
+
DISABLED: "DISABLED",
|
|
3179
|
+
ZLIB: "ZLIB",
|
|
3180
|
+
};
|
|
3181
|
+
const EncryptionAlg = {
|
|
3182
|
+
AES128_CBC: "AES128_CBC",
|
|
3183
|
+
AES192_CBC: "AES192_CBC",
|
|
3184
|
+
AES256_CBC: "AES256_CBC",
|
|
3185
|
+
DES_EDE3_CBC: "DES_EDE3_CBC",
|
|
3186
|
+
NONE: "NONE",
|
|
3187
|
+
};
|
|
3188
|
+
const MdnResponse = {
|
|
3189
|
+
NONE: "NONE",
|
|
3190
|
+
SYNC: "SYNC",
|
|
3191
|
+
};
|
|
3192
|
+
const MdnSigningAlg = {
|
|
3193
|
+
DEFAULT: "DEFAULT",
|
|
3194
|
+
NONE: "NONE",
|
|
3195
|
+
SHA1: "SHA1",
|
|
3196
|
+
SHA256: "SHA256",
|
|
3197
|
+
SHA384: "SHA384",
|
|
3198
|
+
SHA512: "SHA512",
|
|
3199
|
+
};
|
|
3200
|
+
const PreserveContentType = {
|
|
3201
|
+
DISABLED: "DISABLED",
|
|
3202
|
+
ENABLED: "ENABLED",
|
|
3203
|
+
};
|
|
3204
|
+
const SigningAlg = {
|
|
3205
|
+
NONE: "NONE",
|
|
3206
|
+
SHA1: "SHA1",
|
|
3207
|
+
SHA256: "SHA256",
|
|
3208
|
+
SHA384: "SHA384",
|
|
3209
|
+
SHA512: "SHA512",
|
|
3210
|
+
};
|
|
3211
|
+
const As2Transport = {
|
|
3212
|
+
HTTP: "HTTP",
|
|
3213
|
+
};
|
|
3214
|
+
const CertificateStatusType = {
|
|
3215
|
+
ACTIVE: "ACTIVE",
|
|
3216
|
+
INACTIVE: "INACTIVE",
|
|
3217
|
+
PENDING_ROTATION: "PENDING_ROTATION",
|
|
3218
|
+
};
|
|
3219
|
+
const CertificateType = {
|
|
3220
|
+
CERTIFICATE: "CERTIFICATE",
|
|
3221
|
+
CERTIFICATE_WITH_PRIVATE_KEY: "CERTIFICATE_WITH_PRIVATE_KEY",
|
|
3222
|
+
};
|
|
3223
|
+
const CertificateUsageType = {
|
|
3224
|
+
ENCRYPTION: "ENCRYPTION",
|
|
3225
|
+
SIGNING: "SIGNING",
|
|
3226
|
+
TLS: "TLS",
|
|
3227
|
+
};
|
|
3228
|
+
const ConnectorEgressType = {
|
|
3229
|
+
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
3230
|
+
VPC_LATTICE: "VPC_LATTICE",
|
|
3231
|
+
};
|
|
3232
|
+
const TransferTableStatus = {
|
|
3233
|
+
COMPLETED: "COMPLETED",
|
|
3234
|
+
FAILED: "FAILED",
|
|
3235
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
3236
|
+
QUEUED: "QUEUED",
|
|
3237
|
+
};
|
|
3238
|
+
const ConnectorStatus = {
|
|
3239
|
+
ACTIVE: "ACTIVE",
|
|
3240
|
+
ERRORED: "ERRORED",
|
|
3241
|
+
PENDING: "PENDING",
|
|
3242
|
+
};
|
|
3243
|
+
const OverwriteExisting = {
|
|
3244
|
+
FALSE: "FALSE",
|
|
3245
|
+
TRUE: "TRUE",
|
|
3246
|
+
};
|
|
3247
|
+
const MapType = {
|
|
3248
|
+
DIRECTORY: "DIRECTORY",
|
|
3249
|
+
FILE: "FILE",
|
|
3250
|
+
};
|
|
3251
|
+
const HomeDirectoryType = {
|
|
3252
|
+
LOGICAL: "LOGICAL",
|
|
3253
|
+
PATH: "PATH",
|
|
3254
|
+
};
|
|
3255
|
+
const ProfileType = {
|
|
3256
|
+
LOCAL: "LOCAL",
|
|
3257
|
+
PARTNER: "PARTNER",
|
|
3258
|
+
};
|
|
3259
|
+
const Domain = {
|
|
3260
|
+
EFS: "EFS",
|
|
3261
|
+
S3: "S3",
|
|
3262
|
+
};
|
|
3263
|
+
const EndpointType = {
|
|
3264
|
+
PUBLIC: "PUBLIC",
|
|
3265
|
+
VPC: "VPC",
|
|
3266
|
+
VPC_ENDPOINT: "VPC_ENDPOINT",
|
|
3267
|
+
};
|
|
3268
|
+
const SftpAuthenticationMethods = {
|
|
3269
|
+
PASSWORD: "PASSWORD",
|
|
3270
|
+
PUBLIC_KEY: "PUBLIC_KEY",
|
|
3271
|
+
PUBLIC_KEY_AND_PASSWORD: "PUBLIC_KEY_AND_PASSWORD",
|
|
3272
|
+
PUBLIC_KEY_OR_PASSWORD: "PUBLIC_KEY_OR_PASSWORD",
|
|
3273
|
+
};
|
|
3274
|
+
const IdentityProviderType = {
|
|
3275
|
+
API_GATEWAY: "API_GATEWAY",
|
|
3276
|
+
AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE",
|
|
3277
|
+
AWS_LAMBDA: "AWS_LAMBDA",
|
|
3278
|
+
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
3279
|
+
};
|
|
3280
|
+
const IpAddressType = {
|
|
3281
|
+
DUALSTACK: "DUALSTACK",
|
|
3282
|
+
IPV4: "IPV4",
|
|
3283
|
+
};
|
|
3284
|
+
const SetStatOption = {
|
|
3285
|
+
DEFAULT: "DEFAULT",
|
|
3286
|
+
ENABLE_NO_OP: "ENABLE_NO_OP",
|
|
3287
|
+
};
|
|
3288
|
+
const TlsSessionResumptionMode = {
|
|
3289
|
+
DISABLED: "DISABLED",
|
|
3290
|
+
ENABLED: "ENABLED",
|
|
3291
|
+
ENFORCED: "ENFORCED",
|
|
3292
|
+
};
|
|
3293
|
+
const Protocol = {
|
|
3294
|
+
AS2: "AS2",
|
|
3295
|
+
FTP: "FTP",
|
|
3296
|
+
FTPS: "FTPS",
|
|
3297
|
+
SFTP: "SFTP",
|
|
3298
|
+
};
|
|
3299
|
+
const DirectoryListingOptimization = {
|
|
3300
|
+
DISABLED: "DISABLED",
|
|
3301
|
+
ENABLED: "ENABLED",
|
|
3302
|
+
};
|
|
3303
|
+
const WebAppEndpointPolicy = {
|
|
3304
|
+
FIPS: "FIPS",
|
|
3305
|
+
STANDARD: "STANDARD",
|
|
3306
|
+
};
|
|
3307
|
+
const EncryptionType = {
|
|
3308
|
+
PGP: "PGP",
|
|
3309
|
+
};
|
|
3310
|
+
const WorkflowStepType = {
|
|
3311
|
+
COPY: "COPY",
|
|
3312
|
+
CUSTOM: "CUSTOM",
|
|
3313
|
+
DECRYPT: "DECRYPT",
|
|
3314
|
+
DELETE: "DELETE",
|
|
3315
|
+
TAG: "TAG",
|
|
3316
|
+
};
|
|
3317
|
+
const CustomStepStatus = {
|
|
3318
|
+
FAILURE: "FAILURE",
|
|
3319
|
+
SUCCESS: "SUCCESS",
|
|
3320
|
+
};
|
|
3321
|
+
const ExecutionErrorType = {
|
|
3322
|
+
ALREADY_EXISTS: "ALREADY_EXISTS",
|
|
3323
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
3324
|
+
CUSTOM_STEP_FAILED: "CUSTOM_STEP_FAILED",
|
|
3325
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
3326
|
+
NOT_FOUND: "NOT_FOUND",
|
|
3327
|
+
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
3328
|
+
THROTTLED: "THROTTLED",
|
|
3329
|
+
TIMEOUT: "TIMEOUT",
|
|
3330
|
+
};
|
|
3331
|
+
const ExecutionStatus = {
|
|
3332
|
+
COMPLETED: "COMPLETED",
|
|
3333
|
+
EXCEPTION: "EXCEPTION",
|
|
3334
|
+
HANDLING_EXCEPTION: "HANDLING_EXCEPTION",
|
|
3335
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
3336
|
+
};
|
|
3337
|
+
const SecurityPolicyProtocol = {
|
|
3338
|
+
FTPS: "FTPS",
|
|
3339
|
+
SFTP: "SFTP",
|
|
3340
|
+
};
|
|
3341
|
+
const SecurityPolicyResourceType = {
|
|
3342
|
+
CONNECTOR: "CONNECTOR",
|
|
3343
|
+
SERVER: "SERVER",
|
|
3344
|
+
};
|
|
3345
|
+
const State = {
|
|
3346
|
+
OFFLINE: "OFFLINE",
|
|
3347
|
+
ONLINE: "ONLINE",
|
|
3348
|
+
STARTING: "STARTING",
|
|
3349
|
+
START_FAILED: "START_FAILED",
|
|
3350
|
+
STOPPING: "STOPPING",
|
|
3351
|
+
STOP_FAILED: "STOP_FAILED",
|
|
3352
|
+
};
|
|
3353
|
+
|
|
3353
3354
|
Object.defineProperty(exports, "$Command", {
|
|
3354
3355
|
enumerable: true,
|
|
3355
3356
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -3,5 +3,6 @@ export * from "./Transfer";
|
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
5
|
export * from "./waiters";
|
|
6
|
-
export * from "./models";
|
|
6
|
+
export * from "./models/enums";
|
|
7
|
+
export * from "./models/errors";
|
|
7
8
|
export { TransferServiceException } from "./models/TransferServiceException";
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
export const EnforceMessageSigningType = {
|
|
2
|
+
DISABLED: "DISABLED",
|
|
3
|
+
ENABLED: "ENABLED",
|
|
4
|
+
};
|
|
5
|
+
export const PreserveFilenameType = {
|
|
6
|
+
DISABLED: "DISABLED",
|
|
7
|
+
ENABLED: "ENABLED",
|
|
8
|
+
};
|
|
9
|
+
export const AgreementStatusType = {
|
|
10
|
+
ACTIVE: "ACTIVE",
|
|
11
|
+
INACTIVE: "INACTIVE",
|
|
12
|
+
};
|
|
13
|
+
export const CompressionEnum = {
|
|
14
|
+
DISABLED: "DISABLED",
|
|
15
|
+
ZLIB: "ZLIB",
|
|
16
|
+
};
|
|
17
|
+
export const EncryptionAlg = {
|
|
18
|
+
AES128_CBC: "AES128_CBC",
|
|
19
|
+
AES192_CBC: "AES192_CBC",
|
|
20
|
+
AES256_CBC: "AES256_CBC",
|
|
21
|
+
DES_EDE3_CBC: "DES_EDE3_CBC",
|
|
22
|
+
NONE: "NONE",
|
|
23
|
+
};
|
|
24
|
+
export const MdnResponse = {
|
|
25
|
+
NONE: "NONE",
|
|
26
|
+
SYNC: "SYNC",
|
|
27
|
+
};
|
|
28
|
+
export const MdnSigningAlg = {
|
|
29
|
+
DEFAULT: "DEFAULT",
|
|
30
|
+
NONE: "NONE",
|
|
31
|
+
SHA1: "SHA1",
|
|
32
|
+
SHA256: "SHA256",
|
|
33
|
+
SHA384: "SHA384",
|
|
34
|
+
SHA512: "SHA512",
|
|
35
|
+
};
|
|
36
|
+
export const PreserveContentType = {
|
|
37
|
+
DISABLED: "DISABLED",
|
|
38
|
+
ENABLED: "ENABLED",
|
|
39
|
+
};
|
|
40
|
+
export const SigningAlg = {
|
|
41
|
+
NONE: "NONE",
|
|
42
|
+
SHA1: "SHA1",
|
|
43
|
+
SHA256: "SHA256",
|
|
44
|
+
SHA384: "SHA384",
|
|
45
|
+
SHA512: "SHA512",
|
|
46
|
+
};
|
|
47
|
+
export const As2Transport = {
|
|
48
|
+
HTTP: "HTTP",
|
|
49
|
+
};
|
|
50
|
+
export const CertificateStatusType = {
|
|
51
|
+
ACTIVE: "ACTIVE",
|
|
52
|
+
INACTIVE: "INACTIVE",
|
|
53
|
+
PENDING_ROTATION: "PENDING_ROTATION",
|
|
54
|
+
};
|
|
55
|
+
export const CertificateType = {
|
|
56
|
+
CERTIFICATE: "CERTIFICATE",
|
|
57
|
+
CERTIFICATE_WITH_PRIVATE_KEY: "CERTIFICATE_WITH_PRIVATE_KEY",
|
|
58
|
+
};
|
|
59
|
+
export const CertificateUsageType = {
|
|
60
|
+
ENCRYPTION: "ENCRYPTION",
|
|
61
|
+
SIGNING: "SIGNING",
|
|
62
|
+
TLS: "TLS",
|
|
63
|
+
};
|
|
64
|
+
export const ConnectorEgressType = {
|
|
65
|
+
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
66
|
+
VPC_LATTICE: "VPC_LATTICE",
|
|
67
|
+
};
|
|
68
|
+
export const TransferTableStatus = {
|
|
69
|
+
COMPLETED: "COMPLETED",
|
|
70
|
+
FAILED: "FAILED",
|
|
71
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
72
|
+
QUEUED: "QUEUED",
|
|
73
|
+
};
|
|
74
|
+
export const ConnectorStatus = {
|
|
75
|
+
ACTIVE: "ACTIVE",
|
|
76
|
+
ERRORED: "ERRORED",
|
|
77
|
+
PENDING: "PENDING",
|
|
78
|
+
};
|
|
79
|
+
export const OverwriteExisting = {
|
|
80
|
+
FALSE: "FALSE",
|
|
81
|
+
TRUE: "TRUE",
|
|
82
|
+
};
|
|
83
|
+
export const MapType = {
|
|
84
|
+
DIRECTORY: "DIRECTORY",
|
|
85
|
+
FILE: "FILE",
|
|
86
|
+
};
|
|
87
|
+
export const HomeDirectoryType = {
|
|
88
|
+
LOGICAL: "LOGICAL",
|
|
89
|
+
PATH: "PATH",
|
|
90
|
+
};
|
|
91
|
+
export const ProfileType = {
|
|
92
|
+
LOCAL: "LOCAL",
|
|
93
|
+
PARTNER: "PARTNER",
|
|
94
|
+
};
|
|
95
|
+
export const Domain = {
|
|
96
|
+
EFS: "EFS",
|
|
97
|
+
S3: "S3",
|
|
98
|
+
};
|
|
99
|
+
export const EndpointType = {
|
|
100
|
+
PUBLIC: "PUBLIC",
|
|
101
|
+
VPC: "VPC",
|
|
102
|
+
VPC_ENDPOINT: "VPC_ENDPOINT",
|
|
103
|
+
};
|
|
104
|
+
export const SftpAuthenticationMethods = {
|
|
105
|
+
PASSWORD: "PASSWORD",
|
|
106
|
+
PUBLIC_KEY: "PUBLIC_KEY",
|
|
107
|
+
PUBLIC_KEY_AND_PASSWORD: "PUBLIC_KEY_AND_PASSWORD",
|
|
108
|
+
PUBLIC_KEY_OR_PASSWORD: "PUBLIC_KEY_OR_PASSWORD",
|
|
109
|
+
};
|
|
110
|
+
export const IdentityProviderType = {
|
|
111
|
+
API_GATEWAY: "API_GATEWAY",
|
|
112
|
+
AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE",
|
|
113
|
+
AWS_LAMBDA: "AWS_LAMBDA",
|
|
114
|
+
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
115
|
+
};
|
|
116
|
+
export const IpAddressType = {
|
|
117
|
+
DUALSTACK: "DUALSTACK",
|
|
118
|
+
IPV4: "IPV4",
|
|
119
|
+
};
|
|
120
|
+
export const SetStatOption = {
|
|
121
|
+
DEFAULT: "DEFAULT",
|
|
122
|
+
ENABLE_NO_OP: "ENABLE_NO_OP",
|
|
123
|
+
};
|
|
124
|
+
export const TlsSessionResumptionMode = {
|
|
125
|
+
DISABLED: "DISABLED",
|
|
126
|
+
ENABLED: "ENABLED",
|
|
127
|
+
ENFORCED: "ENFORCED",
|
|
128
|
+
};
|
|
129
|
+
export const Protocol = {
|
|
130
|
+
AS2: "AS2",
|
|
131
|
+
FTP: "FTP",
|
|
132
|
+
FTPS: "FTPS",
|
|
133
|
+
SFTP: "SFTP",
|
|
134
|
+
};
|
|
135
|
+
export const DirectoryListingOptimization = {
|
|
136
|
+
DISABLED: "DISABLED",
|
|
137
|
+
ENABLED: "ENABLED",
|
|
138
|
+
};
|
|
139
|
+
export const WebAppEndpointPolicy = {
|
|
140
|
+
FIPS: "FIPS",
|
|
141
|
+
STANDARD: "STANDARD",
|
|
142
|
+
};
|
|
143
|
+
export const EncryptionType = {
|
|
144
|
+
PGP: "PGP",
|
|
145
|
+
};
|
|
146
|
+
export const WorkflowStepType = {
|
|
147
|
+
COPY: "COPY",
|
|
148
|
+
CUSTOM: "CUSTOM",
|
|
149
|
+
DECRYPT: "DECRYPT",
|
|
150
|
+
DELETE: "DELETE",
|
|
151
|
+
TAG: "TAG",
|
|
152
|
+
};
|
|
153
|
+
export const CustomStepStatus = {
|
|
154
|
+
FAILURE: "FAILURE",
|
|
155
|
+
SUCCESS: "SUCCESS",
|
|
156
|
+
};
|
|
157
|
+
export const ExecutionErrorType = {
|
|
158
|
+
ALREADY_EXISTS: "ALREADY_EXISTS",
|
|
159
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
160
|
+
CUSTOM_STEP_FAILED: "CUSTOM_STEP_FAILED",
|
|
161
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
162
|
+
NOT_FOUND: "NOT_FOUND",
|
|
163
|
+
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
164
|
+
THROTTLED: "THROTTLED",
|
|
165
|
+
TIMEOUT: "TIMEOUT",
|
|
166
|
+
};
|
|
167
|
+
export const ExecutionStatus = {
|
|
168
|
+
COMPLETED: "COMPLETED",
|
|
169
|
+
EXCEPTION: "EXCEPTION",
|
|
170
|
+
HANDLING_EXCEPTION: "HANDLING_EXCEPTION",
|
|
171
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
172
|
+
};
|
|
173
|
+
export const SecurityPolicyProtocol = {
|
|
174
|
+
FTPS: "FTPS",
|
|
175
|
+
SFTP: "SFTP",
|
|
176
|
+
};
|
|
177
|
+
export const SecurityPolicyResourceType = {
|
|
178
|
+
CONNECTOR: "CONNECTOR",
|
|
179
|
+
SERVER: "SERVER",
|
|
180
|
+
};
|
|
181
|
+
export const State = {
|
|
182
|
+
OFFLINE: "OFFLINE",
|
|
183
|
+
ONLINE: "ONLINE",
|
|
184
|
+
STARTING: "STARTING",
|
|
185
|
+
START_FAILED: "START_FAILED",
|
|
186
|
+
STOPPING: "STOPPING",
|
|
187
|
+
STOP_FAILED: "STOP_FAILED",
|
|
188
|
+
};
|