@aws-sdk/client-transfer 3.784.0 → 3.787.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 (76) hide show
  1. package/README.md +1 -10
  2. package/dist-types/Transfer.d.ts +1 -10
  3. package/dist-types/TransferClient.d.ts +1 -10
  4. package/dist-types/commands/CreateAccessCommand.d.ts +2 -8
  5. package/dist-types/commands/CreateAgreementCommand.d.ts +2 -12
  6. package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
  7. package/dist-types/commands/CreateProfileCommand.d.ts +1 -2
  8. package/dist-types/commands/CreateServerCommand.d.ts +2 -6
  9. package/dist-types/commands/CreateUserCommand.d.ts +2 -9
  10. package/dist-types/commands/CreateWebAppCommand.d.ts +1 -2
  11. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -4
  12. package/dist-types/commands/DeleteAccessCommand.d.ts +2 -4
  13. package/dist-types/commands/DeleteAgreementCommand.d.ts +1 -2
  14. package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -4
  15. package/dist-types/commands/DeleteConnectorCommand.d.ts +1 -2
  16. package/dist-types/commands/DeleteHostKeyCommand.d.ts +1 -2
  17. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -2
  18. package/dist-types/commands/DeleteServerCommand.d.ts +2 -4
  19. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +1 -2
  20. package/dist-types/commands/DeleteUserCommand.d.ts +2 -7
  21. package/dist-types/commands/DeleteWebAppCommand.d.ts +1 -2
  22. package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +2 -5
  23. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -2
  24. package/dist-types/commands/DescribeAccessCommand.d.ts +2 -7
  25. package/dist-types/commands/DescribeAgreementCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeCertificateCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -4
  28. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -9
  29. package/dist-types/commands/DescribeHostKeyCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeProfileCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -6
  32. package/dist-types/commands/DescribeServerCommand.d.ts +2 -7
  33. package/dist-types/commands/DescribeUserCommand.d.ts +2 -6
  34. package/dist-types/commands/DescribeWebAppCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +1 -2
  36. package/dist-types/commands/DescribeWorkflowCommand.d.ts +1 -2
  37. package/dist-types/commands/ImportCertificateCommand.d.ts +2 -11
  38. package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -4
  39. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -7
  40. package/dist-types/commands/ListAccessesCommand.d.ts +1 -2
  41. package/dist-types/commands/ListAgreementsCommand.d.ts +2 -7
  42. package/dist-types/commands/ListCertificatesCommand.d.ts +2 -7
  43. package/dist-types/commands/ListConnectorsCommand.d.ts +1 -2
  44. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -7
  45. package/dist-types/commands/ListFileTransferResultsCommand.d.ts +2 -8
  46. package/dist-types/commands/ListHostKeysCommand.d.ts +2 -4
  47. package/dist-types/commands/ListProfilesCommand.d.ts +2 -6
  48. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +1 -4
  49. package/dist-types/commands/ListServersCommand.d.ts +1 -2
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  51. package/dist-types/commands/ListUsersCommand.d.ts +2 -4
  52. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -7
  53. package/dist-types/commands/StartDirectoryListingCommand.d.ts +2 -47
  54. package/dist-types/commands/StartFileTransferCommand.d.ts +2 -28
  55. package/dist-types/commands/StartRemoteDeleteCommand.d.ts +1 -2
  56. package/dist-types/commands/StartRemoteMoveCommand.d.ts +1 -2
  57. package/dist-types/commands/StartServerCommand.d.ts +2 -9
  58. package/dist-types/commands/StopServerCommand.d.ts +2 -14
  59. package/dist-types/commands/TagResourceCommand.d.ts +2 -5
  60. package/dist-types/commands/TestConnectionCommand.d.ts +5 -5
  61. package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -52
  62. package/dist-types/commands/UntagResourceCommand.d.ts +2 -5
  63. package/dist-types/commands/UpdateAccessCommand.d.ts +2 -4
  64. package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -10
  65. package/dist-types/commands/UpdateCertificateCommand.d.ts +1 -2
  66. package/dist-types/commands/UpdateConnectorCommand.d.ts +3 -5
  67. package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -4
  68. package/dist-types/commands/UpdateProfileCommand.d.ts +2 -5
  69. package/dist-types/commands/UpdateServerCommand.d.ts +3 -9
  70. package/dist-types/commands/UpdateUserCommand.d.ts +2 -19
  71. package/dist-types/commands/UpdateWebAppCommand.d.ts +2 -5
  72. package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +2 -5
  73. package/dist-types/index.d.ts +1 -10
  74. package/dist-types/models/models_0.d.ts +340 -2581
  75. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  76. package/package.json +5 -5
@@ -27,10 +27,7 @@ declare const DescribeUserCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the user assigned to the specific file transfer protocol-enabled server, as
31
- * identified by its <code>ServerId</code> property.</p>
32
- * <p>The response from this call returns the properties of the user associated with the
33
- * <code>ServerId</code> value that was specified.</p>
30
+ * <p>Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its <code>ServerId</code> property.</p> <p>The response from this call returns the properties of the user associated with the <code>ServerId</code> value that was specified.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -97,8 +94,7 @@ declare const DescribeUserCommand_base: {
97
94
  * <p>This exception is thrown when the client submits a malformed request.</p>
98
95
  *
99
96
  * @throws {@link ResourceNotFoundException} (client fault)
100
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
101
- * service.</p>
97
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
102
98
  *
103
99
  * @throws {@link ServiceUnavailableException} (server fault)
104
100
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -83,8 +83,7 @@ declare const DescribeWebAppCommand_base: {
83
83
  * <p>This exception is thrown when the client submits a malformed request.</p>
84
84
  *
85
85
  * @throws {@link ResourceNotFoundException} (client fault)
86
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
87
- * service.</p>
86
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
88
87
  *
89
88
  * @throws {@link ThrottlingException} (client fault)
90
89
  * <p>The request was denied due to request throttling.</p>
@@ -67,8 +67,7 @@ declare const DescribeWebAppCustomizationCommand_base: {
67
67
  * <p>This exception is thrown when the client submits a malformed request.</p>
68
68
  *
69
69
  * @throws {@link ResourceNotFoundException} (client fault)
70
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
71
- * service.</p>
70
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
72
71
  *
73
72
  * @throws {@link ThrottlingException} (client fault)
74
73
  * <p>The request was denied due to request throttling.</p>
@@ -180,8 +180,7 @@ declare const DescribeWorkflowCommand_base: {
180
180
  * <p>This exception is thrown when the client submits a malformed request.</p>
181
181
  *
182
182
  * @throws {@link ResourceNotFoundException} (client fault)
183
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
184
- * service.</p>
183
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
185
184
  *
186
185
  * @throws {@link ServiceUnavailableException} (server fault)
187
186
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,15 +27,7 @@ declare const ImportCertificateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Imports the signing and encryption certificates that you need to create local (AS2)
31
- * profiles and partner
32
- * profiles.</p>
33
- * <p>You can import both the certificate and its chain in the <code>Certificate</code>
34
- * parameter.</p>
35
- * <note>
36
- * <p>If you use the <code>Certificate</code> parameter to upload both the certificate and its
37
- * chain, don't use the <code>CertificateChain</code> parameter.</p>
38
- * </note>
30
+ * <p>Imports the signing and encryption certificates that you need to create local (AS2) profiles and partner profiles.</p> <p>You can import both the certificate and its chain in the <code>Certificate</code> parameter.</p> <note> <p>If you use the <code>Certificate</code> parameter to upload both the certificate and its chain, don't use the <code>CertificateChain</code> parameter.</p> </note>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -78,8 +70,7 @@ declare const ImportCertificateCommand_base: {
78
70
  * <p>This exception is thrown when the client submits a malformed request.</p>
79
71
  *
80
72
  * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
82
- * service.</p>
73
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
83
74
  *
84
75
  * @throws {@link ServiceUnavailableException} (server fault)
85
76
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,8 +27,7 @@ declare const ImportHostKeyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Adds a host key to the server that's specified by the <code>ServerId</code>
31
- * parameter.</p>
30
+ * <p>Adds a host key to the server that's specified by the <code>ServerId</code> parameter.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -71,8 +70,7 @@ declare const ImportHostKeyCommand_base: {
71
70
  * <p>The requested resource does not exist, or exists in a region other than the one specified for the command.</p>
72
71
  *
73
72
  * @throws {@link ResourceNotFoundException} (client fault)
74
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
75
- * service.</p>
73
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
76
74
  *
77
75
  * @throws {@link ServiceUnavailableException} (server fault)
78
76
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,11 +27,7 @@ declare const ImportSshPublicKeyCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a
31
- * <code>UserName</code> value assigned to the specific file transfer protocol-enabled server,
32
- * identified by <code>ServerId</code>.</p>
33
- * <p>The response returns the <code>UserName</code> value, the <code>ServerId</code> value, and
34
- * the name of the <code>SshPublicKeyId</code>.</p>
30
+ * <p>Adds a Secure Shell (SSH) public key to a Transfer Family user identified by a <code>UserName</code> value assigned to the specific file transfer protocol-enabled server, identified by <code>ServerId</code>.</p> <p>The response returns the <code>UserName</code> value, the <code>ServerId</code> value, and the name of the <code>SshPublicKeyId</code>.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -69,8 +65,7 @@ declare const ImportSshPublicKeyCommand_base: {
69
65
  * <p>The requested resource does not exist, or exists in a region other than the one specified for the command.</p>
70
66
  *
71
67
  * @throws {@link ResourceNotFoundException} (client fault)
72
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
73
- * service.</p>
68
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
74
69
  *
75
70
  * @throws {@link ServiceUnavailableException} (server fault)
76
71
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -72,8 +72,7 @@ declare const ListAccessesCommand_base: {
72
72
  * <p>This exception is thrown when the client submits a malformed request.</p>
73
73
  *
74
74
  * @throws {@link ResourceNotFoundException} (client fault)
75
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
76
- * service.</p>
75
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
77
76
  *
78
77
  * @throws {@link ServiceUnavailableException} (server fault)
79
78
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,11 +27,7 @@ declare const ListAgreementsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of the agreements for the server that's identified by the
31
- * <code>ServerId</code> that you supply. If you want to limit the results to a certain number,
32
- * supply a value for the <code>MaxResults</code> parameter. If you ran the command previously
33
- * and received a value for <code>NextToken</code>, you can supply that value to continue listing
34
- * agreements from where you left off.</p>
30
+ * <p>Returns a list of the agreements for the server that's identified by the <code>ServerId</code> that you supply. If you want to limit the results to a certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the command previously and received a value for <code>NextToken</code>, you can supply that value to continue listing agreements from where you left off.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -78,8 +74,7 @@ declare const ListAgreementsCommand_base: {
78
74
  * <p>This exception is thrown when the client submits a malformed request.</p>
79
75
  *
80
76
  * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
82
- * service.</p>
77
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
83
78
  *
84
79
  * @throws {@link ServiceUnavailableException} (server fault)
85
80
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,11 +27,7 @@ declare const ListCertificatesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to
31
- * limit the results to a certain number, supply a value for the <code>MaxResults</code>
32
- * parameter. If you ran the command previously and received a value for the
33
- * <code>NextToken</code> parameter, you can supply that value to continue listing certificates
34
- * from where you left off.</p>
30
+ * <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to limit the results to a certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the command previously and received a value for the <code>NextToken</code> parameter, you can supply that value to continue listing certificates from where you left off.</p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -78,8 +74,7 @@ declare const ListCertificatesCommand_base: {
78
74
  * <p>This exception is thrown when the client submits a malformed request.</p>
79
75
  *
80
76
  * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
82
- * service.</p>
77
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
83
78
  *
84
79
  * @throws {@link ServiceUnavailableException} (server fault)
85
80
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -69,8 +69,7 @@ declare const ListConnectorsCommand_base: {
69
69
  * <p>This exception is thrown when the client submits a malformed request.</p>
70
70
  *
71
71
  * @throws {@link ResourceNotFoundException} (client fault)
72
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
73
- * service.</p>
72
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
74
73
  *
75
74
  * @throws {@link ServiceUnavailableException} (server fault)
76
75
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,11 +27,7 @@ declare const ListExecutionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all in-progress executions for the specified workflow.</p>
31
- * <note>
32
- * <p>If the specified workflow ID cannot be found, <code>ListExecutions</code> returns a
33
- * <code>ResourceNotFound</code> exception.</p>
34
- * </note>
30
+ * <p>Lists all in-progress executions for the specified workflow.</p> <note> <p>If the specified workflow ID cannot be found, <code>ListExecutions</code> returns a <code>ResourceNotFound</code> exception.</p> </note>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -93,8 +89,7 @@ declare const ListExecutionsCommand_base: {
93
89
  * <p>This exception is thrown when the client submits a malformed request.</p>
94
90
  *
95
91
  * @throws {@link ResourceNotFoundException} (client fault)
96
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
97
- * service.</p>
92
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
98
93
  *
99
94
  * @throws {@link ServiceUnavailableException} (server fault)
100
95
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,12 +27,7 @@ declare const ListFileTransferResultsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Returns real-time updates and detailed information on the status of each individual file being transferred in a specific file transfer operation.
32
- * You specify the file transfer by providing its <code>ConnectorId</code> and its <code>TransferId</code>.</p>
33
- * <note>
34
- * <p>File transfer results are available up to 7 days after an operation has been requested.</p>
35
- * </note>
30
+ * <p> Returns real-time updates and detailed information on the status of each individual file being transferred in a specific file transfer operation. You specify the file transfer by providing its <code>ConnectorId</code> and its <code>TransferId</code>.</p> <note> <p>File transfer results are available up to 7 days after an operation has been requested.</p> </note>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -74,8 +69,7 @@ declare const ListFileTransferResultsCommand_base: {
74
69
  * <p>This exception is thrown when the client submits a malformed request.</p>
75
70
  *
76
71
  * @throws {@link ResourceNotFoundException} (client fault)
77
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
78
- * service.</p>
72
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
79
73
  *
80
74
  * @throws {@link ServiceUnavailableException} (server fault)
81
75
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,8 +27,7 @@ declare const ListHostKeysCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of host keys for the server that's specified by the <code>ServerId</code>
31
- * parameter.</p>
30
+ * <p>Returns a list of host keys for the server that's specified by the <code>ServerId</code> parameter.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -75,8 +74,7 @@ declare const ListHostKeysCommand_base: {
75
74
  * <p>This exception is thrown when the client submits a malformed request.</p>
76
75
  *
77
76
  * @throws {@link ResourceNotFoundException} (client fault)
78
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
79
- * service.</p>
77
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
80
78
  *
81
79
  * @throws {@link ServiceUnavailableException} (server fault)
82
80
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,10 +27,7 @@ declare const ListProfilesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns a list of the profiles for your system. If you want to limit the results to a
31
- * certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the
32
- * command previously and received a value for <code>NextToken</code>, you can supply that value
33
- * to continue listing profiles from where you left off.</p>
30
+ * <p>Returns a list of the profiles for your system. If you want to limit the results to a certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the command previously and received a value for <code>NextToken</code>, you can supply that value to continue listing profiles from where you left off.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -74,8 +71,7 @@ declare const ListProfilesCommand_base: {
74
71
  * <p>This exception is thrown when the client submits a malformed request.</p>
75
72
  *
76
73
  * @throws {@link ResourceNotFoundException} (client fault)
77
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
78
- * service.</p>
74
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
79
75
  *
80
76
  * @throws {@link ServiceUnavailableException} (server fault)
81
77
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,10 +27,7 @@ declare const ListSecurityPoliciesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the security policies that are attached to your servers and SFTP connectors. For more information
31
- * about security policies, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html">Working with security
32
- * policies for servers</a> or <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies-connectors.html">Working with security
33
- * policies for SFTP connectors</a>.</p>
30
+ * <p>Lists the security policies that are attached to your servers and SFTP connectors. For more information about security policies, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies.html">Working with security policies for servers</a> or <a href="https://docs.aws.amazon.com/transfer/latest/userguide/security-policies-connectors.html">Working with security policies for SFTP connectors</a>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListServersCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services
31
- * account.</p>
30
+ * <p>Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The
31
- * resource can be a user, server, or role.</p>
30
+ * <p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a user, server, or role.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -27,8 +27,7 @@ declare const ListUsersCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the users for a file transfer protocol-enabled server that you specify by passing
31
- * the <code>ServerId</code> parameter.</p>
30
+ * <p>Lists the users for a file transfer protocol-enabled server that you specify by passing the <code>ServerId</code> parameter.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -75,8 +74,7 @@ declare const ListUsersCommand_base: {
75
74
  * <p>This exception is thrown when the client submits a malformed request.</p>
76
75
  *
77
76
  * @throws {@link ResourceNotFoundException} (client fault)
78
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
79
- * service.</p>
77
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
80
78
  *
81
79
  * @throws {@link ServiceUnavailableException} (server fault)
82
80
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,11 +27,7 @@ declare const SendWorkflowStepStateCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Sends a callback for asynchronous custom steps.</p>
31
- * <p>
32
- * 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.
33
- * You must include those with their callback as well as providing a status.
34
- * </p>
30
+ * <p>Sends a callback for asynchronous custom steps.</p> <p> 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. You must include those with their callback as well as providing a status. </p>
35
31
  * @example
36
32
  * Use a bare-bones client and the command you need to make an API call.
37
33
  * ```javascript
@@ -66,8 +62,7 @@ declare const SendWorkflowStepStateCommand_base: {
66
62
  * <p>This exception is thrown when the client submits a malformed request.</p>
67
63
  *
68
64
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
70
- * service.</p>
65
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
71
66
  *
72
67
  * @throws {@link ServiceUnavailableException} (server fault)
73
68
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,51 +27,7 @@ declare const StartDirectoryListingCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a list of the contents of a directory from a remote SFTP server. You specify the
31
- * connector ID, the output path, and the remote directory path. You can also specify the
32
- * optional <code>MaxItems</code> value to control the maximum number of items that are listed
33
- * from the remote directory. This API returns a list of all files and directories in the remote
34
- * directory (up to the maximum value), but does not return files or folders in sub-directories.
35
- * That is, it only returns a list of files and directories one-level deep.</p>
36
- * <p>After you receive the listing file, you can provide the files that you want to transfer to
37
- * the <code>RetrieveFilePaths</code> parameter of the <code>StartFileTransfer</code> API
38
- * call.</p>
39
- * <p>The naming convention for the output file is
40
- * <code>
41
- * <i>connector-ID</i>-<i>listing-ID</i>.json</code>. The
42
- * output file contains the following information:</p>
43
- * <ul>
44
- * <li>
45
- * <p>
46
- * <code>filePath</code>: the complete path of a remote file, relative to the directory
47
- * of the listing request for your SFTP connector on the remote server.</p>
48
- * </li>
49
- * <li>
50
- * <p>
51
- * <code>modifiedTimestamp</code>: the last time the file was modified, in UTC time
52
- * format. This field is optional. If the remote file attributes don't contain a timestamp,
53
- * it is omitted from the file listing.</p>
54
- * </li>
55
- * <li>
56
- * <p>
57
- * <code>size</code>: the size of the file, in bytes. This field is optional. If the
58
- * remote file attributes don't contain a file size, it is omitted from the file
59
- * listing.</p>
60
- * </li>
61
- * <li>
62
- * <p>
63
- * <code>path</code>: the complete path of a remote directory, relative to the directory
64
- * of the listing request for your SFTP connector on the remote server.</p>
65
- * </li>
66
- * <li>
67
- * <p>
68
- * <code>truncated</code>: a flag indicating whether the list output contains all of the
69
- * items contained in the remote directory or not. If your <code>Truncated</code> output
70
- * value is true, you can increase the value provided in the optional <code>max-items</code>
71
- * input attribute to be able to list more items (up to the maximum allowed list size of
72
- * 10,000 items).</p>
73
- * </li>
74
- * </ul>
30
+ * <p>Retrieves a list of the contents of a directory from a remote SFTP server. You specify the connector ID, the output path, and the remote directory path. You can also specify the optional <code>MaxItems</code> value to control the maximum number of items that are listed from the remote directory. This API returns a list of all files and directories in the remote directory (up to the maximum value), but does not return files or folders in sub-directories. That is, it only returns a list of files and directories one-level deep.</p> <p>After you receive the listing file, you can provide the files that you want to transfer to the <code>RetrieveFilePaths</code> parameter of the <code>StartFileTransfer</code> API call.</p> <p>The naming convention for the output file is <code> <i>connector-ID</i>-<i>listing-ID</i>.json</code>. The output file contains the following information:</p> <ul> <li> <p> <code>filePath</code>: the complete path of a remote file, relative to the directory of the listing request for your SFTP connector on the remote server.</p> </li> <li> <p> <code>modifiedTimestamp</code>: the last time the file was modified, in UTC time format. This field is optional. If the remote file attributes don't contain a timestamp, it is omitted from the file listing.</p> </li> <li> <p> <code>size</code>: the size of the file, in bytes. This field is optional. If the remote file attributes don't contain a file size, it is omitted from the file listing.</p> </li> <li> <p> <code>path</code>: the complete path of a remote directory, relative to the directory of the listing request for your SFTP connector on the remote server.</p> </li> <li> <p> <code>truncated</code>: a flag indicating whether the list output contains all of the items contained in the remote directory or not. If your <code>Truncated</code> output value is true, you can increase the value provided in the optional <code>max-items</code> input attribute to be able to list more items (up to the maximum allowed list size of 10,000 items).</p> </li> </ul>
75
31
  * @example
76
32
  * Use a bare-bones client and the command you need to make an API call.
77
33
  * ```javascript
@@ -106,8 +62,7 @@ declare const StartDirectoryListingCommand_base: {
106
62
  * <p>This exception is thrown when the client submits a malformed request.</p>
107
63
  *
108
64
  * @throws {@link ResourceNotFoundException} (client fault)
109
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
110
- * service.</p>
65
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
111
66
  *
112
67
  * @throws {@link ServiceUnavailableException} (server fault)
113
68
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,32 +27,7 @@ declare const StartFileTransferCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.</p>
31
- * <ul>
32
- * <li>
33
- * <p>For an AS2 connector, you specify the <code>ConnectorId</code> and one or more <code>SendFilePaths</code> to identify the files
34
- * you want to transfer.</p>
35
- * </li>
36
- * <li>
37
- * <p>For an SFTP connector, the file transfer can be either outbound or inbound. In both
38
- * cases, you specify the <code>ConnectorId</code>. Depending on the direction of the transfer,
39
- * you also specify the following items:</p>
40
- * <ul>
41
- * <li>
42
- * <p>If you are transferring file from a partner's SFTP server to Amazon Web Services
43
- * storage, you specify one or more <code>RetrieveFilePaths</code> to identify the files
44
- * you want to transfer, and a <code>LocalDirectoryPath</code> to specify the destination
45
- * folder.</p>
46
- * </li>
47
- * <li>
48
- * <p>If you are transferring file to a partner's SFTP server from Amazon Web Services
49
- * storage, you specify one or more <code>SendFilePaths</code> to identify the files you
50
- * want to transfer, and a <code>RemoteDirectoryPath</code> to specify the destination
51
- * folder.</p>
52
- * </li>
53
- * </ul>
54
- * </li>
55
- * </ul>
30
+ * <p>Begins a file transfer between local Amazon Web Services storage and a remote AS2 or SFTP server.</p> <ul> <li> <p>For an AS2 connector, you specify the <code>ConnectorId</code> and one or more <code>SendFilePaths</code> to identify the files you want to transfer.</p> </li> <li> <p>For an SFTP connector, the file transfer can be either outbound or inbound. In both cases, you specify the <code>ConnectorId</code>. Depending on the direction of the transfer, you also specify the following items:</p> <ul> <li> <p>If you are transferring file from a partner's SFTP server to Amazon Web Services storage, you specify one or more <code>RetrieveFilePaths</code> to identify the files you want to transfer, and a <code>LocalDirectoryPath</code> to specify the destination folder.</p> </li> <li> <p>If you are transferring file to a partner's SFTP server from Amazon Web Services storage, you specify one or more <code>SendFilePaths</code> to identify the files you want to transfer, and a <code>RemoteDirectoryPath</code> to specify the destination folder.</p> </li> </ul> </li> </ul>
56
31
  * @example
57
32
  * Use a bare-bones client and the command you need to make an API call.
58
33
  * ```javascript
@@ -91,8 +66,7 @@ declare const StartFileTransferCommand_base: {
91
66
  * <p>This exception is thrown when the client submits a malformed request.</p>
92
67
  *
93
68
  * @throws {@link ResourceNotFoundException} (client fault)
94
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
95
- * service.</p>
69
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
96
70
  *
97
71
  * @throws {@link ServiceUnavailableException} (server fault)
98
72
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -59,8 +59,7 @@ declare const StartRemoteDeleteCommand_base: {
59
59
  * <p>This exception is thrown when the client submits a malformed request.</p>
60
60
  *
61
61
  * @throws {@link ResourceNotFoundException} (client fault)
62
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
63
- * service.</p>
62
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
64
63
  *
65
64
  * @throws {@link ServiceUnavailableException} (server fault)
66
65
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -60,8 +60,7 @@ declare const StartRemoteMoveCommand_base: {
60
60
  * <p>This exception is thrown when the client submits a malformed request.</p>
61
61
  *
62
62
  * @throws {@link ResourceNotFoundException} (client fault)
63
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
64
- * service.</p>
63
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
65
64
  *
66
65
  * @throws {@link ServiceUnavailableException} (server fault)
67
66
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,13 +27,7 @@ declare const StartServerCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Changes the state of a file transfer protocol-enabled server from <code>OFFLINE</code> to
31
- * <code>ONLINE</code>. It has no impact on a server that is already <code>ONLINE</code>. An
32
- * <code>ONLINE</code> server can accept and process file transfer jobs.</p>
33
- * <p>The state of <code>STARTING</code> indicates that the server is in an intermediate state,
34
- * either not fully able to respond, or not fully online. The values of <code>START_FAILED</code>
35
- * can indicate an error condition.</p>
36
- * <p>No response is returned from this call.</p>
30
+ * <p>Changes the state of a file transfer protocol-enabled server from <code>OFFLINE</code> to <code>ONLINE</code>. It has no impact on a server that is already <code>ONLINE</code>. An <code>ONLINE</code> server can accept and process file transfer jobs.</p> <p>The state of <code>STARTING</code> indicates that the server is in an intermediate state, either not fully able to respond, or not fully online. The values of <code>START_FAILED</code> can indicate an error condition.</p> <p>No response is returned from this call.</p>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -62,8 +56,7 @@ declare const StartServerCommand_base: {
62
56
  * <p>This exception is thrown when the client submits a malformed request.</p>
63
57
  *
64
58
  * @throws {@link ResourceNotFoundException} (client fault)
65
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
66
- * service.</p>
59
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
67
60
  *
68
61
  * @throws {@link ServiceUnavailableException} (server fault)
69
62
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,18 +27,7 @@ declare const StopServerCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Changes the state of a file transfer protocol-enabled server from <code>ONLINE</code> to
31
- * <code>OFFLINE</code>. An <code>OFFLINE</code> server cannot accept and process file transfer
32
- * jobs. Information tied to your server, such as server and user properties, are not affected by
33
- * stopping your server.</p>
34
- * <note>
35
- * <p>Stopping the server does not reduce or impact your file transfer protocol endpoint
36
- * billing; you must delete the server to stop being billed.</p>
37
- * </note>
38
- * <p>The state of <code>STOPPING</code> indicates that the server is in an intermediate state,
39
- * either not fully able to respond, or not fully offline. The values of <code>STOP_FAILED</code>
40
- * can indicate an error condition.</p>
41
- * <p>No response is returned from this call.</p>
30
+ * <p>Changes the state of a file transfer protocol-enabled server from <code>ONLINE</code> to <code>OFFLINE</code>. An <code>OFFLINE</code> server cannot accept and process file transfer jobs. Information tied to your server, such as server and user properties, are not affected by stopping your server.</p> <note> <p>Stopping the server does not reduce or impact your file transfer protocol endpoint billing; you must delete the server to stop being billed.</p> </note> <p>The state of <code>STOPPING</code> indicates that the server is in an intermediate state, either not fully able to respond, or not fully offline. The values of <code>STOP_FAILED</code> can indicate an error condition.</p> <p>No response is returned from this call.</p>
42
31
  * @example
43
32
  * Use a bare-bones client and the command you need to make an API call.
44
33
  * ```javascript
@@ -67,8 +56,7 @@ declare const StopServerCommand_base: {
67
56
  * <p>This exception is thrown when the client submits a malformed request.</p>
68
57
  *
69
58
  * @throws {@link ResourceNotFoundException} (client fault)
70
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
71
- * service.</p>
59
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
72
60
  *
73
61
  * @throws {@link ServiceUnavailableException} (server fault)
74
62
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>
@@ -27,9 +27,7 @@ declare const TagResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
31
- * Resources are users, servers, roles, and other entities.</p>
32
- * <p>There is no response returned from this call.</p>
30
+ * <p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are users, servers, roles, and other entities.</p> <p>There is no response returned from this call.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -64,8 +62,7 @@ declare const TagResourceCommand_base: {
64
62
  * <p>This exception is thrown when the client submits a malformed request.</p>
65
63
  *
66
64
  * @throws {@link ResourceNotFoundException} (client fault)
67
- * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family
68
- * service.</p>
65
+ * <p>This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.</p>
69
66
  *
70
67
  * @throws {@link ServiceUnavailableException} (server fault)
71
68
  * <p>The request has failed because the Amazon Web ServicesTransfer Family service is not available.</p>