doc.go 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. // Package redshift provides the client and types for making API
  3. // requests to Amazon Redshift.
  4. //
  5. // Overview
  6. //
  7. // This is an interface reference for Amazon Redshift. It contains documentation
  8. // for one of the programming or command line interfaces you can use to manage
  9. // Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which
  10. // means that some interfaces may require techniques, such as polling or asynchronous
  11. // callback handlers, to determine when a command has been applied. In this
  12. // reference, the parameter descriptions indicate whether a change is applied
  13. // immediately, on the next instance reboot, or during the next maintenance
  14. // window. For a summary of the Amazon Redshift cluster management interfaces,
  15. // go to Using the Amazon Redshift Management Interfaces (http://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html).
  16. //
  17. // Amazon Redshift manages all the work of setting up, operating, and scaling
  18. // a data warehouse: provisioning capacity, monitoring and backing up the cluster,
  19. // and applying patches and upgrades to the Amazon Redshift engine. You can
  20. // focus on using your data to acquire new insights for your business and customers.
  21. //
  22. // If you are a first-time user of Amazon Redshift, we recommend that you begin
  23. // by reading the Amazon Redshift Getting Started Guide (http://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html).
  24. //
  25. // If you are a database developer, the Amazon Redshift Database Developer Guide
  26. // (http://docs.aws.amazon.com/redshift/latest/dg/welcome.html) explains how
  27. // to design, build, query, and maintain the databases that make up your data
  28. // warehouse.
  29. //
  30. // See https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01 for more information on this service.
  31. //
  32. // See redshift package documentation for more information.
  33. // https://docs.aws.amazon.com/sdk-for-go/api/service/redshift/
  34. //
  35. // Using the Client
  36. //
  37. // To contact Amazon Redshift with the SDK use the New function to create
  38. // a new service client. With that client you can make API requests to the service.
  39. // These clients are safe to use concurrently.
  40. //
  41. // See the SDK's documentation for more information on how to use the SDK.
  42. // https://docs.aws.amazon.com/sdk-for-go/api/
  43. //
  44. // See aws.Config documentation for more information on configuring SDK clients.
  45. // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
  46. //
  47. // See the Amazon Redshift client Redshift for more
  48. // information on creating client for this service.
  49. // https://docs.aws.amazon.com/sdk-for-go/api/service/redshift/#New
  50. package redshift