1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package elasticsearchservice provides the API client, operations, and parameter
// types for Amazon Elasticsearch Service.
//
// # Amazon Elasticsearch Configuration Service
//
// Use the Amazon Elasticsearch Configuration API to create, configure, and manage
// Elasticsearch domains.
//
// For sample code that uses the Configuration API, see the [Amazon Elasticsearch Service Developer Guide]. The guide also
// contains [sample code for sending signed HTTP requests to the Elasticsearch APIs].
//
// The endpoint for configuration service requests is region-specific:
// es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current
// list of supported regions and endpoints, see [Regions and Endpoints].
//
// [sample code for sending signed HTTP requests to the Elasticsearch APIs]: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-request-signing.html
// [Regions and Endpoints]: http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions
// [Amazon Elasticsearch Service Developer Guide]: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-configuration-samples.html
package elasticsearchservice
|