github.com/aavshr/aws-sdk-go@v1.41.3/service/opensearchservice/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package opensearchservice provides the client and types for making API 4 // requests to Amazon OpenSearch Service. 5 // 6 // Use the Amazon OpenSearch configuration API to create, configure, and manage 7 // Amazon OpenSearch Service domains. 8 // 9 // For sample code that uses the configuration API, see the Amazon OpenSearch 10 // Service Developer Guide (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/opensearch-configuration-samples.html). 11 // The guide also contains sample code for sending signed HTTP requests to the 12 // OpenSearch APIs (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/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#service-regions). 17 // 18 // See https://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01 for more information on this service. 19 // 20 // See opensearchservice package documentation for more information. 21 // https://docs.aws.amazon.com/sdk-for-go/api/service/opensearchservice/ 22 // 23 // Using the Client 24 // 25 // To contact Amazon OpenSearch Service with the SDK use the New function to create 26 // a new service client. With that client you can make API requests to the service. 27 // These clients are safe to use concurrently. 28 // 29 // See the SDK's documentation for more information on how to use the SDK. 30 // https://docs.aws.amazon.com/sdk-for-go/api/ 31 // 32 // See aws.Config documentation for more information on configuring SDK clients. 33 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 34 // 35 // See the Amazon OpenSearch Service client OpenSearchService for more 36 // information on creating client for this service. 37 // https://docs.aws.amazon.com/sdk-for-go/api/service/opensearchservice/#New 38 package opensearchservice