@aws-sdk/client-transfer 3.530.0 → 3.535.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 (131) hide show
  1. package/dist-types/Transfer.d.ts +8 -1
  2. package/dist-types/TransferClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAccessCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAgreementCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateConnectorCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateServerCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAccessCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteAgreementCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteHostKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteServerCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAccessCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAgreementCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeHostKeyCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeProfileCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeServerCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeUserCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeWorkflowCommand.d.ts +2 -1
  31. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -1
  32. package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -1
  33. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -1
  34. package/dist-types/commands/ListAccessesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListAgreementsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListHostKeysCommand.d.ts +2 -1
  40. package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListServersCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  45. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  46. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -1
  47. package/dist-types/commands/StartFileTransferCommand.d.ts +2 -1
  48. package/dist-types/commands/StartServerCommand.d.ts +2 -1
  49. package/dist-types/commands/StopServerCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/TestConnectionCommand.d.ts +2 -1
  52. package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAccessCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateCertificateCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateConnectorCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateServerCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  62. package/dist-types/models/models_0.d.ts +599 -599
  63. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  64. package/dist-types/runtimeConfig.d.ts +2 -2
  65. package/dist-types/runtimeConfig.native.d.ts +2 -2
  66. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  67. package/dist-types/ts3.4/Transfer.d.ts +7 -0
  68. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  128. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  129. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  131. package/package.json +41 -41
@@ -87,6 +87,7 @@ export interface Transfer {
87
87
  /**
88
88
  * @see {@link CreateServerCommand}
89
89
  */
90
+ createServer(): Promise<CreateServerCommandOutput>;
90
91
  createServer(args: CreateServerCommandInput, options?: __HttpHandlerOptions): Promise<CreateServerCommandOutput>;
91
92
  createServer(args: CreateServerCommandInput, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
92
93
  createServer(args: CreateServerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServerCommandOutput) => void): void;
@@ -261,12 +262,14 @@ export interface Transfer {
261
262
  /**
262
263
  * @see {@link ListCertificatesCommand}
263
264
  */
265
+ listCertificates(): Promise<ListCertificatesCommandOutput>;
264
266
  listCertificates(args: ListCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCertificatesCommandOutput>;
265
267
  listCertificates(args: ListCertificatesCommandInput, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
266
268
  listCertificates(args: ListCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCertificatesCommandOutput) => void): void;
267
269
  /**
268
270
  * @see {@link ListConnectorsCommand}
269
271
  */
272
+ listConnectors(): Promise<ListConnectorsCommandOutput>;
270
273
  listConnectors(args: ListConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorsCommandOutput>;
271
274
  listConnectors(args: ListConnectorsCommandInput, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
272
275
  listConnectors(args: ListConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorsCommandOutput) => void): void;
@@ -285,18 +288,21 @@ export interface Transfer {
285
288
  /**
286
289
  * @see {@link ListProfilesCommand}
287
290
  */
291
+ listProfiles(): Promise<ListProfilesCommandOutput>;
288
292
  listProfiles(args: ListProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilesCommandOutput>;
289
293
  listProfiles(args: ListProfilesCommandInput, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
290
294
  listProfiles(args: ListProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
291
295
  /**
292
296
  * @see {@link ListSecurityPoliciesCommand}
293
297
  */
298
+ listSecurityPolicies(): Promise<ListSecurityPoliciesCommandOutput>;
294
299
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSecurityPoliciesCommandOutput>;
295
300
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
296
301
  listSecurityPolicies(args: ListSecurityPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSecurityPoliciesCommandOutput) => void): void;
297
302
  /**
298
303
  * @see {@link ListServersCommand}
299
304
  */
305
+ listServers(): Promise<ListServersCommandOutput>;
300
306
  listServers(args: ListServersCommandInput, options?: __HttpHandlerOptions): Promise<ListServersCommandOutput>;
301
307
  listServers(args: ListServersCommandInput, cb: (err: any, data?: ListServersCommandOutput) => void): void;
302
308
  listServers(args: ListServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServersCommandOutput) => void): void;
@@ -315,6 +321,7 @@ export interface Transfer {
315
321
  /**
316
322
  * @see {@link ListWorkflowsCommand}
317
323
  */
324
+ listWorkflows(): Promise<ListWorkflowsCommandOutput>;
318
325
  listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
319
326
  listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
320
327
  listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
@@ -416,7 +423,6 @@ export interface Transfer {
416
423
  updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
417
424
  }
418
425
  /**
419
- * @public
420
426
  * <p>Transfer Family is a fully managed service that enables the transfer of files over the File
421
427
  * Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
422
428
  * Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
@@ -427,6 +433,7 @@ export interface Transfer {
427
433
  * Amazon S3, you can use it with Amazon Web Services for processing, analytics, machine learning, and
428
434
  * archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
429
435
  * set up.</p>
436
+ * @public
430
437
  */
431
438
  export declare class Transfer extends TransferClient implements Transfer {
432
439
  }
@@ -210,7 +210,6 @@ export type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__H
210
210
  export interface TransferClientResolvedConfig extends TransferClientResolvedConfigType {
211
211
  }
212
212
  /**
213
- * @public
214
213
  * <p>Transfer Family is a fully managed service that enables the transfer of files over the File
215
214
  * Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
216
215
  * Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
@@ -221,6 +220,7 @@ export interface TransferClientResolvedConfig extends TransferClientResolvedConf
221
220
  * Amazon S3, you can use it with Amazon Web Services for processing, analytics, machine learning, and
222
221
  * archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
223
222
  * set up.</p>
223
+ * @public
224
224
  */
225
225
  export declare class TransferClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig> {
226
226
  /**
@@ -22,10 +22,10 @@ export interface CreateAccessCommandOutput extends CreateAccessResponse, __Metad
22
22
  }
23
23
  declare const CreateAccessCommand_base: {
24
24
  new (input: CreateAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by administrators to choose which groups in the directory should have access to
30
30
  * upload and download files over the enabled protocols using Transfer Family. For example, a
31
31
  * Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
@@ -94,6 +94,7 @@ declare const CreateAccessCommand_base: {
94
94
  * @throws {@link TransferServiceException}
95
95
  * <p>Base exception class for all service exceptions from Transfer service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class CreateAccessCommand extends CreateAccessCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface CreateAgreementCommandOutput extends CreateAgreementResponse, _
22
22
  }
23
23
  declare const CreateAgreementCommand_base: {
24
24
  new (input: CreateAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgreementCommandInput, CreateAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgreementCommandInput, CreateAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,
30
30
  * between an Transfer Family server and an AS2 process. The agreement defines the file and message
31
31
  * transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family
@@ -89,6 +89,7 @@ declare const CreateAgreementCommand_base: {
89
89
  * @throws {@link TransferServiceException}
90
90
  * <p>Base exception class for all service exceptions from Transfer service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class CreateAgreementCommand extends CreateAgreementCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreateConnectorCommandOutput extends CreateConnectorResponse, _
22
22
  }
23
23
  declare const CreateConnectorCommand_base: {
24
24
  new (input: CreateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorCommandInput, CreateConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorCommandInput, CreateConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates the connector, which captures the parameters for a connection for the
30
30
  * AS2 or SFTP protocol. For AS2, the connector is required for sending files to an externally hosted AS2 server. For SFTP, the connector is required when sending files to an SFTP server or receiving files from an SFTP server.
31
31
  * For more details about connectors, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/configure-as2-connector.html">Configure AS2 connectors</a> and <a href="https://docs.aws.amazon.com/transfer/latest/userguide/configure-sftp-connector.html">Create SFTP connectors</a>.</p>
@@ -102,6 +102,7 @@ declare const CreateConnectorCommand_base: {
102
102
  * @throws {@link TransferServiceException}
103
103
  * <p>Base exception class for all service exceptions from Transfer service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class CreateConnectorCommand extends CreateConnectorCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
22
22
  }
23
23
  declare const CreateProfileCommand_base: {
24
24
  new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates the local or partner profile to use for AS2 transfers.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const CreateProfileCommand_base: {
79
79
  * @throws {@link TransferServiceException}
80
80
  * <p>Base exception class for all service exceptions from Transfer service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class CreateProfileCommand extends CreateProfileCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface CreateServerCommandOutput extends CreateServerResponse, __Metad
22
22
  }
23
23
  declare const CreateServerCommand_base: {
24
24
  new (input: CreateServerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServerCommandInput, CreateServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateServerCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateServerCommandInput, CreateServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
30
30
  * in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
31
31
  * with users, use the service-generated <code>ServerId</code> property that is assigned to the
@@ -143,6 +143,7 @@ declare const CreateServerCommand_base: {
143
143
  * @throws {@link TransferServiceException}
144
144
  * <p>Base exception class for all service exceptions from Transfer service.</p>
145
145
  *
146
+ * @public
146
147
  */
147
148
  export declare class CreateServerCommand extends CreateServerCommand_base {
148
149
  }
@@ -22,10 +22,10 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
22
22
  }
23
23
  declare const CreateUserCommand_base: {
24
24
  new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
30
30
  * You can only create and associate users with servers that have the
31
31
  * <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
@@ -102,6 +102,7 @@ declare const CreateUserCommand_base: {
102
102
  * @throws {@link TransferServiceException}
103
103
  * <p>Base exception class for all service exceptions from Transfer service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class CreateUserCommand extends CreateUserCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
22
22
  }
23
23
  declare const CreateWorkflowCommand_base: {
24
24
  new (input: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes.
31
31
  * 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.
@@ -192,6 +192,7 @@ declare const CreateWorkflowCommand_base: {
192
192
  * @throws {@link TransferServiceException}
193
193
  * <p>Base exception class for all service exceptions from Transfer service.</p>
194
194
  *
195
+ * @public
195
196
  */
196
197
  export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
197
198
  }
@@ -22,10 +22,10 @@ export interface DeleteAccessCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAccessCommand_base: {
24
24
  new (input: DeleteAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessCommandInput, DeleteAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessCommandInput, DeleteAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Allows you to delete the access specified in the <code>ServerID</code> and
30
30
  * <code>ExternalID</code> parameters.</p>
31
31
  * @example
@@ -66,6 +66,7 @@ declare const DeleteAccessCommand_base: {
66
66
  * @throws {@link TransferServiceException}
67
67
  * <p>Base exception class for all service exceptions from Transfer service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteAccessCommand extends DeleteAccessCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteAgreementCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAgreementCommand_base: {
24
24
  new (input: DeleteAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete the agreement that's specified in the provided <code>AgreementId</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteAgreementCommand_base: {
65
65
  * @throws {@link TransferServiceException}
66
66
  * <p>Base exception class for all service exceptions from Transfer service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteAgreementCommand extends DeleteAgreementCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteCertificateCommand_base: {
24
24
  new (input: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the certificate that's specified in the <code>CertificateId</code>
30
30
  * parameter.</p>
31
31
  * @example
@@ -65,6 +65,7 @@ declare const DeleteCertificateCommand_base: {
65
65
  * @throws {@link TransferServiceException}
66
66
  * <p>Base exception class for all service exceptions from Transfer service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteConnectorCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteConnectorCommand_base: {
24
24
  new (input: DeleteConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the connector that's specified in the provided <code>ConnectorId</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteConnectorCommand_base: {
64
64
  * @throws {@link TransferServiceException}
65
65
  * <p>Base exception class for all service exceptions from Transfer service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteConnectorCommand extends DeleteConnectorCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteHostKeyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteHostKeyCommand_base: {
24
24
  new (input: DeleteHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostKeyCommandInput, DeleteHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostKeyCommandInput, DeleteHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the host key that's specified in the <code>HostKeyId</code> parameter.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteHostKeyCommand_base: {
68
68
  * @throws {@link TransferServiceException}
69
69
  * <p>Base exception class for all service exceptions from Transfer service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteHostKeyCommand extends DeleteHostKeyCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteProfileCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteProfileCommand_base: {
24
24
  new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the profile that's specified in the <code>ProfileId</code> parameter.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const DeleteProfileCommand_base: {
64
64
  * @throws {@link TransferServiceException}
65
65
  * <p>Base exception class for all service exceptions from Transfer service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DeleteServerCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteServerCommand_base: {
24
24
  new (input: DeleteServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServerCommandInput, DeleteServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServerCommandInput, DeleteServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the file transfer protocol-enabled server that you specify.</p>
30
30
  * <p>No response returns from this operation.</p>
31
31
  * @example
@@ -68,6 +68,7 @@ declare const DeleteServerCommand_base: {
68
68
  * @throws {@link TransferServiceException}
69
69
  * <p>Base exception class for all service exceptions from Transfer service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteServerCommand extends DeleteServerCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteSshPublicKeyCommand_base: {
24
24
  new (input: DeleteSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a user's Secure Shell (SSH) public key.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteSshPublicKeyCommand_base: {
69
69
  * @throws {@link TransferServiceException}
70
70
  * <p>Base exception class for all service exceptions from Transfer service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteSshPublicKeyCommand extends DeleteSshPublicKeyCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteUserCommand_base: {
24
24
  new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the user belonging to a file transfer protocol-enabled server you specify.</p>
30
30
  * <p>No response returns from this operation.</p>
31
31
  * <note>
@@ -69,6 +69,7 @@ declare const DeleteUserCommand_base: {
69
69
  * @throws {@link TransferServiceException}
70
70
  * <p>Base exception class for all service exceptions from Transfer service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteWorkflowCommand_base: {
24
24
  new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteWorkflowCommand_base: {
67
67
  * @throws {@link TransferServiceException}
68
68
  * <p>Base exception class for all service exceptions from Transfer service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DescribeAccessCommandOutput extends DescribeAccessResponse, __M
22
22
  }
23
23
  declare const DescribeAccessCommand_base: {
24
24
  new (input: DescribeAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessCommandInput, DescribeAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessCommandInput, DescribeAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the access that is assigned to the specific file transfer protocol-enabled
30
30
  * server, as identified by its <code>ServerId</code> property and its
31
31
  * <code>ExternalId</code>.</p>
@@ -92,6 +92,7 @@ declare const DescribeAccessCommand_base: {
92
92
  * @throws {@link TransferServiceException}
93
93
  * <p>Base exception class for all service exceptions from Transfer service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class DescribeAccessCommand extends DescribeAccessCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DescribeAgreementCommandOutput extends DescribeAgreementRespons
22
22
  }
23
23
  declare const DescribeAgreementCommand_base: {
24
24
  new (input: DescribeAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the agreement that's identified by the <code>AgreementId</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const DescribeAgreementCommand_base: {
83
83
  * @throws {@link TransferServiceException}
84
84
  * <p>Base exception class for all service exceptions from Transfer service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DescribeAgreementCommand extends DescribeAgreementCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
22
22
  }
23
23
  declare const DescribeCertificateCommand_base: {
24
24
  new (input: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the certificate that's identified by the <code>CertificateId</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const DescribeCertificateCommand_base: {
86
86
  * @throws {@link TransferServiceException}
87
87
  * <p>Base exception class for all service exceptions from Transfer service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DescribeConnectorCommandOutput extends DescribeConnectorRespons
22
22
  }
23
23
  declare const DescribeConnectorCommand_base: {
24
24
  new (input: DescribeConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the connector that's identified by the <code>ConnectorId.</code>
30
30
  * </p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const DescribeConnectorCommand_base: {
99
99
  * @throws {@link TransferServiceException}
100
100
  * <p>Base exception class for all service exceptions from Transfer service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DescribeExecutionCommandOutput extends DescribeExecutionRespons
22
22
  }
23
23
  declare const DescribeExecutionCommand_base: {
24
24
  new (input: DescribeExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can use <code>DescribeExecution</code> to check the details of the execution of the specified workflow.</p>
30
30
  * <note>
31
31
  * <p>This API call only returns details for in-progress workflows.</p>
@@ -130,6 +130,7 @@ declare const DescribeExecutionCommand_base: {
130
130
  * @throws {@link TransferServiceException}
131
131
  * <p>Base exception class for all service exceptions from Transfer service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface DescribeHostKeyCommandOutput extends DescribeHostKeyResponse, _
22
22
  }
23
23
  declare const DescribeHostKeyCommand_base: {
24
24
  new (input: DescribeHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the details of the host key that's specified by the <code>HostKeyId</code> and <code>ServerId</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DescribeHostKeyCommand_base: {
80
80
  * @throws {@link TransferServiceException}
81
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeHostKeyCommand extends DescribeHostKeyCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeProfileCommandOutput extends DescribeProfileResponse, _
22
22
  }
23
23
  declare const DescribeProfileCommand_base: {
24
24
  new (input: DescribeProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the details of the profile that's specified by the <code>ProfileId</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DescribeProfileCommand_base: {
80
80
  * @throws {@link TransferServiceException}
81
81
  * <p>Base exception class for all service exceptions from Transfer service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeProfileCommand extends DescribeProfileCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeSecurityPolicyCommandOutput extends DescribeSecurityPol
22
22
  }
23
23
  declare const DescribeSecurityPolicyCommand_base: {
24
24
  new (input: DescribeSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the security policy that is attached to your file transfer protocol-enabled
30
30
  * server. The response contains a description of the security policy's properties. For more
31
31
  * information about security policies, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html">Working with security
@@ -84,6 +84,7 @@ declare const DescribeSecurityPolicyCommand_base: {
84
84
  * @throws {@link TransferServiceException}
85
85
  * <p>Base exception class for all service exceptions from Transfer service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class DescribeSecurityPolicyCommand extends DescribeSecurityPolicyCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DescribeServerCommandOutput extends DescribeServerResponse, __M
22
22
  }
23
23
  declare const DescribeServerCommand_base: {
24
24
  new (input: DescribeServerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServerCommandInput, DescribeServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeServerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServerCommandInput, DescribeServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a file transfer protocol-enabled server that you specify by passing the
30
30
  * <code>ServerId</code> parameter.</p>
31
31
  * <p>The response contains a description of a server's properties. When you set
@@ -144,6 +144,7 @@ declare const DescribeServerCommand_base: {
144
144
  * @throws {@link TransferServiceException}
145
145
  * <p>Base exception class for all service exceptions from Transfer service.</p>
146
146
  *
147
+ * @public
147
148
  */
148
149
  export declare class DescribeServerCommand extends DescribeServerCommand_base {
149
150
  }