@aws-sdk/client-transfer 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/Transfer.js +75 -0
  3. package/dist-cjs/commands/DeleteHostKeyCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeHostKeyCommand.js +36 -0
  5. package/dist-cjs/commands/ImportHostKeyCommand.js +36 -0
  6. package/dist-cjs/commands/ListHostKeysCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateHostKeyCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +48 -3
  10. package/dist-cjs/protocols/Aws_json1_1.js +374 -3
  11. package/dist-es/Transfer.js +75 -0
  12. package/dist-es/commands/DeleteHostKeyCommand.js +39 -0
  13. package/dist-es/commands/DescribeHostKeyCommand.js +39 -0
  14. package/dist-es/commands/ImportHostKeyCommand.js +39 -0
  15. package/dist-es/commands/ListHostKeysCommand.js +39 -0
  16. package/dist-es/commands/UpdateHostKeyCommand.js +39 -0
  17. package/dist-es/commands/index.js +5 -0
  18. package/dist-es/models/models_0.js +11 -0
  19. package/dist-es/protocols/Aws_json1_1.js +465 -0
  20. package/dist-types/Transfer.d.ts +35 -0
  21. package/dist-types/TransferClient.d.ts +7 -2
  22. package/dist-types/commands/DeleteHostKeyCommand.d.ts +35 -0
  23. package/dist-types/commands/DescribeHostKeyCommand.d.ts +35 -0
  24. package/dist-types/commands/ImportHostKeyCommand.d.ts +35 -0
  25. package/dist-types/commands/ListHostKeysCommand.d.ts +35 -0
  26. package/dist-types/commands/UpdateHostKeyCommand.d.ts +35 -0
  27. package/dist-types/commands/index.d.ts +5 -0
  28. package/dist-types/models/models_0.d.ts +254 -0
  29. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  30. package/dist-types/ts3.4/Transfer.d.ts +1048 -270
  31. package/dist-types/ts3.4/TransferClient.d.ts +477 -126
  32. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +33 -17
  42. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +32 -0
  44. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +33 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +38 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +37 -0
  55. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +37 -17
  58. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +37 -0
  62. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +34 -0
  69. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  73. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +34 -17
  83. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +37 -17
  84. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +38 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +37 -0
  87. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
  88. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +34 -17
  89. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/index.d.ts +58 -53
  91. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  92. package/dist-types/ts3.4/index.d.ts +7 -7
  93. package/dist-types/ts3.4/models/TransferServiceException.d.ts +8 -6
  94. package/dist-types/ts3.4/models/index.d.ts +1 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +2010 -1748
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  97. package/dist-types/ts3.4/pagination/ListAccessesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListExecutionsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListSecurityPoliciesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListServersPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +701 -161
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  114. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  115. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +13 -7
  116. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +13 -7
  117. package/package.json +35 -35
@@ -1,1748 +1,2010 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { TransferServiceException as __BaseException } from "./TransferServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message?: string;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
- export declare enum AgreementStatusType {
12
- ACTIVE = "ACTIVE",
13
- INACTIVE = "INACTIVE"
14
- }
15
- export declare enum CompressionEnum {
16
- DISABLED = "DISABLED",
17
- ZLIB = "ZLIB"
18
- }
19
- export declare enum EncryptionAlg {
20
- AES128_CBC = "AES128_CBC",
21
- AES192_CBC = "AES192_CBC",
22
- AES256_CBC = "AES256_CBC"
23
- }
24
- export declare enum MdnResponse {
25
- NONE = "NONE",
26
- SYNC = "SYNC"
27
- }
28
- export declare enum MdnSigningAlg {
29
- DEFAULT = "DEFAULT",
30
- NONE = "NONE",
31
- SHA1 = "SHA1",
32
- SHA256 = "SHA256",
33
- SHA384 = "SHA384",
34
- SHA512 = "SHA512"
35
- }
36
- export declare enum SigningAlg {
37
- NONE = "NONE",
38
- SHA1 = "SHA1",
39
- SHA256 = "SHA256",
40
- SHA384 = "SHA384",
41
- SHA512 = "SHA512"
42
- }
43
-
44
- export interface As2ConnectorConfig {
45
-
46
- LocalProfileId?: string;
47
-
48
- PartnerProfileId?: string;
49
-
50
- MessageSubject?: string;
51
-
52
- Compression?: CompressionEnum | string;
53
-
54
- EncryptionAlgorithm?: EncryptionAlg | string;
55
-
56
- SigningAlgorithm?: SigningAlg | string;
57
-
58
- MdnSigningAlgorithm?: MdnSigningAlg | string;
59
-
60
- MdnResponse?: MdnResponse | string;
61
- }
62
- export declare enum As2Transport {
63
- HTTP = "HTTP"
64
- }
65
- export declare enum CertificateStatusType {
66
- ACTIVE = "ACTIVE",
67
- INACTIVE = "INACTIVE",
68
- PENDING_ROTATION = "PENDING_ROTATION"
69
- }
70
- export declare enum CertificateType {
71
- CERTIFICATE = "CERTIFICATE",
72
- CERTIFICATE_WITH_PRIVATE_KEY = "CERTIFICATE_WITH_PRIVATE_KEY"
73
- }
74
- export declare enum CertificateUsageType {
75
- ENCRYPTION = "ENCRYPTION",
76
- SIGNING = "SIGNING"
77
- }
78
-
79
- export declare class ConflictException extends __BaseException {
80
- readonly name: "ConflictException";
81
- readonly $fault: "client";
82
- Message: string | undefined;
83
-
84
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
85
- }
86
-
87
- export interface EfsFileLocation {
88
-
89
- FileSystemId?: string;
90
-
91
- Path?: string;
92
- }
93
-
94
- export interface S3InputFileLocation {
95
-
96
- Bucket?: string;
97
-
98
- Key?: string;
99
- }
100
-
101
- export interface InputFileLocation {
102
-
103
- S3FileLocation?: S3InputFileLocation;
104
-
105
- EfsFileLocation?: EfsFileLocation;
106
- }
107
- export declare enum OverwriteExisting {
108
- FALSE = "FALSE",
109
- TRUE = "TRUE"
110
- }
111
-
112
- export interface CopyStepDetails {
113
-
114
- Name?: string;
115
-
116
- DestinationFileLocation?: InputFileLocation;
117
-
118
- OverwriteExisting?: OverwriteExisting | string;
119
-
120
- SourceFileLocation?: string;
121
- }
122
-
123
- export interface HomeDirectoryMapEntry {
124
-
125
- Entry: string | undefined;
126
-
127
- Target: string | undefined;
128
- }
129
- export declare enum HomeDirectoryType {
130
- LOGICAL = "LOGICAL",
131
- PATH = "PATH"
132
- }
133
-
134
- export interface PosixProfile {
135
-
136
- Uid: number | undefined;
137
-
138
- Gid: number | undefined;
139
-
140
- SecondaryGids?: number[];
141
- }
142
- export interface CreateAccessRequest {
143
-
144
- HomeDirectory?: string;
145
-
146
- HomeDirectoryType?: HomeDirectoryType | string;
147
-
148
- HomeDirectoryMappings?: HomeDirectoryMapEntry[];
149
-
150
- Policy?: string;
151
-
152
- PosixProfile?: PosixProfile;
153
-
154
- Role: string | undefined;
155
-
156
- ServerId: string | undefined;
157
-
158
- ExternalId: string | undefined;
159
- }
160
- export interface CreateAccessResponse {
161
-
162
- ServerId: string | undefined;
163
-
164
- ExternalId: string | undefined;
165
- }
166
-
167
- export declare class InternalServiceError extends __BaseException {
168
- readonly name: "InternalServiceError";
169
- readonly $fault: "server";
170
- Message: string | undefined;
171
-
172
- constructor(opts: __ExceptionOptionType<InternalServiceError, __BaseException>);
173
- }
174
-
175
- export declare class InvalidRequestException extends __BaseException {
176
- readonly name: "InvalidRequestException";
177
- readonly $fault: "client";
178
- Message: string | undefined;
179
-
180
- constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
181
- }
182
-
183
- export declare class ResourceExistsException extends __BaseException {
184
- readonly name: "ResourceExistsException";
185
- readonly $fault: "client";
186
- Message: string | undefined;
187
- Resource: string | undefined;
188
- ResourceType: string | undefined;
189
-
190
- constructor(opts: __ExceptionOptionType<ResourceExistsException, __BaseException>);
191
- }
192
-
193
- export declare class ResourceNotFoundException extends __BaseException {
194
- readonly name: "ResourceNotFoundException";
195
- readonly $fault: "client";
196
- Message: string | undefined;
197
- Resource: string | undefined;
198
- ResourceType: string | undefined;
199
-
200
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
201
- }
202
-
203
- export declare class ServiceUnavailableException extends __BaseException {
204
- readonly name: "ServiceUnavailableException";
205
- readonly $fault: "server";
206
- Message?: string;
207
-
208
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
209
- }
210
-
211
- export interface Tag {
212
-
213
- Key: string | undefined;
214
-
215
- Value: string | undefined;
216
- }
217
- export interface CreateAgreementRequest {
218
-
219
- Description?: string;
220
-
221
- ServerId: string | undefined;
222
-
223
- LocalProfileId: string | undefined;
224
-
225
- PartnerProfileId: string | undefined;
226
-
227
- BaseDirectory: string | undefined;
228
-
229
- AccessRole: string | undefined;
230
-
231
- Status?: AgreementStatusType | string;
232
-
233
- Tags?: Tag[];
234
- }
235
- export interface CreateAgreementResponse {
236
-
237
- AgreementId: string | undefined;
238
- }
239
- export interface CreateConnectorRequest {
240
-
241
- Url: string | undefined;
242
-
243
- As2Config: As2ConnectorConfig | undefined;
244
-
245
- AccessRole: string | undefined;
246
-
247
- LoggingRole?: string;
248
-
249
- Tags?: Tag[];
250
- }
251
- export interface CreateConnectorResponse {
252
-
253
- ConnectorId: string | undefined;
254
- }
255
- export declare enum ProfileType {
256
- LOCAL = "LOCAL",
257
- PARTNER = "PARTNER"
258
- }
259
- export interface CreateProfileRequest {
260
-
261
- As2Id: string | undefined;
262
-
263
- ProfileType: ProfileType | string | undefined;
264
-
265
- CertificateIds?: string[];
266
-
267
- Tags?: Tag[];
268
- }
269
- export interface CreateProfileResponse {
270
-
271
- ProfileId: string | undefined;
272
- }
273
- export declare enum Domain {
274
- EFS = "EFS",
275
- S3 = "S3"
276
- }
277
-
278
- export interface EndpointDetails {
279
-
280
- AddressAllocationIds?: string[];
281
-
282
- SubnetIds?: string[];
283
-
284
- VpcEndpointId?: string;
285
-
286
- VpcId?: string;
287
-
288
- SecurityGroupIds?: string[];
289
- }
290
- export declare enum EndpointType {
291
- PUBLIC = "PUBLIC",
292
- VPC = "VPC",
293
- VPC_ENDPOINT = "VPC_ENDPOINT"
294
- }
295
-
296
- export interface IdentityProviderDetails {
297
-
298
- Url?: string;
299
-
300
- InvocationRole?: string;
301
-
302
- DirectoryId?: string;
303
-
304
- Function?: string;
305
- }
306
- export declare enum IdentityProviderType {
307
- API_GATEWAY = "API_GATEWAY",
308
- AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
309
- AWS_LAMBDA = "AWS_LAMBDA",
310
- SERVICE_MANAGED = "SERVICE_MANAGED"
311
- }
312
- export declare enum SetStatOption {
313
- DEFAULT = "DEFAULT",
314
- ENABLE_NO_OP = "ENABLE_NO_OP"
315
- }
316
- export declare enum TlsSessionResumptionMode {
317
- DISABLED = "DISABLED",
318
- ENABLED = "ENABLED",
319
- ENFORCED = "ENFORCED"
320
- }
321
-
322
- export interface ProtocolDetails {
323
-
324
- PassiveIp?: string;
325
-
326
- TlsSessionResumptionMode?: TlsSessionResumptionMode | string;
327
-
328
- SetStatOption?: SetStatOption | string;
329
-
330
- As2Transports?: (As2Transport | string)[];
331
- }
332
- export declare enum Protocol {
333
- AS2 = "AS2",
334
- FTP = "FTP",
335
- FTPS = "FTPS",
336
- SFTP = "SFTP"
337
- }
338
-
339
- export interface WorkflowDetail {
340
-
341
- WorkflowId: string | undefined;
342
-
343
- ExecutionRole: string | undefined;
344
- }
345
-
346
- export interface WorkflowDetails {
347
-
348
- OnUpload: WorkflowDetail[] | undefined;
349
- }
350
- export interface CreateServerRequest {
351
-
352
- Certificate?: string;
353
-
354
- Domain?: Domain | string;
355
-
356
- EndpointDetails?: EndpointDetails;
357
-
358
- EndpointType?: EndpointType | string;
359
-
360
- HostKey?: string;
361
-
362
- IdentityProviderDetails?: IdentityProviderDetails;
363
-
364
- IdentityProviderType?: IdentityProviderType | string;
365
-
366
- LoggingRole?: string;
367
-
368
- PostAuthenticationLoginBanner?: string;
369
-
370
- PreAuthenticationLoginBanner?: string;
371
-
372
- Protocols?: (Protocol | string)[];
373
-
374
- ProtocolDetails?: ProtocolDetails;
375
-
376
- SecurityPolicyName?: string;
377
-
378
- Tags?: Tag[];
379
-
380
- WorkflowDetails?: WorkflowDetails;
381
- }
382
- export interface CreateServerResponse {
383
-
384
- ServerId: string | undefined;
385
- }
386
-
387
- export declare class ThrottlingException extends __BaseException {
388
- readonly name: "ThrottlingException";
389
- readonly $fault: "client";
390
- RetryAfterSeconds?: string;
391
-
392
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
393
- }
394
- export interface CreateUserRequest {
395
-
396
- HomeDirectory?: string;
397
-
398
- HomeDirectoryType?: HomeDirectoryType | string;
399
-
400
- HomeDirectoryMappings?: HomeDirectoryMapEntry[];
401
-
402
- Policy?: string;
403
-
404
- PosixProfile?: PosixProfile;
405
-
406
- Role: string | undefined;
407
-
408
- ServerId: string | undefined;
409
-
410
- SshPublicKeyBody?: string;
411
-
412
- Tags?: Tag[];
413
-
414
- UserName: string | undefined;
415
- }
416
- export interface CreateUserResponse {
417
-
418
- ServerId: string | undefined;
419
-
420
- UserName: string | undefined;
421
- }
422
-
423
- export interface CustomStepDetails {
424
-
425
- Name?: string;
426
-
427
- Target?: string;
428
-
429
- TimeoutSeconds?: number;
430
-
431
- SourceFileLocation?: string;
432
- }
433
-
434
- export interface DeleteStepDetails {
435
-
436
- Name?: string;
437
-
438
- SourceFileLocation?: string;
439
- }
440
-
441
- export interface S3Tag {
442
-
443
- Key: string | undefined;
444
-
445
- Value: string | undefined;
446
- }
447
-
448
- export interface TagStepDetails {
449
-
450
- Name?: string;
451
-
452
- Tags?: S3Tag[];
453
-
454
- SourceFileLocation?: string;
455
- }
456
- export declare enum WorkflowStepType {
457
- COPY = "COPY",
458
- CUSTOM = "CUSTOM",
459
- DELETE = "DELETE",
460
- TAG = "TAG"
461
- }
462
-
463
- export interface WorkflowStep {
464
-
465
- Type?: WorkflowStepType | string;
466
-
467
- CopyStepDetails?: CopyStepDetails;
468
-
469
- CustomStepDetails?: CustomStepDetails;
470
-
471
- DeleteStepDetails?: DeleteStepDetails;
472
-
473
- TagStepDetails?: TagStepDetails;
474
- }
475
- export interface CreateWorkflowRequest {
476
-
477
- Description?: string;
478
-
479
- Steps: WorkflowStep[] | undefined;
480
-
481
- OnExceptionSteps?: WorkflowStep[];
482
-
483
- Tags?: Tag[];
484
- }
485
- export interface CreateWorkflowResponse {
486
-
487
- WorkflowId: string | undefined;
488
- }
489
- export declare enum CustomStepStatus {
490
- FAILURE = "FAILURE",
491
- SUCCESS = "SUCCESS"
492
- }
493
- export interface DeleteAccessRequest {
494
-
495
- ServerId: string | undefined;
496
-
497
- ExternalId: string | undefined;
498
- }
499
- export interface DeleteAgreementRequest {
500
-
501
- AgreementId: string | undefined;
502
-
503
- ServerId: string | undefined;
504
- }
505
- export interface DeleteCertificateRequest {
506
-
507
- CertificateId: string | undefined;
508
- }
509
- export interface DeleteConnectorRequest {
510
-
511
- ConnectorId: string | undefined;
512
- }
513
- export interface DeleteProfileRequest {
514
-
515
- ProfileId: string | undefined;
516
- }
517
- export interface DeleteServerRequest {
518
-
519
- ServerId: string | undefined;
520
- }
521
- export interface DeleteSshPublicKeyRequest {
522
-
523
- ServerId: string | undefined;
524
-
525
- SshPublicKeyId: string | undefined;
526
-
527
- UserName: string | undefined;
528
- }
529
- export interface DeleteUserRequest {
530
-
531
- ServerId: string | undefined;
532
-
533
- UserName: string | undefined;
534
- }
535
- export interface DeleteWorkflowRequest {
536
-
537
- WorkflowId: string | undefined;
538
- }
539
- export interface DescribeAccessRequest {
540
-
541
- ServerId: string | undefined;
542
-
543
- ExternalId: string | undefined;
544
- }
545
-
546
- export interface DescribedAccess {
547
-
548
- HomeDirectory?: string;
549
-
550
- HomeDirectoryMappings?: HomeDirectoryMapEntry[];
551
-
552
- HomeDirectoryType?: HomeDirectoryType | string;
553
-
554
- Policy?: string;
555
-
556
- PosixProfile?: PosixProfile;
557
-
558
- Role?: string;
559
-
560
- ExternalId?: string;
561
- }
562
- export interface DescribeAccessResponse {
563
-
564
- ServerId: string | undefined;
565
-
566
- Access: DescribedAccess | undefined;
567
- }
568
- export interface DescribeAgreementRequest {
569
-
570
- AgreementId: string | undefined;
571
-
572
- ServerId: string | undefined;
573
- }
574
-
575
- export interface DescribedAgreement {
576
-
577
- Arn: string | undefined;
578
-
579
- AgreementId?: string;
580
-
581
- Description?: string;
582
-
583
- Status?: AgreementStatusType | string;
584
-
585
- ServerId?: string;
586
-
587
- LocalProfileId?: string;
588
-
589
- PartnerProfileId?: string;
590
-
591
- BaseDirectory?: string;
592
-
593
- AccessRole?: string;
594
-
595
- Tags?: Tag[];
596
- }
597
- export interface DescribeAgreementResponse {
598
-
599
- Agreement: DescribedAgreement | undefined;
600
- }
601
- export interface DescribeCertificateRequest {
602
-
603
- CertificateId: string | undefined;
604
- }
605
-
606
- export interface DescribedCertificate {
607
-
608
- Arn: string | undefined;
609
-
610
- CertificateId?: string;
611
-
612
- Usage?: CertificateUsageType | string;
613
-
614
- Status?: CertificateStatusType | string;
615
-
616
- Certificate?: string;
617
-
618
- CertificateChain?: string;
619
-
620
- ActiveDate?: Date;
621
-
622
- InactiveDate?: Date;
623
-
624
- Serial?: string;
625
-
626
- NotBeforeDate?: Date;
627
-
628
- NotAfterDate?: Date;
629
-
630
- Type?: CertificateType | string;
631
-
632
- Description?: string;
633
-
634
- Tags?: Tag[];
635
- }
636
- export interface DescribeCertificateResponse {
637
-
638
- Certificate: DescribedCertificate | undefined;
639
- }
640
- export interface DescribeConnectorRequest {
641
-
642
- ConnectorId: string | undefined;
643
- }
644
-
645
- export interface DescribedConnector {
646
-
647
- Arn: string | undefined;
648
-
649
- ConnectorId?: string;
650
-
651
- Url?: string;
652
-
653
- As2Config?: As2ConnectorConfig;
654
-
655
- AccessRole?: string;
656
-
657
- LoggingRole?: string;
658
-
659
- Tags?: Tag[];
660
- }
661
- export interface DescribeConnectorResponse {
662
-
663
- Connector: DescribedConnector | undefined;
664
- }
665
-
666
- export interface S3FileLocation {
667
-
668
- Bucket?: string;
669
-
670
- Key?: string;
671
-
672
- VersionId?: string;
673
-
674
- Etag?: string;
675
- }
676
-
677
- export interface FileLocation {
678
-
679
- S3FileLocation?: S3FileLocation;
680
-
681
- EfsFileLocation?: EfsFileLocation;
682
- }
683
-
684
- export interface LoggingConfiguration {
685
-
686
- LoggingRole?: string;
687
-
688
- LogGroupName?: string;
689
- }
690
- export declare enum ExecutionErrorType {
691
- ALREADY_EXISTS = "ALREADY_EXISTS",
692
- BAD_REQUEST = "BAD_REQUEST",
693
- CUSTOM_STEP_FAILED = "CUSTOM_STEP_FAILED",
694
- INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
695
- NOT_FOUND = "NOT_FOUND",
696
- PERMISSION_DENIED = "PERMISSION_DENIED",
697
- THROTTLED = "THROTTLED",
698
- TIMEOUT = "TIMEOUT"
699
- }
700
-
701
- export interface ExecutionError {
702
-
703
- Type: ExecutionErrorType | string | undefined;
704
-
705
- Message: string | undefined;
706
- }
707
-
708
- export interface ExecutionStepResult {
709
-
710
- StepType?: WorkflowStepType | string;
711
-
712
- Outputs?: string;
713
-
714
- Error?: ExecutionError;
715
- }
716
-
717
- export interface ExecutionResults {
718
-
719
- Steps?: ExecutionStepResult[];
720
-
721
- OnExceptionSteps?: ExecutionStepResult[];
722
- }
723
-
724
- export interface UserDetails {
725
-
726
- UserName: string | undefined;
727
-
728
- ServerId: string | undefined;
729
-
730
- SessionId?: string;
731
- }
732
-
733
- export interface ServiceMetadata {
734
-
735
- UserDetails: UserDetails | undefined;
736
- }
737
- export declare enum ExecutionStatus {
738
- COMPLETED = "COMPLETED",
739
- EXCEPTION = "EXCEPTION",
740
- HANDLING_EXCEPTION = "HANDLING_EXCEPTION",
741
- IN_PROGRESS = "IN_PROGRESS"
742
- }
743
-
744
- export interface DescribedExecution {
745
-
746
- ExecutionId?: string;
747
-
748
- InitialFileLocation?: FileLocation;
749
-
750
- ServiceMetadata?: ServiceMetadata;
751
-
752
- ExecutionRole?: string;
753
-
754
- LoggingConfiguration?: LoggingConfiguration;
755
-
756
- PosixProfile?: PosixProfile;
757
-
758
- Status?: ExecutionStatus | string;
759
-
760
- Results?: ExecutionResults;
761
- }
762
-
763
- export interface DescribedProfile {
764
-
765
- Arn: string | undefined;
766
-
767
- ProfileId?: string;
768
-
769
- ProfileType?: ProfileType | string;
770
-
771
- As2Id?: string;
772
-
773
- CertificateIds?: string[];
774
-
775
- Tags?: Tag[];
776
- }
777
-
778
- export interface DescribedSecurityPolicy {
779
-
780
- Fips?: boolean;
781
-
782
- SecurityPolicyName: string | undefined;
783
-
784
- SshCiphers?: string[];
785
-
786
- SshKexs?: string[];
787
-
788
- SshMacs?: string[];
789
-
790
- TlsCiphers?: string[];
791
- }
792
- export declare enum State {
793
- OFFLINE = "OFFLINE",
794
- ONLINE = "ONLINE",
795
- STARTING = "STARTING",
796
- START_FAILED = "START_FAILED",
797
- STOPPING = "STOPPING",
798
- STOP_FAILED = "STOP_FAILED"
799
- }
800
-
801
- export interface DescribedServer {
802
-
803
- Arn: string | undefined;
804
-
805
- Certificate?: string;
806
-
807
- ProtocolDetails?: ProtocolDetails;
808
-
809
- Domain?: Domain | string;
810
-
811
- EndpointDetails?: EndpointDetails;
812
-
813
- EndpointType?: EndpointType | string;
814
-
815
- HostKeyFingerprint?: string;
816
-
817
- IdentityProviderDetails?: IdentityProviderDetails;
818
-
819
- IdentityProviderType?: IdentityProviderType | string;
820
-
821
- LoggingRole?: string;
822
-
823
- PostAuthenticationLoginBanner?: string;
824
-
825
- PreAuthenticationLoginBanner?: string;
826
-
827
- Protocols?: (Protocol | string)[];
828
-
829
- SecurityPolicyName?: string;
830
-
831
- ServerId?: string;
832
-
833
- State?: State | string;
834
-
835
- Tags?: Tag[];
836
-
837
- UserCount?: number;
838
-
839
- WorkflowDetails?: WorkflowDetails;
840
- }
841
-
842
- export interface SshPublicKey {
843
-
844
- DateImported: Date | undefined;
845
-
846
- SshPublicKeyBody: string | undefined;
847
-
848
- SshPublicKeyId: string | undefined;
849
- }
850
-
851
- export interface DescribedUser {
852
-
853
- Arn: string | undefined;
854
-
855
- HomeDirectory?: string;
856
-
857
- HomeDirectoryMappings?: HomeDirectoryMapEntry[];
858
-
859
- HomeDirectoryType?: HomeDirectoryType | string;
860
-
861
- Policy?: string;
862
-
863
- PosixProfile?: PosixProfile;
864
-
865
- Role?: string;
866
-
867
- SshPublicKeys?: SshPublicKey[];
868
-
869
- Tags?: Tag[];
870
-
871
- UserName?: string;
872
- }
873
-
874
- export interface DescribedWorkflow {
875
-
876
- Arn: string | undefined;
877
-
878
- Description?: string;
879
-
880
- Steps?: WorkflowStep[];
881
-
882
- OnExceptionSteps?: WorkflowStep[];
883
-
884
- WorkflowId?: string;
885
-
886
- Tags?: Tag[];
887
- }
888
- export interface DescribeExecutionRequest {
889
-
890
- ExecutionId: string | undefined;
891
-
892
- WorkflowId: string | undefined;
893
- }
894
- export interface DescribeExecutionResponse {
895
-
896
- WorkflowId: string | undefined;
897
-
898
- Execution: DescribedExecution | undefined;
899
- }
900
- export interface DescribeProfileRequest {
901
-
902
- ProfileId: string | undefined;
903
- }
904
- export interface DescribeProfileResponse {
905
-
906
- Profile: DescribedProfile | undefined;
907
- }
908
- export interface DescribeSecurityPolicyRequest {
909
-
910
- SecurityPolicyName: string | undefined;
911
- }
912
- export interface DescribeSecurityPolicyResponse {
913
-
914
- SecurityPolicy: DescribedSecurityPolicy | undefined;
915
- }
916
- export interface DescribeServerRequest {
917
-
918
- ServerId: string | undefined;
919
- }
920
- export interface DescribeServerResponse {
921
-
922
- Server: DescribedServer | undefined;
923
- }
924
- export interface DescribeUserRequest {
925
-
926
- ServerId: string | undefined;
927
-
928
- UserName: string | undefined;
929
- }
930
- export interface DescribeUserResponse {
931
-
932
- ServerId: string | undefined;
933
-
934
- User: DescribedUser | undefined;
935
- }
936
- export interface DescribeWorkflowRequest {
937
-
938
- WorkflowId: string | undefined;
939
- }
940
- export interface DescribeWorkflowResponse {
941
-
942
- Workflow: DescribedWorkflow | undefined;
943
- }
944
- export interface ImportCertificateRequest {
945
-
946
- Usage: CertificateUsageType | string | undefined;
947
-
948
- Certificate: string | undefined;
949
-
950
- CertificateChain?: string;
951
-
952
- PrivateKey?: string;
953
-
954
- ActiveDate?: Date;
955
-
956
- InactiveDate?: Date;
957
-
958
- Description?: string;
959
-
960
- Tags?: Tag[];
961
- }
962
- export interface ImportCertificateResponse {
963
-
964
- CertificateId: string | undefined;
965
- }
966
- export interface ImportSshPublicKeyRequest {
967
-
968
- ServerId: string | undefined;
969
-
970
- SshPublicKeyBody: string | undefined;
971
-
972
- UserName: string | undefined;
973
- }
974
-
975
- export interface ImportSshPublicKeyResponse {
976
-
977
- ServerId: string | undefined;
978
-
979
- SshPublicKeyId: string | undefined;
980
-
981
- UserName: string | undefined;
982
- }
983
-
984
- export declare class InvalidNextTokenException extends __BaseException {
985
- readonly name: "InvalidNextTokenException";
986
- readonly $fault: "client";
987
- Message: string | undefined;
988
-
989
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
990
- }
991
- export interface ListAccessesRequest {
992
-
993
- MaxResults?: number;
994
-
995
- NextToken?: string;
996
-
997
- ServerId: string | undefined;
998
- }
999
-
1000
- export interface ListedAccess {
1001
-
1002
- HomeDirectory?: string;
1003
-
1004
- HomeDirectoryType?: HomeDirectoryType | string;
1005
-
1006
- Role?: string;
1007
-
1008
- ExternalId?: string;
1009
- }
1010
- export interface ListAccessesResponse {
1011
-
1012
- NextToken?: string;
1013
-
1014
- ServerId: string | undefined;
1015
-
1016
- Accesses: ListedAccess[] | undefined;
1017
- }
1018
- export interface ListAgreementsRequest {
1019
-
1020
- MaxResults?: number;
1021
-
1022
- NextToken?: string;
1023
-
1024
- ServerId: string | undefined;
1025
- }
1026
-
1027
- export interface ListedAgreement {
1028
-
1029
- Arn?: string;
1030
-
1031
- AgreementId?: string;
1032
-
1033
- Description?: string;
1034
-
1035
- Status?: AgreementStatusType | string;
1036
-
1037
- ServerId?: string;
1038
-
1039
- LocalProfileId?: string;
1040
-
1041
- PartnerProfileId?: string;
1042
- }
1043
- export interface ListAgreementsResponse {
1044
-
1045
- NextToken?: string;
1046
-
1047
- Agreements: ListedAgreement[] | undefined;
1048
- }
1049
- export interface ListCertificatesRequest {
1050
-
1051
- MaxResults?: number;
1052
-
1053
- NextToken?: string;
1054
- }
1055
-
1056
- export interface ListedCertificate {
1057
-
1058
- Arn?: string;
1059
-
1060
- CertificateId?: string;
1061
-
1062
- Usage?: CertificateUsageType | string;
1063
-
1064
- Status?: CertificateStatusType | string;
1065
-
1066
- ActiveDate?: Date;
1067
-
1068
- InactiveDate?: Date;
1069
-
1070
- Type?: CertificateType | string;
1071
-
1072
- Description?: string;
1073
- }
1074
- export interface ListCertificatesResponse {
1075
-
1076
- NextToken?: string;
1077
-
1078
- Certificates: ListedCertificate[] | undefined;
1079
- }
1080
- export interface ListConnectorsRequest {
1081
-
1082
- MaxResults?: number;
1083
-
1084
- NextToken?: string;
1085
- }
1086
-
1087
- export interface ListedConnector {
1088
-
1089
- Arn?: string;
1090
-
1091
- ConnectorId?: string;
1092
-
1093
- Url?: string;
1094
- }
1095
- export interface ListConnectorsResponse {
1096
-
1097
- NextToken?: string;
1098
-
1099
- Connectors: ListedConnector[] | undefined;
1100
- }
1101
-
1102
- export interface ListedExecution {
1103
-
1104
- ExecutionId?: string;
1105
-
1106
- InitialFileLocation?: FileLocation;
1107
-
1108
- ServiceMetadata?: ServiceMetadata;
1109
-
1110
- Status?: ExecutionStatus | string;
1111
- }
1112
-
1113
- export interface ListedProfile {
1114
-
1115
- Arn?: string;
1116
-
1117
- ProfileId?: string;
1118
-
1119
- As2Id?: string;
1120
-
1121
- ProfileType?: ProfileType | string;
1122
- }
1123
-
1124
- export interface ListedServer {
1125
-
1126
- Arn: string | undefined;
1127
-
1128
- Domain?: Domain | string;
1129
-
1130
- IdentityProviderType?: IdentityProviderType | string;
1131
-
1132
- EndpointType?: EndpointType | string;
1133
-
1134
- LoggingRole?: string;
1135
-
1136
- ServerId?: string;
1137
-
1138
- State?: State | string;
1139
-
1140
- UserCount?: number;
1141
- }
1142
-
1143
- export interface ListedUser {
1144
-
1145
- Arn: string | undefined;
1146
-
1147
- HomeDirectory?: string;
1148
-
1149
- HomeDirectoryType?: HomeDirectoryType | string;
1150
-
1151
- Role?: string;
1152
-
1153
- SshPublicKeyCount?: number;
1154
-
1155
- UserName?: string;
1156
- }
1157
-
1158
- export interface ListedWorkflow {
1159
-
1160
- WorkflowId?: string;
1161
-
1162
- Description?: string;
1163
-
1164
- Arn?: string;
1165
- }
1166
- export interface ListExecutionsRequest {
1167
-
1168
- MaxResults?: number;
1169
-
1170
- NextToken?: string;
1171
-
1172
- WorkflowId: string | undefined;
1173
- }
1174
- export interface ListExecutionsResponse {
1175
-
1176
- NextToken?: string;
1177
-
1178
- WorkflowId: string | undefined;
1179
-
1180
- Executions: ListedExecution[] | undefined;
1181
- }
1182
- export interface ListProfilesRequest {
1183
-
1184
- MaxResults?: number;
1185
-
1186
- NextToken?: string;
1187
-
1188
- ProfileType?: ProfileType | string;
1189
- }
1190
- export interface ListProfilesResponse {
1191
-
1192
- NextToken?: string;
1193
-
1194
- Profiles: ListedProfile[] | undefined;
1195
- }
1196
- export interface ListSecurityPoliciesRequest {
1197
-
1198
- MaxResults?: number;
1199
-
1200
- NextToken?: string;
1201
- }
1202
- export interface ListSecurityPoliciesResponse {
1203
-
1204
- NextToken?: string;
1205
-
1206
- SecurityPolicyNames: string[] | undefined;
1207
- }
1208
- export interface ListServersRequest {
1209
-
1210
- MaxResults?: number;
1211
-
1212
- NextToken?: string;
1213
- }
1214
- export interface ListServersResponse {
1215
-
1216
- NextToken?: string;
1217
-
1218
- Servers: ListedServer[] | undefined;
1219
- }
1220
- export interface ListTagsForResourceRequest {
1221
-
1222
- Arn: string | undefined;
1223
-
1224
- MaxResults?: number;
1225
-
1226
- NextToken?: string;
1227
- }
1228
- export interface ListTagsForResourceResponse {
1229
-
1230
- Arn?: string;
1231
-
1232
- NextToken?: string;
1233
-
1234
- Tags?: Tag[];
1235
- }
1236
- export interface ListUsersRequest {
1237
-
1238
- MaxResults?: number;
1239
-
1240
- NextToken?: string;
1241
-
1242
- ServerId: string | undefined;
1243
- }
1244
- export interface ListUsersResponse {
1245
-
1246
- NextToken?: string;
1247
-
1248
- ServerId: string | undefined;
1249
-
1250
- Users: ListedUser[] | undefined;
1251
- }
1252
- export interface ListWorkflowsRequest {
1253
-
1254
- MaxResults?: number;
1255
-
1256
- NextToken?: string;
1257
- }
1258
- export interface ListWorkflowsResponse {
1259
-
1260
- NextToken?: string;
1261
-
1262
- Workflows: ListedWorkflow[] | undefined;
1263
- }
1264
- export interface SendWorkflowStepStateRequest {
1265
-
1266
- WorkflowId: string | undefined;
1267
-
1268
- ExecutionId: string | undefined;
1269
-
1270
- Token: string | undefined;
1271
-
1272
- Status: CustomStepStatus | string | undefined;
1273
- }
1274
- export interface SendWorkflowStepStateResponse {
1275
- }
1276
- export interface StartFileTransferRequest {
1277
-
1278
- ConnectorId: string | undefined;
1279
-
1280
- SendFilePaths: string[] | undefined;
1281
- }
1282
- export interface StartFileTransferResponse {
1283
-
1284
- TransferId: string | undefined;
1285
- }
1286
- export interface StartServerRequest {
1287
-
1288
- ServerId: string | undefined;
1289
- }
1290
- export interface StopServerRequest {
1291
-
1292
- ServerId: string | undefined;
1293
- }
1294
- export interface TagResourceRequest {
1295
-
1296
- Arn: string | undefined;
1297
-
1298
- Tags: Tag[] | undefined;
1299
- }
1300
- export interface TestIdentityProviderRequest {
1301
-
1302
- ServerId: string | undefined;
1303
-
1304
- ServerProtocol?: Protocol | string;
1305
-
1306
- SourceIp?: string;
1307
-
1308
- UserName: string | undefined;
1309
-
1310
- UserPassword?: string;
1311
- }
1312
- export interface TestIdentityProviderResponse {
1313
-
1314
- Response?: string;
1315
-
1316
- StatusCode: number | undefined;
1317
-
1318
- Message?: string;
1319
-
1320
- Url: string | undefined;
1321
- }
1322
- export interface UntagResourceRequest {
1323
-
1324
- Arn: string | undefined;
1325
-
1326
- TagKeys: string[] | undefined;
1327
- }
1328
- export interface UpdateAccessRequest {
1329
-
1330
- HomeDirectory?: string;
1331
-
1332
- HomeDirectoryType?: HomeDirectoryType | string;
1333
-
1334
- HomeDirectoryMappings?: HomeDirectoryMapEntry[];
1335
-
1336
- Policy?: string;
1337
-
1338
- PosixProfile?: PosixProfile;
1339
-
1340
- Role?: string;
1341
-
1342
- ServerId: string | undefined;
1343
-
1344
- ExternalId: string | undefined;
1345
- }
1346
- export interface UpdateAccessResponse {
1347
-
1348
- ServerId: string | undefined;
1349
-
1350
- ExternalId: string | undefined;
1351
- }
1352
- export interface UpdateAgreementRequest {
1353
-
1354
- AgreementId: string | undefined;
1355
-
1356
- ServerId: string | undefined;
1357
-
1358
- Description?: string;
1359
-
1360
- Status?: AgreementStatusType | string;
1361
-
1362
- LocalProfileId?: string;
1363
-
1364
- PartnerProfileId?: string;
1365
-
1366
- BaseDirectory?: string;
1367
-
1368
- AccessRole?: string;
1369
- }
1370
- export interface UpdateAgreementResponse {
1371
-
1372
- AgreementId: string | undefined;
1373
- }
1374
- export interface UpdateCertificateRequest {
1375
-
1376
- CertificateId: string | undefined;
1377
-
1378
- ActiveDate?: Date;
1379
-
1380
- InactiveDate?: Date;
1381
-
1382
- Description?: string;
1383
- }
1384
- export interface UpdateCertificateResponse {
1385
-
1386
- CertificateId: string | undefined;
1387
- }
1388
- export interface UpdateConnectorRequest {
1389
-
1390
- ConnectorId: string | undefined;
1391
-
1392
- Url?: string;
1393
-
1394
- As2Config?: As2ConnectorConfig;
1395
-
1396
- AccessRole?: string;
1397
-
1398
- LoggingRole?: string;
1399
- }
1400
- export interface UpdateConnectorResponse {
1401
-
1402
- ConnectorId: string | undefined;
1403
- }
1404
- export interface UpdateProfileRequest {
1405
-
1406
- ProfileId: string | undefined;
1407
-
1408
- CertificateIds?: string[];
1409
- }
1410
- export interface UpdateProfileResponse {
1411
-
1412
- ProfileId: string | undefined;
1413
- }
1414
- export interface UpdateServerRequest {
1415
-
1416
- Certificate?: string;
1417
-
1418
- ProtocolDetails?: ProtocolDetails;
1419
-
1420
- EndpointDetails?: EndpointDetails;
1421
-
1422
- EndpointType?: EndpointType | string;
1423
-
1424
- HostKey?: string;
1425
-
1426
- IdentityProviderDetails?: IdentityProviderDetails;
1427
-
1428
- LoggingRole?: string;
1429
-
1430
- PostAuthenticationLoginBanner?: string;
1431
-
1432
- PreAuthenticationLoginBanner?: string;
1433
-
1434
- Protocols?: (Protocol | string)[];
1435
-
1436
- SecurityPolicyName?: string;
1437
-
1438
- ServerId: string | undefined;
1439
-
1440
- WorkflowDetails?: WorkflowDetails;
1441
- }
1442
- export interface UpdateServerResponse {
1443
-
1444
- ServerId: string | undefined;
1445
- }
1446
- export interface UpdateUserRequest {
1447
-
1448
- HomeDirectory?: string;
1449
-
1450
- HomeDirectoryType?: HomeDirectoryType | string;
1451
-
1452
- HomeDirectoryMappings?: HomeDirectoryMapEntry[];
1453
-
1454
- Policy?: string;
1455
-
1456
- PosixProfile?: PosixProfile;
1457
-
1458
- Role?: string;
1459
-
1460
- ServerId: string | undefined;
1461
-
1462
- UserName: string | undefined;
1463
- }
1464
-
1465
- export interface UpdateUserResponse {
1466
-
1467
- ServerId: string | undefined;
1468
-
1469
- UserName: string | undefined;
1470
- }
1471
-
1472
- export declare const As2ConnectorConfigFilterSensitiveLog: (obj: As2ConnectorConfig) => any;
1473
-
1474
- export declare const EfsFileLocationFilterSensitiveLog: (obj: EfsFileLocation) => any;
1475
-
1476
- export declare const S3InputFileLocationFilterSensitiveLog: (obj: S3InputFileLocation) => any;
1477
-
1478
- export declare const InputFileLocationFilterSensitiveLog: (obj: InputFileLocation) => any;
1479
-
1480
- export declare const CopyStepDetailsFilterSensitiveLog: (obj: CopyStepDetails) => any;
1481
-
1482
- export declare const HomeDirectoryMapEntryFilterSensitiveLog: (obj: HomeDirectoryMapEntry) => any;
1483
-
1484
- export declare const PosixProfileFilterSensitiveLog: (obj: PosixProfile) => any;
1485
-
1486
- export declare const CreateAccessRequestFilterSensitiveLog: (obj: CreateAccessRequest) => any;
1487
-
1488
- export declare const CreateAccessResponseFilterSensitiveLog: (obj: CreateAccessResponse) => any;
1489
-
1490
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1491
-
1492
- export declare const CreateAgreementRequestFilterSensitiveLog: (obj: CreateAgreementRequest) => any;
1493
-
1494
- export declare const CreateAgreementResponseFilterSensitiveLog: (obj: CreateAgreementResponse) => any;
1495
-
1496
- export declare const CreateConnectorRequestFilterSensitiveLog: (obj: CreateConnectorRequest) => any;
1497
-
1498
- export declare const CreateConnectorResponseFilterSensitiveLog: (obj: CreateConnectorResponse) => any;
1499
-
1500
- export declare const CreateProfileRequestFilterSensitiveLog: (obj: CreateProfileRequest) => any;
1501
-
1502
- export declare const CreateProfileResponseFilterSensitiveLog: (obj: CreateProfileResponse) => any;
1503
-
1504
- export declare const EndpointDetailsFilterSensitiveLog: (obj: EndpointDetails) => any;
1505
-
1506
- export declare const IdentityProviderDetailsFilterSensitiveLog: (obj: IdentityProviderDetails) => any;
1507
-
1508
- export declare const ProtocolDetailsFilterSensitiveLog: (obj: ProtocolDetails) => any;
1509
-
1510
- export declare const WorkflowDetailFilterSensitiveLog: (obj: WorkflowDetail) => any;
1511
-
1512
- export declare const WorkflowDetailsFilterSensitiveLog: (obj: WorkflowDetails) => any;
1513
-
1514
- export declare const CreateServerRequestFilterSensitiveLog: (obj: CreateServerRequest) => any;
1515
-
1516
- export declare const CreateServerResponseFilterSensitiveLog: (obj: CreateServerResponse) => any;
1517
-
1518
- export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
1519
-
1520
- export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
1521
-
1522
- export declare const CustomStepDetailsFilterSensitiveLog: (obj: CustomStepDetails) => any;
1523
-
1524
- export declare const DeleteStepDetailsFilterSensitiveLog: (obj: DeleteStepDetails) => any;
1525
-
1526
- export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
1527
-
1528
- export declare const TagStepDetailsFilterSensitiveLog: (obj: TagStepDetails) => any;
1529
-
1530
- export declare const WorkflowStepFilterSensitiveLog: (obj: WorkflowStep) => any;
1531
-
1532
- export declare const CreateWorkflowRequestFilterSensitiveLog: (obj: CreateWorkflowRequest) => any;
1533
-
1534
- export declare const CreateWorkflowResponseFilterSensitiveLog: (obj: CreateWorkflowResponse) => any;
1535
-
1536
- export declare const DeleteAccessRequestFilterSensitiveLog: (obj: DeleteAccessRequest) => any;
1537
-
1538
- export declare const DeleteAgreementRequestFilterSensitiveLog: (obj: DeleteAgreementRequest) => any;
1539
-
1540
- export declare const DeleteCertificateRequestFilterSensitiveLog: (obj: DeleteCertificateRequest) => any;
1541
-
1542
- export declare const DeleteConnectorRequestFilterSensitiveLog: (obj: DeleteConnectorRequest) => any;
1543
-
1544
- export declare const DeleteProfileRequestFilterSensitiveLog: (obj: DeleteProfileRequest) => any;
1545
-
1546
- export declare const DeleteServerRequestFilterSensitiveLog: (obj: DeleteServerRequest) => any;
1547
-
1548
- export declare const DeleteSshPublicKeyRequestFilterSensitiveLog: (obj: DeleteSshPublicKeyRequest) => any;
1549
-
1550
- export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
1551
-
1552
- export declare const DeleteWorkflowRequestFilterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
1553
-
1554
- export declare const DescribeAccessRequestFilterSensitiveLog: (obj: DescribeAccessRequest) => any;
1555
-
1556
- export declare const DescribedAccessFilterSensitiveLog: (obj: DescribedAccess) => any;
1557
-
1558
- export declare const DescribeAccessResponseFilterSensitiveLog: (obj: DescribeAccessResponse) => any;
1559
-
1560
- export declare const DescribeAgreementRequestFilterSensitiveLog: (obj: DescribeAgreementRequest) => any;
1561
-
1562
- export declare const DescribedAgreementFilterSensitiveLog: (obj: DescribedAgreement) => any;
1563
-
1564
- export declare const DescribeAgreementResponseFilterSensitiveLog: (obj: DescribeAgreementResponse) => any;
1565
-
1566
- export declare const DescribeCertificateRequestFilterSensitiveLog: (obj: DescribeCertificateRequest) => any;
1567
-
1568
- export declare const DescribedCertificateFilterSensitiveLog: (obj: DescribedCertificate) => any;
1569
-
1570
- export declare const DescribeCertificateResponseFilterSensitiveLog: (obj: DescribeCertificateResponse) => any;
1571
-
1572
- export declare const DescribeConnectorRequestFilterSensitiveLog: (obj: DescribeConnectorRequest) => any;
1573
-
1574
- export declare const DescribedConnectorFilterSensitiveLog: (obj: DescribedConnector) => any;
1575
-
1576
- export declare const DescribeConnectorResponseFilterSensitiveLog: (obj: DescribeConnectorResponse) => any;
1577
-
1578
- export declare const S3FileLocationFilterSensitiveLog: (obj: S3FileLocation) => any;
1579
-
1580
- export declare const FileLocationFilterSensitiveLog: (obj: FileLocation) => any;
1581
-
1582
- export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
1583
-
1584
- export declare const ExecutionErrorFilterSensitiveLog: (obj: ExecutionError) => any;
1585
-
1586
- export declare const ExecutionStepResultFilterSensitiveLog: (obj: ExecutionStepResult) => any;
1587
-
1588
- export declare const ExecutionResultsFilterSensitiveLog: (obj: ExecutionResults) => any;
1589
-
1590
- export declare const UserDetailsFilterSensitiveLog: (obj: UserDetails) => any;
1591
-
1592
- export declare const ServiceMetadataFilterSensitiveLog: (obj: ServiceMetadata) => any;
1593
-
1594
- export declare const DescribedExecutionFilterSensitiveLog: (obj: DescribedExecution) => any;
1595
-
1596
- export declare const DescribedProfileFilterSensitiveLog: (obj: DescribedProfile) => any;
1597
-
1598
- export declare const DescribedSecurityPolicyFilterSensitiveLog: (obj: DescribedSecurityPolicy) => any;
1599
-
1600
- export declare const DescribedServerFilterSensitiveLog: (obj: DescribedServer) => any;
1601
-
1602
- export declare const SshPublicKeyFilterSensitiveLog: (obj: SshPublicKey) => any;
1603
-
1604
- export declare const DescribedUserFilterSensitiveLog: (obj: DescribedUser) => any;
1605
-
1606
- export declare const DescribedWorkflowFilterSensitiveLog: (obj: DescribedWorkflow) => any;
1607
-
1608
- export declare const DescribeExecutionRequestFilterSensitiveLog: (obj: DescribeExecutionRequest) => any;
1609
-
1610
- export declare const DescribeExecutionResponseFilterSensitiveLog: (obj: DescribeExecutionResponse) => any;
1611
-
1612
- export declare const DescribeProfileRequestFilterSensitiveLog: (obj: DescribeProfileRequest) => any;
1613
-
1614
- export declare const DescribeProfileResponseFilterSensitiveLog: (obj: DescribeProfileResponse) => any;
1615
-
1616
- export declare const DescribeSecurityPolicyRequestFilterSensitiveLog: (obj: DescribeSecurityPolicyRequest) => any;
1617
-
1618
- export declare const DescribeSecurityPolicyResponseFilterSensitiveLog: (obj: DescribeSecurityPolicyResponse) => any;
1619
-
1620
- export declare const DescribeServerRequestFilterSensitiveLog: (obj: DescribeServerRequest) => any;
1621
-
1622
- export declare const DescribeServerResponseFilterSensitiveLog: (obj: DescribeServerResponse) => any;
1623
-
1624
- export declare const DescribeUserRequestFilterSensitiveLog: (obj: DescribeUserRequest) => any;
1625
-
1626
- export declare const DescribeUserResponseFilterSensitiveLog: (obj: DescribeUserResponse) => any;
1627
-
1628
- export declare const DescribeWorkflowRequestFilterSensitiveLog: (obj: DescribeWorkflowRequest) => any;
1629
-
1630
- export declare const DescribeWorkflowResponseFilterSensitiveLog: (obj: DescribeWorkflowResponse) => any;
1631
-
1632
- export declare const ImportCertificateRequestFilterSensitiveLog: (obj: ImportCertificateRequest) => any;
1633
-
1634
- export declare const ImportCertificateResponseFilterSensitiveLog: (obj: ImportCertificateResponse) => any;
1635
-
1636
- export declare const ImportSshPublicKeyRequestFilterSensitiveLog: (obj: ImportSshPublicKeyRequest) => any;
1637
-
1638
- export declare const ImportSshPublicKeyResponseFilterSensitiveLog: (obj: ImportSshPublicKeyResponse) => any;
1639
-
1640
- export declare const ListAccessesRequestFilterSensitiveLog: (obj: ListAccessesRequest) => any;
1641
-
1642
- export declare const ListedAccessFilterSensitiveLog: (obj: ListedAccess) => any;
1643
-
1644
- export declare const ListAccessesResponseFilterSensitiveLog: (obj: ListAccessesResponse) => any;
1645
-
1646
- export declare const ListAgreementsRequestFilterSensitiveLog: (obj: ListAgreementsRequest) => any;
1647
-
1648
- export declare const ListedAgreementFilterSensitiveLog: (obj: ListedAgreement) => any;
1649
-
1650
- export declare const ListAgreementsResponseFilterSensitiveLog: (obj: ListAgreementsResponse) => any;
1651
-
1652
- export declare const ListCertificatesRequestFilterSensitiveLog: (obj: ListCertificatesRequest) => any;
1653
-
1654
- export declare const ListedCertificateFilterSensitiveLog: (obj: ListedCertificate) => any;
1655
-
1656
- export declare const ListCertificatesResponseFilterSensitiveLog: (obj: ListCertificatesResponse) => any;
1657
-
1658
- export declare const ListConnectorsRequestFilterSensitiveLog: (obj: ListConnectorsRequest) => any;
1659
-
1660
- export declare const ListedConnectorFilterSensitiveLog: (obj: ListedConnector) => any;
1661
-
1662
- export declare const ListConnectorsResponseFilterSensitiveLog: (obj: ListConnectorsResponse) => any;
1663
-
1664
- export declare const ListedExecutionFilterSensitiveLog: (obj: ListedExecution) => any;
1665
-
1666
- export declare const ListedProfileFilterSensitiveLog: (obj: ListedProfile) => any;
1667
-
1668
- export declare const ListedServerFilterSensitiveLog: (obj: ListedServer) => any;
1669
-
1670
- export declare const ListedUserFilterSensitiveLog: (obj: ListedUser) => any;
1671
-
1672
- export declare const ListedWorkflowFilterSensitiveLog: (obj: ListedWorkflow) => any;
1673
-
1674
- export declare const ListExecutionsRequestFilterSensitiveLog: (obj: ListExecutionsRequest) => any;
1675
-
1676
- export declare const ListExecutionsResponseFilterSensitiveLog: (obj: ListExecutionsResponse) => any;
1677
-
1678
- export declare const ListProfilesRequestFilterSensitiveLog: (obj: ListProfilesRequest) => any;
1679
-
1680
- export declare const ListProfilesResponseFilterSensitiveLog: (obj: ListProfilesResponse) => any;
1681
-
1682
- export declare const ListSecurityPoliciesRequestFilterSensitiveLog: (obj: ListSecurityPoliciesRequest) => any;
1683
-
1684
- export declare const ListSecurityPoliciesResponseFilterSensitiveLog: (obj: ListSecurityPoliciesResponse) => any;
1685
-
1686
- export declare const ListServersRequestFilterSensitiveLog: (obj: ListServersRequest) => any;
1687
-
1688
- export declare const ListServersResponseFilterSensitiveLog: (obj: ListServersResponse) => any;
1689
-
1690
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1691
-
1692
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1693
-
1694
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
1695
-
1696
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
1697
-
1698
- export declare const ListWorkflowsRequestFilterSensitiveLog: (obj: ListWorkflowsRequest) => any;
1699
-
1700
- export declare const ListWorkflowsResponseFilterSensitiveLog: (obj: ListWorkflowsResponse) => any;
1701
-
1702
- export declare const SendWorkflowStepStateRequestFilterSensitiveLog: (obj: SendWorkflowStepStateRequest) => any;
1703
-
1704
- export declare const SendWorkflowStepStateResponseFilterSensitiveLog: (obj: SendWorkflowStepStateResponse) => any;
1705
-
1706
- export declare const StartFileTransferRequestFilterSensitiveLog: (obj: StartFileTransferRequest) => any;
1707
-
1708
- export declare const StartFileTransferResponseFilterSensitiveLog: (obj: StartFileTransferResponse) => any;
1709
-
1710
- export declare const StartServerRequestFilterSensitiveLog: (obj: StartServerRequest) => any;
1711
-
1712
- export declare const StopServerRequestFilterSensitiveLog: (obj: StopServerRequest) => any;
1713
-
1714
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1715
-
1716
- export declare const TestIdentityProviderRequestFilterSensitiveLog: (obj: TestIdentityProviderRequest) => any;
1717
-
1718
- export declare const TestIdentityProviderResponseFilterSensitiveLog: (obj: TestIdentityProviderResponse) => any;
1719
-
1720
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1721
-
1722
- export declare const UpdateAccessRequestFilterSensitiveLog: (obj: UpdateAccessRequest) => any;
1723
-
1724
- export declare const UpdateAccessResponseFilterSensitiveLog: (obj: UpdateAccessResponse) => any;
1725
-
1726
- export declare const UpdateAgreementRequestFilterSensitiveLog: (obj: UpdateAgreementRequest) => any;
1727
-
1728
- export declare const UpdateAgreementResponseFilterSensitiveLog: (obj: UpdateAgreementResponse) => any;
1729
-
1730
- export declare const UpdateCertificateRequestFilterSensitiveLog: (obj: UpdateCertificateRequest) => any;
1731
-
1732
- export declare const UpdateCertificateResponseFilterSensitiveLog: (obj: UpdateCertificateResponse) => any;
1733
-
1734
- export declare const UpdateConnectorRequestFilterSensitiveLog: (obj: UpdateConnectorRequest) => any;
1735
-
1736
- export declare const UpdateConnectorResponseFilterSensitiveLog: (obj: UpdateConnectorResponse) => any;
1737
-
1738
- export declare const UpdateProfileRequestFilterSensitiveLog: (obj: UpdateProfileRequest) => any;
1739
-
1740
- export declare const UpdateProfileResponseFilterSensitiveLog: (obj: UpdateProfileResponse) => any;
1741
-
1742
- export declare const UpdateServerRequestFilterSensitiveLog: (obj: UpdateServerRequest) => any;
1743
-
1744
- export declare const UpdateServerResponseFilterSensitiveLog: (obj: UpdateServerResponse) => any;
1745
-
1746
- export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
1747
-
1748
- export declare const UpdateUserResponseFilterSensitiveLog: (obj: UpdateUserResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { TransferServiceException as __BaseException } from "./TransferServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+ Message?: string;
8
+
9
+ constructor(
10
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
+ );
12
+ }
13
+ export declare enum AgreementStatusType {
14
+ ACTIVE = "ACTIVE",
15
+ INACTIVE = "INACTIVE",
16
+ }
17
+ export declare enum CompressionEnum {
18
+ DISABLED = "DISABLED",
19
+ ZLIB = "ZLIB",
20
+ }
21
+ export declare enum EncryptionAlg {
22
+ AES128_CBC = "AES128_CBC",
23
+ AES192_CBC = "AES192_CBC",
24
+ AES256_CBC = "AES256_CBC",
25
+ }
26
+ export declare enum MdnResponse {
27
+ NONE = "NONE",
28
+ SYNC = "SYNC",
29
+ }
30
+ export declare enum MdnSigningAlg {
31
+ DEFAULT = "DEFAULT",
32
+ NONE = "NONE",
33
+ SHA1 = "SHA1",
34
+ SHA256 = "SHA256",
35
+ SHA384 = "SHA384",
36
+ SHA512 = "SHA512",
37
+ }
38
+ export declare enum SigningAlg {
39
+ NONE = "NONE",
40
+ SHA1 = "SHA1",
41
+ SHA256 = "SHA256",
42
+ SHA384 = "SHA384",
43
+ SHA512 = "SHA512",
44
+ }
45
+
46
+ export interface As2ConnectorConfig {
47
+ LocalProfileId?: string;
48
+
49
+ PartnerProfileId?: string;
50
+
51
+ MessageSubject?: string;
52
+
53
+ Compression?: CompressionEnum | string;
54
+
55
+ EncryptionAlgorithm?: EncryptionAlg | string;
56
+
57
+ SigningAlgorithm?: SigningAlg | string;
58
+
59
+ MdnSigningAlgorithm?: MdnSigningAlg | string;
60
+
61
+ MdnResponse?: MdnResponse | string;
62
+ }
63
+ export declare enum As2Transport {
64
+ HTTP = "HTTP",
65
+ }
66
+ export declare enum CertificateStatusType {
67
+ ACTIVE = "ACTIVE",
68
+ INACTIVE = "INACTIVE",
69
+ PENDING_ROTATION = "PENDING_ROTATION",
70
+ }
71
+ export declare enum CertificateType {
72
+ CERTIFICATE = "CERTIFICATE",
73
+ CERTIFICATE_WITH_PRIVATE_KEY = "CERTIFICATE_WITH_PRIVATE_KEY",
74
+ }
75
+ export declare enum CertificateUsageType {
76
+ ENCRYPTION = "ENCRYPTION",
77
+ SIGNING = "SIGNING",
78
+ }
79
+
80
+ export declare class ConflictException extends __BaseException {
81
+ readonly name: "ConflictException";
82
+ readonly $fault: "client";
83
+ Message: string | undefined;
84
+
85
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
86
+ }
87
+
88
+ export interface EfsFileLocation {
89
+ FileSystemId?: string;
90
+
91
+ Path?: string;
92
+ }
93
+
94
+ export interface S3InputFileLocation {
95
+ Bucket?: string;
96
+
97
+ Key?: string;
98
+ }
99
+
100
+ export interface InputFileLocation {
101
+ S3FileLocation?: S3InputFileLocation;
102
+
103
+ EfsFileLocation?: EfsFileLocation;
104
+ }
105
+ export declare enum OverwriteExisting {
106
+ FALSE = "FALSE",
107
+ TRUE = "TRUE",
108
+ }
109
+
110
+ export interface CopyStepDetails {
111
+ Name?: string;
112
+
113
+ DestinationFileLocation?: InputFileLocation;
114
+
115
+ OverwriteExisting?: OverwriteExisting | string;
116
+
117
+ SourceFileLocation?: string;
118
+ }
119
+
120
+ export interface HomeDirectoryMapEntry {
121
+ Entry: string | undefined;
122
+
123
+ Target: string | undefined;
124
+ }
125
+ export declare enum HomeDirectoryType {
126
+ LOGICAL = "LOGICAL",
127
+ PATH = "PATH",
128
+ }
129
+
130
+ export interface PosixProfile {
131
+ Uid: number | undefined;
132
+
133
+ Gid: number | undefined;
134
+
135
+ SecondaryGids?: number[];
136
+ }
137
+ export interface CreateAccessRequest {
138
+ HomeDirectory?: string;
139
+
140
+ HomeDirectoryType?: HomeDirectoryType | string;
141
+
142
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
143
+
144
+ Policy?: string;
145
+
146
+ PosixProfile?: PosixProfile;
147
+
148
+ Role: string | undefined;
149
+
150
+ ServerId: string | undefined;
151
+
152
+ ExternalId: string | undefined;
153
+ }
154
+ export interface CreateAccessResponse {
155
+ ServerId: string | undefined;
156
+
157
+ ExternalId: string | undefined;
158
+ }
159
+
160
+ export declare class InternalServiceError extends __BaseException {
161
+ readonly name: "InternalServiceError";
162
+ readonly $fault: "server";
163
+ Message: string | undefined;
164
+
165
+ constructor(
166
+ opts: __ExceptionOptionType<InternalServiceError, __BaseException>
167
+ );
168
+ }
169
+
170
+ export declare class InvalidRequestException extends __BaseException {
171
+ readonly name: "InvalidRequestException";
172
+ readonly $fault: "client";
173
+ Message: string | undefined;
174
+
175
+ constructor(
176
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
177
+ );
178
+ }
179
+
180
+ export declare class ResourceExistsException extends __BaseException {
181
+ readonly name: "ResourceExistsException";
182
+ readonly $fault: "client";
183
+ Message: string | undefined;
184
+ Resource: string | undefined;
185
+ ResourceType: string | undefined;
186
+
187
+ constructor(
188
+ opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
189
+ );
190
+ }
191
+
192
+ export declare class ResourceNotFoundException extends __BaseException {
193
+ readonly name: "ResourceNotFoundException";
194
+ readonly $fault: "client";
195
+ Message: string | undefined;
196
+ Resource: string | undefined;
197
+ ResourceType: string | undefined;
198
+
199
+ constructor(
200
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
201
+ );
202
+ }
203
+
204
+ export declare class ServiceUnavailableException extends __BaseException {
205
+ readonly name: "ServiceUnavailableException";
206
+ readonly $fault: "server";
207
+ Message?: string;
208
+
209
+ constructor(
210
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
211
+ );
212
+ }
213
+
214
+ export interface Tag {
215
+ Key: string | undefined;
216
+
217
+ Value: string | undefined;
218
+ }
219
+ export interface CreateAgreementRequest {
220
+ Description?: string;
221
+
222
+ ServerId: string | undefined;
223
+
224
+ LocalProfileId: string | undefined;
225
+
226
+ PartnerProfileId: string | undefined;
227
+
228
+ BaseDirectory: string | undefined;
229
+
230
+ AccessRole: string | undefined;
231
+
232
+ Status?: AgreementStatusType | string;
233
+
234
+ Tags?: Tag[];
235
+ }
236
+ export interface CreateAgreementResponse {
237
+ AgreementId: string | undefined;
238
+ }
239
+ export interface CreateConnectorRequest {
240
+ Url: string | undefined;
241
+
242
+ As2Config: As2ConnectorConfig | undefined;
243
+
244
+ AccessRole: string | undefined;
245
+
246
+ LoggingRole?: string;
247
+
248
+ Tags?: Tag[];
249
+ }
250
+ export interface CreateConnectorResponse {
251
+ ConnectorId: string | undefined;
252
+ }
253
+ export declare enum ProfileType {
254
+ LOCAL = "LOCAL",
255
+ PARTNER = "PARTNER",
256
+ }
257
+ export interface CreateProfileRequest {
258
+ As2Id: string | undefined;
259
+
260
+ ProfileType: ProfileType | string | undefined;
261
+
262
+ CertificateIds?: string[];
263
+
264
+ Tags?: Tag[];
265
+ }
266
+ export interface CreateProfileResponse {
267
+ ProfileId: string | undefined;
268
+ }
269
+ export declare enum Domain {
270
+ EFS = "EFS",
271
+ S3 = "S3",
272
+ }
273
+
274
+ export interface EndpointDetails {
275
+ AddressAllocationIds?: string[];
276
+
277
+ SubnetIds?: string[];
278
+
279
+ VpcEndpointId?: string;
280
+
281
+ VpcId?: string;
282
+
283
+ SecurityGroupIds?: string[];
284
+ }
285
+ export declare enum EndpointType {
286
+ PUBLIC = "PUBLIC",
287
+ VPC = "VPC",
288
+ VPC_ENDPOINT = "VPC_ENDPOINT",
289
+ }
290
+
291
+ export interface IdentityProviderDetails {
292
+ Url?: string;
293
+
294
+ InvocationRole?: string;
295
+
296
+ DirectoryId?: string;
297
+
298
+ Function?: string;
299
+ }
300
+ export declare enum IdentityProviderType {
301
+ API_GATEWAY = "API_GATEWAY",
302
+ AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
303
+ AWS_LAMBDA = "AWS_LAMBDA",
304
+ SERVICE_MANAGED = "SERVICE_MANAGED",
305
+ }
306
+ export declare enum SetStatOption {
307
+ DEFAULT = "DEFAULT",
308
+ ENABLE_NO_OP = "ENABLE_NO_OP",
309
+ }
310
+ export declare enum TlsSessionResumptionMode {
311
+ DISABLED = "DISABLED",
312
+ ENABLED = "ENABLED",
313
+ ENFORCED = "ENFORCED",
314
+ }
315
+
316
+ export interface ProtocolDetails {
317
+ PassiveIp?: string;
318
+
319
+ TlsSessionResumptionMode?: TlsSessionResumptionMode | string;
320
+
321
+ SetStatOption?: SetStatOption | string;
322
+
323
+ As2Transports?: (As2Transport | string)[];
324
+ }
325
+ export declare enum Protocol {
326
+ AS2 = "AS2",
327
+ FTP = "FTP",
328
+ FTPS = "FTPS",
329
+ SFTP = "SFTP",
330
+ }
331
+
332
+ export interface WorkflowDetail {
333
+ WorkflowId: string | undefined;
334
+
335
+ ExecutionRole: string | undefined;
336
+ }
337
+
338
+ export interface WorkflowDetails {
339
+ OnUpload: WorkflowDetail[] | undefined;
340
+ }
341
+ export interface CreateServerRequest {
342
+ Certificate?: string;
343
+
344
+ Domain?: Domain | string;
345
+
346
+ EndpointDetails?: EndpointDetails;
347
+
348
+ EndpointType?: EndpointType | string;
349
+
350
+ HostKey?: string;
351
+
352
+ IdentityProviderDetails?: IdentityProviderDetails;
353
+
354
+ IdentityProviderType?: IdentityProviderType | string;
355
+
356
+ LoggingRole?: string;
357
+
358
+ PostAuthenticationLoginBanner?: string;
359
+
360
+ PreAuthenticationLoginBanner?: string;
361
+
362
+ Protocols?: (Protocol | string)[];
363
+
364
+ ProtocolDetails?: ProtocolDetails;
365
+
366
+ SecurityPolicyName?: string;
367
+
368
+ Tags?: Tag[];
369
+
370
+ WorkflowDetails?: WorkflowDetails;
371
+ }
372
+ export interface CreateServerResponse {
373
+ ServerId: string | undefined;
374
+ }
375
+
376
+ export declare class ThrottlingException extends __BaseException {
377
+ readonly name: "ThrottlingException";
378
+ readonly $fault: "client";
379
+ RetryAfterSeconds?: string;
380
+
381
+ constructor(
382
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
383
+ );
384
+ }
385
+ export interface CreateUserRequest {
386
+ HomeDirectory?: string;
387
+
388
+ HomeDirectoryType?: HomeDirectoryType | string;
389
+
390
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
391
+
392
+ Policy?: string;
393
+
394
+ PosixProfile?: PosixProfile;
395
+
396
+ Role: string | undefined;
397
+
398
+ ServerId: string | undefined;
399
+
400
+ SshPublicKeyBody?: string;
401
+
402
+ Tags?: Tag[];
403
+
404
+ UserName: string | undefined;
405
+ }
406
+ export interface CreateUserResponse {
407
+ ServerId: string | undefined;
408
+
409
+ UserName: string | undefined;
410
+ }
411
+
412
+ export interface CustomStepDetails {
413
+ Name?: string;
414
+
415
+ Target?: string;
416
+
417
+ TimeoutSeconds?: number;
418
+
419
+ SourceFileLocation?: string;
420
+ }
421
+
422
+ export interface DeleteStepDetails {
423
+ Name?: string;
424
+
425
+ SourceFileLocation?: string;
426
+ }
427
+
428
+ export interface S3Tag {
429
+ Key: string | undefined;
430
+
431
+ Value: string | undefined;
432
+ }
433
+
434
+ export interface TagStepDetails {
435
+ Name?: string;
436
+
437
+ Tags?: S3Tag[];
438
+
439
+ SourceFileLocation?: string;
440
+ }
441
+ export declare enum WorkflowStepType {
442
+ COPY = "COPY",
443
+ CUSTOM = "CUSTOM",
444
+ DELETE = "DELETE",
445
+ TAG = "TAG",
446
+ }
447
+
448
+ export interface WorkflowStep {
449
+ Type?: WorkflowStepType | string;
450
+
451
+ CopyStepDetails?: CopyStepDetails;
452
+
453
+ CustomStepDetails?: CustomStepDetails;
454
+
455
+ DeleteStepDetails?: DeleteStepDetails;
456
+
457
+ TagStepDetails?: TagStepDetails;
458
+ }
459
+ export interface CreateWorkflowRequest {
460
+ Description?: string;
461
+
462
+ Steps: WorkflowStep[] | undefined;
463
+
464
+ OnExceptionSteps?: WorkflowStep[];
465
+
466
+ Tags?: Tag[];
467
+ }
468
+ export interface CreateWorkflowResponse {
469
+ WorkflowId: string | undefined;
470
+ }
471
+ export declare enum CustomStepStatus {
472
+ FAILURE = "FAILURE",
473
+ SUCCESS = "SUCCESS",
474
+ }
475
+ export interface DeleteAccessRequest {
476
+ ServerId: string | undefined;
477
+
478
+ ExternalId: string | undefined;
479
+ }
480
+ export interface DeleteAgreementRequest {
481
+ AgreementId: string | undefined;
482
+
483
+ ServerId: string | undefined;
484
+ }
485
+ export interface DeleteCertificateRequest {
486
+ CertificateId: string | undefined;
487
+ }
488
+ export interface DeleteConnectorRequest {
489
+ ConnectorId: string | undefined;
490
+ }
491
+ export interface DeleteHostKeyRequest {
492
+ ServerId: string | undefined;
493
+
494
+ HostKeyId: string | undefined;
495
+ }
496
+ export interface DeleteProfileRequest {
497
+ ProfileId: string | undefined;
498
+ }
499
+ export interface DeleteServerRequest {
500
+ ServerId: string | undefined;
501
+ }
502
+ export interface DeleteSshPublicKeyRequest {
503
+ ServerId: string | undefined;
504
+
505
+ SshPublicKeyId: string | undefined;
506
+
507
+ UserName: string | undefined;
508
+ }
509
+ export interface DeleteUserRequest {
510
+ ServerId: string | undefined;
511
+
512
+ UserName: string | undefined;
513
+ }
514
+ export interface DeleteWorkflowRequest {
515
+ WorkflowId: string | undefined;
516
+ }
517
+ export interface DescribeAccessRequest {
518
+ ServerId: string | undefined;
519
+
520
+ ExternalId: string | undefined;
521
+ }
522
+
523
+ export interface DescribedAccess {
524
+ HomeDirectory?: string;
525
+
526
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
527
+
528
+ HomeDirectoryType?: HomeDirectoryType | string;
529
+
530
+ Policy?: string;
531
+
532
+ PosixProfile?: PosixProfile;
533
+
534
+ Role?: string;
535
+
536
+ ExternalId?: string;
537
+ }
538
+ export interface DescribeAccessResponse {
539
+ ServerId: string | undefined;
540
+
541
+ Access: DescribedAccess | undefined;
542
+ }
543
+ export interface DescribeAgreementRequest {
544
+ AgreementId: string | undefined;
545
+
546
+ ServerId: string | undefined;
547
+ }
548
+
549
+ export interface DescribedAgreement {
550
+ Arn: string | undefined;
551
+
552
+ AgreementId?: string;
553
+
554
+ Description?: string;
555
+
556
+ Status?: AgreementStatusType | string;
557
+
558
+ ServerId?: string;
559
+
560
+ LocalProfileId?: string;
561
+
562
+ PartnerProfileId?: string;
563
+
564
+ BaseDirectory?: string;
565
+
566
+ AccessRole?: string;
567
+
568
+ Tags?: Tag[];
569
+ }
570
+ export interface DescribeAgreementResponse {
571
+ Agreement: DescribedAgreement | undefined;
572
+ }
573
+ export interface DescribeCertificateRequest {
574
+ CertificateId: string | undefined;
575
+ }
576
+
577
+ export interface DescribedCertificate {
578
+ Arn: string | undefined;
579
+
580
+ CertificateId?: string;
581
+
582
+ Usage?: CertificateUsageType | string;
583
+
584
+ Status?: CertificateStatusType | string;
585
+
586
+ Certificate?: string;
587
+
588
+ CertificateChain?: string;
589
+
590
+ ActiveDate?: Date;
591
+
592
+ InactiveDate?: Date;
593
+
594
+ Serial?: string;
595
+
596
+ NotBeforeDate?: Date;
597
+
598
+ NotAfterDate?: Date;
599
+
600
+ Type?: CertificateType | string;
601
+
602
+ Description?: string;
603
+
604
+ Tags?: Tag[];
605
+ }
606
+ export interface DescribeCertificateResponse {
607
+ Certificate: DescribedCertificate | undefined;
608
+ }
609
+ export interface DescribeConnectorRequest {
610
+ ConnectorId: string | undefined;
611
+ }
612
+
613
+ export interface DescribedConnector {
614
+ Arn: string | undefined;
615
+
616
+ ConnectorId?: string;
617
+
618
+ Url?: string;
619
+
620
+ As2Config?: As2ConnectorConfig;
621
+
622
+ AccessRole?: string;
623
+
624
+ LoggingRole?: string;
625
+
626
+ Tags?: Tag[];
627
+ }
628
+ export interface DescribeConnectorResponse {
629
+ Connector: DescribedConnector | undefined;
630
+ }
631
+
632
+ export interface S3FileLocation {
633
+ Bucket?: string;
634
+
635
+ Key?: string;
636
+
637
+ VersionId?: string;
638
+
639
+ Etag?: string;
640
+ }
641
+
642
+ export interface FileLocation {
643
+ S3FileLocation?: S3FileLocation;
644
+
645
+ EfsFileLocation?: EfsFileLocation;
646
+ }
647
+
648
+ export interface LoggingConfiguration {
649
+ LoggingRole?: string;
650
+
651
+ LogGroupName?: string;
652
+ }
653
+ export declare enum ExecutionErrorType {
654
+ ALREADY_EXISTS = "ALREADY_EXISTS",
655
+ BAD_REQUEST = "BAD_REQUEST",
656
+ CUSTOM_STEP_FAILED = "CUSTOM_STEP_FAILED",
657
+ INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
658
+ NOT_FOUND = "NOT_FOUND",
659
+ PERMISSION_DENIED = "PERMISSION_DENIED",
660
+ THROTTLED = "THROTTLED",
661
+ TIMEOUT = "TIMEOUT",
662
+ }
663
+
664
+ export interface ExecutionError {
665
+ Type: ExecutionErrorType | string | undefined;
666
+
667
+ Message: string | undefined;
668
+ }
669
+
670
+ export interface ExecutionStepResult {
671
+ StepType?: WorkflowStepType | string;
672
+
673
+ Outputs?: string;
674
+
675
+ Error?: ExecutionError;
676
+ }
677
+
678
+ export interface ExecutionResults {
679
+ Steps?: ExecutionStepResult[];
680
+
681
+ OnExceptionSteps?: ExecutionStepResult[];
682
+ }
683
+
684
+ export interface UserDetails {
685
+ UserName: string | undefined;
686
+
687
+ ServerId: string | undefined;
688
+
689
+ SessionId?: string;
690
+ }
691
+
692
+ export interface ServiceMetadata {
693
+ UserDetails: UserDetails | undefined;
694
+ }
695
+ export declare enum ExecutionStatus {
696
+ COMPLETED = "COMPLETED",
697
+ EXCEPTION = "EXCEPTION",
698
+ HANDLING_EXCEPTION = "HANDLING_EXCEPTION",
699
+ IN_PROGRESS = "IN_PROGRESS",
700
+ }
701
+
702
+ export interface DescribedExecution {
703
+ ExecutionId?: string;
704
+
705
+ InitialFileLocation?: FileLocation;
706
+
707
+ ServiceMetadata?: ServiceMetadata;
708
+
709
+ ExecutionRole?: string;
710
+
711
+ LoggingConfiguration?: LoggingConfiguration;
712
+
713
+ PosixProfile?: PosixProfile;
714
+
715
+ Status?: ExecutionStatus | string;
716
+
717
+ Results?: ExecutionResults;
718
+ }
719
+
720
+ export interface DescribedHostKey {
721
+ Arn: string | undefined;
722
+
723
+ HostKeyId?: string;
724
+
725
+ HostKeyFingerprint?: string;
726
+
727
+ Description?: string;
728
+
729
+ Type?: string;
730
+
731
+ DateImported?: Date;
732
+
733
+ Tags?: Tag[];
734
+ }
735
+
736
+ export interface DescribedProfile {
737
+ Arn: string | undefined;
738
+
739
+ ProfileId?: string;
740
+
741
+ ProfileType?: ProfileType | string;
742
+
743
+ As2Id?: string;
744
+
745
+ CertificateIds?: string[];
746
+
747
+ Tags?: Tag[];
748
+ }
749
+
750
+ export interface DescribedSecurityPolicy {
751
+ Fips?: boolean;
752
+
753
+ SecurityPolicyName: string | undefined;
754
+
755
+ SshCiphers?: string[];
756
+
757
+ SshKexs?: string[];
758
+
759
+ SshMacs?: string[];
760
+
761
+ TlsCiphers?: string[];
762
+ }
763
+ export declare enum State {
764
+ OFFLINE = "OFFLINE",
765
+ ONLINE = "ONLINE",
766
+ STARTING = "STARTING",
767
+ START_FAILED = "START_FAILED",
768
+ STOPPING = "STOPPING",
769
+ STOP_FAILED = "STOP_FAILED",
770
+ }
771
+
772
+ export interface DescribedServer {
773
+ Arn: string | undefined;
774
+
775
+ Certificate?: string;
776
+
777
+ ProtocolDetails?: ProtocolDetails;
778
+
779
+ Domain?: Domain | string;
780
+
781
+ EndpointDetails?: EndpointDetails;
782
+
783
+ EndpointType?: EndpointType | string;
784
+
785
+ HostKeyFingerprint?: string;
786
+
787
+ IdentityProviderDetails?: IdentityProviderDetails;
788
+
789
+ IdentityProviderType?: IdentityProviderType | string;
790
+
791
+ LoggingRole?: string;
792
+
793
+ PostAuthenticationLoginBanner?: string;
794
+
795
+ PreAuthenticationLoginBanner?: string;
796
+
797
+ Protocols?: (Protocol | string)[];
798
+
799
+ SecurityPolicyName?: string;
800
+
801
+ ServerId?: string;
802
+
803
+ State?: State | string;
804
+
805
+ Tags?: Tag[];
806
+
807
+ UserCount?: number;
808
+
809
+ WorkflowDetails?: WorkflowDetails;
810
+ }
811
+
812
+ export interface SshPublicKey {
813
+ DateImported: Date | undefined;
814
+
815
+ SshPublicKeyBody: string | undefined;
816
+
817
+ SshPublicKeyId: string | undefined;
818
+ }
819
+
820
+ export interface DescribedUser {
821
+ Arn: string | undefined;
822
+
823
+ HomeDirectory?: string;
824
+
825
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
826
+
827
+ HomeDirectoryType?: HomeDirectoryType | string;
828
+
829
+ Policy?: string;
830
+
831
+ PosixProfile?: PosixProfile;
832
+
833
+ Role?: string;
834
+
835
+ SshPublicKeys?: SshPublicKey[];
836
+
837
+ Tags?: Tag[];
838
+
839
+ UserName?: string;
840
+ }
841
+
842
+ export interface DescribedWorkflow {
843
+ Arn: string | undefined;
844
+
845
+ Description?: string;
846
+
847
+ Steps?: WorkflowStep[];
848
+
849
+ OnExceptionSteps?: WorkflowStep[];
850
+
851
+ WorkflowId?: string;
852
+
853
+ Tags?: Tag[];
854
+ }
855
+ export interface DescribeExecutionRequest {
856
+ ExecutionId: string | undefined;
857
+
858
+ WorkflowId: string | undefined;
859
+ }
860
+ export interface DescribeExecutionResponse {
861
+ WorkflowId: string | undefined;
862
+
863
+ Execution: DescribedExecution | undefined;
864
+ }
865
+ export interface DescribeHostKeyRequest {
866
+ ServerId: string | undefined;
867
+
868
+ HostKeyId: string | undefined;
869
+ }
870
+ export interface DescribeHostKeyResponse {
871
+ HostKey: DescribedHostKey | undefined;
872
+ }
873
+ export interface DescribeProfileRequest {
874
+ ProfileId: string | undefined;
875
+ }
876
+ export interface DescribeProfileResponse {
877
+ Profile: DescribedProfile | undefined;
878
+ }
879
+ export interface DescribeSecurityPolicyRequest {
880
+ SecurityPolicyName: string | undefined;
881
+ }
882
+ export interface DescribeSecurityPolicyResponse {
883
+ SecurityPolicy: DescribedSecurityPolicy | undefined;
884
+ }
885
+ export interface DescribeServerRequest {
886
+ ServerId: string | undefined;
887
+ }
888
+ export interface DescribeServerResponse {
889
+ Server: DescribedServer | undefined;
890
+ }
891
+ export interface DescribeUserRequest {
892
+ ServerId: string | undefined;
893
+
894
+ UserName: string | undefined;
895
+ }
896
+ export interface DescribeUserResponse {
897
+ ServerId: string | undefined;
898
+
899
+ User: DescribedUser | undefined;
900
+ }
901
+ export interface DescribeWorkflowRequest {
902
+ WorkflowId: string | undefined;
903
+ }
904
+ export interface DescribeWorkflowResponse {
905
+ Workflow: DescribedWorkflow | undefined;
906
+ }
907
+ export interface ImportCertificateRequest {
908
+ Usage: CertificateUsageType | string | undefined;
909
+
910
+ Certificate: string | undefined;
911
+
912
+ CertificateChain?: string;
913
+
914
+ PrivateKey?: string;
915
+
916
+ ActiveDate?: Date;
917
+
918
+ InactiveDate?: Date;
919
+
920
+ Description?: string;
921
+
922
+ Tags?: Tag[];
923
+ }
924
+ export interface ImportCertificateResponse {
925
+ CertificateId: string | undefined;
926
+ }
927
+ export interface ImportHostKeyRequest {
928
+ ServerId: string | undefined;
929
+
930
+ HostKeyBody: string | undefined;
931
+
932
+ Description?: string;
933
+
934
+ Tags?: Tag[];
935
+ }
936
+ export interface ImportHostKeyResponse {
937
+ ServerId: string | undefined;
938
+
939
+ HostKeyId: string | undefined;
940
+ }
941
+ export interface ImportSshPublicKeyRequest {
942
+ ServerId: string | undefined;
943
+
944
+ SshPublicKeyBody: string | undefined;
945
+
946
+ UserName: string | undefined;
947
+ }
948
+
949
+ export interface ImportSshPublicKeyResponse {
950
+ ServerId: string | undefined;
951
+
952
+ SshPublicKeyId: string | undefined;
953
+
954
+ UserName: string | undefined;
955
+ }
956
+
957
+ export declare class InvalidNextTokenException extends __BaseException {
958
+ readonly name: "InvalidNextTokenException";
959
+ readonly $fault: "client";
960
+ Message: string | undefined;
961
+
962
+ constructor(
963
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
964
+ );
965
+ }
966
+ export interface ListAccessesRequest {
967
+ MaxResults?: number;
968
+
969
+ NextToken?: string;
970
+
971
+ ServerId: string | undefined;
972
+ }
973
+
974
+ export interface ListedAccess {
975
+ HomeDirectory?: string;
976
+
977
+ HomeDirectoryType?: HomeDirectoryType | string;
978
+
979
+ Role?: string;
980
+
981
+ ExternalId?: string;
982
+ }
983
+ export interface ListAccessesResponse {
984
+ NextToken?: string;
985
+
986
+ ServerId: string | undefined;
987
+
988
+ Accesses: ListedAccess[] | undefined;
989
+ }
990
+ export interface ListAgreementsRequest {
991
+ MaxResults?: number;
992
+
993
+ NextToken?: string;
994
+
995
+ ServerId: string | undefined;
996
+ }
997
+
998
+ export interface ListedAgreement {
999
+ Arn?: string;
1000
+
1001
+ AgreementId?: string;
1002
+
1003
+ Description?: string;
1004
+
1005
+ Status?: AgreementStatusType | string;
1006
+
1007
+ ServerId?: string;
1008
+
1009
+ LocalProfileId?: string;
1010
+
1011
+ PartnerProfileId?: string;
1012
+ }
1013
+ export interface ListAgreementsResponse {
1014
+ NextToken?: string;
1015
+
1016
+ Agreements: ListedAgreement[] | undefined;
1017
+ }
1018
+ export interface ListCertificatesRequest {
1019
+ MaxResults?: number;
1020
+
1021
+ NextToken?: string;
1022
+ }
1023
+
1024
+ export interface ListedCertificate {
1025
+ Arn?: string;
1026
+
1027
+ CertificateId?: string;
1028
+
1029
+ Usage?: CertificateUsageType | string;
1030
+
1031
+ Status?: CertificateStatusType | string;
1032
+
1033
+ ActiveDate?: Date;
1034
+
1035
+ InactiveDate?: Date;
1036
+
1037
+ Type?: CertificateType | string;
1038
+
1039
+ Description?: string;
1040
+ }
1041
+ export interface ListCertificatesResponse {
1042
+ NextToken?: string;
1043
+
1044
+ Certificates: ListedCertificate[] | undefined;
1045
+ }
1046
+ export interface ListConnectorsRequest {
1047
+ MaxResults?: number;
1048
+
1049
+ NextToken?: string;
1050
+ }
1051
+
1052
+ export interface ListedConnector {
1053
+ Arn?: string;
1054
+
1055
+ ConnectorId?: string;
1056
+
1057
+ Url?: string;
1058
+ }
1059
+ export interface ListConnectorsResponse {
1060
+ NextToken?: string;
1061
+
1062
+ Connectors: ListedConnector[] | undefined;
1063
+ }
1064
+
1065
+ export interface ListedExecution {
1066
+ ExecutionId?: string;
1067
+
1068
+ InitialFileLocation?: FileLocation;
1069
+
1070
+ ServiceMetadata?: ServiceMetadata;
1071
+
1072
+ Status?: ExecutionStatus | string;
1073
+ }
1074
+
1075
+ export interface ListedHostKey {
1076
+ Arn: string | undefined;
1077
+
1078
+ HostKeyId?: string;
1079
+
1080
+ Fingerprint?: string;
1081
+
1082
+ Description?: string;
1083
+
1084
+ Type?: string;
1085
+
1086
+ DateImported?: Date;
1087
+ }
1088
+
1089
+ export interface ListedProfile {
1090
+ Arn?: string;
1091
+
1092
+ ProfileId?: string;
1093
+
1094
+ As2Id?: string;
1095
+
1096
+ ProfileType?: ProfileType | string;
1097
+ }
1098
+
1099
+ export interface ListedServer {
1100
+ Arn: string | undefined;
1101
+
1102
+ Domain?: Domain | string;
1103
+
1104
+ IdentityProviderType?: IdentityProviderType | string;
1105
+
1106
+ EndpointType?: EndpointType | string;
1107
+
1108
+ LoggingRole?: string;
1109
+
1110
+ ServerId?: string;
1111
+
1112
+ State?: State | string;
1113
+
1114
+ UserCount?: number;
1115
+ }
1116
+
1117
+ export interface ListedUser {
1118
+ Arn: string | undefined;
1119
+
1120
+ HomeDirectory?: string;
1121
+
1122
+ HomeDirectoryType?: HomeDirectoryType | string;
1123
+
1124
+ Role?: string;
1125
+
1126
+ SshPublicKeyCount?: number;
1127
+
1128
+ UserName?: string;
1129
+ }
1130
+
1131
+ export interface ListedWorkflow {
1132
+ WorkflowId?: string;
1133
+
1134
+ Description?: string;
1135
+
1136
+ Arn?: string;
1137
+ }
1138
+ export interface ListExecutionsRequest {
1139
+ MaxResults?: number;
1140
+
1141
+ NextToken?: string;
1142
+
1143
+ WorkflowId: string | undefined;
1144
+ }
1145
+ export interface ListExecutionsResponse {
1146
+ NextToken?: string;
1147
+
1148
+ WorkflowId: string | undefined;
1149
+
1150
+ Executions: ListedExecution[] | undefined;
1151
+ }
1152
+ export interface ListHostKeysRequest {
1153
+ MaxResults?: number;
1154
+
1155
+ NextToken?: string;
1156
+
1157
+ ServerId: string | undefined;
1158
+ }
1159
+ export interface ListHostKeysResponse {
1160
+ NextToken?: string;
1161
+
1162
+ ServerId: string | undefined;
1163
+
1164
+ HostKeys: ListedHostKey[] | undefined;
1165
+ }
1166
+ export interface ListProfilesRequest {
1167
+ MaxResults?: number;
1168
+
1169
+ NextToken?: string;
1170
+
1171
+ ProfileType?: ProfileType | string;
1172
+ }
1173
+ export interface ListProfilesResponse {
1174
+ NextToken?: string;
1175
+
1176
+ Profiles: ListedProfile[] | undefined;
1177
+ }
1178
+ export interface ListSecurityPoliciesRequest {
1179
+ MaxResults?: number;
1180
+
1181
+ NextToken?: string;
1182
+ }
1183
+ export interface ListSecurityPoliciesResponse {
1184
+ NextToken?: string;
1185
+
1186
+ SecurityPolicyNames: string[] | undefined;
1187
+ }
1188
+ export interface ListServersRequest {
1189
+ MaxResults?: number;
1190
+
1191
+ NextToken?: string;
1192
+ }
1193
+ export interface ListServersResponse {
1194
+ NextToken?: string;
1195
+
1196
+ Servers: ListedServer[] | undefined;
1197
+ }
1198
+ export interface ListTagsForResourceRequest {
1199
+ Arn: string | undefined;
1200
+
1201
+ MaxResults?: number;
1202
+
1203
+ NextToken?: string;
1204
+ }
1205
+ export interface ListTagsForResourceResponse {
1206
+ Arn?: string;
1207
+
1208
+ NextToken?: string;
1209
+
1210
+ Tags?: Tag[];
1211
+ }
1212
+ export interface ListUsersRequest {
1213
+ MaxResults?: number;
1214
+
1215
+ NextToken?: string;
1216
+
1217
+ ServerId: string | undefined;
1218
+ }
1219
+ export interface ListUsersResponse {
1220
+ NextToken?: string;
1221
+
1222
+ ServerId: string | undefined;
1223
+
1224
+ Users: ListedUser[] | undefined;
1225
+ }
1226
+ export interface ListWorkflowsRequest {
1227
+ MaxResults?: number;
1228
+
1229
+ NextToken?: string;
1230
+ }
1231
+ export interface ListWorkflowsResponse {
1232
+ NextToken?: string;
1233
+
1234
+ Workflows: ListedWorkflow[] | undefined;
1235
+ }
1236
+ export interface SendWorkflowStepStateRequest {
1237
+ WorkflowId: string | undefined;
1238
+
1239
+ ExecutionId: string | undefined;
1240
+
1241
+ Token: string | undefined;
1242
+
1243
+ Status: CustomStepStatus | string | undefined;
1244
+ }
1245
+ export interface SendWorkflowStepStateResponse {}
1246
+ export interface StartFileTransferRequest {
1247
+ ConnectorId: string | undefined;
1248
+
1249
+ SendFilePaths: string[] | undefined;
1250
+ }
1251
+ export interface StartFileTransferResponse {
1252
+ TransferId: string | undefined;
1253
+ }
1254
+ export interface StartServerRequest {
1255
+ ServerId: string | undefined;
1256
+ }
1257
+ export interface StopServerRequest {
1258
+ ServerId: string | undefined;
1259
+ }
1260
+ export interface TagResourceRequest {
1261
+ Arn: string | undefined;
1262
+
1263
+ Tags: Tag[] | undefined;
1264
+ }
1265
+ export interface TestIdentityProviderRequest {
1266
+ ServerId: string | undefined;
1267
+
1268
+ ServerProtocol?: Protocol | string;
1269
+
1270
+ SourceIp?: string;
1271
+
1272
+ UserName: string | undefined;
1273
+
1274
+ UserPassword?: string;
1275
+ }
1276
+ export interface TestIdentityProviderResponse {
1277
+ Response?: string;
1278
+
1279
+ StatusCode: number | undefined;
1280
+
1281
+ Message?: string;
1282
+
1283
+ Url: string | undefined;
1284
+ }
1285
+ export interface UntagResourceRequest {
1286
+ Arn: string | undefined;
1287
+
1288
+ TagKeys: string[] | undefined;
1289
+ }
1290
+ export interface UpdateAccessRequest {
1291
+ HomeDirectory?: string;
1292
+
1293
+ HomeDirectoryType?: HomeDirectoryType | string;
1294
+
1295
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
1296
+
1297
+ Policy?: string;
1298
+
1299
+ PosixProfile?: PosixProfile;
1300
+
1301
+ Role?: string;
1302
+
1303
+ ServerId: string | undefined;
1304
+
1305
+ ExternalId: string | undefined;
1306
+ }
1307
+ export interface UpdateAccessResponse {
1308
+ ServerId: string | undefined;
1309
+
1310
+ ExternalId: string | undefined;
1311
+ }
1312
+ export interface UpdateAgreementRequest {
1313
+ AgreementId: string | undefined;
1314
+
1315
+ ServerId: string | undefined;
1316
+
1317
+ Description?: string;
1318
+
1319
+ Status?: AgreementStatusType | string;
1320
+
1321
+ LocalProfileId?: string;
1322
+
1323
+ PartnerProfileId?: string;
1324
+
1325
+ BaseDirectory?: string;
1326
+
1327
+ AccessRole?: string;
1328
+ }
1329
+ export interface UpdateAgreementResponse {
1330
+ AgreementId: string | undefined;
1331
+ }
1332
+ export interface UpdateCertificateRequest {
1333
+ CertificateId: string | undefined;
1334
+
1335
+ ActiveDate?: Date;
1336
+
1337
+ InactiveDate?: Date;
1338
+
1339
+ Description?: string;
1340
+ }
1341
+ export interface UpdateCertificateResponse {
1342
+ CertificateId: string | undefined;
1343
+ }
1344
+ export interface UpdateConnectorRequest {
1345
+ ConnectorId: string | undefined;
1346
+
1347
+ Url?: string;
1348
+
1349
+ As2Config?: As2ConnectorConfig;
1350
+
1351
+ AccessRole?: string;
1352
+
1353
+ LoggingRole?: string;
1354
+ }
1355
+ export interface UpdateConnectorResponse {
1356
+ ConnectorId: string | undefined;
1357
+ }
1358
+ export interface UpdateHostKeyRequest {
1359
+ ServerId: string | undefined;
1360
+
1361
+ HostKeyId: string | undefined;
1362
+
1363
+ Description: string | undefined;
1364
+ }
1365
+ export interface UpdateHostKeyResponse {
1366
+ ServerId: string | undefined;
1367
+
1368
+ HostKeyId: string | undefined;
1369
+ }
1370
+ export interface UpdateProfileRequest {
1371
+ ProfileId: string | undefined;
1372
+
1373
+ CertificateIds?: string[];
1374
+ }
1375
+ export interface UpdateProfileResponse {
1376
+ ProfileId: string | undefined;
1377
+ }
1378
+ export interface UpdateServerRequest {
1379
+ Certificate?: string;
1380
+
1381
+ ProtocolDetails?: ProtocolDetails;
1382
+
1383
+ EndpointDetails?: EndpointDetails;
1384
+
1385
+ EndpointType?: EndpointType | string;
1386
+
1387
+ HostKey?: string;
1388
+
1389
+ IdentityProviderDetails?: IdentityProviderDetails;
1390
+
1391
+ LoggingRole?: string;
1392
+
1393
+ PostAuthenticationLoginBanner?: string;
1394
+
1395
+ PreAuthenticationLoginBanner?: string;
1396
+
1397
+ Protocols?: (Protocol | string)[];
1398
+
1399
+ SecurityPolicyName?: string;
1400
+
1401
+ ServerId: string | undefined;
1402
+
1403
+ WorkflowDetails?: WorkflowDetails;
1404
+ }
1405
+ export interface UpdateServerResponse {
1406
+ ServerId: string | undefined;
1407
+ }
1408
+ export interface UpdateUserRequest {
1409
+ HomeDirectory?: string;
1410
+
1411
+ HomeDirectoryType?: HomeDirectoryType | string;
1412
+
1413
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
1414
+
1415
+ Policy?: string;
1416
+
1417
+ PosixProfile?: PosixProfile;
1418
+
1419
+ Role?: string;
1420
+
1421
+ ServerId: string | undefined;
1422
+
1423
+ UserName: string | undefined;
1424
+ }
1425
+
1426
+ export interface UpdateUserResponse {
1427
+ ServerId: string | undefined;
1428
+
1429
+ UserName: string | undefined;
1430
+ }
1431
+
1432
+ export declare const As2ConnectorConfigFilterSensitiveLog: (
1433
+ obj: As2ConnectorConfig
1434
+ ) => any;
1435
+
1436
+ export declare const EfsFileLocationFilterSensitiveLog: (
1437
+ obj: EfsFileLocation
1438
+ ) => any;
1439
+
1440
+ export declare const S3InputFileLocationFilterSensitiveLog: (
1441
+ obj: S3InputFileLocation
1442
+ ) => any;
1443
+
1444
+ export declare const InputFileLocationFilterSensitiveLog: (
1445
+ obj: InputFileLocation
1446
+ ) => any;
1447
+
1448
+ export declare const CopyStepDetailsFilterSensitiveLog: (
1449
+ obj: CopyStepDetails
1450
+ ) => any;
1451
+
1452
+ export declare const HomeDirectoryMapEntryFilterSensitiveLog: (
1453
+ obj: HomeDirectoryMapEntry
1454
+ ) => any;
1455
+
1456
+ export declare const PosixProfileFilterSensitiveLog: (obj: PosixProfile) => any;
1457
+
1458
+ export declare const CreateAccessRequestFilterSensitiveLog: (
1459
+ obj: CreateAccessRequest
1460
+ ) => any;
1461
+
1462
+ export declare const CreateAccessResponseFilterSensitiveLog: (
1463
+ obj: CreateAccessResponse
1464
+ ) => any;
1465
+
1466
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1467
+
1468
+ export declare const CreateAgreementRequestFilterSensitiveLog: (
1469
+ obj: CreateAgreementRequest
1470
+ ) => any;
1471
+
1472
+ export declare const CreateAgreementResponseFilterSensitiveLog: (
1473
+ obj: CreateAgreementResponse
1474
+ ) => any;
1475
+
1476
+ export declare const CreateConnectorRequestFilterSensitiveLog: (
1477
+ obj: CreateConnectorRequest
1478
+ ) => any;
1479
+
1480
+ export declare const CreateConnectorResponseFilterSensitiveLog: (
1481
+ obj: CreateConnectorResponse
1482
+ ) => any;
1483
+
1484
+ export declare const CreateProfileRequestFilterSensitiveLog: (
1485
+ obj: CreateProfileRequest
1486
+ ) => any;
1487
+
1488
+ export declare const CreateProfileResponseFilterSensitiveLog: (
1489
+ obj: CreateProfileResponse
1490
+ ) => any;
1491
+
1492
+ export declare const EndpointDetailsFilterSensitiveLog: (
1493
+ obj: EndpointDetails
1494
+ ) => any;
1495
+
1496
+ export declare const IdentityProviderDetailsFilterSensitiveLog: (
1497
+ obj: IdentityProviderDetails
1498
+ ) => any;
1499
+
1500
+ export declare const ProtocolDetailsFilterSensitiveLog: (
1501
+ obj: ProtocolDetails
1502
+ ) => any;
1503
+
1504
+ export declare const WorkflowDetailFilterSensitiveLog: (
1505
+ obj: WorkflowDetail
1506
+ ) => any;
1507
+
1508
+ export declare const WorkflowDetailsFilterSensitiveLog: (
1509
+ obj: WorkflowDetails
1510
+ ) => any;
1511
+
1512
+ export declare const CreateServerRequestFilterSensitiveLog: (
1513
+ obj: CreateServerRequest
1514
+ ) => any;
1515
+
1516
+ export declare const CreateServerResponseFilterSensitiveLog: (
1517
+ obj: CreateServerResponse
1518
+ ) => any;
1519
+
1520
+ export declare const CreateUserRequestFilterSensitiveLog: (
1521
+ obj: CreateUserRequest
1522
+ ) => any;
1523
+
1524
+ export declare const CreateUserResponseFilterSensitiveLog: (
1525
+ obj: CreateUserResponse
1526
+ ) => any;
1527
+
1528
+ export declare const CustomStepDetailsFilterSensitiveLog: (
1529
+ obj: CustomStepDetails
1530
+ ) => any;
1531
+
1532
+ export declare const DeleteStepDetailsFilterSensitiveLog: (
1533
+ obj: DeleteStepDetails
1534
+ ) => any;
1535
+
1536
+ export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
1537
+
1538
+ export declare const TagStepDetailsFilterSensitiveLog: (
1539
+ obj: TagStepDetails
1540
+ ) => any;
1541
+
1542
+ export declare const WorkflowStepFilterSensitiveLog: (obj: WorkflowStep) => any;
1543
+
1544
+ export declare const CreateWorkflowRequestFilterSensitiveLog: (
1545
+ obj: CreateWorkflowRequest
1546
+ ) => any;
1547
+
1548
+ export declare const CreateWorkflowResponseFilterSensitiveLog: (
1549
+ obj: CreateWorkflowResponse
1550
+ ) => any;
1551
+
1552
+ export declare const DeleteAccessRequestFilterSensitiveLog: (
1553
+ obj: DeleteAccessRequest
1554
+ ) => any;
1555
+
1556
+ export declare const DeleteAgreementRequestFilterSensitiveLog: (
1557
+ obj: DeleteAgreementRequest
1558
+ ) => any;
1559
+
1560
+ export declare const DeleteCertificateRequestFilterSensitiveLog: (
1561
+ obj: DeleteCertificateRequest
1562
+ ) => any;
1563
+
1564
+ export declare const DeleteConnectorRequestFilterSensitiveLog: (
1565
+ obj: DeleteConnectorRequest
1566
+ ) => any;
1567
+
1568
+ export declare const DeleteHostKeyRequestFilterSensitiveLog: (
1569
+ obj: DeleteHostKeyRequest
1570
+ ) => any;
1571
+
1572
+ export declare const DeleteProfileRequestFilterSensitiveLog: (
1573
+ obj: DeleteProfileRequest
1574
+ ) => any;
1575
+
1576
+ export declare const DeleteServerRequestFilterSensitiveLog: (
1577
+ obj: DeleteServerRequest
1578
+ ) => any;
1579
+
1580
+ export declare const DeleteSshPublicKeyRequestFilterSensitiveLog: (
1581
+ obj: DeleteSshPublicKeyRequest
1582
+ ) => any;
1583
+
1584
+ export declare const DeleteUserRequestFilterSensitiveLog: (
1585
+ obj: DeleteUserRequest
1586
+ ) => any;
1587
+
1588
+ export declare const DeleteWorkflowRequestFilterSensitiveLog: (
1589
+ obj: DeleteWorkflowRequest
1590
+ ) => any;
1591
+
1592
+ export declare const DescribeAccessRequestFilterSensitiveLog: (
1593
+ obj: DescribeAccessRequest
1594
+ ) => any;
1595
+
1596
+ export declare const DescribedAccessFilterSensitiveLog: (
1597
+ obj: DescribedAccess
1598
+ ) => any;
1599
+
1600
+ export declare const DescribeAccessResponseFilterSensitiveLog: (
1601
+ obj: DescribeAccessResponse
1602
+ ) => any;
1603
+
1604
+ export declare const DescribeAgreementRequestFilterSensitiveLog: (
1605
+ obj: DescribeAgreementRequest
1606
+ ) => any;
1607
+
1608
+ export declare const DescribedAgreementFilterSensitiveLog: (
1609
+ obj: DescribedAgreement
1610
+ ) => any;
1611
+
1612
+ export declare const DescribeAgreementResponseFilterSensitiveLog: (
1613
+ obj: DescribeAgreementResponse
1614
+ ) => any;
1615
+
1616
+ export declare const DescribeCertificateRequestFilterSensitiveLog: (
1617
+ obj: DescribeCertificateRequest
1618
+ ) => any;
1619
+
1620
+ export declare const DescribedCertificateFilterSensitiveLog: (
1621
+ obj: DescribedCertificate
1622
+ ) => any;
1623
+
1624
+ export declare const DescribeCertificateResponseFilterSensitiveLog: (
1625
+ obj: DescribeCertificateResponse
1626
+ ) => any;
1627
+
1628
+ export declare const DescribeConnectorRequestFilterSensitiveLog: (
1629
+ obj: DescribeConnectorRequest
1630
+ ) => any;
1631
+
1632
+ export declare const DescribedConnectorFilterSensitiveLog: (
1633
+ obj: DescribedConnector
1634
+ ) => any;
1635
+
1636
+ export declare const DescribeConnectorResponseFilterSensitiveLog: (
1637
+ obj: DescribeConnectorResponse
1638
+ ) => any;
1639
+
1640
+ export declare const S3FileLocationFilterSensitiveLog: (
1641
+ obj: S3FileLocation
1642
+ ) => any;
1643
+
1644
+ export declare const FileLocationFilterSensitiveLog: (obj: FileLocation) => any;
1645
+
1646
+ export declare const LoggingConfigurationFilterSensitiveLog: (
1647
+ obj: LoggingConfiguration
1648
+ ) => any;
1649
+
1650
+ export declare const ExecutionErrorFilterSensitiveLog: (
1651
+ obj: ExecutionError
1652
+ ) => any;
1653
+
1654
+ export declare const ExecutionStepResultFilterSensitiveLog: (
1655
+ obj: ExecutionStepResult
1656
+ ) => any;
1657
+
1658
+ export declare const ExecutionResultsFilterSensitiveLog: (
1659
+ obj: ExecutionResults
1660
+ ) => any;
1661
+
1662
+ export declare const UserDetailsFilterSensitiveLog: (obj: UserDetails) => any;
1663
+
1664
+ export declare const ServiceMetadataFilterSensitiveLog: (
1665
+ obj: ServiceMetadata
1666
+ ) => any;
1667
+
1668
+ export declare const DescribedExecutionFilterSensitiveLog: (
1669
+ obj: DescribedExecution
1670
+ ) => any;
1671
+
1672
+ export declare const DescribedHostKeyFilterSensitiveLog: (
1673
+ obj: DescribedHostKey
1674
+ ) => any;
1675
+
1676
+ export declare const DescribedProfileFilterSensitiveLog: (
1677
+ obj: DescribedProfile
1678
+ ) => any;
1679
+
1680
+ export declare const DescribedSecurityPolicyFilterSensitiveLog: (
1681
+ obj: DescribedSecurityPolicy
1682
+ ) => any;
1683
+
1684
+ export declare const DescribedServerFilterSensitiveLog: (
1685
+ obj: DescribedServer
1686
+ ) => any;
1687
+
1688
+ export declare const SshPublicKeyFilterSensitiveLog: (obj: SshPublicKey) => any;
1689
+
1690
+ export declare const DescribedUserFilterSensitiveLog: (
1691
+ obj: DescribedUser
1692
+ ) => any;
1693
+
1694
+ export declare const DescribedWorkflowFilterSensitiveLog: (
1695
+ obj: DescribedWorkflow
1696
+ ) => any;
1697
+
1698
+ export declare const DescribeExecutionRequestFilterSensitiveLog: (
1699
+ obj: DescribeExecutionRequest
1700
+ ) => any;
1701
+
1702
+ export declare const DescribeExecutionResponseFilterSensitiveLog: (
1703
+ obj: DescribeExecutionResponse
1704
+ ) => any;
1705
+
1706
+ export declare const DescribeHostKeyRequestFilterSensitiveLog: (
1707
+ obj: DescribeHostKeyRequest
1708
+ ) => any;
1709
+
1710
+ export declare const DescribeHostKeyResponseFilterSensitiveLog: (
1711
+ obj: DescribeHostKeyResponse
1712
+ ) => any;
1713
+
1714
+ export declare const DescribeProfileRequestFilterSensitiveLog: (
1715
+ obj: DescribeProfileRequest
1716
+ ) => any;
1717
+
1718
+ export declare const DescribeProfileResponseFilterSensitiveLog: (
1719
+ obj: DescribeProfileResponse
1720
+ ) => any;
1721
+
1722
+ export declare const DescribeSecurityPolicyRequestFilterSensitiveLog: (
1723
+ obj: DescribeSecurityPolicyRequest
1724
+ ) => any;
1725
+
1726
+ export declare const DescribeSecurityPolicyResponseFilterSensitiveLog: (
1727
+ obj: DescribeSecurityPolicyResponse
1728
+ ) => any;
1729
+
1730
+ export declare const DescribeServerRequestFilterSensitiveLog: (
1731
+ obj: DescribeServerRequest
1732
+ ) => any;
1733
+
1734
+ export declare const DescribeServerResponseFilterSensitiveLog: (
1735
+ obj: DescribeServerResponse
1736
+ ) => any;
1737
+
1738
+ export declare const DescribeUserRequestFilterSensitiveLog: (
1739
+ obj: DescribeUserRequest
1740
+ ) => any;
1741
+
1742
+ export declare const DescribeUserResponseFilterSensitiveLog: (
1743
+ obj: DescribeUserResponse
1744
+ ) => any;
1745
+
1746
+ export declare const DescribeWorkflowRequestFilterSensitiveLog: (
1747
+ obj: DescribeWorkflowRequest
1748
+ ) => any;
1749
+
1750
+ export declare const DescribeWorkflowResponseFilterSensitiveLog: (
1751
+ obj: DescribeWorkflowResponse
1752
+ ) => any;
1753
+
1754
+ export declare const ImportCertificateRequestFilterSensitiveLog: (
1755
+ obj: ImportCertificateRequest
1756
+ ) => any;
1757
+
1758
+ export declare const ImportCertificateResponseFilterSensitiveLog: (
1759
+ obj: ImportCertificateResponse
1760
+ ) => any;
1761
+
1762
+ export declare const ImportHostKeyRequestFilterSensitiveLog: (
1763
+ obj: ImportHostKeyRequest
1764
+ ) => any;
1765
+
1766
+ export declare const ImportHostKeyResponseFilterSensitiveLog: (
1767
+ obj: ImportHostKeyResponse
1768
+ ) => any;
1769
+
1770
+ export declare const ImportSshPublicKeyRequestFilterSensitiveLog: (
1771
+ obj: ImportSshPublicKeyRequest
1772
+ ) => any;
1773
+
1774
+ export declare const ImportSshPublicKeyResponseFilterSensitiveLog: (
1775
+ obj: ImportSshPublicKeyResponse
1776
+ ) => any;
1777
+
1778
+ export declare const ListAccessesRequestFilterSensitiveLog: (
1779
+ obj: ListAccessesRequest
1780
+ ) => any;
1781
+
1782
+ export declare const ListedAccessFilterSensitiveLog: (obj: ListedAccess) => any;
1783
+
1784
+ export declare const ListAccessesResponseFilterSensitiveLog: (
1785
+ obj: ListAccessesResponse
1786
+ ) => any;
1787
+
1788
+ export declare const ListAgreementsRequestFilterSensitiveLog: (
1789
+ obj: ListAgreementsRequest
1790
+ ) => any;
1791
+
1792
+ export declare const ListedAgreementFilterSensitiveLog: (
1793
+ obj: ListedAgreement
1794
+ ) => any;
1795
+
1796
+ export declare const ListAgreementsResponseFilterSensitiveLog: (
1797
+ obj: ListAgreementsResponse
1798
+ ) => any;
1799
+
1800
+ export declare const ListCertificatesRequestFilterSensitiveLog: (
1801
+ obj: ListCertificatesRequest
1802
+ ) => any;
1803
+
1804
+ export declare const ListedCertificateFilterSensitiveLog: (
1805
+ obj: ListedCertificate
1806
+ ) => any;
1807
+
1808
+ export declare const ListCertificatesResponseFilterSensitiveLog: (
1809
+ obj: ListCertificatesResponse
1810
+ ) => any;
1811
+
1812
+ export declare const ListConnectorsRequestFilterSensitiveLog: (
1813
+ obj: ListConnectorsRequest
1814
+ ) => any;
1815
+
1816
+ export declare const ListedConnectorFilterSensitiveLog: (
1817
+ obj: ListedConnector
1818
+ ) => any;
1819
+
1820
+ export declare const ListConnectorsResponseFilterSensitiveLog: (
1821
+ obj: ListConnectorsResponse
1822
+ ) => any;
1823
+
1824
+ export declare const ListedExecutionFilterSensitiveLog: (
1825
+ obj: ListedExecution
1826
+ ) => any;
1827
+
1828
+ export declare const ListedHostKeyFilterSensitiveLog: (
1829
+ obj: ListedHostKey
1830
+ ) => any;
1831
+
1832
+ export declare const ListedProfileFilterSensitiveLog: (
1833
+ obj: ListedProfile
1834
+ ) => any;
1835
+
1836
+ export declare const ListedServerFilterSensitiveLog: (obj: ListedServer) => any;
1837
+
1838
+ export declare const ListedUserFilterSensitiveLog: (obj: ListedUser) => any;
1839
+
1840
+ export declare const ListedWorkflowFilterSensitiveLog: (
1841
+ obj: ListedWorkflow
1842
+ ) => any;
1843
+
1844
+ export declare const ListExecutionsRequestFilterSensitiveLog: (
1845
+ obj: ListExecutionsRequest
1846
+ ) => any;
1847
+
1848
+ export declare const ListExecutionsResponseFilterSensitiveLog: (
1849
+ obj: ListExecutionsResponse
1850
+ ) => any;
1851
+
1852
+ export declare const ListHostKeysRequestFilterSensitiveLog: (
1853
+ obj: ListHostKeysRequest
1854
+ ) => any;
1855
+
1856
+ export declare const ListHostKeysResponseFilterSensitiveLog: (
1857
+ obj: ListHostKeysResponse
1858
+ ) => any;
1859
+
1860
+ export declare const ListProfilesRequestFilterSensitiveLog: (
1861
+ obj: ListProfilesRequest
1862
+ ) => any;
1863
+
1864
+ export declare const ListProfilesResponseFilterSensitiveLog: (
1865
+ obj: ListProfilesResponse
1866
+ ) => any;
1867
+
1868
+ export declare const ListSecurityPoliciesRequestFilterSensitiveLog: (
1869
+ obj: ListSecurityPoliciesRequest
1870
+ ) => any;
1871
+
1872
+ export declare const ListSecurityPoliciesResponseFilterSensitiveLog: (
1873
+ obj: ListSecurityPoliciesResponse
1874
+ ) => any;
1875
+
1876
+ export declare const ListServersRequestFilterSensitiveLog: (
1877
+ obj: ListServersRequest
1878
+ ) => any;
1879
+
1880
+ export declare const ListServersResponseFilterSensitiveLog: (
1881
+ obj: ListServersResponse
1882
+ ) => any;
1883
+
1884
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1885
+ obj: ListTagsForResourceRequest
1886
+ ) => any;
1887
+
1888
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1889
+ obj: ListTagsForResourceResponse
1890
+ ) => any;
1891
+
1892
+ export declare const ListUsersRequestFilterSensitiveLog: (
1893
+ obj: ListUsersRequest
1894
+ ) => any;
1895
+
1896
+ export declare const ListUsersResponseFilterSensitiveLog: (
1897
+ obj: ListUsersResponse
1898
+ ) => any;
1899
+
1900
+ export declare const ListWorkflowsRequestFilterSensitiveLog: (
1901
+ obj: ListWorkflowsRequest
1902
+ ) => any;
1903
+
1904
+ export declare const ListWorkflowsResponseFilterSensitiveLog: (
1905
+ obj: ListWorkflowsResponse
1906
+ ) => any;
1907
+
1908
+ export declare const SendWorkflowStepStateRequestFilterSensitiveLog: (
1909
+ obj: SendWorkflowStepStateRequest
1910
+ ) => any;
1911
+
1912
+ export declare const SendWorkflowStepStateResponseFilterSensitiveLog: (
1913
+ obj: SendWorkflowStepStateResponse
1914
+ ) => any;
1915
+
1916
+ export declare const StartFileTransferRequestFilterSensitiveLog: (
1917
+ obj: StartFileTransferRequest
1918
+ ) => any;
1919
+
1920
+ export declare const StartFileTransferResponseFilterSensitiveLog: (
1921
+ obj: StartFileTransferResponse
1922
+ ) => any;
1923
+
1924
+ export declare const StartServerRequestFilterSensitiveLog: (
1925
+ obj: StartServerRequest
1926
+ ) => any;
1927
+
1928
+ export declare const StopServerRequestFilterSensitiveLog: (
1929
+ obj: StopServerRequest
1930
+ ) => any;
1931
+
1932
+ export declare const TagResourceRequestFilterSensitiveLog: (
1933
+ obj: TagResourceRequest
1934
+ ) => any;
1935
+
1936
+ export declare const TestIdentityProviderRequestFilterSensitiveLog: (
1937
+ obj: TestIdentityProviderRequest
1938
+ ) => any;
1939
+
1940
+ export declare const TestIdentityProviderResponseFilterSensitiveLog: (
1941
+ obj: TestIdentityProviderResponse
1942
+ ) => any;
1943
+
1944
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1945
+ obj: UntagResourceRequest
1946
+ ) => any;
1947
+
1948
+ export declare const UpdateAccessRequestFilterSensitiveLog: (
1949
+ obj: UpdateAccessRequest
1950
+ ) => any;
1951
+
1952
+ export declare const UpdateAccessResponseFilterSensitiveLog: (
1953
+ obj: UpdateAccessResponse
1954
+ ) => any;
1955
+
1956
+ export declare const UpdateAgreementRequestFilterSensitiveLog: (
1957
+ obj: UpdateAgreementRequest
1958
+ ) => any;
1959
+
1960
+ export declare const UpdateAgreementResponseFilterSensitiveLog: (
1961
+ obj: UpdateAgreementResponse
1962
+ ) => any;
1963
+
1964
+ export declare const UpdateCertificateRequestFilterSensitiveLog: (
1965
+ obj: UpdateCertificateRequest
1966
+ ) => any;
1967
+
1968
+ export declare const UpdateCertificateResponseFilterSensitiveLog: (
1969
+ obj: UpdateCertificateResponse
1970
+ ) => any;
1971
+
1972
+ export declare const UpdateConnectorRequestFilterSensitiveLog: (
1973
+ obj: UpdateConnectorRequest
1974
+ ) => any;
1975
+
1976
+ export declare const UpdateConnectorResponseFilterSensitiveLog: (
1977
+ obj: UpdateConnectorResponse
1978
+ ) => any;
1979
+
1980
+ export declare const UpdateHostKeyRequestFilterSensitiveLog: (
1981
+ obj: UpdateHostKeyRequest
1982
+ ) => any;
1983
+
1984
+ export declare const UpdateHostKeyResponseFilterSensitiveLog: (
1985
+ obj: UpdateHostKeyResponse
1986
+ ) => any;
1987
+
1988
+ export declare const UpdateProfileRequestFilterSensitiveLog: (
1989
+ obj: UpdateProfileRequest
1990
+ ) => any;
1991
+
1992
+ export declare const UpdateProfileResponseFilterSensitiveLog: (
1993
+ obj: UpdateProfileResponse
1994
+ ) => any;
1995
+
1996
+ export declare const UpdateServerRequestFilterSensitiveLog: (
1997
+ obj: UpdateServerRequest
1998
+ ) => any;
1999
+
2000
+ export declare const UpdateServerResponseFilterSensitiveLog: (
2001
+ obj: UpdateServerResponse
2002
+ ) => any;
2003
+
2004
+ export declare const UpdateUserRequestFilterSensitiveLog: (
2005
+ obj: UpdateUserRequest
2006
+ ) => any;
2007
+
2008
+ export declare const UpdateUserResponseFilterSensitiveLog: (
2009
+ obj: UpdateUserResponse
2010
+ ) => any;