@aws-sdk/client-transfer 3.131.0 → 3.142.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 (193) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +10 -10
  3. package/dist-cjs/Transfer.js +315 -0
  4. package/dist-cjs/commands/CreateAccessCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAgreementCommand.js +36 -0
  6. package/dist-cjs/commands/CreateConnectorCommand.js +36 -0
  7. package/dist-cjs/commands/CreateProfileCommand.js +36 -0
  8. package/dist-cjs/commands/CreateServerCommand.js +2 -2
  9. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  10. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAccessCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteAgreementCommand.js +36 -0
  13. package/dist-cjs/commands/DeleteCertificateCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteConnectorCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteProfileCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteServerCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -1
  20. package/dist-cjs/commands/DescribeAccessCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeAgreementCommand.js +36 -0
  22. package/dist-cjs/commands/DescribeCertificateCommand.js +36 -0
  23. package/dist-cjs/commands/DescribeConnectorCommand.js +36 -0
  24. package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeProfileCommand.js +36 -0
  26. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeServerCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -2
  30. package/dist-cjs/commands/ImportCertificateCommand.js +36 -0
  31. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -2
  32. package/dist-cjs/commands/ListAccessesCommand.js +2 -2
  33. package/dist-cjs/commands/ListAgreementsCommand.js +36 -0
  34. package/dist-cjs/commands/ListCertificatesCommand.js +36 -0
  35. package/dist-cjs/commands/ListConnectorsCommand.js +36 -0
  36. package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListProfilesCommand.js +36 -0
  38. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -2
  39. package/dist-cjs/commands/ListServersCommand.js +2 -2
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  41. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  42. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  43. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -2
  44. package/dist-cjs/commands/StartFileTransferCommand.js +36 -0
  45. package/dist-cjs/commands/StartServerCommand.js +1 -1
  46. package/dist-cjs/commands/StopServerCommand.js +1 -1
  47. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  48. package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -2
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  50. package/dist-cjs/commands/UpdateAccessCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateAgreementCommand.js +36 -0
  52. package/dist-cjs/commands/UpdateCertificateCommand.js +36 -0
  53. package/dist-cjs/commands/UpdateConnectorCommand.js +36 -0
  54. package/dist-cjs/commands/UpdateProfileCommand.js +36 -0
  55. package/dist-cjs/commands/UpdateServerCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  57. package/dist-cjs/commands/index.js +21 -0
  58. package/dist-cjs/models/models_0.js +633 -558
  59. package/dist-cjs/pagination/ListAgreementsPaginator.js +36 -0
  60. package/dist-cjs/pagination/ListCertificatesPaginator.js +36 -0
  61. package/dist-cjs/pagination/ListConnectorsPaginator.js +36 -0
  62. package/dist-cjs/pagination/ListProfilesPaginator.js +36 -0
  63. package/dist-cjs/pagination/index.js +4 -0
  64. package/dist-cjs/protocols/Aws_json1_1.js +1840 -383
  65. package/dist-es/Transfer.js +315 -0
  66. package/dist-es/commands/CreateAccessCommand.js +3 -3
  67. package/dist-es/commands/CreateAgreementCommand.js +39 -0
  68. package/dist-es/commands/CreateConnectorCommand.js +39 -0
  69. package/dist-es/commands/CreateProfileCommand.js +39 -0
  70. package/dist-es/commands/CreateServerCommand.js +3 -3
  71. package/dist-es/commands/CreateUserCommand.js +3 -3
  72. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  73. package/dist-es/commands/DeleteAccessCommand.js +2 -2
  74. package/dist-es/commands/DeleteAgreementCommand.js +39 -0
  75. package/dist-es/commands/DeleteCertificateCommand.js +39 -0
  76. package/dist-es/commands/DeleteConnectorCommand.js +39 -0
  77. package/dist-es/commands/DeleteProfileCommand.js +39 -0
  78. package/dist-es/commands/DeleteServerCommand.js +2 -2
  79. package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -2
  80. package/dist-es/commands/DeleteUserCommand.js +2 -2
  81. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  82. package/dist-es/commands/DescribeAccessCommand.js +3 -3
  83. package/dist-es/commands/DescribeAgreementCommand.js +39 -0
  84. package/dist-es/commands/DescribeCertificateCommand.js +39 -0
  85. package/dist-es/commands/DescribeConnectorCommand.js +39 -0
  86. package/dist-es/commands/DescribeExecutionCommand.js +3 -3
  87. package/dist-es/commands/DescribeProfileCommand.js +39 -0
  88. package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -3
  89. package/dist-es/commands/DescribeServerCommand.js +3 -3
  90. package/dist-es/commands/DescribeUserCommand.js +3 -3
  91. package/dist-es/commands/DescribeWorkflowCommand.js +3 -3
  92. package/dist-es/commands/ImportCertificateCommand.js +39 -0
  93. package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -3
  94. package/dist-es/commands/ListAccessesCommand.js +3 -3
  95. package/dist-es/commands/ListAgreementsCommand.js +39 -0
  96. package/dist-es/commands/ListCertificatesCommand.js +39 -0
  97. package/dist-es/commands/ListConnectorsCommand.js +39 -0
  98. package/dist-es/commands/ListExecutionsCommand.js +3 -3
  99. package/dist-es/commands/ListProfilesCommand.js +39 -0
  100. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
  101. package/dist-es/commands/ListServersCommand.js +3 -3
  102. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  103. package/dist-es/commands/ListUsersCommand.js +3 -3
  104. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  105. package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -3
  106. package/dist-es/commands/StartFileTransferCommand.js +39 -0
  107. package/dist-es/commands/StartServerCommand.js +2 -2
  108. package/dist-es/commands/StopServerCommand.js +2 -2
  109. package/dist-es/commands/TagResourceCommand.js +2 -2
  110. package/dist-es/commands/TestIdentityProviderCommand.js +3 -3
  111. package/dist-es/commands/UntagResourceCommand.js +2 -2
  112. package/dist-es/commands/UpdateAccessCommand.js +3 -3
  113. package/dist-es/commands/UpdateAgreementCommand.js +39 -0
  114. package/dist-es/commands/UpdateCertificateCommand.js +39 -0
  115. package/dist-es/commands/UpdateConnectorCommand.js +39 -0
  116. package/dist-es/commands/UpdateProfileCommand.js +39 -0
  117. package/dist-es/commands/UpdateServerCommand.js +3 -3
  118. package/dist-es/commands/UpdateUserCommand.js +3 -3
  119. package/dist-es/commands/index.js +21 -0
  120. package/dist-es/models/models_0.js +203 -368
  121. package/dist-es/pagination/ListAgreementsPaginator.js +75 -0
  122. package/dist-es/pagination/ListCertificatesPaginator.js +75 -0
  123. package/dist-es/pagination/ListConnectorsPaginator.js +75 -0
  124. package/dist-es/pagination/ListProfilesPaginator.js +75 -0
  125. package/dist-es/pagination/index.js +4 -0
  126. package/dist-es/protocols/Aws_json1_1.js +2633 -716
  127. package/dist-types/Transfer.d.ts +190 -13
  128. package/dist-types/TransferClient.d.ts +32 -11
  129. package/dist-types/commands/CreateAccessCommand.d.ts +1 -1
  130. package/dist-types/commands/CreateAgreementCommand.d.ts +40 -0
  131. package/dist-types/commands/CreateConnectorCommand.d.ts +37 -0
  132. package/dist-types/commands/CreateProfileCommand.d.ts +36 -0
  133. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteAgreementCommand.d.ts +35 -0
  135. package/dist-types/commands/DeleteCertificateCommand.d.ts +36 -0
  136. package/dist-types/commands/DeleteConnectorCommand.d.ts +35 -0
  137. package/dist-types/commands/DeleteProfileCommand.d.ts +35 -0
  138. package/dist-types/commands/DescribeAccessCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeAgreementCommand.d.ts +35 -0
  140. package/dist-types/commands/DescribeCertificateCommand.d.ts +35 -0
  141. package/dist-types/commands/DescribeConnectorCommand.d.ts +36 -0
  142. package/dist-types/commands/DescribeProfileCommand.d.ts +35 -0
  143. package/dist-types/commands/ImportCertificateCommand.d.ts +37 -0
  144. package/dist-types/commands/ListAgreementsCommand.d.ts +39 -0
  145. package/dist-types/commands/ListCertificatesCommand.d.ts +39 -0
  146. package/dist-types/commands/ListConnectorsCommand.d.ts +35 -0
  147. package/dist-types/commands/ListProfilesCommand.d.ts +38 -0
  148. package/dist-types/commands/StartFileTransferCommand.d.ts +36 -0
  149. package/dist-types/commands/StopServerCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateAgreementCommand.d.ts +37 -0
  151. package/dist-types/commands/UpdateCertificateCommand.d.ts +35 -0
  152. package/dist-types/commands/UpdateConnectorCommand.d.ts +37 -0
  153. package/dist-types/commands/UpdateProfileCommand.d.ts +37 -0
  154. package/dist-types/commands/index.d.ts +21 -0
  155. package/dist-types/models/models_0.d.ts +1717 -788
  156. package/dist-types/pagination/ListAgreementsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/ListCertificatesPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListConnectorsPaginator.d.ts +4 -0
  159. package/dist-types/pagination/ListProfilesPaginator.d.ts +4 -0
  160. package/dist-types/pagination/index.d.ts +4 -0
  161. package/dist-types/protocols/Aws_json1_1.d.ts +63 -0
  162. package/dist-types/ts3.4/Transfer.d.ts +105 -0
  163. package/dist-types/ts3.4/TransferClient.d.ts +23 -2
  164. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  186. package/dist-types/ts3.4/models/models_0.d.ts +733 -357
  187. package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  192. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +63 -0
  193. package/package.json +6 -6
@@ -8,6 +8,73 @@ export declare class AccessDeniedException extends __BaseException {
8
8
 
9
9
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
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
+ }
11
78
 
12
79
  export declare class ConflictException extends __BaseException {
13
80
  readonly name: "ConflictException";
@@ -23,10 +90,6 @@ export interface EfsFileLocation {
23
90
 
24
91
  Path?: string;
25
92
  }
26
- export declare namespace EfsFileLocation {
27
-
28
- const filterSensitiveLog: (obj: EfsFileLocation) => any;
29
- }
30
93
 
31
94
  export interface S3InputFileLocation {
32
95
 
@@ -34,10 +97,6 @@ export interface S3InputFileLocation {
34
97
 
35
98
  Key?: string;
36
99
  }
37
- export declare namespace S3InputFileLocation {
38
-
39
- const filterSensitiveLog: (obj: S3InputFileLocation) => any;
40
- }
41
100
 
42
101
  export interface InputFileLocation {
43
102
 
@@ -45,10 +104,6 @@ export interface InputFileLocation {
45
104
 
46
105
  EfsFileLocation?: EfsFileLocation;
47
106
  }
48
- export declare namespace InputFileLocation {
49
-
50
- const filterSensitiveLog: (obj: InputFileLocation) => any;
51
- }
52
107
  export declare enum OverwriteExisting {
53
108
  FALSE = "FALSE",
54
109
  TRUE = "TRUE"
@@ -64,10 +119,6 @@ export interface CopyStepDetails {
64
119
 
65
120
  SourceFileLocation?: string;
66
121
  }
67
- export declare namespace CopyStepDetails {
68
-
69
- const filterSensitiveLog: (obj: CopyStepDetails) => any;
70
- }
71
122
 
72
123
  export interface HomeDirectoryMapEntry {
73
124
 
@@ -75,10 +126,6 @@ export interface HomeDirectoryMapEntry {
75
126
 
76
127
  Target: string | undefined;
77
128
  }
78
- export declare namespace HomeDirectoryMapEntry {
79
-
80
- const filterSensitiveLog: (obj: HomeDirectoryMapEntry) => any;
81
- }
82
129
  export declare enum HomeDirectoryType {
83
130
  LOGICAL = "LOGICAL",
84
131
  PATH = "PATH"
@@ -92,10 +139,6 @@ export interface PosixProfile {
92
139
 
93
140
  SecondaryGids?: number[];
94
141
  }
95
- export declare namespace PosixProfile {
96
-
97
- const filterSensitiveLog: (obj: PosixProfile) => any;
98
- }
99
142
  export interface CreateAccessRequest {
100
143
 
101
144
  HomeDirectory?: string;
@@ -114,20 +157,12 @@ export interface CreateAccessRequest {
114
157
 
115
158
  ExternalId: string | undefined;
116
159
  }
117
- export declare namespace CreateAccessRequest {
118
-
119
- const filterSensitiveLog: (obj: CreateAccessRequest) => any;
120
- }
121
160
  export interface CreateAccessResponse {
122
161
 
123
162
  ServerId: string | undefined;
124
163
 
125
164
  ExternalId: string | undefined;
126
165
  }
127
- export declare namespace CreateAccessResponse {
128
-
129
- const filterSensitiveLog: (obj: CreateAccessResponse) => any;
130
- }
131
166
 
132
167
  export declare class InternalServiceError extends __BaseException {
133
168
  readonly name: "InternalServiceError";
@@ -172,6 +207,69 @@ export declare class ServiceUnavailableException extends __BaseException {
172
207
 
173
208
  constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
174
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
+ }
175
273
  export declare enum Domain {
176
274
  EFS = "EFS",
177
275
  S3 = "S3"
@@ -189,10 +287,6 @@ export interface EndpointDetails {
189
287
 
190
288
  SecurityGroupIds?: string[];
191
289
  }
192
- export declare namespace EndpointDetails {
193
-
194
- const filterSensitiveLog: (obj: EndpointDetails) => any;
195
- }
196
290
  export declare enum EndpointType {
197
291
  PUBLIC = "PUBLIC",
198
292
  VPC = "VPC",
@@ -209,10 +303,6 @@ export interface IdentityProviderDetails {
209
303
 
210
304
  Function?: string;
211
305
  }
212
- export declare namespace IdentityProviderDetails {
213
-
214
- const filterSensitiveLog: (obj: IdentityProviderDetails) => any;
215
- }
216
306
  export declare enum IdentityProviderType {
217
307
  API_GATEWAY = "API_GATEWAY",
218
308
  AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
@@ -236,47 +326,27 @@ export interface ProtocolDetails {
236
326
  TlsSessionResumptionMode?: TlsSessionResumptionMode | string;
237
327
 
238
328
  SetStatOption?: SetStatOption | string;
239
- }
240
- export declare namespace ProtocolDetails {
241
329
 
242
- const filterSensitiveLog: (obj: ProtocolDetails) => any;
330
+ As2Transports?: (As2Transport | string)[];
243
331
  }
244
332
  export declare enum Protocol {
333
+ AS2 = "AS2",
245
334
  FTP = "FTP",
246
335
  FTPS = "FTPS",
247
336
  SFTP = "SFTP"
248
337
  }
249
338
 
250
- export interface Tag {
251
-
252
- Key: string | undefined;
253
-
254
- Value: string | undefined;
255
- }
256
- export declare namespace Tag {
257
-
258
- const filterSensitiveLog: (obj: Tag) => any;
259
- }
260
-
261
339
  export interface WorkflowDetail {
262
340
 
263
341
  WorkflowId: string | undefined;
264
342
 
265
343
  ExecutionRole: string | undefined;
266
344
  }
267
- export declare namespace WorkflowDetail {
268
-
269
- const filterSensitiveLog: (obj: WorkflowDetail) => any;
270
- }
271
345
 
272
346
  export interface WorkflowDetails {
273
347
 
274
348
  OnUpload: WorkflowDetail[] | undefined;
275
349
  }
276
- export declare namespace WorkflowDetails {
277
-
278
- const filterSensitiveLog: (obj: WorkflowDetails) => any;
279
- }
280
350
  export interface CreateServerRequest {
281
351
 
282
352
  Certificate?: string;
@@ -309,18 +379,10 @@ export interface CreateServerRequest {
309
379
 
310
380
  WorkflowDetails?: WorkflowDetails;
311
381
  }
312
- export declare namespace CreateServerRequest {
313
-
314
- const filterSensitiveLog: (obj: CreateServerRequest) => any;
315
- }
316
382
  export interface CreateServerResponse {
317
383
 
318
384
  ServerId: string | undefined;
319
385
  }
320
- export declare namespace CreateServerResponse {
321
-
322
- const filterSensitiveLog: (obj: CreateServerResponse) => any;
323
- }
324
386
 
325
387
  export declare class ThrottlingException extends __BaseException {
326
388
  readonly name: "ThrottlingException";
@@ -351,20 +413,12 @@ export interface CreateUserRequest {
351
413
 
352
414
  UserName: string | undefined;
353
415
  }
354
- export declare namespace CreateUserRequest {
355
-
356
- const filterSensitiveLog: (obj: CreateUserRequest) => any;
357
- }
358
416
  export interface CreateUserResponse {
359
417
 
360
418
  ServerId: string | undefined;
361
419
 
362
420
  UserName: string | undefined;
363
421
  }
364
- export declare namespace CreateUserResponse {
365
-
366
- const filterSensitiveLog: (obj: CreateUserResponse) => any;
367
- }
368
422
 
369
423
  export interface CustomStepDetails {
370
424
 
@@ -376,10 +430,6 @@ export interface CustomStepDetails {
376
430
 
377
431
  SourceFileLocation?: string;
378
432
  }
379
- export declare namespace CustomStepDetails {
380
-
381
- const filterSensitiveLog: (obj: CustomStepDetails) => any;
382
- }
383
433
 
384
434
  export interface DeleteStepDetails {
385
435
 
@@ -387,10 +437,6 @@ export interface DeleteStepDetails {
387
437
 
388
438
  SourceFileLocation?: string;
389
439
  }
390
- export declare namespace DeleteStepDetails {
391
-
392
- const filterSensitiveLog: (obj: DeleteStepDetails) => any;
393
- }
394
440
 
395
441
  export interface S3Tag {
396
442
 
@@ -398,10 +444,6 @@ export interface S3Tag {
398
444
 
399
445
  Value: string | undefined;
400
446
  }
401
- export declare namespace S3Tag {
402
-
403
- const filterSensitiveLog: (obj: S3Tag) => any;
404
- }
405
447
 
406
448
  export interface TagStepDetails {
407
449
 
@@ -411,10 +453,6 @@ export interface TagStepDetails {
411
453
 
412
454
  SourceFileLocation?: string;
413
455
  }
414
- export declare namespace TagStepDetails {
415
-
416
- const filterSensitiveLog: (obj: TagStepDetails) => any;
417
- }
418
456
  export declare enum WorkflowStepType {
419
457
  COPY = "COPY",
420
458
  CUSTOM = "CUSTOM",
@@ -434,10 +472,6 @@ export interface WorkflowStep {
434
472
 
435
473
  TagStepDetails?: TagStepDetails;
436
474
  }
437
- export declare namespace WorkflowStep {
438
-
439
- const filterSensitiveLog: (obj: WorkflowStep) => any;
440
- }
441
475
  export interface CreateWorkflowRequest {
442
476
 
443
477
  Description?: string;
@@ -448,18 +482,10 @@ export interface CreateWorkflowRequest {
448
482
 
449
483
  Tags?: Tag[];
450
484
  }
451
- export declare namespace CreateWorkflowRequest {
452
-
453
- const filterSensitiveLog: (obj: CreateWorkflowRequest) => any;
454
- }
455
485
  export interface CreateWorkflowResponse {
456
486
 
457
487
  WorkflowId: string | undefined;
458
488
  }
459
- export declare namespace CreateWorkflowResponse {
460
-
461
- const filterSensitiveLog: (obj: CreateWorkflowResponse) => any;
462
- }
463
489
  export declare enum CustomStepStatus {
464
490
  FAILURE = "FAILURE",
465
491
  SUCCESS = "SUCCESS"
@@ -470,17 +496,27 @@ export interface DeleteAccessRequest {
470
496
 
471
497
  ExternalId: string | undefined;
472
498
  }
473
- export declare namespace DeleteAccessRequest {
499
+ export interface DeleteAgreementRequest {
474
500
 
475
- const filterSensitiveLog: (obj: DeleteAccessRequest) => any;
476
- }
477
- export interface DeleteServerRequest {
501
+ AgreementId: string | undefined;
478
502
 
479
503
  ServerId: string | undefined;
480
504
  }
481
- export declare namespace DeleteServerRequest {
505
+ export interface DeleteCertificateRequest {
482
506
 
483
- const filterSensitiveLog: (obj: DeleteServerRequest) => any;
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;
484
520
  }
485
521
  export interface DeleteSshPublicKeyRequest {
486
522
 
@@ -490,38 +526,22 @@ export interface DeleteSshPublicKeyRequest {
490
526
 
491
527
  UserName: string | undefined;
492
528
  }
493
- export declare namespace DeleteSshPublicKeyRequest {
494
-
495
- const filterSensitiveLog: (obj: DeleteSshPublicKeyRequest) => any;
496
- }
497
529
  export interface DeleteUserRequest {
498
530
 
499
531
  ServerId: string | undefined;
500
532
 
501
533
  UserName: string | undefined;
502
534
  }
503
- export declare namespace DeleteUserRequest {
504
-
505
- const filterSensitiveLog: (obj: DeleteUserRequest) => any;
506
- }
507
535
  export interface DeleteWorkflowRequest {
508
536
 
509
537
  WorkflowId: string | undefined;
510
538
  }
511
- export declare namespace DeleteWorkflowRequest {
512
-
513
- const filterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
514
- }
515
539
  export interface DescribeAccessRequest {
516
540
 
517
541
  ServerId: string | undefined;
518
542
 
519
543
  ExternalId: string | undefined;
520
544
  }
521
- export declare namespace DescribeAccessRequest {
522
-
523
- const filterSensitiveLog: (obj: DescribeAccessRequest) => any;
524
- }
525
545
 
526
546
  export interface DescribedAccess {
527
547
 
@@ -539,19 +559,108 @@ export interface DescribedAccess {
539
559
 
540
560
  ExternalId?: string;
541
561
  }
542
- export declare namespace DescribedAccess {
543
-
544
- const filterSensitiveLog: (obj: DescribedAccess) => any;
545
- }
546
562
  export interface DescribeAccessResponse {
547
563
 
548
564
  ServerId: string | undefined;
549
565
 
550
566
  Access: DescribedAccess | undefined;
551
567
  }
552
- export declare namespace DescribeAccessResponse {
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 {
553
662
 
554
- const filterSensitiveLog: (obj: DescribeAccessResponse) => any;
663
+ Connector: DescribedConnector | undefined;
555
664
  }
556
665
 
557
666
  export interface S3FileLocation {
@@ -564,10 +673,6 @@ export interface S3FileLocation {
564
673
 
565
674
  Etag?: string;
566
675
  }
567
- export declare namespace S3FileLocation {
568
-
569
- const filterSensitiveLog: (obj: S3FileLocation) => any;
570
- }
571
676
 
572
677
  export interface FileLocation {
573
678
 
@@ -575,10 +680,6 @@ export interface FileLocation {
575
680
 
576
681
  EfsFileLocation?: EfsFileLocation;
577
682
  }
578
- export declare namespace FileLocation {
579
-
580
- const filterSensitiveLog: (obj: FileLocation) => any;
581
- }
582
683
 
583
684
  export interface LoggingConfiguration {
584
685
 
@@ -586,10 +687,6 @@ export interface LoggingConfiguration {
586
687
 
587
688
  LogGroupName?: string;
588
689
  }
589
- export declare namespace LoggingConfiguration {
590
-
591
- const filterSensitiveLog: (obj: LoggingConfiguration) => any;
592
- }
593
690
  export declare enum ExecutionErrorType {
594
691
  ALREADY_EXISTS = "ALREADY_EXISTS",
595
692
  BAD_REQUEST = "BAD_REQUEST",
@@ -607,10 +704,6 @@ export interface ExecutionError {
607
704
 
608
705
  Message: string | undefined;
609
706
  }
610
- export declare namespace ExecutionError {
611
-
612
- const filterSensitiveLog: (obj: ExecutionError) => any;
613
- }
614
707
 
615
708
  export interface ExecutionStepResult {
616
709
 
@@ -620,10 +713,6 @@ export interface ExecutionStepResult {
620
713
 
621
714
  Error?: ExecutionError;
622
715
  }
623
- export declare namespace ExecutionStepResult {
624
-
625
- const filterSensitiveLog: (obj: ExecutionStepResult) => any;
626
- }
627
716
 
628
717
  export interface ExecutionResults {
629
718
 
@@ -631,10 +720,6 @@ export interface ExecutionResults {
631
720
 
632
721
  OnExceptionSteps?: ExecutionStepResult[];
633
722
  }
634
- export declare namespace ExecutionResults {
635
-
636
- const filterSensitiveLog: (obj: ExecutionResults) => any;
637
- }
638
723
 
639
724
  export interface UserDetails {
640
725
 
@@ -644,19 +729,11 @@ export interface UserDetails {
644
729
 
645
730
  SessionId?: string;
646
731
  }
647
- export declare namespace UserDetails {
648
-
649
- const filterSensitiveLog: (obj: UserDetails) => any;
650
- }
651
732
 
652
733
  export interface ServiceMetadata {
653
734
 
654
735
  UserDetails: UserDetails | undefined;
655
736
  }
656
- export declare namespace ServiceMetadata {
657
-
658
- const filterSensitiveLog: (obj: ServiceMetadata) => any;
659
- }
660
737
  export declare enum ExecutionStatus {
661
738
  COMPLETED = "COMPLETED",
662
739
  EXCEPTION = "EXCEPTION",
@@ -682,9 +759,20 @@ export interface DescribedExecution {
682
759
 
683
760
  Results?: ExecutionResults;
684
761
  }
685
- export declare namespace DescribedExecution {
762
+
763
+ export interface DescribedProfile {
686
764
 
687
- const filterSensitiveLog: (obj: DescribedExecution) => any;
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[];
688
776
  }
689
777
 
690
778
  export interface DescribedSecurityPolicy {
@@ -701,10 +789,6 @@ export interface DescribedSecurityPolicy {
701
789
 
702
790
  TlsCiphers?: string[];
703
791
  }
704
- export declare namespace DescribedSecurityPolicy {
705
-
706
- const filterSensitiveLog: (obj: DescribedSecurityPolicy) => any;
707
- }
708
792
  export declare enum State {
709
793
  OFFLINE = "OFFLINE",
710
794
  ONLINE = "ONLINE",
@@ -754,10 +838,6 @@ export interface DescribedServer {
754
838
 
755
839
  WorkflowDetails?: WorkflowDetails;
756
840
  }
757
- export declare namespace DescribedServer {
758
-
759
- const filterSensitiveLog: (obj: DescribedServer) => any;
760
- }
761
841
 
762
842
  export interface SshPublicKey {
763
843
 
@@ -767,10 +847,6 @@ export interface SshPublicKey {
767
847
 
768
848
  SshPublicKeyId: string | undefined;
769
849
  }
770
- export declare namespace SshPublicKey {
771
-
772
- const filterSensitiveLog: (obj: SshPublicKey) => any;
773
- }
774
850
 
775
851
  export interface DescribedUser {
776
852
 
@@ -794,10 +870,6 @@ export interface DescribedUser {
794
870
 
795
871
  UserName?: string;
796
872
  }
797
- export declare namespace DescribedUser {
798
-
799
- const filterSensitiveLog: (obj: DescribedUser) => any;
800
- }
801
873
 
802
874
  export interface DescribedWorkflow {
803
875
 
@@ -813,109 +885,91 @@ export interface DescribedWorkflow {
813
885
 
814
886
  Tags?: Tag[];
815
887
  }
816
- export declare namespace DescribedWorkflow {
817
-
818
- const filterSensitiveLog: (obj: DescribedWorkflow) => any;
819
- }
820
888
  export interface DescribeExecutionRequest {
821
889
 
822
890
  ExecutionId: string | undefined;
823
891
 
824
892
  WorkflowId: string | undefined;
825
893
  }
826
- export declare namespace DescribeExecutionRequest {
827
-
828
- const filterSensitiveLog: (obj: DescribeExecutionRequest) => any;
829
- }
830
894
  export interface DescribeExecutionResponse {
831
895
 
832
896
  WorkflowId: string | undefined;
833
897
 
834
898
  Execution: DescribedExecution | undefined;
835
899
  }
836
- export declare namespace DescribeExecutionResponse {
900
+ export interface DescribeProfileRequest {
837
901
 
838
- const filterSensitiveLog: (obj: DescribeExecutionResponse) => any;
902
+ ProfileId: string | undefined;
839
903
  }
840
- export interface DescribeSecurityPolicyRequest {
904
+ export interface DescribeProfileResponse {
841
905
 
842
- SecurityPolicyName: string | undefined;
906
+ Profile: DescribedProfile | undefined;
843
907
  }
844
- export declare namespace DescribeSecurityPolicyRequest {
908
+ export interface DescribeSecurityPolicyRequest {
845
909
 
846
- const filterSensitiveLog: (obj: DescribeSecurityPolicyRequest) => any;
910
+ SecurityPolicyName: string | undefined;
847
911
  }
848
912
  export interface DescribeSecurityPolicyResponse {
849
913
 
850
914
  SecurityPolicy: DescribedSecurityPolicy | undefined;
851
915
  }
852
- export declare namespace DescribeSecurityPolicyResponse {
853
-
854
- const filterSensitiveLog: (obj: DescribeSecurityPolicyResponse) => any;
855
- }
856
916
  export interface DescribeServerRequest {
857
917
 
858
918
  ServerId: string | undefined;
859
919
  }
860
- export declare namespace DescribeServerRequest {
861
-
862
- const filterSensitiveLog: (obj: DescribeServerRequest) => any;
863
- }
864
920
  export interface DescribeServerResponse {
865
921
 
866
922
  Server: DescribedServer | undefined;
867
923
  }
868
- export declare namespace DescribeServerResponse {
869
-
870
- const filterSensitiveLog: (obj: DescribeServerResponse) => any;
871
- }
872
924
  export interface DescribeUserRequest {
873
925
 
874
926
  ServerId: string | undefined;
875
927
 
876
928
  UserName: string | undefined;
877
929
  }
878
- export declare namespace DescribeUserRequest {
879
-
880
- const filterSensitiveLog: (obj: DescribeUserRequest) => any;
881
- }
882
930
  export interface DescribeUserResponse {
883
931
 
884
932
  ServerId: string | undefined;
885
933
 
886
934
  User: DescribedUser | undefined;
887
935
  }
888
- export declare namespace DescribeUserResponse {
889
-
890
- const filterSensitiveLog: (obj: DescribeUserResponse) => any;
891
- }
892
936
  export interface DescribeWorkflowRequest {
893
937
 
894
938
  WorkflowId: string | undefined;
895
939
  }
896
- export declare namespace DescribeWorkflowRequest {
897
-
898
- const filterSensitiveLog: (obj: DescribeWorkflowRequest) => any;
899
- }
900
940
  export interface DescribeWorkflowResponse {
901
941
 
902
942
  Workflow: DescribedWorkflow | undefined;
903
943
  }
904
- export declare namespace DescribeWorkflowResponse {
944
+ export interface ImportCertificateRequest {
905
945
 
906
- const filterSensitiveLog: (obj: DescribeWorkflowResponse) => any;
907
- }
908
- export interface ImportSshPublicKeyRequest {
946
+ Usage: CertificateUsageType | string | undefined;
909
947
 
910
- ServerId: string | undefined;
948
+ Certificate: string | undefined;
911
949
 
912
- SshPublicKeyBody: string | undefined;
950
+ CertificateChain?: string;
913
951
 
914
- UserName: string | undefined;
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;
915
965
  }
916
- export declare namespace ImportSshPublicKeyRequest {
966
+ export interface ImportSshPublicKeyRequest {
967
+
968
+ ServerId: string | undefined;
969
+
970
+ SshPublicKeyBody: string | undefined;
917
971
 
918
- const filterSensitiveLog: (obj: ImportSshPublicKeyRequest) => any;
972
+ UserName: string | undefined;
919
973
  }
920
974
 
921
975
  export interface ImportSshPublicKeyResponse {
@@ -926,10 +980,6 @@ export interface ImportSshPublicKeyResponse {
926
980
 
927
981
  UserName: string | undefined;
928
982
  }
929
- export declare namespace ImportSshPublicKeyResponse {
930
-
931
- const filterSensitiveLog: (obj: ImportSshPublicKeyResponse) => any;
932
- }
933
983
 
934
984
  export declare class InvalidNextTokenException extends __BaseException {
935
985
  readonly name: "InvalidNextTokenException";
@@ -946,10 +996,6 @@ export interface ListAccessesRequest {
946
996
 
947
997
  ServerId: string | undefined;
948
998
  }
949
- export declare namespace ListAccessesRequest {
950
-
951
- const filterSensitiveLog: (obj: ListAccessesRequest) => any;
952
- }
953
999
 
954
1000
  export interface ListedAccess {
955
1001
 
@@ -961,10 +1007,6 @@ export interface ListedAccess {
961
1007
 
962
1008
  ExternalId?: string;
963
1009
  }
964
- export declare namespace ListedAccess {
965
-
966
- const filterSensitiveLog: (obj: ListedAccess) => any;
967
- }
968
1010
  export interface ListAccessesResponse {
969
1011
 
970
1012
  NextToken?: string;
@@ -973,9 +1015,88 @@ export interface ListAccessesResponse {
973
1015
 
974
1016
  Accesses: ListedAccess[] | undefined;
975
1017
  }
976
- export declare namespace ListAccessesResponse {
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 {
977
1075
 
978
- const filterSensitiveLog: (obj: ListAccessesResponse) => any;
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;
979
1100
  }
980
1101
 
981
1102
  export interface ListedExecution {
@@ -988,9 +1109,16 @@ export interface ListedExecution {
988
1109
 
989
1110
  Status?: ExecutionStatus | string;
990
1111
  }
991
- export declare namespace ListedExecution {
1112
+
1113
+ export interface ListedProfile {
1114
+
1115
+ Arn?: string;
1116
+
1117
+ ProfileId?: string;
1118
+
1119
+ As2Id?: string;
992
1120
 
993
- const filterSensitiveLog: (obj: ListedExecution) => any;
1121
+ ProfileType?: ProfileType | string;
994
1122
  }
995
1123
 
996
1124
  export interface ListedServer {
@@ -1011,10 +1139,6 @@ export interface ListedServer {
1011
1139
 
1012
1140
  UserCount?: number;
1013
1141
  }
1014
- export declare namespace ListedServer {
1015
-
1016
- const filterSensitiveLog: (obj: ListedServer) => any;
1017
- }
1018
1142
 
1019
1143
  export interface ListedUser {
1020
1144
 
@@ -1030,10 +1154,6 @@ export interface ListedUser {
1030
1154
 
1031
1155
  UserName?: string;
1032
1156
  }
1033
- export declare namespace ListedUser {
1034
-
1035
- const filterSensitiveLog: (obj: ListedUser) => any;
1036
- }
1037
1157
 
1038
1158
  export interface ListedWorkflow {
1039
1159
 
@@ -1043,10 +1163,6 @@ export interface ListedWorkflow {
1043
1163
 
1044
1164
  Arn?: string;
1045
1165
  }
1046
- export declare namespace ListedWorkflow {
1047
-
1048
- const filterSensitiveLog: (obj: ListedWorkflow) => any;
1049
- }
1050
1166
  export interface ListExecutionsRequest {
1051
1167
 
1052
1168
  MaxResults?: number;
@@ -1055,10 +1171,6 @@ export interface ListExecutionsRequest {
1055
1171
 
1056
1172
  WorkflowId: string | undefined;
1057
1173
  }
1058
- export declare namespace ListExecutionsRequest {
1059
-
1060
- const filterSensitiveLog: (obj: ListExecutionsRequest) => any;
1061
- }
1062
1174
  export interface ListExecutionsResponse {
1063
1175
 
1064
1176
  NextToken?: string;
@@ -1067,9 +1179,19 @@ export interface ListExecutionsResponse {
1067
1179
 
1068
1180
  Executions: ListedExecution[] | undefined;
1069
1181
  }
1070
- export declare namespace ListExecutionsResponse {
1182
+ export interface ListProfilesRequest {
1183
+
1184
+ MaxResults?: number;
1185
+
1186
+ NextToken?: string;
1187
+
1188
+ ProfileType?: ProfileType | string;
1189
+ }
1190
+ export interface ListProfilesResponse {
1071
1191
 
1072
- const filterSensitiveLog: (obj: ListExecutionsResponse) => any;
1192
+ NextToken?: string;
1193
+
1194
+ Profiles: ListedProfile[] | undefined;
1073
1195
  }
1074
1196
  export interface ListSecurityPoliciesRequest {
1075
1197
 
@@ -1077,40 +1199,24 @@ export interface ListSecurityPoliciesRequest {
1077
1199
 
1078
1200
  NextToken?: string;
1079
1201
  }
1080
- export declare namespace ListSecurityPoliciesRequest {
1081
-
1082
- const filterSensitiveLog: (obj: ListSecurityPoliciesRequest) => any;
1083
- }
1084
1202
  export interface ListSecurityPoliciesResponse {
1085
1203
 
1086
1204
  NextToken?: string;
1087
1205
 
1088
1206
  SecurityPolicyNames: string[] | undefined;
1089
1207
  }
1090
- export declare namespace ListSecurityPoliciesResponse {
1091
-
1092
- const filterSensitiveLog: (obj: ListSecurityPoliciesResponse) => any;
1093
- }
1094
1208
  export interface ListServersRequest {
1095
1209
 
1096
1210
  MaxResults?: number;
1097
1211
 
1098
1212
  NextToken?: string;
1099
1213
  }
1100
- export declare namespace ListServersRequest {
1101
-
1102
- const filterSensitiveLog: (obj: ListServersRequest) => any;
1103
- }
1104
1214
  export interface ListServersResponse {
1105
1215
 
1106
1216
  NextToken?: string;
1107
1217
 
1108
1218
  Servers: ListedServer[] | undefined;
1109
1219
  }
1110
- export declare namespace ListServersResponse {
1111
-
1112
- const filterSensitiveLog: (obj: ListServersResponse) => any;
1113
- }
1114
1220
  export interface ListTagsForResourceRequest {
1115
1221
 
1116
1222
  Arn: string | undefined;
@@ -1119,10 +1225,6 @@ export interface ListTagsForResourceRequest {
1119
1225
 
1120
1226
  NextToken?: string;
1121
1227
  }
1122
- export declare namespace ListTagsForResourceRequest {
1123
-
1124
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1125
- }
1126
1228
  export interface ListTagsForResourceResponse {
1127
1229
 
1128
1230
  Arn?: string;
@@ -1131,10 +1233,6 @@ export interface ListTagsForResourceResponse {
1131
1233
 
1132
1234
  Tags?: Tag[];
1133
1235
  }
1134
- export declare namespace ListTagsForResourceResponse {
1135
-
1136
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1137
- }
1138
1236
  export interface ListUsersRequest {
1139
1237
 
1140
1238
  MaxResults?: number;
@@ -1143,10 +1241,6 @@ export interface ListUsersRequest {
1143
1241
 
1144
1242
  ServerId: string | undefined;
1145
1243
  }
1146
- export declare namespace ListUsersRequest {
1147
-
1148
- const filterSensitiveLog: (obj: ListUsersRequest) => any;
1149
- }
1150
1244
  export interface ListUsersResponse {
1151
1245
 
1152
1246
  NextToken?: string;
@@ -1155,30 +1249,18 @@ export interface ListUsersResponse {
1155
1249
 
1156
1250
  Users: ListedUser[] | undefined;
1157
1251
  }
1158
- export declare namespace ListUsersResponse {
1159
-
1160
- const filterSensitiveLog: (obj: ListUsersResponse) => any;
1161
- }
1162
1252
  export interface ListWorkflowsRequest {
1163
1253
 
1164
1254
  MaxResults?: number;
1165
1255
 
1166
1256
  NextToken?: string;
1167
1257
  }
1168
- export declare namespace ListWorkflowsRequest {
1169
-
1170
- const filterSensitiveLog: (obj: ListWorkflowsRequest) => any;
1171
- }
1172
1258
  export interface ListWorkflowsResponse {
1173
1259
 
1174
1260
  NextToken?: string;
1175
1261
 
1176
1262
  Workflows: ListedWorkflow[] | undefined;
1177
1263
  }
1178
- export declare namespace ListWorkflowsResponse {
1179
-
1180
- const filterSensitiveLog: (obj: ListWorkflowsResponse) => any;
1181
- }
1182
1264
  export interface SendWorkflowStepStateRequest {
1183
1265
 
1184
1266
  WorkflowId: string | undefined;
@@ -1189,31 +1271,25 @@ export interface SendWorkflowStepStateRequest {
1189
1271
 
1190
1272
  Status: CustomStepStatus | string | undefined;
1191
1273
  }
1192
- export declare namespace SendWorkflowStepStateRequest {
1193
-
1194
- const filterSensitiveLog: (obj: SendWorkflowStepStateRequest) => any;
1195
- }
1196
1274
  export interface SendWorkflowStepStateResponse {
1197
1275
  }
1198
- export declare namespace SendWorkflowStepStateResponse {
1276
+ export interface StartFileTransferRequest {
1199
1277
 
1200
- const filterSensitiveLog: (obj: SendWorkflowStepStateResponse) => any;
1201
- }
1202
- export interface StartServerRequest {
1278
+ ConnectorId: string | undefined;
1203
1279
 
1204
- ServerId: string | undefined;
1280
+ SendFilePaths: string[] | undefined;
1205
1281
  }
1206
- export declare namespace StartServerRequest {
1282
+ export interface StartFileTransferResponse {
1207
1283
 
1208
- const filterSensitiveLog: (obj: StartServerRequest) => any;
1284
+ TransferId: string | undefined;
1209
1285
  }
1210
- export interface StopServerRequest {
1286
+ export interface StartServerRequest {
1211
1287
 
1212
1288
  ServerId: string | undefined;
1213
1289
  }
1214
- export declare namespace StopServerRequest {
1290
+ export interface StopServerRequest {
1215
1291
 
1216
- const filterSensitiveLog: (obj: StopServerRequest) => any;
1292
+ ServerId: string | undefined;
1217
1293
  }
1218
1294
  export interface TagResourceRequest {
1219
1295
 
@@ -1221,10 +1297,6 @@ export interface TagResourceRequest {
1221
1297
 
1222
1298
  Tags: Tag[] | undefined;
1223
1299
  }
1224
- export declare namespace TagResourceRequest {
1225
-
1226
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1227
- }
1228
1300
  export interface TestIdentityProviderRequest {
1229
1301
 
1230
1302
  ServerId: string | undefined;
@@ -1237,10 +1309,6 @@ export interface TestIdentityProviderRequest {
1237
1309
 
1238
1310
  UserPassword?: string;
1239
1311
  }
1240
- export declare namespace TestIdentityProviderRequest {
1241
-
1242
- const filterSensitiveLog: (obj: TestIdentityProviderRequest) => any;
1243
- }
1244
1312
  export interface TestIdentityProviderResponse {
1245
1313
 
1246
1314
  Response?: string;
@@ -1251,20 +1319,12 @@ export interface TestIdentityProviderResponse {
1251
1319
 
1252
1320
  Url: string | undefined;
1253
1321
  }
1254
- export declare namespace TestIdentityProviderResponse {
1255
-
1256
- const filterSensitiveLog: (obj: TestIdentityProviderResponse) => any;
1257
- }
1258
1322
  export interface UntagResourceRequest {
1259
1323
 
1260
1324
  Arn: string | undefined;
1261
1325
 
1262
1326
  TagKeys: string[] | undefined;
1263
1327
  }
1264
- export declare namespace UntagResourceRequest {
1265
-
1266
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1267
- }
1268
1328
  export interface UpdateAccessRequest {
1269
1329
 
1270
1330
  HomeDirectory?: string;
@@ -1283,19 +1343,73 @@ export interface UpdateAccessRequest {
1283
1343
 
1284
1344
  ExternalId: string | undefined;
1285
1345
  }
1286
- export declare namespace UpdateAccessRequest {
1287
-
1288
- const filterSensitiveLog: (obj: UpdateAccessRequest) => any;
1289
- }
1290
1346
  export interface UpdateAccessResponse {
1291
1347
 
1292
1348
  ServerId: string | undefined;
1293
1349
 
1294
1350
  ExternalId: string | undefined;
1295
1351
  }
1296
- export declare namespace UpdateAccessResponse {
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 {
1297
1385
 
1298
- const filterSensitiveLog: (obj: UpdateAccessResponse) => any;
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;
1299
1413
  }
1300
1414
  export interface UpdateServerRequest {
1301
1415
 
@@ -1325,18 +1439,10 @@ export interface UpdateServerRequest {
1325
1439
 
1326
1440
  WorkflowDetails?: WorkflowDetails;
1327
1441
  }
1328
- export declare namespace UpdateServerRequest {
1329
-
1330
- const filterSensitiveLog: (obj: UpdateServerRequest) => any;
1331
- }
1332
1442
  export interface UpdateServerResponse {
1333
1443
 
1334
1444
  ServerId: string | undefined;
1335
1445
  }
1336
- export declare namespace UpdateServerResponse {
1337
-
1338
- const filterSensitiveLog: (obj: UpdateServerResponse) => any;
1339
- }
1340
1446
  export interface UpdateUserRequest {
1341
1447
 
1342
1448
  HomeDirectory?: string;
@@ -1355,10 +1461,6 @@ export interface UpdateUserRequest {
1355
1461
 
1356
1462
  UserName: string | undefined;
1357
1463
  }
1358
- export declare namespace UpdateUserRequest {
1359
-
1360
- const filterSensitiveLog: (obj: UpdateUserRequest) => any;
1361
- }
1362
1464
 
1363
1465
  export interface UpdateUserResponse {
1364
1466
 
@@ -1366,7 +1468,281 @@ export interface UpdateUserResponse {
1366
1468
 
1367
1469
  UserName: string | undefined;
1368
1470
  }
1369
- export declare namespace UpdateUserResponse {
1370
-
1371
- const filterSensitiveLog: (obj: UpdateUserResponse) => any;
1372
- }
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;