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