doc.go 1.3 KB

123456789101112131415161718192021222324252627282930
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package backup provides the client and types for making API
  3. // requests to AWS Backup.
  4. //
  5. // AWS Backup is a unified backup service designed to protect AWS services and
  6. // their associated data. AWS Backup simplifies the creation, migration, restoration,
  7. // and deletion of backups, while also providing reporting and auditing.
  8. //
  9. // See https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15 for more information on this service.
  10. //
  11. // See backup package documentation for more information.
  12. // https://docs.aws.amazon.com/sdk-for-go/api/service/backup/
  13. //
  14. // Using the Client
  15. //
  16. // To contact AWS Backup with the SDK use the New function to create
  17. // a new service client. With that client you can make API requests to the service.
  18. // These clients are safe to use concurrently.
  19. //
  20. // See the SDK's documentation for more information on how to use the SDK.
  21. // https://docs.aws.amazon.com/sdk-for-go/api/
  22. //
  23. // See aws.Config documentation for more information on configuring SDK clients.
  24. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  25. //
  26. // See the AWS Backup client Backup for more
  27. // information on creating client for this service.
  28. // https://docs.aws.amazon.com/sdk-for-go/api/service/backup/#New
  29. package backup