github.com/aavshr/aws-sdk-go@v1.41.3/service/cloudsearch/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package cloudsearch provides the client and types for making API 4 // requests to Amazon CloudSearch. 5 // 6 // You use the Amazon CloudSearch configuration service to create, configure, 7 // and manage search domains. Configuration service requests are submitted using 8 // the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted 9 // via HTTP GET or POST with a query parameter named Action. 10 // 11 // The endpoint for configuration service requests is region-specific: cloudsearch.region.amazonaws.com. 12 // For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported 13 // regions and endpoints, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region). 14 // 15 // See cloudsearch package documentation for more information. 16 // https://docs.aws.amazon.com/sdk-for-go/api/service/cloudsearch/ 17 // 18 // Using the Client 19 // 20 // To contact Amazon CloudSearch with the SDK use the New function to create 21 // a new service client. With that client you can make API requests to the service. 22 // These clients are safe to use concurrently. 23 // 24 // See the SDK's documentation for more information on how to use the SDK. 25 // https://docs.aws.amazon.com/sdk-for-go/api/ 26 // 27 // See aws.Config documentation for more information on configuring SDK clients. 28 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 29 // 30 // See the Amazon CloudSearch client CloudSearch for more 31 // information on creating client for this service. 32 // https://docs.aws.amazon.com/sdk-for-go/api/service/cloudsearch/#New 33 package cloudsearch