You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-transfer): This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors.
Copy file name to clipboardExpand all lines: clients/client-transfer/README.md
+1-10
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,7 @@
6
6
7
7
AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native.
8
8
9
-
<p>Transfer Family is a fully managed service that enables the transfer of files over the File
10
-
Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
11
-
Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
12
-
Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
13
-
Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
14
-
with existing authentication systems, and providing DNS routing with Amazon Route 53 so
15
-
nothing changes for your customers and partners, or their applications. With your data in
16
-
Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and
17
-
archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
18
-
set up.</p>
9
+
<p>Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and set up.</p>
Copy file name to clipboardExpand all lines: clients/client-transfer/src/Transfer.ts
+1-10
Original file line number
Diff line number
Diff line change
@@ -1381,16 +1381,7 @@ export interface Transfer {
1381
1381
}
1382
1382
1383
1383
/**
1384
-
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File
1385
-
* Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
1386
-
* Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
1387
-
* Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
1388
-
* Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
1389
-
* with existing authentication systems, and providing DNS routing with Amazon Route 53 so
1390
-
* nothing changes for your customers and partners, or their applications. With your data in
1391
-
* Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and
1392
-
* archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
1393
-
* set up.</p>
1384
+
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and set up.</p>
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File
515
-
* Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File
516
-
* Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.
517
-
* Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
518
-
* Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating
519
-
* with existing authentication systems, and providing DNS routing with Amazon Route 53 so
520
-
* nothing changes for your customers and partners, or their applications. With your data in
521
-
* Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and
522
-
* archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and
523
-
* set up.</p>
514
+
* <p>Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating with existing authentication systems, and providing DNS routing with Amazon Route 53 so nothing changes for your customers and partners, or their applications. With your data in Amazon S3, you can use it with Amazon Web Services services for processing, analytics, machine learning, and archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and set up.</p>
* <p>Used by administrators to choose which groups in the directory should have access to
32
-
* upload and download files over the enabled protocols using Transfer Family. For example, a
33
-
* Microsoft Active Directory might contain 50,000 users, but only a small fraction might need
34
-
* the ability to transfer files to the server. An administrator can use
35
-
* <code>CreateAccess</code> to limit the access to the correct set of users who need this
36
-
* ability.</p>
31
+
* <p>Used by administrators to choose which groups in the directory should have access to upload and download files over the enabled protocols using Transfer Family. For example, a Microsoft Active Directory might contain 50,000 users, but only a small fraction might need the ability to transfer files to the server. An administrator can use <code>CreateAccess</code> to limit the access to the correct set of users who need this ability.</p>
37
32
* @example
38
33
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership,
32
-
* between an Transfer Family server and an AS2 process. The agreement defines the file and message
33
-
* transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family
34
-
* combines a server, local profile, partner profile, certificate, and other
35
-
* attributes.</p>
36
-
* <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p>
37
-
* <note>
38
-
* <p>Specify <i>either</i>
39
-
* <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p>
40
-
* </note>
31
+
* <p>Creates an agreement. An agreement is a bilateral trading partner agreement, or partnership, between an Transfer Family server and an AS2 process. The agreement defines the file and message transfer relationship between the server and the AS2 process. To define an agreement, Transfer Family combines a server, local profile, partner profile, certificate, and other attributes.</p> <p>The partner is identified with the <code>PartnerProfileId</code>, and the AS2 process is identified with the <code>LocalProfileId</code>.</p> <note> <p>Specify <i>either</i> <code>BaseDirectory</code> or <code>CustomDirectories</code>, but not both. Specifying both causes the command to fail.</p> </note>
41
32
* @example
42
33
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates the connector, which captures the parameters for a connection for the
32
-
* 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.
33
-
* 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>
34
-
* <note>
35
-
* <p>You must specify exactly one configuration object: either for AS2 (<code>As2Config</code>) or SFTP (<code>SftpConfig</code>).</p>
36
-
* </note>
31
+
* <p>Creates the connector, which captures the parameters for a connection for the 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. 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> <note> <p>You must specify exactly one configuration object: either for AS2 (<code>As2Config</code>) or SFTP (<code>SftpConfig</code>).</p> </note>
37
32
* @example
38
33
* Use a bare-bones client and the command you need to make an API call.
* <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol
32
-
* in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work
33
-
* with users, use the service-generated <code>ServerId</code> property that is assigned to the
34
-
* newly created server.</p>
31
+
* <p>Instantiates an auto-scaling virtual server based on the selected file transfer protocol in Amazon Web Services. When you make updates to your file transfer protocol-enabled server or when you work with users, use the service-generated <code>ServerId</code> property that is assigned to the newly created server.</p>
35
32
* @example
36
33
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates a user and associates them with an existing file transfer protocol-enabled server.
32
-
* You can only create and associate users with servers that have the
33
-
* <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for
34
-
* <code>CreateUser</code>, you can specify the user name, set the home directory, store the
35
-
* user's public key, and assign the user's Identity and Access Management (IAM)
36
-
* role. You can also optionally add a session policy, and assign metadata with tags that can
37
-
* be used to group and search for users.</p>
31
+
* <p>Creates a user and associates them with an existing file transfer protocol-enabled server. You can only create and associate users with servers that have the <code>IdentityProviderType</code> set to <code>SERVICE_MANAGED</code>. Using parameters for <code>CreateUser</code>, you can specify the user name, set the home directory, store the user's public key, and assign the user's Identity and Access Management (IAM) role. You can also optionally add a session policy, and assign metadata with tags that can be used to group and search for users.</p>
38
32
* @example
39
33
* Use a bare-bones client and the command you need to make an API call.
* Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes.
33
-
* 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.
34
-
* </p>
31
+
* <p> Allows you to create a workflow with specified steps and step details the workflow invokes after file transfer completes. 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. </p>
35
32
* @example
36
33
* Use a bare-bones client and the command you need to make an API call.
0 commit comments