1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package opensearchserverless provides the API client, operations, and parameter
// types for OpenSearch Service Serverless.
//
// Use the Amazon OpenSearch Serverless API to create, configure, and manage
// OpenSearch Serverless collections and security policies.
//
// OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration
// for Amazon OpenSearch Service. OpenSearch Serverless removes the operational
// complexities of provisioning, configuring, and tuning your OpenSearch clusters.
// It enables you to easily search and analyze petabytes of data without having to
// worry about the underlying infrastructure and data management.
//
// To learn more about OpenSearch Serverless, see [What is Amazon OpenSearch Serverless?]
//
// [What is Amazon OpenSearch Serverless?]: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html
package opensearchserverless
|