github.com/aavshr/aws-sdk-go@v1.41.3/service/cloudsearchdomain/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package cloudsearchdomain provides the client and types for making API 4 // requests to Amazon CloudSearch Domain. 5 // 6 // You use the AmazonCloudSearch2013 API to upload documents to a search domain 7 // and search those documents. 8 // 9 // The endpoints for submitting UploadDocuments, Search, and Suggest requests 10 // are domain-specific. To get the endpoints for your domain, use the Amazon 11 // CloudSearch configuration service DescribeDomains action. The domain endpoints 12 // are also displayed on the domain dashboard in the Amazon CloudSearch console. 13 // You submit suggest requests to the search endpoint. 14 // 15 // For more information, see the Amazon CloudSearch Developer Guide (http://docs.aws.amazon.com/cloudsearch/latest/developerguide). 16 // 17 // See cloudsearchdomain package documentation for more information. 18 // https://docs.aws.amazon.com/sdk-for-go/api/service/cloudsearchdomain/ 19 // 20 // Using the Client 21 // 22 // To contact Amazon CloudSearch Domain with the SDK use the New function to create 23 // a new service client. With that client you can make API requests to the service. 24 // These clients are safe to use concurrently. 25 // 26 // See the SDK's documentation for more information on how to use the SDK. 27 // https://docs.aws.amazon.com/sdk-for-go/api/ 28 // 29 // See aws.Config documentation for more information on configuring SDK clients. 30 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 31 // 32 // See the Amazon CloudSearch Domain client CloudSearchDomain for more 33 // information on creating client for this service. 34 // https://docs.aws.amazon.com/sdk-for-go/api/service/cloudsearchdomain/#New 35 package cloudsearchdomain