github.com/aavshr/aws-sdk-go@v1.41.3/service/transfer/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package transfer provides the client and types for making API 4 // requests to AWS Transfer Family. 5 // 6 // Amazon Web Services Transfer Family is a fully managed service that enables 7 // the transfer of files over the File Transfer Protocol (FTP), File Transfer 8 // Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) 9 // directly into and out of Amazon Simple Storage Service (Amazon S3). Amazon 10 // Web Services helps you seamlessly migrate your file transfer workflows to 11 // Amazon Web Services Transfer Family by integrating with existing authentication 12 // systems, and providing DNS routing with Amazon Route 53 so nothing changes 13 // for your customers and partners, or their applications. With your data in 14 // Amazon S3, you can use it with Amazon Web Services services for processing, 15 // analytics, machine learning, and archiving. Getting started with Amazon Web 16 // Services Transfer Family is easy since there is no infrastructure to buy 17 // and set up. 18 // 19 // See https://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05 for more information on this service. 20 // 21 // See transfer package documentation for more information. 22 // https://docs.aws.amazon.com/sdk-for-go/api/service/transfer/ 23 // 24 // Using the Client 25 // 26 // To contact AWS Transfer Family with the SDK use the New function to create 27 // a new service client. With that client you can make API requests to the service. 28 // These clients are safe to use concurrently. 29 // 30 // See the SDK's documentation for more information on how to use the SDK. 31 // https://docs.aws.amazon.com/sdk-for-go/api/ 32 // 33 // See aws.Config documentation for more information on configuring SDK clients. 34 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 35 // 36 // See the AWS Transfer Family client Transfer for more 37 // information on creating client for this service. 38 // https://docs.aws.amazon.com/sdk-for-go/api/service/transfer/#New 39 package transfer