@aws-sdk/client-transfer 3.296.0 → 3.297.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 (75) hide show
  1. package/dist-types/Transfer.d.ts +59 -0
  2. package/dist-types/TransferClient.d.ts +24 -4
  3. package/dist-types/commands/CreateAccessCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateAgreementCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConnectorCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateProfileCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateServerCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteAccessCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteAgreementCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteConnectorCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteHostKeyCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteProfileCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteServerCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeAccessCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeAgreementCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeConnectorCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeExecutionCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeHostKeyCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeProfileCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeServerCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeWorkflowCommand.d.ts +16 -0
  31. package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
  32. package/dist-types/commands/ImportHostKeyCommand.d.ts +16 -0
  33. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +16 -0
  34. package/dist-types/commands/ListAccessesCommand.d.ts +16 -0
  35. package/dist-types/commands/ListAgreementsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListCertificatesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListConnectorsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListExecutionsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListHostKeysCommand.d.ts +16 -0
  40. package/dist-types/commands/ListProfilesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListServersCommand.d.ts +16 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  44. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  45. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  46. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +16 -0
  47. package/dist-types/commands/StartFileTransferCommand.d.ts +16 -0
  48. package/dist-types/commands/StartServerCommand.d.ts +16 -0
  49. package/dist-types/commands/StopServerCommand.d.ts +16 -0
  50. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  51. package/dist-types/commands/TestIdentityProviderCommand.d.ts +16 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/UpdateAccessCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateAgreementCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateCertificateCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateConnectorCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateHostKeyCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateProfileCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateServerCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  61. package/dist-types/models/TransferServiceException.d.ts +2 -0
  62. package/dist-types/models/models_0.d.ts +478 -43
  63. package/dist-types/pagination/Interfaces.d.ts +3 -0
  64. package/dist-types/pagination/ListAccessesPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListAgreementsPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListCertificatesPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListConnectorsPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListExecutionsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListProfilesPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListSecurityPoliciesPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListServersPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  75. package/package.json +3 -3
@@ -59,6 +59,7 @@ import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/
59
59
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
60
60
  import { TransferClient } from "./TransferClient";
61
61
  /**
62
+ * @public
62
63
  * <p>Transfer Family is a fully managed service that enables the transfer of files over the File
63
64
  * Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
64
65
  * Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
@@ -72,6 +73,7 @@ import { TransferClient } from "./TransferClient";
72
73
  */
73
74
  export declare class Transfer extends TransferClient {
74
75
  /**
76
+ * @public
75
77
  * <p>Used by administrators to choose which groups in the directory should have access to
76
78
  * upload and download files over the enabled protocols using Transfer Family. For example, a
77
79
  * Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
@@ -83,6 +85,7 @@ export declare class Transfer extends TransferClient {
83
85
  createAccess(args: CreateAccessCommandInput, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
84
86
  createAccess(args: CreateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessCommandOutput) => void): void;
85
87
  /**
88
+ * @public
86
89
  * <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,
87
90
  * between an Transfer Family server and an AS2 process. The agreement defines the file and message
88
91
  * transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family
@@ -94,6 +97,7 @@ export declare class Transfer extends TransferClient {
94
97
  createAgreement(args: CreateAgreementCommandInput, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
95
98
  createAgreement(args: CreateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgreementCommandOutput) => void): void;
96
99
  /**
100
+ * @public
97
101
  * <p>Creates the connector, which captures the parameters for an outbound connection for the
98
102
  * AS2 protocol. The connector is required for sending files to an externally hosted AS2 server.
99
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>
@@ -102,12 +106,14 @@ export declare class Transfer extends TransferClient {
102
106
  createConnector(args: CreateConnectorCommandInput, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
103
107
  createConnector(args: CreateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorCommandOutput) => void): void;
104
108
  /**
109
+ * @public
105
110
  * <p>Creates the local or partner profile to use for AS2 transfers.</p>
106
111
  */
107
112
  createProfile(args: CreateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfileCommandOutput>;
108
113
  createProfile(args: CreateProfileCommandInput, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
109
114
  createProfile(args: CreateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
110
115
  /**
116
+ * @public
111
117
  * <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
112
118
  * in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
113
119
  * with users, use the service-generated <code>ServerId</code> property that is assigned to the
@@ -117,6 +123,7 @@ export declare class Transfer extends TransferClient {
117
123
  createServer(args: CreateServerCommandInput, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
118
124
  createServer(args: CreateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
119
125
  /**
126
+ * @public
120
127
  * <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
121
128
  * You can only create and associate users with servers that have the
122
129
  * <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
@@ -129,6 +136,7 @@ export declare class Transfer extends TransferClient {
129
136
  createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
130
137
  createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
131
138
  /**
139
+ * @public
132
140
  * <p>
133
141
  * Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes.
134
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.
@@ -138,6 +146,7 @@ export declare class Transfer extends TransferClient {
138
146
  createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
139
147
  createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
140
148
  /**
149
+ * @public
141
150
  * <p>Allows you to delete the access specified in the <code>ServerID</code> and
142
151
  * <code>ExternalID</code> parameters.</p>
143
152
  */
@@ -145,12 +154,14 @@ export declare class Transfer extends TransferClient {
145
154
  deleteAccess(args: DeleteAccessCommandInput, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
146
155
  deleteAccess(args: DeleteAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessCommandOutput) => void): void;
147
156
  /**
157
+ * @public
148
158
  * <p>Delete the agreement that's specified in the provided <code>AgreementId</code>.</p>
149
159
  */
150
160
  deleteAgreement(args: DeleteAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgreementCommandOutput>;
151
161
  deleteAgreement(args: DeleteAgreementCommandInput, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
152
162
  deleteAgreement(args: DeleteAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgreementCommandOutput) => void): void;
153
163
  /**
164
+ * @public
154
165
  * <p>Deletes the certificate that's specified in the <code>CertificateId</code>
155
166
  * parameter.</p>
156
167
  */
@@ -158,24 +169,28 @@ export declare class Transfer extends TransferClient {
158
169
  deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
159
170
  deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
160
171
  /**
172
+ * @public
161
173
  * <p>Deletes the agreement that's specified in the provided <code>ConnectorId</code>.</p>
162
174
  */
163
175
  deleteConnector(args: DeleteConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectorCommandOutput>;
164
176
  deleteConnector(args: DeleteConnectorCommandInput, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
165
177
  deleteConnector(args: DeleteConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorCommandOutput) => void): void;
166
178
  /**
179
+ * @public
167
180
  * <p>Deletes the host key that's specified in the <code>HoskKeyId</code> parameter.</p>
168
181
  */
169
182
  deleteHostKey(args: DeleteHostKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHostKeyCommandOutput>;
170
183
  deleteHostKey(args: DeleteHostKeyCommandInput, cb: (err: any, data?: DeleteHostKeyCommandOutput) => void): void;
171
184
  deleteHostKey(args: DeleteHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostKeyCommandOutput) => void): void;
172
185
  /**
186
+ * @public
173
187
  * <p>Deletes the profile that's specified in the <code>ProfileId</code> parameter.</p>
174
188
  */
175
189
  deleteProfile(args: DeleteProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileCommandOutput>;
176
190
  deleteProfile(args: DeleteProfileCommandInput, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
177
191
  deleteProfile(args: DeleteProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
178
192
  /**
193
+ * @public
179
194
  * <p>Deletes the file transfer protocol-enabled server that you specify.</p>
180
195
  * <p>No response returns from this operation.</p>
181
196
  */
@@ -183,12 +198,14 @@ export declare class Transfer extends TransferClient {
183
198
  deleteServer(args: DeleteServerCommandInput, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
184
199
  deleteServer(args: DeleteServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServerCommandOutput) => void): void;
185
200
  /**
201
+ * @public
186
202
  * <p>Deletes a user's Secure Shell (SSH) public key.</p>
187
203
  */
188
204
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSshPublicKeyCommandOutput>;
189
205
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
190
206
  deleteSshPublicKey(args: DeleteSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSshPublicKeyCommandOutput) => void): void;
191
207
  /**
208
+ * @public
192
209
  * <p>Deletes the user belonging to a file transfer protocol-enabled server you specify.</p>
193
210
  * <p>No response returns from this operation.</p>
194
211
  * <note>
@@ -199,12 +216,14 @@ export declare class Transfer extends TransferClient {
199
216
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
200
217
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
201
218
  /**
219
+ * @public
202
220
  * <p>Deletes the specified workflow.</p>
203
221
  */
204
222
  deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
205
223
  deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
206
224
  deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
207
225
  /**
226
+ * @public
208
227
  * <p>Describes the access that is assigned to the specific file transfer protocol-enabled
209
228
  * server, as identified by its <code>ServerId</code> property and its
210
229
  * <code>ExternalId</code>.</p>
@@ -215,18 +234,21 @@ export declare class Transfer extends TransferClient {
215
234
  describeAccess(args: DescribeAccessCommandInput, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
216
235
  describeAccess(args: DescribeAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessCommandOutput) => void): void;
217
236
  /**
237
+ * @public
218
238
  * <p>Describes the agreement that's identified by the <code>AgreementId</code>.</p>
219
239
  */
220
240
  describeAgreement(args: DescribeAgreementCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgreementCommandOutput>;
221
241
  describeAgreement(args: DescribeAgreementCommandInput, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
222
242
  describeAgreement(args: DescribeAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgreementCommandOutput) => void): void;
223
243
  /**
244
+ * @public
224
245
  * <p>Describes the certificate that's identified by the <code>CertificateId</code>.</p>
225
246
  */
226
247
  describeCertificate(args: DescribeCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificateCommandOutput>;
227
248
  describeCertificate(args: DescribeCertificateCommandInput, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
228
249
  describeCertificate(args: DescribeCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificateCommandOutput) => void): void;
229
250
  /**
251
+ * @public
230
252
  * <p>Describes the connector that's identified by the <code>ConnectorId.</code>
231
253
  * </p>
232
254
  */
@@ -234,24 +256,28 @@ export declare class Transfer extends TransferClient {
234
256
  describeConnector(args: DescribeConnectorCommandInput, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
235
257
  describeConnector(args: DescribeConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorCommandOutput) => void): void;
236
258
  /**
259
+ * @public
237
260
  * <p>You can use <code>DescribeExecution</code> to check the details of the execution of the specified workflow.</p>
238
261
  */
239
262
  describeExecution(args: DescribeExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExecutionCommandOutput>;
240
263
  describeExecution(args: DescribeExecutionCommandInput, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
241
264
  describeExecution(args: DescribeExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExecutionCommandOutput) => void): void;
242
265
  /**
266
+ * @public
243
267
  * <p>Returns the details of the host key that's specified by the <code>HostKeyId</code> and <code>ServerId</code>.</p>
244
268
  */
245
269
  describeHostKey(args: DescribeHostKeyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHostKeyCommandOutput>;
246
270
  describeHostKey(args: DescribeHostKeyCommandInput, cb: (err: any, data?: DescribeHostKeyCommandOutput) => void): void;
247
271
  describeHostKey(args: DescribeHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHostKeyCommandOutput) => void): void;
248
272
  /**
273
+ * @public
249
274
  * <p>Returns the details of the profile that's specified by the <code>ProfileId</code>.</p>
250
275
  */
251
276
  describeProfile(args: DescribeProfileCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProfileCommandOutput>;
252
277
  describeProfile(args: DescribeProfileCommandInput, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
253
278
  describeProfile(args: DescribeProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProfileCommandOutput) => void): void;
254
279
  /**
280
+ * @public
255
281
  * <p>Describes the security policy that is attached to your file transfer protocol-enabled
256
282
  * server. The response contains a description of the security policy's properties. For more
257
283
  * information about security policies, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html">Working with security
@@ -261,6 +287,7 @@ export declare class Transfer extends TransferClient {
261
287
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
262
288
  describeSecurityPolicy(args: DescribeSecurityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSecurityPolicyCommandOutput) => void): void;
263
289
  /**
290
+ * @public
264
291
  * <p>Describes a file transfer protocol-enabled server that you specify by passing the
265
292
  * <code>ServerId</code> parameter.</p>
266
293
  * <p>The response contains a description of a server's properties. When you set
@@ -271,6 +298,7 @@ export declare class Transfer extends TransferClient {
271
298
  describeServer(args: DescribeServerCommandInput, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
272
299
  describeServer(args: DescribeServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServerCommandOutput) => void): void;
273
300
  /**
301
+ * @public
274
302
  * <p>Describes the user assigned to the specific file transfer protocol-enabled server, as
275
303
  * identified by its <code>ServerId</code> property.</p>
276
304
  * <p>The response from this call returns the properties of the user associated with the
@@ -280,12 +308,14 @@ export declare class Transfer extends TransferClient {
280
308
  describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
281
309
  describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
282
310
  /**
311
+ * @public
283
312
  * <p>Describes the specified workflow.</p>
284
313
  */
285
314
  describeWorkflow(args: DescribeWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowCommandOutput>;
286
315
  describeWorkflow(args: DescribeWorkflowCommandInput, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
287
316
  describeWorkflow(args: DescribeWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowCommandOutput) => void): void;
288
317
  /**
318
+ * @public
289
319
  * <p>Imports the signing and encryption certificates that you need to create local (AS2)
290
320
  * profiles and partner
291
321
  * profiles.</p>
@@ -294,6 +324,7 @@ export declare class Transfer extends TransferClient {
294
324
  importCertificate(args: ImportCertificateCommandInput, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
295
325
  importCertificate(args: ImportCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
296
326
  /**
327
+ * @public
297
328
  * <p>Adds a host key to the server that's specified by the <code>ServerId</code>
298
329
  * parameter.</p>
299
330
  */
@@ -301,6 +332,7 @@ export declare class Transfer extends TransferClient {
301
332
  importHostKey(args: ImportHostKeyCommandInput, cb: (err: any, data?: ImportHostKeyCommandOutput) => void): void;
302
333
  importHostKey(args: ImportHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportHostKeyCommandOutput) => void): void;
303
334
  /**
335
+ * @public
304
336
  * <p>Adds a Secure Shell (SSH) public key to a user account identified by a
305
337
  * <code>UserName</code> value assigned to the specific file transfer protocol-enabled server,
306
338
  * identified by <code>ServerId</code>.</p>
@@ -311,12 +343,14 @@ export declare class Transfer extends TransferClient {
311
343
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
312
344
  importSshPublicKey(args: ImportSshPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSshPublicKeyCommandOutput) => void): void;
313
345
  /**
346
+ * @public
314
347
  * <p>Lists the details for all the accesses you have on your server.</p>
315
348
  */
316
349
  listAccesses(args: ListAccessesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessesCommandOutput>;
317
350
  listAccesses(args: ListAccessesCommandInput, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
318
351
  listAccesses(args: ListAccessesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessesCommandOutput) => void): void;
319
352
  /**
353
+ * @public
320
354
  * <p>Returns a list of the agreements for the server that's identified by the
321
355
  * <code>ServerId</code> that you supply. If you want to limit the results to a certain number,
322
356
  * supply a value for the <code>MaxResults</code> parameter. If you ran the command previously
@@ -327,6 +361,7 @@ export declare class Transfer extends TransferClient {
327
361
  listAgreements(args: ListAgreementsCommandInput, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
328
362
  listAgreements(args: ListAgreementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgreementsCommandOutput) => void): void;
329
363
  /**
364
+ * @public
330
365
  * <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to
331
366
  * limit the results to a certain number, supply a value for the <code>MaxResults</code>
332
367
  * parameter. If you ran the command previously and received a value for the
@@ -337,18 +372,21 @@ export declare class Transfer extends TransferClient {
337
372
  listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
338
373
  listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
339
374
  /**
375
+ * @public
340
376
  * <p>Lists the connectors for the specified Region.</p>
341
377
  */
342
378
  listConnectors(args: ListConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorsCommandOutput>;
343
379
  listConnectors(args: ListConnectorsCommandInput, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
344
380
  listConnectors(args: ListConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
345
381
  /**
382
+ * @public
346
383
  * <p>Lists all executions for the specified workflow.</p>
347
384
  */
348
385
  listExecutions(args: ListExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExecutionsCommandOutput>;
349
386
  listExecutions(args: ListExecutionsCommandInput, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
350
387
  listExecutions(args: ListExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
351
388
  /**
389
+ * @public
352
390
  * <p>Returns a list of host keys for the server that's specified by the <code>ServerId</code>
353
391
  * parameter.</p>
354
392
  */
@@ -356,6 +394,7 @@ export declare class Transfer extends TransferClient {
356
394
  listHostKeys(args: ListHostKeysCommandInput, cb: (err: any, data?: ListHostKeysCommandOutput) => void): void;
357
395
  listHostKeys(args: ListHostKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostKeysCommandOutput) => void): void;
358
396
  /**
397
+ * @public
359
398
  * <p>Returns a list of the profiles for your system. If you want to limit the results to a
360
399
  * certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the
361
400
  * command previously and received a value for <code>NextToken</code>, you can supply that value
@@ -365,6 +404,7 @@ export declare class Transfer extends TransferClient {
365
404
  listProfiles(args: ListProfilesCommandInput, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
366
405
  listProfiles(args: ListProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
367
406
  /**
407
+ * @public
368
408
  * <p>Lists the security policies that are attached to your file transfer protocol-enabled
369
409
  * servers.</p>
370
410
  */
@@ -372,6 +412,7 @@ export declare class Transfer extends TransferClient {
372
412
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
373
413
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
374
414
  /**
415
+ * @public
375
416
  * <p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services
376
417
  * account.</p>
377
418
  */
@@ -379,6 +420,7 @@ export declare class Transfer extends TransferClient {
379
420
  listServers(args: ListServersCommandInput, cb: (err: any, data?: ListServersCommandOutput) => void): void;
380
421
  listServers(args: ListServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServersCommandOutput) => void): void;
381
422
  /**
423
+ * @public
382
424
  * <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The
383
425
  * resource can be a user, server, or role.</p>
384
426
  */
@@ -386,6 +428,7 @@ export declare class Transfer extends TransferClient {
386
428
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
387
429
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
388
430
  /**
431
+ * @public
389
432
  * <p>Lists the users for a file transfer protocol-enabled server that you specify by passing
390
433
  * the <code>ServerId</code> parameter.</p>
391
434
  */
@@ -393,12 +436,14 @@ export declare class Transfer extends TransferClient {
393
436
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
394
437
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
395
438
  /**
439
+ * @public
396
440
  * <p>Lists all of your workflows.</p>
397
441
  */
398
442
  listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
399
443
  listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
400
444
  listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
401
445
  /**
446
+ * @public
402
447
  * <p>Sends a callback for asynchronous custom steps.</p>
403
448
  * <p>
404
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.
@@ -409,6 +454,7 @@ export declare class Transfer extends TransferClient {
409
454
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
410
455
  sendWorkflowStepState(args: SendWorkflowStepStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendWorkflowStepStateCommandOutput) => void): void;
411
456
  /**
457
+ * @public
412
458
  * <p>Begins an outbound file transfer to a remote AS2 server. You specify the <code>ConnectorId</code> and the file
413
459
  * paths for where to send the files. </p>
414
460
  */
@@ -416,6 +462,7 @@ export declare class Transfer extends TransferClient {
416
462
  startFileTransfer(args: StartFileTransferCommandInput, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
417
463
  startFileTransfer(args: StartFileTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFileTransferCommandOutput) => void): void;
418
464
  /**
465
+ * @public
419
466
  * <p>Changes the state of a file transfer protocol-enabled server from <code>OFFLINE</code> to
420
467
  * <code>ONLINE</code>. It has no impact on a server that is already <code>ONLINE</code>. An
421
468
  * <code>ONLINE</code> server can accept and process file transfer jobs.</p>
@@ -428,6 +475,7 @@ export declare class Transfer extends TransferClient {
428
475
  startServer(args: StartServerCommandInput, cb: (err: any, data?: StartServerCommandOutput) => void): void;
429
476
  startServer(args: StartServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartServerCommandOutput) => void): void;
430
477
  /**
478
+ * @public
431
479
  * <p>Changes the state of a file transfer protocol-enabled server from <code>ONLINE</code> to
432
480
  * <code>OFFLINE</code>. An <code>OFFLINE</code> server cannot accept and process file transfer
433
481
  * jobs. Information tied to your server, such as server and user properties, are not affected by
@@ -445,6 +493,7 @@ export declare class Transfer extends TransferClient {
445
493
  stopServer(args: StopServerCommandInput, cb: (err: any, data?: StopServerCommandOutput) => void): void;
446
494
  stopServer(args: StopServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopServerCommandOutput) => void): void;
447
495
  /**
496
+ * @public
448
497
  * <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
449
498
  * Resources are users, servers, roles, and other entities.</p>
450
499
  * <p>There is no response returned from this call.</p>
@@ -453,6 +502,7 @@ export declare class Transfer extends TransferClient {
453
502
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
454
503
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
455
504
  /**
505
+ * @public
456
506
  * <p>If the <code>IdentityProviderType</code> of a file transfer protocol-enabled server is
457
507
  * <code>AWS_DIRECTORY_SERVICE</code> or <code>API_Gateway</code>, tests whether your identity
458
508
  * provider is set up successfully. We highly recommend that you call this operation to test your
@@ -497,6 +547,7 @@ export declare class Transfer extends TransferClient {
497
547
  testIdentityProvider(args: TestIdentityProviderCommandInput, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
498
548
  testIdentityProvider(args: TestIdentityProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestIdentityProviderCommandOutput) => void): void;
499
549
  /**
550
+ * @public
500
551
  * <p>Detaches a key-value pair from a resource, as identified by its Amazon Resource Name
501
552
  * (ARN). Resources are users, servers, roles, and other entities.</p>
502
553
  * <p>No response is returned from this call.</p>
@@ -505,6 +556,7 @@ export declare class Transfer extends TransferClient {
505
556
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
506
557
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
507
558
  /**
559
+ * @public
508
560
  * <p>Allows you to update parameters for the access specified in the <code>ServerID</code> and
509
561
  * <code>ExternalID</code> parameters.</p>
510
562
  */
@@ -512,6 +564,7 @@ export declare class Transfer extends TransferClient {
512
564
  updateAccess(args: UpdateAccessCommandInput, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
513
565
  updateAccess(args: UpdateAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccessCommandOutput) => void): void;
514
566
  /**
567
+ * @public
515
568
  * <p>Updates some of the parameters for an existing agreement. Provide the
516
569
  * <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to
517
570
  * update, along with the new values for the parameters to update.</p>
@@ -520,12 +573,14 @@ export declare class Transfer extends TransferClient {
520
573
  updateAgreement(args: UpdateAgreementCommandInput, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
521
574
  updateAgreement(args: UpdateAgreementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgreementCommandOutput) => void): void;
522
575
  /**
576
+ * @public
523
577
  * <p>Updates the active and inactive dates for a certificate.</p>
524
578
  */
525
579
  updateCertificate(args: UpdateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCertificateCommandOutput>;
526
580
  updateCertificate(args: UpdateCertificateCommandInput, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
527
581
  updateCertificate(args: UpdateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCertificateCommandOutput) => void): void;
528
582
  /**
583
+ * @public
529
584
  * <p>Updates some of the parameters for an existing connector. Provide the
530
585
  * <code>ConnectorId</code> for the connector that you want to update, along with the new
531
586
  * values for the parameters to update.</p>
@@ -534,6 +589,7 @@ export declare class Transfer extends TransferClient {
534
589
  updateConnector(args: UpdateConnectorCommandInput, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
535
590
  updateConnector(args: UpdateConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectorCommandOutput) => void): void;
536
591
  /**
592
+ * @public
537
593
  * <p>Updates the description for the host key that's specified by the <code>ServerId</code> and
538
594
  * <code>HostKeyId</code> parameters.</p>
539
595
  */
@@ -541,6 +597,7 @@ export declare class Transfer extends TransferClient {
541
597
  updateHostKey(args: UpdateHostKeyCommandInput, cb: (err: any, data?: UpdateHostKeyCommandOutput) => void): void;
542
598
  updateHostKey(args: UpdateHostKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHostKeyCommandOutput) => void): void;
543
599
  /**
600
+ * @public
544
601
  * <p>Updates some of the parameters for an existing profile. Provide the <code>ProfileId</code>
545
602
  * for the profile that you want to update, along with the new values for the parameters to
546
603
  * update.</p>
@@ -549,6 +606,7 @@ export declare class Transfer extends TransferClient {
549
606
  updateProfile(args: UpdateProfileCommandInput, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
550
607
  updateProfile(args: UpdateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
551
608
  /**
609
+ * @public
552
610
  * <p>Updates the file transfer protocol-enabled server's properties after that server has
553
611
  * been created.</p>
554
612
  * <p>The <code>UpdateServer</code> call returns the <code>ServerId</code> of the server you
@@ -558,6 +616,7 @@ export declare class Transfer extends TransferClient {
558
616
  updateServer(args: UpdateServerCommandInput, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
559
617
  updateServer(args: UpdateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerCommandOutput) => void): void;
560
618
  /**
619
+ * @public
561
620
  * <p>Assigns new properties to a user. Parameters you pass modify any or all of the following:
562
621
  * the home directory, role, and policy for the <code>UserName</code> and <code>ServerId</code>
563
622
  * you specify.</p>
@@ -66,15 +66,24 @@ import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./command
66
66
  import { UpdateServerCommandInput, UpdateServerCommandOutput } from "./commands/UpdateServerCommand";
67
67
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
68
68
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
69
+ /**
70
+ * @public
71
+ */
69
72
  export type ServiceInputTypes = CreateAccessCommandInput | CreateAgreementCommandInput | CreateConnectorCommandInput | CreateProfileCommandInput | CreateServerCommandInput | CreateUserCommandInput | CreateWorkflowCommandInput | DeleteAccessCommandInput | DeleteAgreementCommandInput | DeleteCertificateCommandInput | DeleteConnectorCommandInput | DeleteHostKeyCommandInput | DeleteProfileCommandInput | DeleteServerCommandInput | DeleteSshPublicKeyCommandInput | DeleteUserCommandInput | DeleteWorkflowCommandInput | DescribeAccessCommandInput | DescribeAgreementCommandInput | DescribeCertificateCommandInput | DescribeConnectorCommandInput | DescribeExecutionCommandInput | DescribeHostKeyCommandInput | DescribeProfileCommandInput | DescribeSecurityPolicyCommandInput | DescribeServerCommandInput | DescribeUserCommandInput | DescribeWorkflowCommandInput | ImportCertificateCommandInput | ImportHostKeyCommandInput | ImportSshPublicKeyCommandInput | ListAccessesCommandInput | ListAgreementsCommandInput | ListCertificatesCommandInput | ListConnectorsCommandInput | ListExecutionsCommandInput | ListHostKeysCommandInput | ListProfilesCommandInput | ListSecurityPoliciesCommandInput | ListServersCommandInput | ListTagsForResourceCommandInput | ListUsersCommandInput | ListWorkflowsCommandInput | SendWorkflowStepStateCommandInput | StartFileTransferCommandInput | StartServerCommandInput | StopServerCommandInput | TagResourceCommandInput | TestIdentityProviderCommandInput | UntagResourceCommandInput | UpdateAccessCommandInput | UpdateAgreementCommandInput | UpdateCertificateCommandInput | UpdateConnectorCommandInput | UpdateHostKeyCommandInput | UpdateProfileCommandInput | UpdateServerCommandInput | UpdateUserCommandInput;
73
+ /**
74
+ * @public
75
+ */
70
76
  export type ServiceOutputTypes = CreateAccessCommandOutput | CreateAgreementCommandOutput | CreateConnectorCommandOutput | CreateProfileCommandOutput | CreateServerCommandOutput | CreateUserCommandOutput | CreateWorkflowCommandOutput | DeleteAccessCommandOutput | DeleteAgreementCommandOutput | DeleteCertificateCommandOutput | DeleteConnectorCommandOutput | DeleteHostKeyCommandOutput | DeleteProfileCommandOutput | DeleteServerCommandOutput | DeleteSshPublicKeyCommandOutput | DeleteUserCommandOutput | DeleteWorkflowCommandOutput | DescribeAccessCommandOutput | DescribeAgreementCommandOutput | DescribeCertificateCommandOutput | DescribeConnectorCommandOutput | DescribeExecutionCommandOutput | DescribeHostKeyCommandOutput | DescribeProfileCommandOutput | DescribeSecurityPolicyCommandOutput | DescribeServerCommandOutput | DescribeUserCommandOutput | DescribeWorkflowCommandOutput | ImportCertificateCommandOutput | ImportHostKeyCommandOutput | ImportSshPublicKeyCommandOutput | ListAccessesCommandOutput | ListAgreementsCommandOutput | ListCertificatesCommandOutput | ListConnectorsCommandOutput | ListExecutionsCommandOutput | ListHostKeysCommandOutput | ListProfilesCommandOutput | ListSecurityPoliciesCommandOutput | ListServersCommandOutput | ListTagsForResourceCommandOutput | ListUsersCommandOutput | ListWorkflowsCommandOutput | SendWorkflowStepStateCommandOutput | StartFileTransferCommandOutput | StartServerCommandOutput | StopServerCommandOutput | TagResourceCommandOutput | TestIdentityProviderCommandOutput | UntagResourceCommandOutput | UpdateAccessCommandOutput | UpdateAgreementCommandOutput | UpdateCertificateCommandOutput | UpdateConnectorCommandOutput | UpdateHostKeyCommandOutput | UpdateProfileCommandOutput | UpdateServerCommandOutput | UpdateUserCommandOutput;
77
+ /**
78
+ * @public
79
+ */
71
80
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
72
81
  /**
73
82
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
74
83
  */
75
84
  requestHandler?: __HttpHandler;
76
85
  /**
77
- * A constructor for a class implementing the {@link __Checksum} interface
86
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
78
87
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
79
88
  * @internal
80
89
  */
@@ -164,23 +173,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
164
173
  */
165
174
  logger?: __Logger;
166
175
  /**
167
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
176
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
168
177
  */
169
178
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
170
179
  }
180
+ /**
181
+ * @public
182
+ */
171
183
  type TransferClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
172
184
  /**
173
- * The configuration interface of TransferClient class constructor that set the region, credentials and other options.
185
+ * @public
186
+ *
187
+ * The configuration interface of TransferClient class constructor that set the region, credentials and other options.
174
188
  */
175
189
  export interface TransferClientConfig extends TransferClientConfigType {
176
190
  }
191
+ /**
192
+ * @public
193
+ */
177
194
  type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
178
195
  /**
179
- * The resolved configuration interface of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
196
+ * @public
197
+ *
198
+ * The resolved configuration interface of TransferClient class. This is resolved and normalized from the {@link TransferClientConfig | constructor configuration interface}.
180
199
  */
181
200
  export interface TransferClientResolvedConfig extends TransferClientResolvedConfigType {
182
201
  }
183
202
  /**
203
+ * @public
184
204
  * <p>Transfer Family is a fully managed service that enables the transfer of files over the File
185
205
  * Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
186
206
  * Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateAccessRequest, CreateAccessResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAccessCommand}.
8
10
  */
9
11
  export interface CreateAccessCommandInput extends CreateAccessRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAccessCommand}.
13
17
  */
14
18
  export interface CreateAccessCommandOutput extends CreateAccessResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Used by administrators to choose which groups in the directory should have access to
18
23
  * upload and download files over the enabled protocols using Transfer Family. For example, a
19
24
  * Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
@@ -30,6 +35,8 @@ export interface CreateAccessCommandOutput extends CreateAccessResponse, __Metad
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateAccessCommandInput - {@link CreateAccessCommandInput}
39
+ * @returns {@link CreateAccessCommandOutput}
33
40
  * @see {@link CreateAccessCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateAccessCommandOutput} for command's `response` shape.
35
42
  * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateAccessCommandOutput extends CreateAccessResponse, __Metad
55
62
  export declare class CreateAccessCommand extends $Command<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig> {
56
63
  readonly input: CreateAccessCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateAccessCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessCommandInput, CreateAccessCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateAgreementRequest, CreateAgreementResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAgreementCommand}.
8
10
  */
9
11
  export interface CreateAgreementCommandInput extends CreateAgreementRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAgreementCommand}.
13
17
  */
14
18
  export interface CreateAgreementCommandOutput extends CreateAgreementResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,
18
23
  * between an Transfer Family server and an AS2 process. The agreement defines the file and message
19
24
  * transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family
@@ -30,6 +35,8 @@ export interface CreateAgreementCommandOutput extends CreateAgreementResponse, _
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateAgreementCommandInput - {@link CreateAgreementCommandInput}
39
+ * @returns {@link CreateAgreementCommandOutput}
33
40
  * @see {@link CreateAgreementCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateAgreementCommandOutput} for command's `response` shape.
35
42
  * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateAgreementCommandOutput extends CreateAgreementResponse, _
58
65
  export declare class CreateAgreementCommand extends $Command<CreateAgreementCommandInput, CreateAgreementCommandOutput, TransferClientResolvedConfig> {
59
66
  readonly input: CreateAgreementCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateAgreementCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAgreementCommandInput, CreateAgreementCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }