github.com/aavshr/aws-sdk-go@v1.41.3/service/elasticsearchservice/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package elasticsearchservice provides the client and types for making API 4 // requests to Amazon Elasticsearch Service. 5 // 6 // Use the Amazon Elasticsearch Configuration API to create, configure, and 7 // manage Elasticsearch domains. 8 // 9 // For sample code that uses the Configuration API, see the Amazon Elasticsearch 10 // Service Developer Guide (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html). 11 // The guide also contains sample code for sending signed HTTP requests to the 12 // Elasticsearch APIs (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html). 13 // 14 // The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. 15 // For example, es.us-east-1.amazonaws.com. For a current list of supported 16 // regions and endpoints, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions). 17 // 18 // See elasticsearchservice package documentation for more information. 19 // https://docs.aws.amazon.com/sdk-for-go/api/service/elasticsearchservice/ 20 // 21 // Using the Client 22 // 23 // To contact Amazon Elasticsearch Service with the SDK use the New function to create 24 // a new service client. With that client you can make API requests to the service. 25 // These clients are safe to use concurrently. 26 // 27 // See the SDK's documentation for more information on how to use the SDK. 28 // https://docs.aws.amazon.com/sdk-for-go/api/ 29 // 30 // See aws.Config documentation for more information on configuring SDK clients. 31 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 32 // 33 // See the Amazon Elasticsearch Service client ElasticsearchService for more 34 // information on creating client for this service. 35 // https://docs.aws.amazon.com/sdk-for-go/api/service/elasticsearchservice/#New 36 package elasticsearchservice