View Source AWS.OpenSearchServerless (aws-elixir v1.0.4)
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?
Link to this section Summary
Functions
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint.
Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes.
Returns one or more configured OpenSearch Serverless lifecycle policies.
Returns attributes for one or more VPC endpoints associated with the current account.
Creates a data access policy for OpenSearch Serverless.
Creates a new OpenSearch Serverless collection.
Creates a lifecyle policy to be applied to OpenSearch Serverless indexes.
Specifies a security configuration for OpenSearch Serverless.
Creates a security policy to be used by one or more OpenSearch Serverless collections.
Creates an OpenSearch Serverless-managed interface VPC endpoint.
Deletes an OpenSearch Serverless access policy.
Deletes an OpenSearch Serverless collection.
Deletes an OpenSearch Serverless lifecycle policy.
Deletes a security configuration for OpenSearch Serverless.
Deletes an OpenSearch Serverless security policy.
Deletes an OpenSearch Serverless-managed interface endpoint.
Returns an OpenSearch Serverless access policy.
Returns account-level settings related to OpenSearch Serverless.
Returns statistical information about your OpenSearch Serverless access policies, security configurations, and security policies.
Returns information about an OpenSearch Serverless security configuration.
Returns information about a configured OpenSearch Serverless security policy.
Returns information about a list of OpenSearch Serverless access policies.
Lists all OpenSearch Serverless collections.
Returns a list of OpenSearch Serverless lifecycle policies.
Returns information about configured OpenSearch Serverless security configurations.
Returns information about configured OpenSearch Serverless security policies.
Returns the tags for an OpenSearch Serverless resource.
Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.
Associates tags with an OpenSearch Serverless resource.
Removes a tag or set of tags from an OpenSearch Serverless resource.
Updates an OpenSearch Serverless access policy.
Update the OpenSearch Serverless settings for the current Amazon Web Services account.
Updates an OpenSearch Serverless collection.
Updates an OpenSearch Serverless access policy.
Updates a security configuration for OpenSearch Serverless.
Updates an OpenSearch Serverless security policy.
Updates an OpenSearch Serverless-managed interface endpoint.
Link to this section Functions
Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint.
For more information, see Creating and managing Amazon OpenSearch Serverless collections.
batch_get_effective_lifecycle_policy(client, input, options \\ [])
View SourceReturns a list of successful and failed retrievals for the OpenSearch Serverless indexes.
For more information, see Viewing data lifecycle policies.
Returns one or more configured OpenSearch Serverless lifecycle policies.
For more information, see Viewing data lifecycle policies.
Returns attributes for one or more VPC endpoints associated with the current account.
For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
Creates a data access policy for OpenSearch Serverless.
Access policies limit access to collections and the resources within them, and allow a user to access that data irrespective of the access mechanism or network source. For more information, see Data access control for Amazon OpenSearch Serverless.
Creates a new OpenSearch Serverless collection.
For more information, see Creating and managing Amazon OpenSearch Serverless collections.
Creates a lifecyle policy to be applied to OpenSearch Serverless indexes.
Lifecycle policies define the number of days or hours to retain the data on an OpenSearch Serverless index. For more information, see Creating data lifecycle policies.
Specifies a security configuration for OpenSearch Serverless.
For more information, see SAML authentication for Amazon OpenSearch Serverless.
Creates a security policy to be used by one or more OpenSearch Serverless collections.
Security policies provide access to a collection and its OpenSearch Dashboards endpoint from public networks or specific VPC endpoints. They also allow you to secure a collection with a KMS encryption key. For more information, see Network access for Amazon OpenSearch Serverless and Encryption at rest for Amazon OpenSearch Serverless.
Creates an OpenSearch Serverless-managed interface VPC endpoint.
For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
Deletes an OpenSearch Serverless access policy.
For more information, see Data access control for Amazon OpenSearch Serverless.
Deletes an OpenSearch Serverless collection.
For more information, see Creating and managing Amazon OpenSearch Serverless collections.
Deletes an OpenSearch Serverless lifecycle policy.
For more information, see Deleting data lifecycle policies.
Deletes a security configuration for OpenSearch Serverless.
For more information, see SAML authentication for Amazon OpenSearch Serverless.
Deletes an OpenSearch Serverless security policy.
Deletes an OpenSearch Serverless-managed interface endpoint.
For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
Returns an OpenSearch Serverless access policy.
For more information, see Data access control for Amazon OpenSearch Serverless.
Returns account-level settings related to OpenSearch Serverless.
Returns statistical information about your OpenSearch Serverless access policies, security configurations, and security policies.
Returns information about an OpenSearch Serverless security configuration.
For more information, see SAML authentication for Amazon OpenSearch Serverless.
Returns information about a configured OpenSearch Serverless security policy.
For more information, see Network access for Amazon OpenSearch Serverless and Encryption at rest for Amazon OpenSearch Serverless.
Returns information about a list of OpenSearch Serverless access policies.
Lists all OpenSearch Serverless collections.
For more information, see Creating and managing Amazon OpenSearch Serverless collections.
Make sure to include an empty request body {} if you don't include any collection filters in the request.
Returns a list of OpenSearch Serverless lifecycle policies.
For more information, see Viewing data lifecycle policies.
Returns information about configured OpenSearch Serverless security configurations.
For more information, see SAML authentication for Amazon OpenSearch Serverless.
Returns information about configured OpenSearch Serverless security policies.
Returns the tags for an OpenSearch Serverless resource.
For more information, see Tagging Amazon OpenSearch Serverless collections.
Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.
For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
Associates tags with an OpenSearch Serverless resource.
For more information, see Tagging Amazon OpenSearch Serverless collections.
Removes a tag or set of tags from an OpenSearch Serverless resource.
For more information, see Tagging Amazon OpenSearch Serverless collections.
Updates an OpenSearch Serverless access policy.
For more information, see Data access control for Amazon OpenSearch Serverless.
Update the OpenSearch Serverless settings for the current Amazon Web Services account.
For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
Updates an OpenSearch Serverless collection.
Updates an OpenSearch Serverless access policy.
For more information, see Updating data lifecycle policies.
Updates a security configuration for OpenSearch Serverless.
For more information, see SAML authentication for Amazon OpenSearch Serverless.
Updates an OpenSearch Serverless security policy.
For more information, see Network access for Amazon OpenSearch Serverless and Encryption at rest for Amazon OpenSearch Serverless.
Updates an OpenSearch Serverless-managed interface endpoint.
For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.