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