File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.24.1-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 554,032 kB
  • sloc: java: 15,941; makefile: 419; sh: 175
file content (24 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package redshift provides the API client, operations, and parameter types for
// Amazon Redshift.
//
// Amazon Redshift Overview This is an interface reference for Amazon Redshift. It
// contains documentation for one of the programming or command line interfaces you
// can use to manage Amazon Redshift clusters. Note that Amazon Redshift is
// asynchronous, which means that some interfaces may require techniques, such as
// polling or asynchronous callback handlers, to determine when a command has been
// applied. In this reference, the parameter descriptions indicate whether a change
// is applied immediately, on the next instance reboot, or during the next
// maintenance window. For a summary of the Amazon Redshift cluster management
// interfaces, go to Using the Amazon Redshift Management Interfaces (https://docs.aws.amazon.com/redshift/latest/mgmt/using-aws-sdk.html)
// . Amazon Redshift manages all the work of setting up, operating, and scaling a
// data warehouse: provisioning capacity, monitoring and backing up the cluster,
// and applying patches and upgrades to the Amazon Redshift engine. You can focus
// on using your data to acquire new insights for your business and customers. If
// you are a first-time user of Amazon Redshift, we recommend that you begin by
// reading the Amazon Redshift Getting Started Guide (https://docs.aws.amazon.com/redshift/latest/gsg/getting-started.html)
// . If you are a database developer, the Amazon Redshift Database Developer Guide (https://docs.aws.amazon.com/redshift/latest/dg/welcome.html)
// explains how to design, build, query, and maintain the databases that make up
// your data warehouse.
package redshift