github.com/aavshr/aws-sdk-go@v1.41.3/service/athena/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package athena provides the client and types for making API 4 // requests to Amazon Athena. 5 // 6 // Amazon Athena is an interactive query service that lets you use standard 7 // SQL to analyze data directly in Amazon S3. You can point Athena at your data 8 // in Amazon S3 and run ad-hoc queries and get results in seconds. Athena is 9 // serverless, so there is no infrastructure to set up or manage. You pay only 10 // for the queries you run. Athena scales automatically—executing queries 11 // in parallel—so results are fast, even with large datasets and complex queries. 12 // For more information, see What is Amazon Athena (http://docs.aws.amazon.com/athena/latest/ug/what-is.html) 13 // in the Amazon Athena User Guide. 14 // 15 // If you connect to Athena using the JDBC driver, use version 1.1.0 of the 16 // driver or later with the Amazon Athena API. Earlier version drivers do not 17 // support the API. For more information and to download the driver, see Accessing 18 // Amazon Athena with JDBC (https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html). 19 // 20 // For code samples using the Amazon Web Services SDK for Java, see Examples 21 // and Code Samples (https://docs.aws.amazon.com/athena/latest/ug/code-samples.html) 22 // in the Amazon Athena User Guide. 23 // 24 // See https://docs.aws.amazon.com/goto/WebAPI/athena-2017-05-18 for more information on this service. 25 // 26 // See athena package documentation for more information. 27 // https://docs.aws.amazon.com/sdk-for-go/api/service/athena/ 28 // 29 // Using the Client 30 // 31 // To contact Amazon Athena with the SDK use the New function to create 32 // a new service client. With that client you can make API requests to the service. 33 // These clients are safe to use concurrently. 34 // 35 // See the SDK's documentation for more information on how to use the SDK. 36 // https://docs.aws.amazon.com/sdk-for-go/api/ 37 // 38 // See aws.Config documentation for more information on configuring SDK clients. 39 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 40 // 41 // See the Amazon Athena client Athena for more 42 // information on creating client for this service. 43 // https://docs.aws.amazon.com/sdk-for-go/api/service/athena/#New 44 package athena