File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (19 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by smithy-go-codegen DO NOT EDIT.

// Package cloudsearch provides the API client, operations, and parameter types
// for Amazon CloudSearch.
//
// # Amazon CloudSearch Configuration Service
//
// You use the Amazon CloudSearch configuration service to create, configure, and
// manage search domains. Configuration service requests are submitted using the
// AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via
// HTTP GET or POST with a query parameter named Action.
//
// The endpoint for configuration service requests is region-specific:
// cloudsearch.region.amazonaws.com. For example,
// cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and
// endpoints, see [Regions and Endpoints].
//
// [Regions and Endpoints]: http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region
package cloudsearch