@aws-sdk/client-transfer 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/CHANGELOG.md +19 -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 +990 -270
  31. package/dist-types/ts3.4/TransferClient.d.ts +452 -126
  32. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +31 -17
  42. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +30 -17
  43. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +30 -0
  44. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +30 -17
  45. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +31 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +35 -17
  50. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +35 -0
  55. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +36 -17
  61. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +35 -0
  62. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +32 -0
  69. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  74. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +36 -17
  77. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +30 -17
  78. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +30 -17
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  80. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  82. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +35 -17
  84. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +36 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +35 -0
  87. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +35 -17
  88. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -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 +7 -6
  94. package/dist-types/ts3.4/models/index.d.ts +1 -1
  95. package/dist-types/ts3.4/models/models_0.d.ts +1435 -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 +65 -38
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  114. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  115. package/dist-types/ts3.4/waiters/waitForServerOffline.d.ts +11 -7
  116. package/dist-types/ts3.4/waiters/waitForServerOnline.d.ts +11 -7
  117. package/package.json +35 -35
@@ -1,1748 +1,1435 @@
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
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ Message?: string;
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
+ );
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
+ export interface As2ConnectorConfig {
44
+ LocalProfileId?: string;
45
+ PartnerProfileId?: string;
46
+ MessageSubject?: string;
47
+ Compression?: CompressionEnum | string;
48
+ EncryptionAlgorithm?: EncryptionAlg | string;
49
+ SigningAlgorithm?: SigningAlg | string;
50
+ MdnSigningAlgorithm?: MdnSigningAlg | string;
51
+ MdnResponse?: MdnResponse | string;
52
+ }
53
+ export declare enum As2Transport {
54
+ HTTP = "HTTP",
55
+ }
56
+ export declare enum CertificateStatusType {
57
+ ACTIVE = "ACTIVE",
58
+ INACTIVE = "INACTIVE",
59
+ PENDING_ROTATION = "PENDING_ROTATION",
60
+ }
61
+ export declare enum CertificateType {
62
+ CERTIFICATE = "CERTIFICATE",
63
+ CERTIFICATE_WITH_PRIVATE_KEY = "CERTIFICATE_WITH_PRIVATE_KEY",
64
+ }
65
+ export declare enum CertificateUsageType {
66
+ ENCRYPTION = "ENCRYPTION",
67
+ SIGNING = "SIGNING",
68
+ }
69
+ export declare class ConflictException extends __BaseException {
70
+ readonly name: "ConflictException";
71
+ readonly $fault: "client";
72
+ Message: string | undefined;
73
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
74
+ }
75
+ export interface EfsFileLocation {
76
+ FileSystemId?: string;
77
+ Path?: string;
78
+ }
79
+ export interface S3InputFileLocation {
80
+ Bucket?: string;
81
+ Key?: string;
82
+ }
83
+ export interface InputFileLocation {
84
+ S3FileLocation?: S3InputFileLocation;
85
+ EfsFileLocation?: EfsFileLocation;
86
+ }
87
+ export declare enum OverwriteExisting {
88
+ FALSE = "FALSE",
89
+ TRUE = "TRUE",
90
+ }
91
+ export interface CopyStepDetails {
92
+ Name?: string;
93
+ DestinationFileLocation?: InputFileLocation;
94
+ OverwriteExisting?: OverwriteExisting | string;
95
+ SourceFileLocation?: string;
96
+ }
97
+ export interface HomeDirectoryMapEntry {
98
+ Entry: string | undefined;
99
+ Target: string | undefined;
100
+ }
101
+ export declare enum HomeDirectoryType {
102
+ LOGICAL = "LOGICAL",
103
+ PATH = "PATH",
104
+ }
105
+ export interface PosixProfile {
106
+ Uid: number | undefined;
107
+ Gid: number | undefined;
108
+ SecondaryGids?: number[];
109
+ }
110
+ export interface CreateAccessRequest {
111
+ HomeDirectory?: string;
112
+ HomeDirectoryType?: HomeDirectoryType | string;
113
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
114
+ Policy?: string;
115
+ PosixProfile?: PosixProfile;
116
+ Role: string | undefined;
117
+ ServerId: string | undefined;
118
+ ExternalId: string | undefined;
119
+ }
120
+ export interface CreateAccessResponse {
121
+ ServerId: string | undefined;
122
+ ExternalId: string | undefined;
123
+ }
124
+ export declare class InternalServiceError extends __BaseException {
125
+ readonly name: "InternalServiceError";
126
+ readonly $fault: "server";
127
+ Message: string | undefined;
128
+ constructor(
129
+ opts: __ExceptionOptionType<InternalServiceError, __BaseException>
130
+ );
131
+ }
132
+ export declare class InvalidRequestException extends __BaseException {
133
+ readonly name: "InvalidRequestException";
134
+ readonly $fault: "client";
135
+ Message: string | undefined;
136
+ constructor(
137
+ opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
138
+ );
139
+ }
140
+ export declare class ResourceExistsException extends __BaseException {
141
+ readonly name: "ResourceExistsException";
142
+ readonly $fault: "client";
143
+ Message: string | undefined;
144
+ Resource: string | undefined;
145
+ ResourceType: string | undefined;
146
+ constructor(
147
+ opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
148
+ );
149
+ }
150
+ export declare class ResourceNotFoundException extends __BaseException {
151
+ readonly name: "ResourceNotFoundException";
152
+ readonly $fault: "client";
153
+ Message: string | undefined;
154
+ Resource: string | undefined;
155
+ ResourceType: string | undefined;
156
+ constructor(
157
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
158
+ );
159
+ }
160
+ export declare class ServiceUnavailableException extends __BaseException {
161
+ readonly name: "ServiceUnavailableException";
162
+ readonly $fault: "server";
163
+ Message?: string;
164
+ constructor(
165
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
166
+ );
167
+ }
168
+ export interface Tag {
169
+ Key: string | undefined;
170
+ Value: string | undefined;
171
+ }
172
+ export interface CreateAgreementRequest {
173
+ Description?: string;
174
+ ServerId: string | undefined;
175
+ LocalProfileId: string | undefined;
176
+ PartnerProfileId: string | undefined;
177
+ BaseDirectory: string | undefined;
178
+ AccessRole: string | undefined;
179
+ Status?: AgreementStatusType | string;
180
+ Tags?: Tag[];
181
+ }
182
+ export interface CreateAgreementResponse {
183
+ AgreementId: string | undefined;
184
+ }
185
+ export interface CreateConnectorRequest {
186
+ Url: string | undefined;
187
+ As2Config: As2ConnectorConfig | undefined;
188
+ AccessRole: string | undefined;
189
+ LoggingRole?: string;
190
+ Tags?: Tag[];
191
+ }
192
+ export interface CreateConnectorResponse {
193
+ ConnectorId: string | undefined;
194
+ }
195
+ export declare enum ProfileType {
196
+ LOCAL = "LOCAL",
197
+ PARTNER = "PARTNER",
198
+ }
199
+ export interface CreateProfileRequest {
200
+ As2Id: string | undefined;
201
+ ProfileType: ProfileType | string | undefined;
202
+ CertificateIds?: string[];
203
+ Tags?: Tag[];
204
+ }
205
+ export interface CreateProfileResponse {
206
+ ProfileId: string | undefined;
207
+ }
208
+ export declare enum Domain {
209
+ EFS = "EFS",
210
+ S3 = "S3",
211
+ }
212
+ export interface EndpointDetails {
213
+ AddressAllocationIds?: string[];
214
+ SubnetIds?: string[];
215
+ VpcEndpointId?: string;
216
+ VpcId?: string;
217
+ SecurityGroupIds?: string[];
218
+ }
219
+ export declare enum EndpointType {
220
+ PUBLIC = "PUBLIC",
221
+ VPC = "VPC",
222
+ VPC_ENDPOINT = "VPC_ENDPOINT",
223
+ }
224
+ export interface IdentityProviderDetails {
225
+ Url?: string;
226
+ InvocationRole?: string;
227
+ DirectoryId?: string;
228
+ Function?: string;
229
+ }
230
+ export declare enum IdentityProviderType {
231
+ API_GATEWAY = "API_GATEWAY",
232
+ AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
233
+ AWS_LAMBDA = "AWS_LAMBDA",
234
+ SERVICE_MANAGED = "SERVICE_MANAGED",
235
+ }
236
+ export declare enum SetStatOption {
237
+ DEFAULT = "DEFAULT",
238
+ ENABLE_NO_OP = "ENABLE_NO_OP",
239
+ }
240
+ export declare enum TlsSessionResumptionMode {
241
+ DISABLED = "DISABLED",
242
+ ENABLED = "ENABLED",
243
+ ENFORCED = "ENFORCED",
244
+ }
245
+ export interface ProtocolDetails {
246
+ PassiveIp?: string;
247
+ TlsSessionResumptionMode?: TlsSessionResumptionMode | string;
248
+ SetStatOption?: SetStatOption | string;
249
+ As2Transports?: (As2Transport | string)[];
250
+ }
251
+ export declare enum Protocol {
252
+ AS2 = "AS2",
253
+ FTP = "FTP",
254
+ FTPS = "FTPS",
255
+ SFTP = "SFTP",
256
+ }
257
+ export interface WorkflowDetail {
258
+ WorkflowId: string | undefined;
259
+ ExecutionRole: string | undefined;
260
+ }
261
+ export interface WorkflowDetails {
262
+ OnUpload: WorkflowDetail[] | undefined;
263
+ }
264
+ export interface CreateServerRequest {
265
+ Certificate?: string;
266
+ Domain?: Domain | string;
267
+ EndpointDetails?: EndpointDetails;
268
+ EndpointType?: EndpointType | string;
269
+ HostKey?: string;
270
+ IdentityProviderDetails?: IdentityProviderDetails;
271
+ IdentityProviderType?: IdentityProviderType | string;
272
+ LoggingRole?: string;
273
+ PostAuthenticationLoginBanner?: string;
274
+ PreAuthenticationLoginBanner?: string;
275
+ Protocols?: (Protocol | string)[];
276
+ ProtocolDetails?: ProtocolDetails;
277
+ SecurityPolicyName?: string;
278
+ Tags?: Tag[];
279
+ WorkflowDetails?: WorkflowDetails;
280
+ }
281
+ export interface CreateServerResponse {
282
+ ServerId: string | undefined;
283
+ }
284
+ export declare class ThrottlingException extends __BaseException {
285
+ readonly name: "ThrottlingException";
286
+ readonly $fault: "client";
287
+ RetryAfterSeconds?: string;
288
+ constructor(
289
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
290
+ );
291
+ }
292
+ export interface CreateUserRequest {
293
+ HomeDirectory?: string;
294
+ HomeDirectoryType?: HomeDirectoryType | string;
295
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
296
+ Policy?: string;
297
+ PosixProfile?: PosixProfile;
298
+ Role: string | undefined;
299
+ ServerId: string | undefined;
300
+ SshPublicKeyBody?: string;
301
+ Tags?: Tag[];
302
+ UserName: string | undefined;
303
+ }
304
+ export interface CreateUserResponse {
305
+ ServerId: string | undefined;
306
+ UserName: string | undefined;
307
+ }
308
+ export interface CustomStepDetails {
309
+ Name?: string;
310
+ Target?: string;
311
+ TimeoutSeconds?: number;
312
+ SourceFileLocation?: string;
313
+ }
314
+ export interface DeleteStepDetails {
315
+ Name?: string;
316
+ SourceFileLocation?: string;
317
+ }
318
+ export interface S3Tag {
319
+ Key: string | undefined;
320
+ Value: string | undefined;
321
+ }
322
+ export interface TagStepDetails {
323
+ Name?: string;
324
+ Tags?: S3Tag[];
325
+ SourceFileLocation?: string;
326
+ }
327
+ export declare enum WorkflowStepType {
328
+ COPY = "COPY",
329
+ CUSTOM = "CUSTOM",
330
+ DELETE = "DELETE",
331
+ TAG = "TAG",
332
+ }
333
+ export interface WorkflowStep {
334
+ Type?: WorkflowStepType | string;
335
+ CopyStepDetails?: CopyStepDetails;
336
+ CustomStepDetails?: CustomStepDetails;
337
+ DeleteStepDetails?: DeleteStepDetails;
338
+ TagStepDetails?: TagStepDetails;
339
+ }
340
+ export interface CreateWorkflowRequest {
341
+ Description?: string;
342
+ Steps: WorkflowStep[] | undefined;
343
+ OnExceptionSteps?: WorkflowStep[];
344
+ Tags?: Tag[];
345
+ }
346
+ export interface CreateWorkflowResponse {
347
+ WorkflowId: string | undefined;
348
+ }
349
+ export declare enum CustomStepStatus {
350
+ FAILURE = "FAILURE",
351
+ SUCCESS = "SUCCESS",
352
+ }
353
+ export interface DeleteAccessRequest {
354
+ ServerId: string | undefined;
355
+ ExternalId: string | undefined;
356
+ }
357
+ export interface DeleteAgreementRequest {
358
+ AgreementId: string | undefined;
359
+ ServerId: string | undefined;
360
+ }
361
+ export interface DeleteCertificateRequest {
362
+ CertificateId: string | undefined;
363
+ }
364
+ export interface DeleteConnectorRequest {
365
+ ConnectorId: string | undefined;
366
+ }
367
+ export interface DeleteHostKeyRequest {
368
+ ServerId: string | undefined;
369
+ HostKeyId: string | undefined;
370
+ }
371
+ export interface DeleteProfileRequest {
372
+ ProfileId: string | undefined;
373
+ }
374
+ export interface DeleteServerRequest {
375
+ ServerId: string | undefined;
376
+ }
377
+ export interface DeleteSshPublicKeyRequest {
378
+ ServerId: string | undefined;
379
+ SshPublicKeyId: string | undefined;
380
+ UserName: string | undefined;
381
+ }
382
+ export interface DeleteUserRequest {
383
+ ServerId: string | undefined;
384
+ UserName: string | undefined;
385
+ }
386
+ export interface DeleteWorkflowRequest {
387
+ WorkflowId: string | undefined;
388
+ }
389
+ export interface DescribeAccessRequest {
390
+ ServerId: string | undefined;
391
+ ExternalId: string | undefined;
392
+ }
393
+ export interface DescribedAccess {
394
+ HomeDirectory?: string;
395
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
396
+ HomeDirectoryType?: HomeDirectoryType | string;
397
+ Policy?: string;
398
+ PosixProfile?: PosixProfile;
399
+ Role?: string;
400
+ ExternalId?: string;
401
+ }
402
+ export interface DescribeAccessResponse {
403
+ ServerId: string | undefined;
404
+ Access: DescribedAccess | undefined;
405
+ }
406
+ export interface DescribeAgreementRequest {
407
+ AgreementId: string | undefined;
408
+ ServerId: string | undefined;
409
+ }
410
+ export interface DescribedAgreement {
411
+ Arn: string | undefined;
412
+ AgreementId?: string;
413
+ Description?: string;
414
+ Status?: AgreementStatusType | string;
415
+ ServerId?: string;
416
+ LocalProfileId?: string;
417
+ PartnerProfileId?: string;
418
+ BaseDirectory?: string;
419
+ AccessRole?: string;
420
+ Tags?: Tag[];
421
+ }
422
+ export interface DescribeAgreementResponse {
423
+ Agreement: DescribedAgreement | undefined;
424
+ }
425
+ export interface DescribeCertificateRequest {
426
+ CertificateId: string | undefined;
427
+ }
428
+ export interface DescribedCertificate {
429
+ Arn: string | undefined;
430
+ CertificateId?: string;
431
+ Usage?: CertificateUsageType | string;
432
+ Status?: CertificateStatusType | string;
433
+ Certificate?: string;
434
+ CertificateChain?: string;
435
+ ActiveDate?: Date;
436
+ InactiveDate?: Date;
437
+ Serial?: string;
438
+ NotBeforeDate?: Date;
439
+ NotAfterDate?: Date;
440
+ Type?: CertificateType | string;
441
+ Description?: string;
442
+ Tags?: Tag[];
443
+ }
444
+ export interface DescribeCertificateResponse {
445
+ Certificate: DescribedCertificate | undefined;
446
+ }
447
+ export interface DescribeConnectorRequest {
448
+ ConnectorId: string | undefined;
449
+ }
450
+ export interface DescribedConnector {
451
+ Arn: string | undefined;
452
+ ConnectorId?: string;
453
+ Url?: string;
454
+ As2Config?: As2ConnectorConfig;
455
+ AccessRole?: string;
456
+ LoggingRole?: string;
457
+ Tags?: Tag[];
458
+ }
459
+ export interface DescribeConnectorResponse {
460
+ Connector: DescribedConnector | undefined;
461
+ }
462
+ export interface S3FileLocation {
463
+ Bucket?: string;
464
+ Key?: string;
465
+ VersionId?: string;
466
+ Etag?: string;
467
+ }
468
+ export interface FileLocation {
469
+ S3FileLocation?: S3FileLocation;
470
+ EfsFileLocation?: EfsFileLocation;
471
+ }
472
+ export interface LoggingConfiguration {
473
+ LoggingRole?: string;
474
+ LogGroupName?: string;
475
+ }
476
+ export declare enum ExecutionErrorType {
477
+ ALREADY_EXISTS = "ALREADY_EXISTS",
478
+ BAD_REQUEST = "BAD_REQUEST",
479
+ CUSTOM_STEP_FAILED = "CUSTOM_STEP_FAILED",
480
+ INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
481
+ NOT_FOUND = "NOT_FOUND",
482
+ PERMISSION_DENIED = "PERMISSION_DENIED",
483
+ THROTTLED = "THROTTLED",
484
+ TIMEOUT = "TIMEOUT",
485
+ }
486
+ export interface ExecutionError {
487
+ Type: ExecutionErrorType | string | undefined;
488
+ Message: string | undefined;
489
+ }
490
+ export interface ExecutionStepResult {
491
+ StepType?: WorkflowStepType | string;
492
+ Outputs?: string;
493
+ Error?: ExecutionError;
494
+ }
495
+ export interface ExecutionResults {
496
+ Steps?: ExecutionStepResult[];
497
+ OnExceptionSteps?: ExecutionStepResult[];
498
+ }
499
+ export interface UserDetails {
500
+ UserName: string | undefined;
501
+ ServerId: string | undefined;
502
+ SessionId?: string;
503
+ }
504
+ export interface ServiceMetadata {
505
+ UserDetails: UserDetails | undefined;
506
+ }
507
+ export declare enum ExecutionStatus {
508
+ COMPLETED = "COMPLETED",
509
+ EXCEPTION = "EXCEPTION",
510
+ HANDLING_EXCEPTION = "HANDLING_EXCEPTION",
511
+ IN_PROGRESS = "IN_PROGRESS",
512
+ }
513
+ export interface DescribedExecution {
514
+ ExecutionId?: string;
515
+ InitialFileLocation?: FileLocation;
516
+ ServiceMetadata?: ServiceMetadata;
517
+ ExecutionRole?: string;
518
+ LoggingConfiguration?: LoggingConfiguration;
519
+ PosixProfile?: PosixProfile;
520
+ Status?: ExecutionStatus | string;
521
+ Results?: ExecutionResults;
522
+ }
523
+ export interface DescribedHostKey {
524
+ Arn: string | undefined;
525
+ HostKeyId?: string;
526
+ HostKeyFingerprint?: string;
527
+ Description?: string;
528
+ Type?: string;
529
+ DateImported?: Date;
530
+ Tags?: Tag[];
531
+ }
532
+ export interface DescribedProfile {
533
+ Arn: string | undefined;
534
+ ProfileId?: string;
535
+ ProfileType?: ProfileType | string;
536
+ As2Id?: string;
537
+ CertificateIds?: string[];
538
+ Tags?: Tag[];
539
+ }
540
+ export interface DescribedSecurityPolicy {
541
+ Fips?: boolean;
542
+ SecurityPolicyName: string | undefined;
543
+ SshCiphers?: string[];
544
+ SshKexs?: string[];
545
+ SshMacs?: string[];
546
+ TlsCiphers?: string[];
547
+ }
548
+ export declare enum State {
549
+ OFFLINE = "OFFLINE",
550
+ ONLINE = "ONLINE",
551
+ STARTING = "STARTING",
552
+ START_FAILED = "START_FAILED",
553
+ STOPPING = "STOPPING",
554
+ STOP_FAILED = "STOP_FAILED",
555
+ }
556
+ export interface DescribedServer {
557
+ Arn: string | undefined;
558
+ Certificate?: string;
559
+ ProtocolDetails?: ProtocolDetails;
560
+ Domain?: Domain | string;
561
+ EndpointDetails?: EndpointDetails;
562
+ EndpointType?: EndpointType | string;
563
+ HostKeyFingerprint?: string;
564
+ IdentityProviderDetails?: IdentityProviderDetails;
565
+ IdentityProviderType?: IdentityProviderType | string;
566
+ LoggingRole?: string;
567
+ PostAuthenticationLoginBanner?: string;
568
+ PreAuthenticationLoginBanner?: string;
569
+ Protocols?: (Protocol | string)[];
570
+ SecurityPolicyName?: string;
571
+ ServerId?: string;
572
+ State?: State | string;
573
+ Tags?: Tag[];
574
+ UserCount?: number;
575
+ WorkflowDetails?: WorkflowDetails;
576
+ }
577
+ export interface SshPublicKey {
578
+ DateImported: Date | undefined;
579
+ SshPublicKeyBody: string | undefined;
580
+ SshPublicKeyId: string | undefined;
581
+ }
582
+ export interface DescribedUser {
583
+ Arn: string | undefined;
584
+ HomeDirectory?: string;
585
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
586
+ HomeDirectoryType?: HomeDirectoryType | string;
587
+ Policy?: string;
588
+ PosixProfile?: PosixProfile;
589
+ Role?: string;
590
+ SshPublicKeys?: SshPublicKey[];
591
+ Tags?: Tag[];
592
+ UserName?: string;
593
+ }
594
+ export interface DescribedWorkflow {
595
+ Arn: string | undefined;
596
+ Description?: string;
597
+ Steps?: WorkflowStep[];
598
+ OnExceptionSteps?: WorkflowStep[];
599
+ WorkflowId?: string;
600
+ Tags?: Tag[];
601
+ }
602
+ export interface DescribeExecutionRequest {
603
+ ExecutionId: string | undefined;
604
+ WorkflowId: string | undefined;
605
+ }
606
+ export interface DescribeExecutionResponse {
607
+ WorkflowId: string | undefined;
608
+ Execution: DescribedExecution | undefined;
609
+ }
610
+ export interface DescribeHostKeyRequest {
611
+ ServerId: string | undefined;
612
+ HostKeyId: string | undefined;
613
+ }
614
+ export interface DescribeHostKeyResponse {
615
+ HostKey: DescribedHostKey | undefined;
616
+ }
617
+ export interface DescribeProfileRequest {
618
+ ProfileId: string | undefined;
619
+ }
620
+ export interface DescribeProfileResponse {
621
+ Profile: DescribedProfile | undefined;
622
+ }
623
+ export interface DescribeSecurityPolicyRequest {
624
+ SecurityPolicyName: string | undefined;
625
+ }
626
+ export interface DescribeSecurityPolicyResponse {
627
+ SecurityPolicy: DescribedSecurityPolicy | undefined;
628
+ }
629
+ export interface DescribeServerRequest {
630
+ ServerId: string | undefined;
631
+ }
632
+ export interface DescribeServerResponse {
633
+ Server: DescribedServer | undefined;
634
+ }
635
+ export interface DescribeUserRequest {
636
+ ServerId: string | undefined;
637
+ UserName: string | undefined;
638
+ }
639
+ export interface DescribeUserResponse {
640
+ ServerId: string | undefined;
641
+ User: DescribedUser | undefined;
642
+ }
643
+ export interface DescribeWorkflowRequest {
644
+ WorkflowId: string | undefined;
645
+ }
646
+ export interface DescribeWorkflowResponse {
647
+ Workflow: DescribedWorkflow | undefined;
648
+ }
649
+ export interface ImportCertificateRequest {
650
+ Usage: CertificateUsageType | string | undefined;
651
+ Certificate: string | undefined;
652
+ CertificateChain?: string;
653
+ PrivateKey?: string;
654
+ ActiveDate?: Date;
655
+ InactiveDate?: Date;
656
+ Description?: string;
657
+ Tags?: Tag[];
658
+ }
659
+ export interface ImportCertificateResponse {
660
+ CertificateId: string | undefined;
661
+ }
662
+ export interface ImportHostKeyRequest {
663
+ ServerId: string | undefined;
664
+ HostKeyBody: string | undefined;
665
+ Description?: string;
666
+ Tags?: Tag[];
667
+ }
668
+ export interface ImportHostKeyResponse {
669
+ ServerId: string | undefined;
670
+ HostKeyId: string | undefined;
671
+ }
672
+ export interface ImportSshPublicKeyRequest {
673
+ ServerId: string | undefined;
674
+ SshPublicKeyBody: string | undefined;
675
+ UserName: string | undefined;
676
+ }
677
+ export interface ImportSshPublicKeyResponse {
678
+ ServerId: string | undefined;
679
+ SshPublicKeyId: string | undefined;
680
+ UserName: string | undefined;
681
+ }
682
+ export declare class InvalidNextTokenException extends __BaseException {
683
+ readonly name: "InvalidNextTokenException";
684
+ readonly $fault: "client";
685
+ Message: string | undefined;
686
+ constructor(
687
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
688
+ );
689
+ }
690
+ export interface ListAccessesRequest {
691
+ MaxResults?: number;
692
+ NextToken?: string;
693
+ ServerId: string | undefined;
694
+ }
695
+ export interface ListedAccess {
696
+ HomeDirectory?: string;
697
+ HomeDirectoryType?: HomeDirectoryType | string;
698
+ Role?: string;
699
+ ExternalId?: string;
700
+ }
701
+ export interface ListAccessesResponse {
702
+ NextToken?: string;
703
+ ServerId: string | undefined;
704
+ Accesses: ListedAccess[] | undefined;
705
+ }
706
+ export interface ListAgreementsRequest {
707
+ MaxResults?: number;
708
+ NextToken?: string;
709
+ ServerId: string | undefined;
710
+ }
711
+ export interface ListedAgreement {
712
+ Arn?: string;
713
+ AgreementId?: string;
714
+ Description?: string;
715
+ Status?: AgreementStatusType | string;
716
+ ServerId?: string;
717
+ LocalProfileId?: string;
718
+ PartnerProfileId?: string;
719
+ }
720
+ export interface ListAgreementsResponse {
721
+ NextToken?: string;
722
+ Agreements: ListedAgreement[] | undefined;
723
+ }
724
+ export interface ListCertificatesRequest {
725
+ MaxResults?: number;
726
+ NextToken?: string;
727
+ }
728
+ export interface ListedCertificate {
729
+ Arn?: string;
730
+ CertificateId?: string;
731
+ Usage?: CertificateUsageType | string;
732
+ Status?: CertificateStatusType | string;
733
+ ActiveDate?: Date;
734
+ InactiveDate?: Date;
735
+ Type?: CertificateType | string;
736
+ Description?: string;
737
+ }
738
+ export interface ListCertificatesResponse {
739
+ NextToken?: string;
740
+ Certificates: ListedCertificate[] | undefined;
741
+ }
742
+ export interface ListConnectorsRequest {
743
+ MaxResults?: number;
744
+ NextToken?: string;
745
+ }
746
+ export interface ListedConnector {
747
+ Arn?: string;
748
+ ConnectorId?: string;
749
+ Url?: string;
750
+ }
751
+ export interface ListConnectorsResponse {
752
+ NextToken?: string;
753
+ Connectors: ListedConnector[] | undefined;
754
+ }
755
+ export interface ListedExecution {
756
+ ExecutionId?: string;
757
+ InitialFileLocation?: FileLocation;
758
+ ServiceMetadata?: ServiceMetadata;
759
+ Status?: ExecutionStatus | string;
760
+ }
761
+ export interface ListedHostKey {
762
+ Arn: string | undefined;
763
+ HostKeyId?: string;
764
+ Fingerprint?: string;
765
+ Description?: string;
766
+ Type?: string;
767
+ DateImported?: Date;
768
+ }
769
+ export interface ListedProfile {
770
+ Arn?: string;
771
+ ProfileId?: string;
772
+ As2Id?: string;
773
+ ProfileType?: ProfileType | string;
774
+ }
775
+ export interface ListedServer {
776
+ Arn: string | undefined;
777
+ Domain?: Domain | string;
778
+ IdentityProviderType?: IdentityProviderType | string;
779
+ EndpointType?: EndpointType | string;
780
+ LoggingRole?: string;
781
+ ServerId?: string;
782
+ State?: State | string;
783
+ UserCount?: number;
784
+ }
785
+ export interface ListedUser {
786
+ Arn: string | undefined;
787
+ HomeDirectory?: string;
788
+ HomeDirectoryType?: HomeDirectoryType | string;
789
+ Role?: string;
790
+ SshPublicKeyCount?: number;
791
+ UserName?: string;
792
+ }
793
+ export interface ListedWorkflow {
794
+ WorkflowId?: string;
795
+ Description?: string;
796
+ Arn?: string;
797
+ }
798
+ export interface ListExecutionsRequest {
799
+ MaxResults?: number;
800
+ NextToken?: string;
801
+ WorkflowId: string | undefined;
802
+ }
803
+ export interface ListExecutionsResponse {
804
+ NextToken?: string;
805
+ WorkflowId: string | undefined;
806
+ Executions: ListedExecution[] | undefined;
807
+ }
808
+ export interface ListHostKeysRequest {
809
+ MaxResults?: number;
810
+ NextToken?: string;
811
+ ServerId: string | undefined;
812
+ }
813
+ export interface ListHostKeysResponse {
814
+ NextToken?: string;
815
+ ServerId: string | undefined;
816
+ HostKeys: ListedHostKey[] | undefined;
817
+ }
818
+ export interface ListProfilesRequest {
819
+ MaxResults?: number;
820
+ NextToken?: string;
821
+ ProfileType?: ProfileType | string;
822
+ }
823
+ export interface ListProfilesResponse {
824
+ NextToken?: string;
825
+ Profiles: ListedProfile[] | undefined;
826
+ }
827
+ export interface ListSecurityPoliciesRequest {
828
+ MaxResults?: number;
829
+ NextToken?: string;
830
+ }
831
+ export interface ListSecurityPoliciesResponse {
832
+ NextToken?: string;
833
+ SecurityPolicyNames: string[] | undefined;
834
+ }
835
+ export interface ListServersRequest {
836
+ MaxResults?: number;
837
+ NextToken?: string;
838
+ }
839
+ export interface ListServersResponse {
840
+ NextToken?: string;
841
+ Servers: ListedServer[] | undefined;
842
+ }
843
+ export interface ListTagsForResourceRequest {
844
+ Arn: string | undefined;
845
+ MaxResults?: number;
846
+ NextToken?: string;
847
+ }
848
+ export interface ListTagsForResourceResponse {
849
+ Arn?: string;
850
+ NextToken?: string;
851
+ Tags?: Tag[];
852
+ }
853
+ export interface ListUsersRequest {
854
+ MaxResults?: number;
855
+ NextToken?: string;
856
+ ServerId: string | undefined;
857
+ }
858
+ export interface ListUsersResponse {
859
+ NextToken?: string;
860
+ ServerId: string | undefined;
861
+ Users: ListedUser[] | undefined;
862
+ }
863
+ export interface ListWorkflowsRequest {
864
+ MaxResults?: number;
865
+ NextToken?: string;
866
+ }
867
+ export interface ListWorkflowsResponse {
868
+ NextToken?: string;
869
+ Workflows: ListedWorkflow[] | undefined;
870
+ }
871
+ export interface SendWorkflowStepStateRequest {
872
+ WorkflowId: string | undefined;
873
+ ExecutionId: string | undefined;
874
+ Token: string | undefined;
875
+ Status: CustomStepStatus | string | undefined;
876
+ }
877
+ export interface SendWorkflowStepStateResponse {}
878
+ export interface StartFileTransferRequest {
879
+ ConnectorId: string | undefined;
880
+ SendFilePaths: string[] | undefined;
881
+ }
882
+ export interface StartFileTransferResponse {
883
+ TransferId: string | undefined;
884
+ }
885
+ export interface StartServerRequest {
886
+ ServerId: string | undefined;
887
+ }
888
+ export interface StopServerRequest {
889
+ ServerId: string | undefined;
890
+ }
891
+ export interface TagResourceRequest {
892
+ Arn: string | undefined;
893
+ Tags: Tag[] | undefined;
894
+ }
895
+ export interface TestIdentityProviderRequest {
896
+ ServerId: string | undefined;
897
+ ServerProtocol?: Protocol | string;
898
+ SourceIp?: string;
899
+ UserName: string | undefined;
900
+ UserPassword?: string;
901
+ }
902
+ export interface TestIdentityProviderResponse {
903
+ Response?: string;
904
+ StatusCode: number | undefined;
905
+ Message?: string;
906
+ Url: string | undefined;
907
+ }
908
+ export interface UntagResourceRequest {
909
+ Arn: string | undefined;
910
+ TagKeys: string[] | undefined;
911
+ }
912
+ export interface UpdateAccessRequest {
913
+ HomeDirectory?: string;
914
+ HomeDirectoryType?: HomeDirectoryType | string;
915
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
916
+ Policy?: string;
917
+ PosixProfile?: PosixProfile;
918
+ Role?: string;
919
+ ServerId: string | undefined;
920
+ ExternalId: string | undefined;
921
+ }
922
+ export interface UpdateAccessResponse {
923
+ ServerId: string | undefined;
924
+ ExternalId: string | undefined;
925
+ }
926
+ export interface UpdateAgreementRequest {
927
+ AgreementId: string | undefined;
928
+ ServerId: string | undefined;
929
+ Description?: string;
930
+ Status?: AgreementStatusType | string;
931
+ LocalProfileId?: string;
932
+ PartnerProfileId?: string;
933
+ BaseDirectory?: string;
934
+ AccessRole?: string;
935
+ }
936
+ export interface UpdateAgreementResponse {
937
+ AgreementId: string | undefined;
938
+ }
939
+ export interface UpdateCertificateRequest {
940
+ CertificateId: string | undefined;
941
+ ActiveDate?: Date;
942
+ InactiveDate?: Date;
943
+ Description?: string;
944
+ }
945
+ export interface UpdateCertificateResponse {
946
+ CertificateId: string | undefined;
947
+ }
948
+ export interface UpdateConnectorRequest {
949
+ ConnectorId: string | undefined;
950
+ Url?: string;
951
+ As2Config?: As2ConnectorConfig;
952
+ AccessRole?: string;
953
+ LoggingRole?: string;
954
+ }
955
+ export interface UpdateConnectorResponse {
956
+ ConnectorId: string | undefined;
957
+ }
958
+ export interface UpdateHostKeyRequest {
959
+ ServerId: string | undefined;
960
+ HostKeyId: string | undefined;
961
+ Description: string | undefined;
962
+ }
963
+ export interface UpdateHostKeyResponse {
964
+ ServerId: string | undefined;
965
+ HostKeyId: string | undefined;
966
+ }
967
+ export interface UpdateProfileRequest {
968
+ ProfileId: string | undefined;
969
+ CertificateIds?: string[];
970
+ }
971
+ export interface UpdateProfileResponse {
972
+ ProfileId: string | undefined;
973
+ }
974
+ export interface UpdateServerRequest {
975
+ Certificate?: string;
976
+ ProtocolDetails?: ProtocolDetails;
977
+ EndpointDetails?: EndpointDetails;
978
+ EndpointType?: EndpointType | string;
979
+ HostKey?: string;
980
+ IdentityProviderDetails?: IdentityProviderDetails;
981
+ LoggingRole?: string;
982
+ PostAuthenticationLoginBanner?: string;
983
+ PreAuthenticationLoginBanner?: string;
984
+ Protocols?: (Protocol | string)[];
985
+ SecurityPolicyName?: string;
986
+ ServerId: string | undefined;
987
+ WorkflowDetails?: WorkflowDetails;
988
+ }
989
+ export interface UpdateServerResponse {
990
+ ServerId: string | undefined;
991
+ }
992
+ export interface UpdateUserRequest {
993
+ HomeDirectory?: string;
994
+ HomeDirectoryType?: HomeDirectoryType | string;
995
+ HomeDirectoryMappings?: HomeDirectoryMapEntry[];
996
+ Policy?: string;
997
+ PosixProfile?: PosixProfile;
998
+ Role?: string;
999
+ ServerId: string | undefined;
1000
+ UserName: string | undefined;
1001
+ }
1002
+ export interface UpdateUserResponse {
1003
+ ServerId: string | undefined;
1004
+ UserName: string | undefined;
1005
+ }
1006
+ export declare const As2ConnectorConfigFilterSensitiveLog: (
1007
+ obj: As2ConnectorConfig
1008
+ ) => any;
1009
+ export declare const EfsFileLocationFilterSensitiveLog: (
1010
+ obj: EfsFileLocation
1011
+ ) => any;
1012
+ export declare const S3InputFileLocationFilterSensitiveLog: (
1013
+ obj: S3InputFileLocation
1014
+ ) => any;
1015
+ export declare const InputFileLocationFilterSensitiveLog: (
1016
+ obj: InputFileLocation
1017
+ ) => any;
1018
+ export declare const CopyStepDetailsFilterSensitiveLog: (
1019
+ obj: CopyStepDetails
1020
+ ) => any;
1021
+ export declare const HomeDirectoryMapEntryFilterSensitiveLog: (
1022
+ obj: HomeDirectoryMapEntry
1023
+ ) => any;
1024
+ export declare const PosixProfileFilterSensitiveLog: (obj: PosixProfile) => any;
1025
+ export declare const CreateAccessRequestFilterSensitiveLog: (
1026
+ obj: CreateAccessRequest
1027
+ ) => any;
1028
+ export declare const CreateAccessResponseFilterSensitiveLog: (
1029
+ obj: CreateAccessResponse
1030
+ ) => any;
1031
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1032
+ export declare const CreateAgreementRequestFilterSensitiveLog: (
1033
+ obj: CreateAgreementRequest
1034
+ ) => any;
1035
+ export declare const CreateAgreementResponseFilterSensitiveLog: (
1036
+ obj: CreateAgreementResponse
1037
+ ) => any;
1038
+ export declare const CreateConnectorRequestFilterSensitiveLog: (
1039
+ obj: CreateConnectorRequest
1040
+ ) => any;
1041
+ export declare const CreateConnectorResponseFilterSensitiveLog: (
1042
+ obj: CreateConnectorResponse
1043
+ ) => any;
1044
+ export declare const CreateProfileRequestFilterSensitiveLog: (
1045
+ obj: CreateProfileRequest
1046
+ ) => any;
1047
+ export declare const CreateProfileResponseFilterSensitiveLog: (
1048
+ obj: CreateProfileResponse
1049
+ ) => any;
1050
+ export declare const EndpointDetailsFilterSensitiveLog: (
1051
+ obj: EndpointDetails
1052
+ ) => any;
1053
+ export declare const IdentityProviderDetailsFilterSensitiveLog: (
1054
+ obj: IdentityProviderDetails
1055
+ ) => any;
1056
+ export declare const ProtocolDetailsFilterSensitiveLog: (
1057
+ obj: ProtocolDetails
1058
+ ) => any;
1059
+ export declare const WorkflowDetailFilterSensitiveLog: (
1060
+ obj: WorkflowDetail
1061
+ ) => any;
1062
+ export declare const WorkflowDetailsFilterSensitiveLog: (
1063
+ obj: WorkflowDetails
1064
+ ) => any;
1065
+ export declare const CreateServerRequestFilterSensitiveLog: (
1066
+ obj: CreateServerRequest
1067
+ ) => any;
1068
+ export declare const CreateServerResponseFilterSensitiveLog: (
1069
+ obj: CreateServerResponse
1070
+ ) => any;
1071
+ export declare const CreateUserRequestFilterSensitiveLog: (
1072
+ obj: CreateUserRequest
1073
+ ) => any;
1074
+ export declare const CreateUserResponseFilterSensitiveLog: (
1075
+ obj: CreateUserResponse
1076
+ ) => any;
1077
+ export declare const CustomStepDetailsFilterSensitiveLog: (
1078
+ obj: CustomStepDetails
1079
+ ) => any;
1080
+ export declare const DeleteStepDetailsFilterSensitiveLog: (
1081
+ obj: DeleteStepDetails
1082
+ ) => any;
1083
+ export declare const S3TagFilterSensitiveLog: (obj: S3Tag) => any;
1084
+ export declare const TagStepDetailsFilterSensitiveLog: (
1085
+ obj: TagStepDetails
1086
+ ) => any;
1087
+ export declare const WorkflowStepFilterSensitiveLog: (obj: WorkflowStep) => any;
1088
+ export declare const CreateWorkflowRequestFilterSensitiveLog: (
1089
+ obj: CreateWorkflowRequest
1090
+ ) => any;
1091
+ export declare const CreateWorkflowResponseFilterSensitiveLog: (
1092
+ obj: CreateWorkflowResponse
1093
+ ) => any;
1094
+ export declare const DeleteAccessRequestFilterSensitiveLog: (
1095
+ obj: DeleteAccessRequest
1096
+ ) => any;
1097
+ export declare const DeleteAgreementRequestFilterSensitiveLog: (
1098
+ obj: DeleteAgreementRequest
1099
+ ) => any;
1100
+ export declare const DeleteCertificateRequestFilterSensitiveLog: (
1101
+ obj: DeleteCertificateRequest
1102
+ ) => any;
1103
+ export declare const DeleteConnectorRequestFilterSensitiveLog: (
1104
+ obj: DeleteConnectorRequest
1105
+ ) => any;
1106
+ export declare const DeleteHostKeyRequestFilterSensitiveLog: (
1107
+ obj: DeleteHostKeyRequest
1108
+ ) => any;
1109
+ export declare const DeleteProfileRequestFilterSensitiveLog: (
1110
+ obj: DeleteProfileRequest
1111
+ ) => any;
1112
+ export declare const DeleteServerRequestFilterSensitiveLog: (
1113
+ obj: DeleteServerRequest
1114
+ ) => any;
1115
+ export declare const DeleteSshPublicKeyRequestFilterSensitiveLog: (
1116
+ obj: DeleteSshPublicKeyRequest
1117
+ ) => any;
1118
+ export declare const DeleteUserRequestFilterSensitiveLog: (
1119
+ obj: DeleteUserRequest
1120
+ ) => any;
1121
+ export declare const DeleteWorkflowRequestFilterSensitiveLog: (
1122
+ obj: DeleteWorkflowRequest
1123
+ ) => any;
1124
+ export declare const DescribeAccessRequestFilterSensitiveLog: (
1125
+ obj: DescribeAccessRequest
1126
+ ) => any;
1127
+ export declare const DescribedAccessFilterSensitiveLog: (
1128
+ obj: DescribedAccess
1129
+ ) => any;
1130
+ export declare const DescribeAccessResponseFilterSensitiveLog: (
1131
+ obj: DescribeAccessResponse
1132
+ ) => any;
1133
+ export declare const DescribeAgreementRequestFilterSensitiveLog: (
1134
+ obj: DescribeAgreementRequest
1135
+ ) => any;
1136
+ export declare const DescribedAgreementFilterSensitiveLog: (
1137
+ obj: DescribedAgreement
1138
+ ) => any;
1139
+ export declare const DescribeAgreementResponseFilterSensitiveLog: (
1140
+ obj: DescribeAgreementResponse
1141
+ ) => any;
1142
+ export declare const DescribeCertificateRequestFilterSensitiveLog: (
1143
+ obj: DescribeCertificateRequest
1144
+ ) => any;
1145
+ export declare const DescribedCertificateFilterSensitiveLog: (
1146
+ obj: DescribedCertificate
1147
+ ) => any;
1148
+ export declare const DescribeCertificateResponseFilterSensitiveLog: (
1149
+ obj: DescribeCertificateResponse
1150
+ ) => any;
1151
+ export declare const DescribeConnectorRequestFilterSensitiveLog: (
1152
+ obj: DescribeConnectorRequest
1153
+ ) => any;
1154
+ export declare const DescribedConnectorFilterSensitiveLog: (
1155
+ obj: DescribedConnector
1156
+ ) => any;
1157
+ export declare const DescribeConnectorResponseFilterSensitiveLog: (
1158
+ obj: DescribeConnectorResponse
1159
+ ) => any;
1160
+ export declare const S3FileLocationFilterSensitiveLog: (
1161
+ obj: S3FileLocation
1162
+ ) => any;
1163
+ export declare const FileLocationFilterSensitiveLog: (obj: FileLocation) => any;
1164
+ export declare const LoggingConfigurationFilterSensitiveLog: (
1165
+ obj: LoggingConfiguration
1166
+ ) => any;
1167
+ export declare const ExecutionErrorFilterSensitiveLog: (
1168
+ obj: ExecutionError
1169
+ ) => any;
1170
+ export declare const ExecutionStepResultFilterSensitiveLog: (
1171
+ obj: ExecutionStepResult
1172
+ ) => any;
1173
+ export declare const ExecutionResultsFilterSensitiveLog: (
1174
+ obj: ExecutionResults
1175
+ ) => any;
1176
+ export declare const UserDetailsFilterSensitiveLog: (obj: UserDetails) => any;
1177
+ export declare const ServiceMetadataFilterSensitiveLog: (
1178
+ obj: ServiceMetadata
1179
+ ) => any;
1180
+ export declare const DescribedExecutionFilterSensitiveLog: (
1181
+ obj: DescribedExecution
1182
+ ) => any;
1183
+ export declare const DescribedHostKeyFilterSensitiveLog: (
1184
+ obj: DescribedHostKey
1185
+ ) => any;
1186
+ export declare const DescribedProfileFilterSensitiveLog: (
1187
+ obj: DescribedProfile
1188
+ ) => any;
1189
+ export declare const DescribedSecurityPolicyFilterSensitiveLog: (
1190
+ obj: DescribedSecurityPolicy
1191
+ ) => any;
1192
+ export declare const DescribedServerFilterSensitiveLog: (
1193
+ obj: DescribedServer
1194
+ ) => any;
1195
+ export declare const SshPublicKeyFilterSensitiveLog: (obj: SshPublicKey) => any;
1196
+ export declare const DescribedUserFilterSensitiveLog: (
1197
+ obj: DescribedUser
1198
+ ) => any;
1199
+ export declare const DescribedWorkflowFilterSensitiveLog: (
1200
+ obj: DescribedWorkflow
1201
+ ) => any;
1202
+ export declare const DescribeExecutionRequestFilterSensitiveLog: (
1203
+ obj: DescribeExecutionRequest
1204
+ ) => any;
1205
+ export declare const DescribeExecutionResponseFilterSensitiveLog: (
1206
+ obj: DescribeExecutionResponse
1207
+ ) => any;
1208
+ export declare const DescribeHostKeyRequestFilterSensitiveLog: (
1209
+ obj: DescribeHostKeyRequest
1210
+ ) => any;
1211
+ export declare const DescribeHostKeyResponseFilterSensitiveLog: (
1212
+ obj: DescribeHostKeyResponse
1213
+ ) => any;
1214
+ export declare const DescribeProfileRequestFilterSensitiveLog: (
1215
+ obj: DescribeProfileRequest
1216
+ ) => any;
1217
+ export declare const DescribeProfileResponseFilterSensitiveLog: (
1218
+ obj: DescribeProfileResponse
1219
+ ) => any;
1220
+ export declare const DescribeSecurityPolicyRequestFilterSensitiveLog: (
1221
+ obj: DescribeSecurityPolicyRequest
1222
+ ) => any;
1223
+ export declare const DescribeSecurityPolicyResponseFilterSensitiveLog: (
1224
+ obj: DescribeSecurityPolicyResponse
1225
+ ) => any;
1226
+ export declare const DescribeServerRequestFilterSensitiveLog: (
1227
+ obj: DescribeServerRequest
1228
+ ) => any;
1229
+ export declare const DescribeServerResponseFilterSensitiveLog: (
1230
+ obj: DescribeServerResponse
1231
+ ) => any;
1232
+ export declare const DescribeUserRequestFilterSensitiveLog: (
1233
+ obj: DescribeUserRequest
1234
+ ) => any;
1235
+ export declare const DescribeUserResponseFilterSensitiveLog: (
1236
+ obj: DescribeUserResponse
1237
+ ) => any;
1238
+ export declare const DescribeWorkflowRequestFilterSensitiveLog: (
1239
+ obj: DescribeWorkflowRequest
1240
+ ) => any;
1241
+ export declare const DescribeWorkflowResponseFilterSensitiveLog: (
1242
+ obj: DescribeWorkflowResponse
1243
+ ) => any;
1244
+ export declare const ImportCertificateRequestFilterSensitiveLog: (
1245
+ obj: ImportCertificateRequest
1246
+ ) => any;
1247
+ export declare const ImportCertificateResponseFilterSensitiveLog: (
1248
+ obj: ImportCertificateResponse
1249
+ ) => any;
1250
+ export declare const ImportHostKeyRequestFilterSensitiveLog: (
1251
+ obj: ImportHostKeyRequest
1252
+ ) => any;
1253
+ export declare const ImportHostKeyResponseFilterSensitiveLog: (
1254
+ obj: ImportHostKeyResponse
1255
+ ) => any;
1256
+ export declare const ImportSshPublicKeyRequestFilterSensitiveLog: (
1257
+ obj: ImportSshPublicKeyRequest
1258
+ ) => any;
1259
+ export declare const ImportSshPublicKeyResponseFilterSensitiveLog: (
1260
+ obj: ImportSshPublicKeyResponse
1261
+ ) => any;
1262
+ export declare const ListAccessesRequestFilterSensitiveLog: (
1263
+ obj: ListAccessesRequest
1264
+ ) => any;
1265
+ export declare const ListedAccessFilterSensitiveLog: (obj: ListedAccess) => any;
1266
+ export declare const ListAccessesResponseFilterSensitiveLog: (
1267
+ obj: ListAccessesResponse
1268
+ ) => any;
1269
+ export declare const ListAgreementsRequestFilterSensitiveLog: (
1270
+ obj: ListAgreementsRequest
1271
+ ) => any;
1272
+ export declare const ListedAgreementFilterSensitiveLog: (
1273
+ obj: ListedAgreement
1274
+ ) => any;
1275
+ export declare const ListAgreementsResponseFilterSensitiveLog: (
1276
+ obj: ListAgreementsResponse
1277
+ ) => any;
1278
+ export declare const ListCertificatesRequestFilterSensitiveLog: (
1279
+ obj: ListCertificatesRequest
1280
+ ) => any;
1281
+ export declare const ListedCertificateFilterSensitiveLog: (
1282
+ obj: ListedCertificate
1283
+ ) => any;
1284
+ export declare const ListCertificatesResponseFilterSensitiveLog: (
1285
+ obj: ListCertificatesResponse
1286
+ ) => any;
1287
+ export declare const ListConnectorsRequestFilterSensitiveLog: (
1288
+ obj: ListConnectorsRequest
1289
+ ) => any;
1290
+ export declare const ListedConnectorFilterSensitiveLog: (
1291
+ obj: ListedConnector
1292
+ ) => any;
1293
+ export declare const ListConnectorsResponseFilterSensitiveLog: (
1294
+ obj: ListConnectorsResponse
1295
+ ) => any;
1296
+ export declare const ListedExecutionFilterSensitiveLog: (
1297
+ obj: ListedExecution
1298
+ ) => any;
1299
+ export declare const ListedHostKeyFilterSensitiveLog: (
1300
+ obj: ListedHostKey
1301
+ ) => any;
1302
+ export declare const ListedProfileFilterSensitiveLog: (
1303
+ obj: ListedProfile
1304
+ ) => any;
1305
+ export declare const ListedServerFilterSensitiveLog: (obj: ListedServer) => any;
1306
+ export declare const ListedUserFilterSensitiveLog: (obj: ListedUser) => any;
1307
+ export declare const ListedWorkflowFilterSensitiveLog: (
1308
+ obj: ListedWorkflow
1309
+ ) => any;
1310
+ export declare const ListExecutionsRequestFilterSensitiveLog: (
1311
+ obj: ListExecutionsRequest
1312
+ ) => any;
1313
+ export declare const ListExecutionsResponseFilterSensitiveLog: (
1314
+ obj: ListExecutionsResponse
1315
+ ) => any;
1316
+ export declare const ListHostKeysRequestFilterSensitiveLog: (
1317
+ obj: ListHostKeysRequest
1318
+ ) => any;
1319
+ export declare const ListHostKeysResponseFilterSensitiveLog: (
1320
+ obj: ListHostKeysResponse
1321
+ ) => any;
1322
+ export declare const ListProfilesRequestFilterSensitiveLog: (
1323
+ obj: ListProfilesRequest
1324
+ ) => any;
1325
+ export declare const ListProfilesResponseFilterSensitiveLog: (
1326
+ obj: ListProfilesResponse
1327
+ ) => any;
1328
+ export declare const ListSecurityPoliciesRequestFilterSensitiveLog: (
1329
+ obj: ListSecurityPoliciesRequest
1330
+ ) => any;
1331
+ export declare const ListSecurityPoliciesResponseFilterSensitiveLog: (
1332
+ obj: ListSecurityPoliciesResponse
1333
+ ) => any;
1334
+ export declare const ListServersRequestFilterSensitiveLog: (
1335
+ obj: ListServersRequest
1336
+ ) => any;
1337
+ export declare const ListServersResponseFilterSensitiveLog: (
1338
+ obj: ListServersResponse
1339
+ ) => any;
1340
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1341
+ obj: ListTagsForResourceRequest
1342
+ ) => any;
1343
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1344
+ obj: ListTagsForResourceResponse
1345
+ ) => any;
1346
+ export declare const ListUsersRequestFilterSensitiveLog: (
1347
+ obj: ListUsersRequest
1348
+ ) => any;
1349
+ export declare const ListUsersResponseFilterSensitiveLog: (
1350
+ obj: ListUsersResponse
1351
+ ) => any;
1352
+ export declare const ListWorkflowsRequestFilterSensitiveLog: (
1353
+ obj: ListWorkflowsRequest
1354
+ ) => any;
1355
+ export declare const ListWorkflowsResponseFilterSensitiveLog: (
1356
+ obj: ListWorkflowsResponse
1357
+ ) => any;
1358
+ export declare const SendWorkflowStepStateRequestFilterSensitiveLog: (
1359
+ obj: SendWorkflowStepStateRequest
1360
+ ) => any;
1361
+ export declare const SendWorkflowStepStateResponseFilterSensitiveLog: (
1362
+ obj: SendWorkflowStepStateResponse
1363
+ ) => any;
1364
+ export declare const StartFileTransferRequestFilterSensitiveLog: (
1365
+ obj: StartFileTransferRequest
1366
+ ) => any;
1367
+ export declare const StartFileTransferResponseFilterSensitiveLog: (
1368
+ obj: StartFileTransferResponse
1369
+ ) => any;
1370
+ export declare const StartServerRequestFilterSensitiveLog: (
1371
+ obj: StartServerRequest
1372
+ ) => any;
1373
+ export declare const StopServerRequestFilterSensitiveLog: (
1374
+ obj: StopServerRequest
1375
+ ) => any;
1376
+ export declare const TagResourceRequestFilterSensitiveLog: (
1377
+ obj: TagResourceRequest
1378
+ ) => any;
1379
+ export declare const TestIdentityProviderRequestFilterSensitiveLog: (
1380
+ obj: TestIdentityProviderRequest
1381
+ ) => any;
1382
+ export declare const TestIdentityProviderResponseFilterSensitiveLog: (
1383
+ obj: TestIdentityProviderResponse
1384
+ ) => any;
1385
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1386
+ obj: UntagResourceRequest
1387
+ ) => any;
1388
+ export declare const UpdateAccessRequestFilterSensitiveLog: (
1389
+ obj: UpdateAccessRequest
1390
+ ) => any;
1391
+ export declare const UpdateAccessResponseFilterSensitiveLog: (
1392
+ obj: UpdateAccessResponse
1393
+ ) => any;
1394
+ export declare const UpdateAgreementRequestFilterSensitiveLog: (
1395
+ obj: UpdateAgreementRequest
1396
+ ) => any;
1397
+ export declare const UpdateAgreementResponseFilterSensitiveLog: (
1398
+ obj: UpdateAgreementResponse
1399
+ ) => any;
1400
+ export declare const UpdateCertificateRequestFilterSensitiveLog: (
1401
+ obj: UpdateCertificateRequest
1402
+ ) => any;
1403
+ export declare const UpdateCertificateResponseFilterSensitiveLog: (
1404
+ obj: UpdateCertificateResponse
1405
+ ) => any;
1406
+ export declare const UpdateConnectorRequestFilterSensitiveLog: (
1407
+ obj: UpdateConnectorRequest
1408
+ ) => any;
1409
+ export declare const UpdateConnectorResponseFilterSensitiveLog: (
1410
+ obj: UpdateConnectorResponse
1411
+ ) => any;
1412
+ export declare const UpdateHostKeyRequestFilterSensitiveLog: (
1413
+ obj: UpdateHostKeyRequest
1414
+ ) => any;
1415
+ export declare const UpdateHostKeyResponseFilterSensitiveLog: (
1416
+ obj: UpdateHostKeyResponse
1417
+ ) => any;
1418
+ export declare const UpdateProfileRequestFilterSensitiveLog: (
1419
+ obj: UpdateProfileRequest
1420
+ ) => any;
1421
+ export declare const UpdateProfileResponseFilterSensitiveLog: (
1422
+ obj: UpdateProfileResponse
1423
+ ) => any;
1424
+ export declare const UpdateServerRequestFilterSensitiveLog: (
1425
+ obj: UpdateServerRequest
1426
+ ) => any;
1427
+ export declare const UpdateServerResponseFilterSensitiveLog: (
1428
+ obj: UpdateServerResponse
1429
+ ) => any;
1430
+ export declare const UpdateUserRequestFilterSensitiveLog: (
1431
+ obj: UpdateUserRequest
1432
+ ) => any;
1433
+ export declare const UpdateUserResponseFilterSensitiveLog: (
1434
+ obj: UpdateUserResponse
1435
+ ) => any;