@aws-sdk/client-transfer 3.315.0 → 3.316.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.
@@ -58,572 +58,368 @@ import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./command
58
58
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
59
59
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
60
60
  import { TransferClient } from "./TransferClient";
61
- /**
62
- * @public
63
- * <p>Transfer Family is a fully managed service that enables the transfer of files over the File
64
- * Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
65
- * Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
66
- * Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
67
- * Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
68
- * with existing authentication systems, and providing DNS routing with Amazon Route 53 so
69
- * nothing changes for your customers and partners, or their applications. With your data in
70
- * Amazon S3, you can use it with Amazon Web Services for processing, analytics, machine learning, and
71
- * archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
72
- * set up.</p>
73
- */
74
- export declare class Transfer extends TransferClient {
61
+ export interface Transfer {
75
62
  /**
76
- * @public
77
- * <p>Used by administrators to choose which groups in the directory should have access to
78
- * upload and download files over the enabled protocols using Transfer Family. For example, a
79
- * Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
80
- * the ability to transfer files to the server. An administrator can use
81
- * <code>CreateAccess</code> to limit the access to the correct set of users who need this
82
- * ability.</p>
63
+ * @see {@link CreateAccessCommand}
83
64
  */
84
65
  createAccess(args: CreateAccessCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessCommandOutput>;
85
66
  createAccess(args: CreateAccessCommandInput, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
86
67
  createAccess(args: CreateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
87
68
  /**
88
- * @public
89
- * <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,
90
- * between an Transfer Family server and an AS2 process. The agreement defines the file and message
91
- * transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family
92
- * combines a server, local profile, partner profile, certificate, and other
93
- * attributes.</p>
94
- * <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p>
69
+ * @see {@link CreateAgreementCommand}
95
70
  */
96
71
  createAgreement(args: CreateAgreementCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgreementCommandOutput>;
97
72
  createAgreement(args: CreateAgreementCommandInput, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
98
73
  createAgreement(args: CreateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
99
74
  /**
100
- * @public
101
- * <p>Creates the connector, which captures the parameters for an outbound connection for the
102
- * AS2 protocol. The connector is required for sending files to an externally hosted AS2 server.
103
- * For more details about connectors, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/create-b2b-server.html#configure-as2-connector">Create AS2 connectors</a>.</p>
75
+ * @see {@link CreateConnectorCommand}
104
76
  */
105
77
  createConnector(args: CreateConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorCommandOutput>;
106
78
  createConnector(args: CreateConnectorCommandInput, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
107
79
  createConnector(args: CreateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
108
80
  /**
109
- * @public
110
- * <p>Creates the local or partner profile to use for AS2 transfers.</p>
81
+ * @see {@link CreateProfileCommand}
111
82
  */
112
83
  createProfile(args: CreateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfileCommandOutput>;
113
84
  createProfile(args: CreateProfileCommandInput, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
114
85
  createProfile(args: CreateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
115
86
  /**
116
- * @public
117
- * <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
118
- * in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
119
- * with users, use the service-generated <code>ServerId</code> property that is assigned to the
120
- * newly created server.</p>
87
+ * @see {@link CreateServerCommand}
121
88
  */
122
89
  createServer(args: CreateServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateServerCommandOutput>;
123
90
  createServer(args: CreateServerCommandInput, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
124
91
  createServer(args: CreateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
125
92
  /**
126
- * @public
127
- * <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
128
- * You can only create and associate users with servers that have the
129
- * <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
130
- * <code>CreateUser</code>, you can specify the user name, set the home directory, store the
131
- * user's public key, and assign the user's Identity and Access Management (IAM)
132
- * role. You can also optionally add a session policy, and assign metadata with tags that can
133
- * be used to group and search for users.</p>
93
+ * @see {@link CreateUserCommand}
134
94
  */
135
95
  createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
136
96
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
137
97
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
138
98
  /**
139
- * @public
140
- * <p>
141
- * Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes.
142
- * After creating a workflow, you can associate the workflow created with any transfer servers by specifying the <code>workflow-details</code> field in <code>CreateServer</code> and <code>UpdateServer</code> operations.
143
- * </p>
99
+ * @see {@link CreateWorkflowCommand}
144
100
  */
145
101
  createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
146
102
  createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
147
103
  createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
148
104
  /**
149
- * @public
150
- * <p>Allows you to delete the access specified in the <code>ServerID</code> and
151
- * <code>ExternalID</code> parameters.</p>
105
+ * @see {@link DeleteAccessCommand}
152
106
  */
153
107
  deleteAccess(args: DeleteAccessCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessCommandOutput>;
154
108
  deleteAccess(args: DeleteAccessCommandInput, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
155
109
  deleteAccess(args: DeleteAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
156
110
  /**
157
- * @public
158
- * <p>Delete the agreement that's specified in the provided <code>AgreementId</code>.</p>
111
+ * @see {@link DeleteAgreementCommand}
159
112
  */
160
113
  deleteAgreement(args: DeleteAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgreementCommandOutput>;
161
114
  deleteAgreement(args: DeleteAgreementCommandInput, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
162
115
  deleteAgreement(args: DeleteAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
163
116
  /**
164
- * @public
165
- * <p>Deletes the certificate that's specified in the <code>CertificateId</code>
166
- * parameter.</p>
117
+ * @see {@link DeleteCertificateCommand}
167
118
  */
168
119
  deleteCertificate(args: DeleteCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCertificateCommandOutput>;
169
120
  deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
170
121
  deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
171
122
  /**
172
- * @public
173
- * <p>Deletes the agreement that's specified in the provided <code>ConnectorId</code>.</p>
123
+ * @see {@link DeleteConnectorCommand}
174
124
  */
175
125
  deleteConnector(args: DeleteConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectorCommandOutput>;
176
126
  deleteConnector(args: DeleteConnectorCommandInput, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
177
127
  deleteConnector(args: DeleteConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
178
128
  /**
179
- * @public
180
- * <p>Deletes the host key that's specified in the <code>HoskKeyId</code> parameter.</p>
129
+ * @see {@link DeleteHostKeyCommand}
181
130
  */
182
131
  deleteHostKey(args: DeleteHostKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHostKeyCommandOutput>;
183
132
  deleteHostKey(args: DeleteHostKeyCommandInput, cb: (err: any, data?: DeleteHostKeyCommandOutput) => void): void;
184
133
  deleteHostKey(args: DeleteHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostKeyCommandOutput) => void): void;
185
134
  /**
186
- * @public
187
- * <p>Deletes the profile that's specified in the <code>ProfileId</code> parameter.</p>
135
+ * @see {@link DeleteProfileCommand}
188
136
  */
189
137
  deleteProfile(args: DeleteProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileCommandOutput>;
190
138
  deleteProfile(args: DeleteProfileCommandInput, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
191
139
  deleteProfile(args: DeleteProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
192
140
  /**
193
- * @public
194
- * <p>Deletes the file transfer protocol-enabled server that you specify.</p>
195
- * <p>No response returns from this operation.</p>
141
+ * @see {@link DeleteServerCommand}
196
142
  */
197
143
  deleteServer(args: DeleteServerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServerCommandOutput>;
198
144
  deleteServer(args: DeleteServerCommandInput, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
199
145
  deleteServer(args: DeleteServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
200
146
  /**
201
- * @public
202
- * <p>Deletes a user's Secure Shell (SSH) public key.</p>
147
+ * @see {@link DeleteSshPublicKeyCommand}
203
148
  */
204
149
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSshPublicKeyCommandOutput>;
205
150
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
206
151
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
207
152
  /**
208
- * @public
209
- * <p>Deletes the user belonging to a file transfer protocol-enabled server you specify.</p>
210
- * <p>No response returns from this operation.</p>
211
- * <note>
212
- * <p>When you delete a user from a server, the user's information is lost.</p>
213
- * </note>
153
+ * @see {@link DeleteUserCommand}
214
154
  */
215
155
  deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
216
156
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
217
157
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
218
158
  /**
219
- * @public
220
- * <p>Deletes the specified workflow.</p>
159
+ * @see {@link DeleteWorkflowCommand}
221
160
  */
222
161
  deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
223
162
  deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
224
163
  deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
225
164
  /**
226
- * @public
227
- * <p>Describes the access that is assigned to the specific file transfer protocol-enabled
228
- * server, as identified by its <code>ServerId</code> property and its
229
- * <code>ExternalId</code>.</p>
230
- * <p>The response from this call returns the properties of the access that is associated with
231
- * the <code>ServerId</code> value that was specified.</p>
165
+ * @see {@link DescribeAccessCommand}
232
166
  */
233
167
  describeAccess(args: DescribeAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessCommandOutput>;
234
168
  describeAccess(args: DescribeAccessCommandInput, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
235
169
  describeAccess(args: DescribeAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
236
170
  /**
237
- * @public
238
- * <p>Describes the agreement that's identified by the <code>AgreementId</code>.</p>
171
+ * @see {@link DescribeAgreementCommand}
239
172
  */
240
173
  describeAgreement(args: DescribeAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgreementCommandOutput>;
241
174
  describeAgreement(args: DescribeAgreementCommandInput, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
242
175
  describeAgreement(args: DescribeAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
243
176
  /**
244
- * @public
245
- * <p>Describes the certificate that's identified by the <code>CertificateId</code>.</p>
177
+ * @see {@link DescribeCertificateCommand}
246
178
  */
247
179
  describeCertificate(args: DescribeCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificateCommandOutput>;
248
180
  describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
249
181
  describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
250
182
  /**
251
- * @public
252
- * <p>Describes the connector that's identified by the <code>ConnectorId.</code>
253
- * </p>
183
+ * @see {@link DescribeConnectorCommand}
254
184
  */
255
185
  describeConnector(args: DescribeConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorCommandOutput>;
256
186
  describeConnector(args: DescribeConnectorCommandInput, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
257
187
  describeConnector(args: DescribeConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
258
188
  /**
259
- * @public
260
- * <p>You can use <code>DescribeExecution</code> to check the details of the execution of the specified workflow.</p>
189
+ * @see {@link DescribeExecutionCommand}
261
190
  */
262
191
  describeExecution(args: DescribeExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExecutionCommandOutput>;
263
192
  describeExecution(args: DescribeExecutionCommandInput, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
264
193
  describeExecution(args: DescribeExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
265
194
  /**
266
- * @public
267
- * <p>Returns the details of the host key that's specified by the <code>HostKeyId</code> and <code>ServerId</code>.</p>
195
+ * @see {@link DescribeHostKeyCommand}
268
196
  */
269
197
  describeHostKey(args: DescribeHostKeyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHostKeyCommandOutput>;
270
198
  describeHostKey(args: DescribeHostKeyCommandInput, cb: (err: any, data?: DescribeHostKeyCommandOutput) => void): void;
271
199
  describeHostKey(args: DescribeHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHostKeyCommandOutput) => void): void;
272
200
  /**
273
- * @public
274
- * <p>Returns the details of the profile that's specified by the <code>ProfileId</code>.</p>
201
+ * @see {@link DescribeProfileCommand}
275
202
  */
276
203
  describeProfile(args: DescribeProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProfileCommandOutput>;
277
204
  describeProfile(args: DescribeProfileCommandInput, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
278
205
  describeProfile(args: DescribeProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
279
206
  /**
280
- * @public
281
- * <p>Describes the security policy that is attached to your file transfer protocol-enabled
282
- * server. The response contains a description of the security policy's properties. For more
283
- * information about security policies, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html">Working with security
284
- * policies</a>.</p>
207
+ * @see {@link DescribeSecurityPolicyCommand}
285
208
  */
286
209
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSecurityPolicyCommandOutput>;
287
210
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
288
211
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
289
212
  /**
290
- * @public
291
- * <p>Describes a file transfer protocol-enabled server that you specify by passing the
292
- * <code>ServerId</code> parameter.</p>
293
- * <p>The response contains a description of a server's properties. When you set
294
- * <code>EndpointType</code> to VPC, the response will contain the
295
- * <code>EndpointDetails</code>.</p>
213
+ * @see {@link DescribeServerCommand}
296
214
  */
297
215
  describeServer(args: DescribeServerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServerCommandOutput>;
298
216
  describeServer(args: DescribeServerCommandInput, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
299
217
  describeServer(args: DescribeServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
300
218
  /**
301
- * @public
302
- * <p>Describes the user assigned to the specific file transfer protocol-enabled server, as
303
- * identified by its <code>ServerId</code> property.</p>
304
- * <p>The response from this call returns the properties of the user associated with the
305
- * <code>ServerId</code> value that was specified.</p>
219
+ * @see {@link DescribeUserCommand}
306
220
  */
307
221
  describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
308
222
  describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
309
223
  describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
310
224
  /**
311
- * @public
312
- * <p>Describes the specified workflow.</p>
225
+ * @see {@link DescribeWorkflowCommand}
313
226
  */
314
227
  describeWorkflow(args: DescribeWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowCommandOutput>;
315
228
  describeWorkflow(args: DescribeWorkflowCommandInput, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
316
229
  describeWorkflow(args: DescribeWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
317
230
  /**
318
- * @public
319
- * <p>Imports the signing and encryption certificates that you need to create local (AS2)
320
- * profiles and partner
321
- * profiles.</p>
231
+ * @see {@link ImportCertificateCommand}
322
232
  */
323
233
  importCertificate(args: ImportCertificateCommandInput, options?: __HttpHandlerOptions): Promise<ImportCertificateCommandOutput>;
324
234
  importCertificate(args: ImportCertificateCommandInput, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
325
235
  importCertificate(args: ImportCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
326
236
  /**
327
- * @public
328
- * <p>Adds a host key to the server that's specified by the <code>ServerId</code>
329
- * parameter.</p>
237
+ * @see {@link ImportHostKeyCommand}
330
238
  */
331
239
  importHostKey(args: ImportHostKeyCommandInput, options?: __HttpHandlerOptions): Promise<ImportHostKeyCommandOutput>;
332
240
  importHostKey(args: ImportHostKeyCommandInput, cb: (err: any, data?: ImportHostKeyCommandOutput) => void): void;
333
241
  importHostKey(args: ImportHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportHostKeyCommandOutput) => void): void;
334
242
  /**
335
- * @public
336
- * <p>Adds a Secure Shell (SSH) public key to a user account identified by a
337
- * <code>UserName</code> value assigned to the specific file transfer protocol-enabled server,
338
- * identified by <code>ServerId</code>.</p>
339
- * <p>The response returns the <code>UserName</code> value, the <code>ServerId</code> value, and
340
- * the name of the <code>SshPublicKeyId</code>.</p>
243
+ * @see {@link ImportSshPublicKeyCommand}
341
244
  */
342
245
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<ImportSshPublicKeyCommandOutput>;
343
246
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
344
247
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
345
248
  /**
346
- * @public
347
- * <p>Lists the details for all the accesses you have on your server.</p>
249
+ * @see {@link ListAccessesCommand}
348
250
  */
349
251
  listAccesses(args: ListAccessesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessesCommandOutput>;
350
252
  listAccesses(args: ListAccessesCommandInput, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
351
253
  listAccesses(args: ListAccessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
352
254
  /**
353
- * @public
354
- * <p>Returns a list of the agreements for the server that's identified by the
355
- * <code>ServerId</code> that you supply. If you want to limit the results to a certain number,
356
- * supply a value for the <code>MaxResults</code> parameter. If you ran the command previously
357
- * and received a value for <code>NextToken</code>, you can supply that value to continue listing
358
- * agreements from where you left off.</p>
255
+ * @see {@link ListAgreementsCommand}
359
256
  */
360
257
  listAgreements(args: ListAgreementsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgreementsCommandOutput>;
361
258
  listAgreements(args: ListAgreementsCommandInput, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
362
259
  listAgreements(args: ListAgreementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
363
260
  /**
364
- * @public
365
- * <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to
366
- * limit the results to a certain number, supply a value for the <code>MaxResults</code>
367
- * parameter. If you ran the command previously and received a value for the
368
- * <code>NextToken</code> parameter, you can supply that value to continue listing certificates
369
- * from where you left off.</p>
261
+ * @see {@link ListCertificatesCommand}
370
262
  */
371
263
  listCertificates(args: ListCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesCommandOutput>;
372
264
  listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
373
265
  listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
374
266
  /**
375
- * @public
376
- * <p>Lists the connectors for the specified Region.</p>
267
+ * @see {@link ListConnectorsCommand}
377
268
  */
378
269
  listConnectors(args: ListConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorsCommandOutput>;
379
270
  listConnectors(args: ListConnectorsCommandInput, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
380
271
  listConnectors(args: ListConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
381
272
  /**
382
- * @public
383
- * <p>Lists all executions for the specified workflow.</p>
273
+ * @see {@link ListExecutionsCommand}
384
274
  */
385
275
  listExecutions(args: ListExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExecutionsCommandOutput>;
386
276
  listExecutions(args: ListExecutionsCommandInput, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
387
277
  listExecutions(args: ListExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
388
278
  /**
389
- * @public
390
- * <p>Returns a list of host keys for the server that's specified by the <code>ServerId</code>
391
- * parameter.</p>
279
+ * @see {@link ListHostKeysCommand}
392
280
  */
393
281
  listHostKeys(args: ListHostKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListHostKeysCommandOutput>;
394
282
  listHostKeys(args: ListHostKeysCommandInput, cb: (err: any, data?: ListHostKeysCommandOutput) => void): void;
395
283
  listHostKeys(args: ListHostKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostKeysCommandOutput) => void): void;
396
284
  /**
397
- * @public
398
- * <p>Returns a list of the profiles for your system. If you want to limit the results to a
399
- * certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the
400
- * command previously and received a value for <code>NextToken</code>, you can supply that value
401
- * to continue listing profiles from where you left off.</p>
285
+ * @see {@link ListProfilesCommand}
402
286
  */
403
287
  listProfiles(args: ListProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilesCommandOutput>;
404
288
  listProfiles(args: ListProfilesCommandInput, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
405
289
  listProfiles(args: ListProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
406
290
  /**
407
- * @public
408
- * <p>Lists the security policies that are attached to your file transfer protocol-enabled
409
- * servers.</p>
291
+ * @see {@link ListSecurityPoliciesCommand}
410
292
  */
411
293
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityPoliciesCommandOutput>;
412
294
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
413
295
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
414
296
  /**
415
- * @public
416
- * <p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services
417
- * account.</p>
297
+ * @see {@link ListServersCommand}
418
298
  */
419
299
  listServers(args: ListServersCommandInput, options?: __HttpHandlerOptions): Promise<ListServersCommandOutput>;
420
300
  listServers(args: ListServersCommandInput, cb: (err: any, data?: ListServersCommandOutput) => void): void;
421
301
  listServers(args: ListServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServersCommandOutput) => void): void;
422
302
  /**
423
- * @public
424
- * <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The
425
- * resource can be a user, server, or role.</p>
303
+ * @see {@link ListTagsForResourceCommand}
426
304
  */
427
305
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
428
306
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
429
307
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
430
308
  /**
431
- * @public
432
- * <p>Lists the users for a file transfer protocol-enabled server that you specify by passing
433
- * the <code>ServerId</code> parameter.</p>
309
+ * @see {@link ListUsersCommand}
434
310
  */
435
311
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
436
312
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
437
313
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
438
314
  /**
439
- * @public
440
- * <p>Lists all of your workflows.</p>
315
+ * @see {@link ListWorkflowsCommand}
441
316
  */
442
317
  listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
443
318
  listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
444
319
  listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
445
320
  /**
446
- * @public
447
- * <p>Sends a callback for asynchronous custom steps.</p>
448
- * <p>
449
- * The <code>ExecutionId</code>, <code>WorkflowId</code>, and <code>Token</code> are passed to the target resource during execution of a custom step of a workflow.
450
- * You must include those with their callback as well as providing a status.
451
- * </p>
321
+ * @see {@link SendWorkflowStepStateCommand}
452
322
  */
453
323
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options?: __HttpHandlerOptions): Promise<SendWorkflowStepStateCommandOutput>;
454
324
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
455
325
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
456
326
  /**
457
- * @public
458
- * <p>Begins an outbound file transfer to a remote AS2 server. You specify the <code>ConnectorId</code> and the file
459
- * paths for where to send the files. </p>
327
+ * @see {@link StartFileTransferCommand}
460
328
  */
461
329
  startFileTransfer(args: StartFileTransferCommandInput, options?: __HttpHandlerOptions): Promise<StartFileTransferCommandOutput>;
462
330
  startFileTransfer(args: StartFileTransferCommandInput, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
463
331
  startFileTransfer(args: StartFileTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
464
332
  /**
465
- * @public
466
- * <p>Changes the state of a file transfer protocol-enabled server from <code>OFFLINE</code> to
467
- * <code>ONLINE</code>. It has no impact on a server that is already <code>ONLINE</code>. An
468
- * <code>ONLINE</code> server can accept and process file transfer jobs.</p>
469
- * <p>The state of <code>STARTING</code> indicates that the server is in an intermediate state,
470
- * either not fully able to respond, or not fully online. The values of <code>START_FAILED</code>
471
- * can indicate an error condition.</p>
472
- * <p>No response is returned from this call.</p>
333
+ * @see {@link StartServerCommand}
473
334
  */
474
335
  startServer(args: StartServerCommandInput, options?: __HttpHandlerOptions): Promise<StartServerCommandOutput>;
475
336
  startServer(args: StartServerCommandInput, cb: (err: any, data?: StartServerCommandOutput) => void): void;
476
337
  startServer(args: StartServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartServerCommandOutput) => void): void;
477
338
  /**
478
- * @public
479
- * <p>Changes the state of a file transfer protocol-enabled server from <code>ONLINE</code> to
480
- * <code>OFFLINE</code>. An <code>OFFLINE</code> server cannot accept and process file transfer
481
- * jobs. Information tied to your server, such as server and user properties, are not affected by
482
- * stopping your server.</p>
483
- * <note>
484
- * <p>Stopping the server does not reduce or impact your file transfer protocol endpoint
485
- * billing; you must delete the server to stop being billed.</p>
486
- * </note>
487
- * <p>The state of <code>STOPPING</code> indicates that the server is in an intermediate state,
488
- * either not fully able to respond, or not fully offline. The values of <code>STOP_FAILED</code>
489
- * can indicate an error condition.</p>
490
- * <p>No response is returned from this call.</p>
339
+ * @see {@link StopServerCommand}
491
340
  */
492
341
  stopServer(args: StopServerCommandInput, options?: __HttpHandlerOptions): Promise<StopServerCommandOutput>;
493
342
  stopServer(args: StopServerCommandInput, cb: (err: any, data?: StopServerCommandOutput) => void): void;
494
343
  stopServer(args: StopServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopServerCommandOutput) => void): void;
495
344
  /**
496
- * @public
497
- * <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
498
- * Resources are users, servers, roles, and other entities.</p>
499
- * <p>There is no response returned from this call.</p>
345
+ * @see {@link TagResourceCommand}
500
346
  */
501
347
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
502
348
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
503
349
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
504
350
  /**
505
- * @public
506
- * <p>If the <code>IdentityProviderType</code> of a file transfer protocol-enabled server is
507
- * <code>AWS_DIRECTORY_SERVICE</code> or <code>API_Gateway</code>, tests whether your identity
508
- * provider is set up successfully. We highly recommend that you call this operation to test your
509
- * authentication method as soon as you create your server. By doing so, you can troubleshoot
510
- * issues with the identity provider integration to ensure that your users can successfully use
511
- * the service.</p>
512
- * <p>
513
- * The <code>ServerId</code> and <code>UserName</code> parameters are required. The <code>ServerProtocol</code>, <code>SourceIp</code>, and <code>UserPassword</code> are all optional.
514
- * </p>
515
- * <note>
516
- * <p>
517
- * You cannot use <code>TestIdentityProvider</code> if the <code>IdentityProviderType</code> of your server is <code>SERVICE_MANAGED</code>.
518
- * </p>
519
- * </note>
520
- * <ul>
521
- * <li>
522
- * <p>
523
- * If you provide any incorrect values for any parameters, the <code>Response</code> field is empty.
524
- * </p>
525
- * </li>
526
- * <li>
527
- * <p>
528
- * If you provide a server ID for a server that uses service-managed users, you get an error:
529
- * </p>
530
- * <p>
531
- * <code>
532
- * An error occurred (InvalidRequestException) when calling the TestIdentityProvider operation: s-<i>server-ID</i> not configured for external auth
533
- * </code>
534
- * </p>
535
- * </li>
536
- * <li>
537
- * <p>
538
- * If you enter a Server ID for the <code>--server-id</code> parameter that does not identify an actual Transfer server, you receive the following error:
539
- * </p>
540
- * <p>
541
- * <code>An error occurred (ResourceNotFoundException) when calling the TestIdentityProvider operation: Unknown server</code>
542
- * </p>
543
- * </li>
544
- * </ul>
351
+ * @see {@link TestIdentityProviderCommand}
545
352
  */
546
353
  testIdentityProvider(args: TestIdentityProviderCommandInput, options?: __HttpHandlerOptions): Promise<TestIdentityProviderCommandOutput>;
547
354
  testIdentityProvider(args: TestIdentityProviderCommandInput, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
548
355
  testIdentityProvider(args: TestIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
549
356
  /**
550
- * @public
551
- * <p>Detaches a key-value pair from a resource, as identified by its Amazon Resource Name
552
- * (ARN). Resources are users, servers, roles, and other entities.</p>
553
- * <p>No response is returned from this call.</p>
357
+ * @see {@link UntagResourceCommand}
554
358
  */
555
359
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
556
360
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
557
361
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
558
362
  /**
559
- * @public
560
- * <p>Allows you to update parameters for the access specified in the <code>ServerID</code> and
561
- * <code>ExternalID</code> parameters.</p>
363
+ * @see {@link UpdateAccessCommand}
562
364
  */
563
365
  updateAccess(args: UpdateAccessCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccessCommandOutput>;
564
366
  updateAccess(args: UpdateAccessCommandInput, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
565
367
  updateAccess(args: UpdateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
566
368
  /**
567
- * @public
568
- * <p>Updates some of the parameters for an existing agreement. Provide the
569
- * <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to
570
- * update, along with the new values for the parameters to update.</p>
369
+ * @see {@link UpdateAgreementCommand}
571
370
  */
572
371
  updateAgreement(args: UpdateAgreementCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgreementCommandOutput>;
573
372
  updateAgreement(args: UpdateAgreementCommandInput, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
574
373
  updateAgreement(args: UpdateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
575
374
  /**
576
- * @public
577
- * <p>Updates the active and inactive dates for a certificate.</p>
375
+ * @see {@link UpdateCertificateCommand}
578
376
  */
579
377
  updateCertificate(args: UpdateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCertificateCommandOutput>;
580
378
  updateCertificate(args: UpdateCertificateCommandInput, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
581
379
  updateCertificate(args: UpdateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
582
380
  /**
583
- * @public
584
- * <p>Updates some of the parameters for an existing connector. Provide the
585
- * <code>ConnectorId</code> for the connector that you want to update, along with the new
586
- * values for the parameters to update.</p>
381
+ * @see {@link UpdateConnectorCommand}
587
382
  */
588
383
  updateConnector(args: UpdateConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectorCommandOutput>;
589
384
  updateConnector(args: UpdateConnectorCommandInput, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
590
385
  updateConnector(args: UpdateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
591
386
  /**
592
- * @public
593
- * <p>Updates the description for the host key that's specified by the <code>ServerId</code> and
594
- * <code>HostKeyId</code> parameters.</p>
387
+ * @see {@link UpdateHostKeyCommand}
595
388
  */
596
389
  updateHostKey(args: UpdateHostKeyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHostKeyCommandOutput>;
597
390
  updateHostKey(args: UpdateHostKeyCommandInput, cb: (err: any, data?: UpdateHostKeyCommandOutput) => void): void;
598
391
  updateHostKey(args: UpdateHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHostKeyCommandOutput) => void): void;
599
392
  /**
600
- * @public
601
- * <p>Updates some of the parameters for an existing profile. Provide the <code>ProfileId</code>
602
- * for the profile that you want to update, along with the new values for the parameters to
603
- * update.</p>
393
+ * @see {@link UpdateProfileCommand}
604
394
  */
605
395
  updateProfile(args: UpdateProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProfileCommandOutput>;
606
396
  updateProfile(args: UpdateProfileCommandInput, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
607
397
  updateProfile(args: UpdateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
608
398
  /**
609
- * @public
610
- * <p>Updates the file transfer protocol-enabled server's properties after that server has
611
- * been created.</p>
612
- * <p>The <code>UpdateServer</code> call returns the <code>ServerId</code> of the server you
613
- * updated.</p>
399
+ * @see {@link UpdateServerCommand}
614
400
  */
615
401
  updateServer(args: UpdateServerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServerCommandOutput>;
616
402
  updateServer(args: UpdateServerCommandInput, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
617
403
  updateServer(args: UpdateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
618
404
  /**
619
- * @public
620
- * <p>Assigns new properties to a user. Parameters you pass modify any or all of the following:
621
- * the home directory, role, and policy for the <code>UserName</code> and <code>ServerId</code>
622
- * you specify.</p>
623
- * <p>The response returns the <code>ServerId</code> and the <code>UserName</code> for the
624
- * updated user.</p>
405
+ * @see {@link UpdateUserCommand}
625
406
  */
626
407
  updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
627
408
  updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
628
409
  updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
629
410
  }
411
+ /**
412
+ * @public
413
+ * <p>Transfer Family is a fully managed service that enables the transfer of files over the File
414
+ * Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
415
+ * Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
416
+ * Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
417
+ * Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
418
+ * with existing authentication systems, and providing DNS routing with Amazon Route 53 so
419
+ * nothing changes for your customers and partners, or their applications. With your data in
420
+ * Amazon S3, you can use it with Amazon Web Services for processing, analytics, machine learning, and
421
+ * archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
422
+ * set up.</p>
423
+ */
424
+ export declare class Transfer extends TransferClient implements Transfer {
425
+ }