github.com/aavshr/aws-sdk-go@v1.41.3/service/simpledb/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package simpledb provides the client and types for making API 4 // requests to Amazon SimpleDB. 5 // 6 // Amazon SimpleDB is a web service providing the core database functions of 7 // data indexing and querying in the cloud. By offloading the time and effort 8 // associated with building and operating a web-scale database, SimpleDB provides 9 // developers the freedom to focus on application development. 10 // A traditional, clustered relational database requires a sizable upfront capital 11 // outlay, is complex to design, and often requires extensive and repetitive 12 // database administration. Amazon SimpleDB is dramatically simpler, requiring 13 // no schema, automatically indexing your data and providing a simple API for 14 // storage and access. This approach eliminates the administrative burden of 15 // data modeling, index maintenance, and performance tuning. Developers gain 16 // access to this functionality within Amazon's proven computing environment, 17 // are able to scale instantly, and pay only for what they use. 18 // 19 // Visit http://aws.amazon.com/simpledb/ (http://aws.amazon.com/simpledb/) for 20 // more information. 21 // 22 // See simpledb package documentation for more information. 23 // https://docs.aws.amazon.com/sdk-for-go/api/service/simpledb/ 24 // 25 // Using the Client 26 // 27 // To contact Amazon SimpleDB with the SDK use the New function to create 28 // a new service client. With that client you can make API requests to the service. 29 // These clients are safe to use concurrently. 30 // 31 // See the SDK's documentation for more information on how to use the SDK. 32 // https://docs.aws.amazon.com/sdk-for-go/api/ 33 // 34 // See aws.Config documentation for more information on configuring SDK clients. 35 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 36 // 37 // See the Amazon SimpleDB client SimpleDB for more 38 // information on creating client for this service. 39 // https://docs.aws.amazon.com/sdk-for-go/api/service/simpledb/#New 40 package simpledb