View Source AWS.OpenSearchServerless (aws-elixir v1.0.0)

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?

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.

Functions

Link to this function

batch_get_collection(client, input, options \\ [])

View Source

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.

Link to this function

batch_get_effective_lifecycle_policy(client, input, options \\ [])

View Source

Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes.

For more information, see Viewing data lifecycle policies.

Link to this function

batch_get_lifecycle_policy(client, input, options \\ [])

View Source

Returns one or more configured OpenSearch Serverless lifecycle policies.

For more information, see Viewing data lifecycle policies.

Link to this function

batch_get_vpc_endpoint(client, input, options \\ [])

View Source

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.

Link to this function

create_access_policy(client, input, options \\ [])

View Source

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.

Link to this function

create_collection(client, input, options \\ [])

View Source

Creates a new OpenSearch Serverless collection.

For more information, see Creating and managing Amazon OpenSearch Serverless collections.

Link to this function

create_lifecycle_policy(client, input, options \\ [])

View Source

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.

Link to this function

create_security_config(client, input, options \\ [])

View Source

Specifies a security configuration for OpenSearch Serverless.

For more information, see SAML authentication for Amazon OpenSearch Serverless.

Link to this function

create_security_policy(client, input, options \\ [])

View Source

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.

Link to this function

create_vpc_endpoint(client, input, options \\ [])

View Source

Creates an OpenSearch Serverless-managed interface VPC endpoint.

For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.

Link to this function

delete_access_policy(client, input, options \\ [])

View Source

Deletes an OpenSearch Serverless access policy.

For more information, see Data access control for Amazon OpenSearch Serverless.

Link to this function

delete_collection(client, input, options \\ [])

View Source

Deletes an OpenSearch Serverless collection.

For more information, see Creating and managing Amazon OpenSearch Serverless collections.

Link to this function

delete_lifecycle_policy(client, input, options \\ [])

View Source

Deletes an OpenSearch Serverless lifecycle policy.

For more information, see Deleting data lifecycle policies.

Link to this function

delete_security_config(client, input, options \\ [])

View Source

Deletes a security configuration for OpenSearch Serverless.

For more information, see SAML authentication for Amazon OpenSearch Serverless.

Link to this function

delete_security_policy(client, input, options \\ [])

View Source

Deletes an OpenSearch Serverless security policy.

Link to this function

delete_vpc_endpoint(client, input, options \\ [])

View Source

Deletes an OpenSearch Serverless-managed interface endpoint.

For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.

Link to this function

get_access_policy(client, input, options \\ [])

View Source

Returns an OpenSearch Serverless access policy.

For more information, see Data access control for Amazon OpenSearch Serverless.

Link to this function

get_account_settings(client, input, options \\ [])

View Source

Returns account-level settings related to OpenSearch Serverless.

Link to this function

get_policies_stats(client, input, options \\ [])

View Source

Returns statistical information about your OpenSearch Serverless access policies, security configurations, and security policies.

Link to this function

get_security_config(client, input, options \\ [])

View Source

Returns information about an OpenSearch Serverless security configuration.

For more information, see SAML authentication for Amazon OpenSearch Serverless.

Link to this function

get_security_policy(client, input, options \\ [])

View Source

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.

Link to this function

list_access_policies(client, input, options \\ [])

View Source

Returns information about a list of OpenSearch Serverless access policies.

Link to this function

list_collections(client, input, options \\ [])

View Source

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.

Link to this function

list_lifecycle_policies(client, input, options \\ [])

View Source

Returns a list of OpenSearch Serverless lifecycle policies.

For more information, see Viewing data lifecycle policies.

Link to this function

list_security_configs(client, input, options \\ [])

View Source

Returns information about configured OpenSearch Serverless security configurations.

For more information, see SAML authentication for Amazon OpenSearch Serverless.

Link to this function

list_security_policies(client, input, options \\ [])

View Source

Returns information about configured OpenSearch Serverless security policies.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Returns the tags for an OpenSearch Serverless resource.

For more information, see Tagging Amazon OpenSearch Serverless collections.

Link to this function

list_vpc_endpoints(client, input, options \\ [])

View Source

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.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Associates tags with an OpenSearch Serverless resource.

For more information, see Tagging Amazon OpenSearch Serverless collections.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes a tag or set of tags from an OpenSearch Serverless resource.

For more information, see Tagging Amazon OpenSearch Serverless collections.

Link to this function

update_access_policy(client, input, options \\ [])

View Source

Updates an OpenSearch Serverless access policy.

For more information, see Data access control for Amazon OpenSearch Serverless.

Link to this function

update_account_settings(client, input, options \\ [])

View Source

Update the OpenSearch Serverless settings for the current Amazon Web Services account.

For more information, see Managing capacity limits for Amazon OpenSearch Serverless.

Link to this function

update_collection(client, input, options \\ [])

View Source

Updates an OpenSearch Serverless collection.

Link to this function

update_lifecycle_policy(client, input, options \\ [])

View Source

Updates an OpenSearch Serverless access policy.

For more information, see Updating data lifecycle policies.

Link to this function

update_security_config(client, input, options \\ [])

View Source

Updates a security configuration for OpenSearch Serverless.

For more information, see SAML authentication for Amazon OpenSearch Serverless.

Link to this function

update_security_policy(client, input, options \\ [])

View Source

Updates an OpenSearch Serverless security policy.

For more information, see Network access for Amazon OpenSearch Serverless and Encryption at rest for Amazon OpenSearch Serverless.

Link to this function

update_vpc_endpoint(client, input, options \\ [])

View Source

Updates an OpenSearch Serverless-managed interface endpoint.

For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.