Smaws_Client_OpenSearchServerless
OpenSearchServerless client library built on EIO.
val service : Smaws_Lib.Service.descriptor
type vpc_endpoint_summary = {
status : vpc_endpoint_status option;
The current status of the endpoint.
*)name : string option;
The name of the endpoint.
*)id : string option;
The unique identifier of the endpoint.
*)}
The VPC endpoint object.
type vpc_endpoint_filters = {
status : vpc_endpoint_status option;
The current status of the endpoint.
*)}
Filter the results of a ListVpcEndpoints
request.
type vpc_endpoint_error_detail = {
error_code : string option;
The error code for the failed request.
*)error_message : string option;
An error message describing the reason for the failure.
*)id : string option;
The unique identifier of the VPC endpoint.
*)}
Error information for a failed BatchGetVpcEndpoint
request.
type vpc_endpoint_detail = {
created_date : int option;
The date the endpoint was created.
*)status : vpc_endpoint_status option;
The current status of the endpoint.
*)security_group_ids : string list option;
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)subnet_ids : string list option;
The ID of the subnets from which you access OpenSearch Serverless.
*)vpc_id : string option;
The ID of the VPC from which you access OpenSearch Serverless.
*)name : string option;
The name of the endpoint.
*)id : string option;
The unique identifier of the endpoint.
*)}
Details about an OpenSearch Serverless-managed interface endpoint.
Thrown when the HTTP request contains invalid input or is missing required input.
type update_vpc_endpoint_detail = {
last_modified_date : int option;
The timestamp of when the endpoint was last modified.
*)security_group_ids : string list option;
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)subnet_ids : string list option;
The ID of the subnets from which you access OpenSearch Serverless.
*)status : vpc_endpoint_status option;
The current status of the endpoint update process.
*)name : string option;
The name of the endpoint.
*)id : string option;
The unique identifier of the endpoint.
*)}
Update details for an OpenSearch Serverless-managed interface endpoint.
type update_vpc_endpoint_response = {
update_vpc_endpoint_detail : update_vpc_endpoint_detail option;
Details about the updated VPC endpoint.
*)}
type update_vpc_endpoint_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)remove_security_group_ids : string list option;
The unique identifiers of the security groups to remove from the endpoint.
*)add_security_group_ids : string list option;
The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)remove_subnet_ids : string list option;
The unique identifiers of the subnets to remove from the endpoint.
*)add_subnet_ids : string list option;
The ID of one or more subnets to add to the endpoint.
*)id : string;
The unique identifier of the interface endpoint to update.
*)}
Thrown when an error internal to the service occurs while processing a request.
When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE or FAILED state.
type base_document = Smaws_Lib.Json.t
type security_policy_detail = {
last_modified_date : int option;
The timestamp of when the policy was last modified.
*)created_date : int option;
The date the policy was created.
*)policy : base_document option;
The JSON policy document without any whitespaces.
*)description : string option;
The description of the security policy.
*)policy_version : string option;
The version of the policy.
*)name : string option;
The name of the policy.
*)type_ : security_policy_type option;
The type of security policy.
*)}
Details about an OpenSearch Serverless security policy.
type update_security_policy_response = {
security_policy_detail : security_policy_detail option;
Details about the updated security policy.
*)}
type update_security_policy_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)policy : string option;
The JSON policy document to use as the content for the new policy.
*)description : string option;
A description of the policy. Typically used to store information about the permissions defined in the policy.
*)policy_version : string;
The version of the policy being updated.
*)name : string;
The name of the policy.
*)type_ : security_policy_type;
The type of access policy.
*)}
type service_quota_exceeded_exception = {
quota_code : string option;
Service Quotas requirement to identify originating quota.
*)service_code : string;
Service Quotas requirement to identify originating service.
*)resource_type : string option;
Type of the resource affected.
*)resource_id : string option;
Identifier of the resource affected.
*)message : string;
Description of the error.
*)}
Thrown when you attempt to create more resources than the service allows based on service quotas.
Thrown when accessing or deleting a resource that does not exist.
type saml_config_options = {
session_timeout : int option;
The session timeout, in minutes. Default is 60 minutes (12 hours).
*)group_attribute : string option;
The group attribute for this SAML integration.
*)user_attribute : string option;
A user attribute for this SAML integration.
*)metadata : string;
The XML IdP metadata file generated from your identity provider.
*)}
Describes SAML options for an OpenSearch Serverless security configuration in the form of a key-value map.
type security_config_detail = {
last_modified_date : int option;
The timestamp of when the configuration was last modified.
*)created_date : int option;
The date the configuration was created.
*)saml_options : saml_config_options option;
SAML options for the security configuration in the form of a key-value map.
*)description : string option;
The description of the security configuration.
*)config_version : string option;
The version of the security configuration.
*)type_ : security_config_type option;
The type of security configuration.
*)id : string option;
The unique identifier of the security configuration.
*)}
Details about a security configuration for OpenSearch Serverless.
type update_security_config_response = {
security_config_detail : security_config_detail option;
Details about the updated security configuration.
*)}
type update_security_config_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)saml_options : saml_config_options option;
SAML options in in the form of a key-value map.
*)description : string option;
A description of the security configuration.
*)config_version : string;
The version of the security configuration to be updated. You can find the most recent version of a security configuration using the GetSecurityPolicy
command.
id : string;
The security configuration identifier. For SAML the ID will be saml/<accountId>/<idpProviderName>
. For example, saml/123456789123/OKTADev
.
}
type lifecycle_policy_detail = {
last_modified_date : int option;
The timestamp of when the lifecycle policy was last modified.
*)created_date : int option;
The date the lifecycle policy was created.
*)policy : base_document option;
The JSON policy document without any whitespaces.
*)description : string option;
The description of the lifecycle policy.
*)policy_version : string option;
The version of the lifecycle policy.
*)name : string option;
The name of the lifecycle policy.
*)type_ : lifecycle_policy_type option;
The type of lifecycle policy.
*)}
Details about an OpenSearch Serverless lifecycle policy.
type update_lifecycle_policy_response = {
lifecycle_policy_detail : lifecycle_policy_detail option;
Details about the updated lifecycle policy.
*)}
type update_lifecycle_policy_request = {
client_token : string option;
A unique, case-sensitive identifier to ensure idempotency of the request.
*)policy : string option;
The JSON policy document to use as the content for the lifecycle policy.
*)description : string option;
A description of the lifecycle policy.
*)policy_version : string;
The version of the policy being updated.
*)name : string;
The name of the policy.
*)type_ : lifecycle_policy_type;
The type of lifecycle policy.
*)}
type update_collection_detail = {
last_modified_date : int option;
The date and time when the collection was last modified.
*)created_date : int option;
The date and time when the collection was created.
*)arn : string option;
The Amazon Resource Name (ARN) of the collection.
*)description : string option;
The description of the collection.
*)type_ : collection_type option;
The collection type.
*)status : collection_status option;
The current status of the collection.
*)name : string option;
The name of the collection.
*)id : string option;
The unique identifier of the collection.
*)}
Details about an updated OpenSearch Serverless collection.
type update_collection_response = {
update_collection_detail : update_collection_detail option;
Details about the updated collection.
*)}
type capacity_limits = {
max_search_capacity_in_oc_u : int option;
The maximum search capacity for collections.
*)max_indexing_capacity_in_oc_u : int option;
The maximum indexing capacity for collections.
*)}
The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
OpenSearch Serverless-related information for the current account.
type update_account_settings_response = {
account_settings_detail : account_settings_detail option;
OpenSearch Serverless-related settings for the current Amazon Web Services account.
*)}
type access_policy_detail = {
last_modified_date : int option;
The timestamp of when the policy was last modified.
*)created_date : int option;
The date the policy was created.
*)policy : base_document option;
The JSON policy document without any whitespaces.
*)description : string option;
The description of the policy.
*)policy_version : string option;
The version of the policy.
*)name : string option;
The name of the policy.
*)type_ : access_policy_type option;
The type of access policy.
*)}
Details about an OpenSearch Serverless access policy.
type update_access_policy_response = {
access_policy_detail : access_policy_detail option;
Details about the updated access policy.
*)}
type update_access_policy_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)policy : string option;
The JSON policy document to use as the content for the policy.
*)description : string option;
A description of the policy. Typically used to store information about the permissions defined in the policy.
*)policy_version : string;
The version of the policy being updated.
*)name : string;
The name of the policy.
*)type_ : access_policy_type;
The type of policy.
*)}
type untag_resource_request = {
tag_keys : string list;
The tag or set of tags to remove from the resource. All tag keys in the request must be unique.
*)resource_arn : string;
The Amazon Resource Name (ARN) of the resource to remove tags from. The resource must be active (not in the DELETING
state), and must be owned by the account ID included in the request.
}
A map of key-value pairs associated to an OpenSearch Serverless resource.
type security_policy_summary = {
last_modified_date : int option;
The timestamp of when the policy was last modified.
*)created_date : int option;
The date the policy was created.
*)description : string option;
The description of the security policy.
*)policy_version : string option;
The version of the policy.
*)name : string option;
The name of the policy.
*)type_ : security_policy_type option;
The type of security policy.
*)}
A summary of a security policy for OpenSearch Serverless.
type security_policy_stats = {
network_policy_count : int option;
The number of network policies in the current account.
*)encryption_policy_count : int option;
The number of encryption policies in the current account.
*)}
Statistics for an OpenSearch Serverless security policy.
type security_config_summary = {
last_modified_date : int option;
The timestamp of when the configuration was last modified.
*)created_date : int option;
The Epoch time when the security configuration was created.
*)description : string option;
The description of the security configuration.
*)config_version : string option;
The version of the security configuration.
*)type_ : security_config_type option;
The type of security configuration.
*)id : string option;
The unique identifier of the security configuration.
*)}
A summary of a security configuration for OpenSearch Serverless.
type lifecycle_policy_stats = {
retention_policy_count : int option;
The number of retention lifecycle policies in the current account.
*)}
Statistics for an OpenSearch Serverless lifecycle policy.
type get_policies_stats_response = {
total_policy_count : int option;
The total number of OpenSearch Serverless security policies and configurations in your account.
*)lifecycle_policy_stats : lifecycle_policy_stats option;
Information about the lifecycle policies in your account.
*)security_config_stats : security_config_stats option;
Information about the security configurations in your account.
*)security_policy_stats : security_policy_stats option;
Information about the security policies in your account.
*)access_policy_stats : access_policy_stats option;
Information about the data access policies in your account.
*)}
type get_account_settings_response = {
account_settings_detail : account_settings_detail option;
OpenSearch Serverless-related details for the current account.
*)}
type create_security_policy_response = {
security_policy_detail : security_policy_detail option;
Details about the created security policy.
*)}
type create_security_policy_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)policy : string;
The JSON policy document to use as the content for the new policy.
*)description : string option;
A description of the policy. Typically used to store information about the permissions defined in the policy.
*)name : string;
The name of the policy.
*)type_ : security_policy_type;
The type of security policy.
*)}
type create_lifecycle_policy_response = {
lifecycle_policy_detail : lifecycle_policy_detail option;
Details about the created lifecycle policy.
*)}
type create_lifecycle_policy_request = {
client_token : string option;
A unique, case-sensitive identifier to ensure idempotency of the request.
*)policy : string;
The JSON policy document to use as the content for the lifecycle policy.
*)description : string option;
A description of the lifecycle policy.
*)name : string;
The name of the lifecycle policy.
*)type_ : lifecycle_policy_type;
The type of lifecycle policy.
*)}
type batch_get_vpc_endpoint_response = {
vpc_endpoint_error_details : vpc_endpoint_error_detail list option;
Error information for a failed request.
*)vpc_endpoint_details : vpc_endpoint_detail list option;
Details about the specified VPC endpoint.
*)}
type lifecycle_policy_error_detail = {
error_code : string option;
The error code for the request. For example, NOT_FOUND
.
error_message : string option;
A description of the error. For example, The specified Lifecycle Policy is not found
.
name : string option;
The name of the lifecycle policy.
*)type_ : lifecycle_policy_type option;
The type of lifecycle policy.
*)}
Error information for an OpenSearch Serverless request.
type batch_get_lifecycle_policy_response = {
lifecycle_policy_error_details : lifecycle_policy_error_detail list option;
A list of lifecycle policy names and policy types for which retrieval failed.
*)lifecycle_policy_details : lifecycle_policy_detail list option;
A list of lifecycle policies matched to the input policy name and policy type.
*)}
type lifecycle_policy_identifier = {
name : string;
The name of the lifecycle policy.
*)type_ : lifecycle_policy_type;
The type of lifecycle policy.
*)}
The unique identifiers of policy types and policy names.
type batch_get_lifecycle_policy_request = {
identifiers : lifecycle_policy_identifier list;
The unique identifiers of policy types and policy names.
*)}
type effective_lifecycle_policy_detail = {
no_min_retention_period : bool option;
The minimum number of index retention days set. That is an optional param that will return as true
if the minimum number of days or hours is not set to a index resource.
retention_period : string option;
The minimum number of index retention in days or hours. This is an optional parameter that will return only if it’s set.
*)resource_type : resource_type option;
The type of OpenSearch Serverless resource. Currently, the only supported resource is index
.
policy_name : string option;
The name of the lifecycle policy.
*)resource : string option;
The name of the OpenSearch Serverless index resource.
*)type_ : lifecycle_policy_type option;
The type of lifecycle policy.
*)}
Error information for an OpenSearch Serverless request.
type effective_lifecycle_policy_error_detail = {
error_code : string option;
The error code for the request.
*)error_message : string option;
A description of the error. For example, The specified Index resource is not found
.
resource : string option;
The name of OpenSearch Serverless index resource.
*)type_ : lifecycle_policy_type option;
The type of lifecycle policy.
*)}
Error information for an OpenSearch Serverless request.
type batch_get_effective_lifecycle_policy_response = {
effective_lifecycle_policy_error_details : effective_lifecycle_policy_error_detail
list
option;
A list of resources for which retrieval failed.
*)effective_lifecycle_policy_details : effective_lifecycle_policy_detail list
option;
A list of lifecycle policies applied to the OpenSearch Serverless indexes.
*)}
type lifecycle_policy_resource_identifier = {
resource : string;
The name of the OpenSearch Serverless ilndex resource.
*)type_ : lifecycle_policy_type;
The type of lifecycle policy.
*)}
The unique identifiers of policy types and resource names.
type batch_get_effective_lifecycle_policy_request = {
resource_identifiers : lifecycle_policy_resource_identifier list;
The unique identifiers of policy types and resource names.
*)}
type collection_detail = {
dashboard_endpoint : string option;
Collection-specific endpoint used to access OpenSearch Dashboards.
*)collection_endpoint : string option;
Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.
*)last_modified_date : int option;
The date and time when the collection was last modified.
*)created_date : int option;
The Epoch time when the collection was created.
*)standby_replicas : standby_replicas option;
Details about an OpenSearch Serverless collection.
*)kms_key_arn : string option;
The ARN of the Amazon Web Services KMS key used to encrypt the collection.
*)arn : string option;
The Amazon Resource Name (ARN) of the collection.
*)description : string option;
A description of the collection.
*)type_ : collection_type option;
The type of collection.
*)status : collection_status option;
The current status of the collection.
*)name : string option;
The name of the collection.
*)id : string option;
A unique identifier for the collection.
*)}
Details about each OpenSearch Serverless collection, including the collection endpoint and the OpenSearch Dashboards endpoint.
type collection_error_detail = {
error_code : string option;
The error code for the request. For example, NOT_FOUND
.
error_message : string option;
A description of the error. For example, The specified Collection is not
found.
name : string option;
If the request contains collection names, the response includes the names provided in the request.
*)id : string option;
If the request contains collection IDs, the response includes the IDs provided in the request.
*)}
Error information for an OpenSearch Serverless request.
type batch_get_collection_response = {
collection_error_details : collection_error_detail list option;
Error information for the request.
*)collection_details : collection_detail list option;
Details about each collection.
*)}
type batch_get_collection_request = {
names : string list option;
A list of collection names. You can't provide names and IDs in the same request.
*)ids : string list option;
A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.
*)}
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?
Thrown when the collection you're attempting to create results in a number of search or indexing OCUs that exceeds the account limit.
type list_vpc_endpoints_response = {
next_token : string option;
When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
vpc_endpoint_summaries : vpc_endpoint_summary list option;
Details about each VPC endpoint, including the name and current status.
*)}
type list_vpc_endpoints_request = {
max_results : int option;
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
next_token : string option;
If your initial ListVpcEndpoints
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListVpcEndpoints
operations, which returns results in the next page.
vpc_endpoint_filters : vpc_endpoint_filters option;
Filter the results according to the current status of the VPC endpoint. Possible statuses are CREATING
, DELETING
, UPDATING
, ACTIVE
, and FAILED
.
}
type list_security_policies_response = {
next_token : string option;
When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
security_policy_summaries : security_policy_summary list option;
Details about the security policies in your account.
*)}
type list_security_policies_request = {
max_results : int option;
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
next_token : string option;
If your initial ListSecurityPolicies
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListSecurityPolicies
operations, which returns results in the next page.
resource : string list option;
Resource filters (can be collection or indexes) that policies can apply to.
*)type_ : security_policy_type;
The type of policy.
*)}
type list_security_configs_response = {
next_token : string option;
When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
security_config_summaries : security_config_summary list option;
Details about the security configurations in your account.
*)}
type list_security_configs_request = {
max_results : int option;
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
next_token : string option;
If your initial ListSecurityConfigs
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListSecurityConfigs
operations, which returns results in the next page.
type_ : security_config_type;
The type of security configuration.
*)}
type lifecycle_policy_summary = {
last_modified_date : int option;
The date and time when the lifecycle policy was last modified.
*)created_date : int option;
The Epoch time when the lifecycle policy was created.
*)description : string option;
The description of the lifecycle policy.
*)policy_version : string option;
The version of the lifecycle policy.
*)name : string option;
The name of the lifecycle policy.
*)type_ : lifecycle_policy_type option;
The type of lifecycle policy.
*)}
A summary of the lifecycle policy.
type list_lifecycle_policies_response = {
next_token : string option;
When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
lifecycle_policy_summaries : lifecycle_policy_summary list option;
Details about the requested lifecycle policies.
*)}
type list_lifecycle_policies_request = {
max_results : int option;
An optional parameter that specifies the maximum number of results to return. You can use use nextToken
to get the next page of results. The default is 10.
next_token : string option;
If your initial ListLifecyclePolicies
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListLifecyclePolicies
operations, which returns results in the next page.
resources : string list option;
Resource filters that policies can apply to. Currently, the only supported resource type is index
.
type_ : lifecycle_policy_type;
The type of lifecycle policy.
*)}
type collection_summary = {
arn : string option;
The Amazon Resource Name (ARN) of the collection.
*)status : collection_status option;
The current status of the collection.
*)name : string option;
The name of the collection.
*)id : string option;
The unique identifier of the collection.
*)}
Details about each OpenSearch Serverless collection.
type list_collections_response = {
next_token : string option;
When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
collection_summaries : collection_summary list option;
Details about each collection.
*)}
type collection_filters = {
status : collection_status option;
The current status of the collection.
*)name : string option;
The name of the collection.
*)}
A list of filter keys that you can use for LIST, UPDATE, and DELETE requests to OpenSearch Serverless collections.
type list_collections_request = {
max_results : int option;
The maximum number of results to return. Default is 20. You can use nextToken
to get the next page of results.
next_token : string option;
If your initial ListCollections
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListCollections
operations, which returns results in the next page.
collection_filters : collection_filters option;
A list of filter names and values that you can use for requests.
*)}
type access_policy_summary = {
last_modified_date : int option;
The date and time when the collection was last modified.
*)created_date : int option;
The Epoch time when the access policy was created.
*)description : string option;
The description of the access policy.
*)policy_version : string option;
The version of the policy.
*)name : string option;
The name of the access policy.
*)type_ : access_policy_type option;
The type of access policy. Currently, the only available type is data
.
}
A summary of the data access policy.
type list_access_policies_response = {
next_token : string option;
When nextToken
is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
access_policy_summaries : access_policy_summary list option;
Details about the requested access policies.
*)}
type list_access_policies_request = {
max_results : int option;
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results. The default is 20.
next_token : string option;
If your initial ListAccessPolicies
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListAccessPolicies
operations, which returns results in the next page.
resource : string list option;
Resource filters (can be collections or indexes) that policies can apply to.
*)type_ : access_policy_type;
The type of access policy.
*)}
type get_security_policy_response = {
security_policy_detail : security_policy_detail option;
Details about the requested security policy.
*)}
type get_security_policy_request = {
name : string;
The name of the security policy.
*)type_ : security_policy_type;
The type of security policy.
*)}
type get_security_config_response = {
security_config_detail : security_config_detail option;
Details of the requested security configuration.
*)}
type get_access_policy_response = {
access_policy_detail : access_policy_detail option;
Details about the requested access policy.
*)}
type get_access_policy_request = {
name : string;
The name of the access policy.
*)type_ : access_policy_type;
Tye type of policy. Currently, the only supported value is data
.
}
type delete_vpc_endpoint_detail = {
status : vpc_endpoint_status option;
The current status of the endpoint deletion process.
*)name : string option;
The name of the endpoint.
*)id : string option;
The unique identifier of the endpoint.
*)}
Deletion details for an OpenSearch Serverless-managed interface endpoint.
type delete_vpc_endpoint_response = {
delete_vpc_endpoint_detail : delete_vpc_endpoint_detail option;
Details about the deleted endpoint.
*)}
type delete_security_policy_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)name : string;
The name of the policy to delete.
*)type_ : security_policy_type;
The type of policy.
*)}
type delete_lifecycle_policy_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)name : string;
The name of the policy to delete.
*)type_ : lifecycle_policy_type;
The type of lifecycle policy.
*)}
type delete_collection_detail = {
status : collection_status option;
The current status of the collection.
*)name : string option;
The name of the collection.
*)id : string option;
The unique identifier of the collection.
*)}
Details about a deleted OpenSearch Serverless collection.
type delete_collection_response = {
delete_collection_detail : delete_collection_detail option;
Details of the deleted collection.
*)}
type delete_collection_request = {
client_token : string option;
A unique, case-sensitive identifier to ensure idempotency of the request.
*)id : string;
The unique identifier of the collection. For example, 1iu5usc406kd
. The ID is part of the collection endpoint. You can also retrieve it using the ListCollections API.
}
type delete_access_policy_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)name : string;
The name of the policy to delete.
*)type_ : access_policy_type;
The type of policy.
*)}
type create_vpc_endpoint_detail = {
status : vpc_endpoint_status option;
The current status in the endpoint creation process.
*)name : string option;
The name of the endpoint.
*)id : string option;
The unique identifier of the endpoint.
*)}
Creation details for an OpenSearch Serverless-managed interface endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
type create_vpc_endpoint_response = {
create_vpc_endpoint_detail : create_vpc_endpoint_detail option;
Details about the created interface VPC endpoint.
*)}
type create_vpc_endpoint_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)security_group_ids : string list option;
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)subnet_ids : string list;
The ID of one or more subnets from which you'll access OpenSearch Serverless.
*)vpc_id : string;
The ID of the VPC from which you'll access OpenSearch Serverless.
*)name : string;
The name of the interface endpoint.
*)}
type create_security_config_response = {
security_config_detail : security_config_detail option;
Details about the created security configuration.
*)}
type create_security_config_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)saml_options : saml_config_options option;
Describes SAML options in in the form of a key-value map. This field is required if you specify saml
for the type
parameter.
description : string option;
A description of the security configuration.
*)name : string;
The name of the security configuration.
*)type_ : security_config_type;
The type of security configuration.
*)}
type create_collection_detail = {
last_modified_date : int option;
The date and time when the collection was last modified.
*)created_date : int option;
The Epoch time when the collection was created.
*)standby_replicas : standby_replicas option;
Creates details about an OpenSearch Serverless collection.
*)kms_key_arn : string option;
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
*)arn : string option;
The Amazon Resource Name (ARN) of the collection.
*)description : string option;
A description of the collection.
*)type_ : collection_type option;
The type of collection.
*)status : collection_status option;
The current status of the collection.
*)name : string option;
The name of the collection.
*)id : string option;
The unique identifier of the collection.
*)}
Details about the created OpenSearch Serverless collection.
type create_collection_response = {
create_collection_detail : create_collection_detail option;
Details about the collection.
*)}
type create_collection_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)standby_replicas : standby_replicas option;
Indicates whether standby replicas should be used for a collection.
*)description : string option;
Description of the collection.
*)type_ : collection_type option;
The type of collection.
*)name : string;
Name of the collection.
*)}
type create_access_policy_response = {
access_policy_detail : access_policy_detail option;
Details about the created access policy.
*)}
type create_access_policy_request = {
client_token : string option;
Unique, case-sensitive identifier to ensure idempotency of the request.
*)policy : string;
The JSON policy document to use as the content for the policy.
*)description : string option;
A description of the policy. Typically used to store information about the permissions defined in the policy.
*)name : string;
The name of the policy.
*)type_ : access_policy_type;
The type of policy.
*)}
val make_vpc_endpoint_summary :
?status:vpc_endpoint_status ->
?name:string ->
?id:string ->
unit ->
vpc_endpoint_summary
Create a vpc_endpoint_summary
type
val make_vpc_endpoint_filters :
?status:vpc_endpoint_status ->
unit ->
vpc_endpoint_filters
Create a vpc_endpoint_filters
type
val make_vpc_endpoint_error_detail :
?error_code:string ->
?error_message:string ->
?id:string ->
unit ->
vpc_endpoint_error_detail
Create a vpc_endpoint_error_detail
type
val make_vpc_endpoint_detail :
?created_date:int ->
?status:vpc_endpoint_status ->
?security_group_ids:string list ->
?subnet_ids:string list ->
?vpc_id:string ->
?name:string ->
?id:string ->
unit ->
vpc_endpoint_detail
Create a vpc_endpoint_detail
type
val make_update_vpc_endpoint_detail :
?last_modified_date:int ->
?security_group_ids:string list ->
?subnet_ids:string list ->
?status:vpc_endpoint_status ->
?name:string ->
?id:string ->
unit ->
update_vpc_endpoint_detail
Create a update_vpc_endpoint_detail
type
val make_update_vpc_endpoint_response :
?update_vpc_endpoint_detail:update_vpc_endpoint_detail ->
unit ->
update_vpc_endpoint_response
Create a update_vpc_endpoint_response
type
val make_update_vpc_endpoint_request :
?client_token:string ->
?remove_security_group_ids:string list ->
?add_security_group_ids:string list ->
?remove_subnet_ids:string list ->
?add_subnet_ids:string list ->
id:string ->
unit ->
update_vpc_endpoint_request
Create a update_vpc_endpoint_request
type
val make_security_policy_detail :
?last_modified_date:int ->
?created_date:int ->
?policy:base_document ->
?description:string ->
?policy_version:string ->
?name:string ->
?type_:security_policy_type ->
unit ->
security_policy_detail
Create a security_policy_detail
type
val make_update_security_policy_response :
?security_policy_detail:security_policy_detail ->
unit ->
update_security_policy_response
Create a update_security_policy_response
type
val make_update_security_policy_request :
?client_token:string ->
?policy:string ->
?description:string ->
policy_version:string ->
name:string ->
type_:security_policy_type ->
unit ->
update_security_policy_request
Create a update_security_policy_request
type
val make_saml_config_options :
?session_timeout:int ->
?group_attribute:string ->
?user_attribute:string ->
metadata:string ->
unit ->
saml_config_options
Create a saml_config_options
type
val make_security_config_detail :
?last_modified_date:int ->
?created_date:int ->
?saml_options:saml_config_options ->
?description:string ->
?config_version:string ->
?type_:security_config_type ->
?id:string ->
unit ->
security_config_detail
Create a security_config_detail
type
val make_update_security_config_response :
?security_config_detail:security_config_detail ->
unit ->
update_security_config_response
Create a update_security_config_response
type
val make_update_security_config_request :
?client_token:string ->
?saml_options:saml_config_options ->
?description:string ->
config_version:string ->
id:string ->
unit ->
update_security_config_request
Create a update_security_config_request
type
val make_lifecycle_policy_detail :
?last_modified_date:int ->
?created_date:int ->
?policy:base_document ->
?description:string ->
?policy_version:string ->
?name:string ->
?type_:lifecycle_policy_type ->
unit ->
lifecycle_policy_detail
Create a lifecycle_policy_detail
type
val make_update_lifecycle_policy_response :
?lifecycle_policy_detail:lifecycle_policy_detail ->
unit ->
update_lifecycle_policy_response
Create a update_lifecycle_policy_response
type
val make_update_lifecycle_policy_request :
?client_token:string ->
?policy:string ->
?description:string ->
policy_version:string ->
name:string ->
type_:lifecycle_policy_type ->
unit ->
update_lifecycle_policy_request
Create a update_lifecycle_policy_request
type
val make_update_collection_detail :
?last_modified_date:int ->
?created_date:int ->
?arn:string ->
?description:string ->
?type_:collection_type ->
?status:collection_status ->
?name:string ->
?id:string ->
unit ->
update_collection_detail
Create a update_collection_detail
type
val make_update_collection_response :
?update_collection_detail:update_collection_detail ->
unit ->
update_collection_response
Create a update_collection_response
type
val make_update_collection_request :
?client_token:string ->
?description:string ->
id:string ->
unit ->
update_collection_request
Create a update_collection_request
type
val make_capacity_limits :
?max_search_capacity_in_oc_u:int ->
?max_indexing_capacity_in_oc_u:int ->
unit ->
capacity_limits
Create a capacity_limits
type
val make_account_settings_detail :
?capacity_limits:capacity_limits ->
unit ->
account_settings_detail
Create a account_settings_detail
type
val make_update_account_settings_response :
?account_settings_detail:account_settings_detail ->
unit ->
update_account_settings_response
Create a update_account_settings_response
type
val make_update_account_settings_request :
?capacity_limits:capacity_limits ->
unit ->
update_account_settings_request
Create a update_account_settings_request
type
val make_access_policy_detail :
?last_modified_date:int ->
?created_date:int ->
?policy:base_document ->
?description:string ->
?policy_version:string ->
?name:string ->
?type_:access_policy_type ->
unit ->
access_policy_detail
Create a access_policy_detail
type
val make_update_access_policy_response :
?access_policy_detail:access_policy_detail ->
unit ->
update_access_policy_response
Create a update_access_policy_response
type
val make_update_access_policy_request :
?client_token:string ->
?policy:string ->
?description:string ->
policy_version:string ->
name:string ->
type_:access_policy_type ->
unit ->
update_access_policy_request
Create a update_access_policy_request
type
val make_untag_resource_response : unit -> untag_resource_response
Create a untag_resource_response
type
val make_untag_resource_request :
tag_keys:string list ->
resource_arn:string ->
unit ->
untag_resource_request
Create a untag_resource_request
type
val make_tag_resource_response : unit -> tag_resource_response
Create a tag_resource_response
type
val make_tag_resource_request :
tags:tag list ->
resource_arn:string ->
unit ->
tag_resource_request
Create a tag_resource_request
type
val make_security_policy_summary :
?last_modified_date:int ->
?created_date:int ->
?description:string ->
?policy_version:string ->
?name:string ->
?type_:security_policy_type ->
unit ->
security_policy_summary
Create a security_policy_summary
type
val make_security_policy_stats :
?network_policy_count:int ->
?encryption_policy_count:int ->
unit ->
security_policy_stats
Create a security_policy_stats
type
val make_security_config_summary :
?last_modified_date:int ->
?created_date:int ->
?description:string ->
?config_version:string ->
?type_:security_config_type ->
?id:string ->
unit ->
security_config_summary
Create a security_config_summary
type
val make_security_config_stats :
?saml_config_count:int ->
unit ->
security_config_stats
Create a security_config_stats
type
val make_list_tags_for_resource_response :
?tags:tag list ->
unit ->
list_tags_for_resource_response
Create a list_tags_for_resource_response
type
val make_list_tags_for_resource_request :
resource_arn:string ->
unit ->
list_tags_for_resource_request
Create a list_tags_for_resource_request
type
val make_access_policy_stats :
?data_policy_count:int ->
unit ->
access_policy_stats
Create a access_policy_stats
type
val make_lifecycle_policy_stats :
?retention_policy_count:int ->
unit ->
lifecycle_policy_stats
Create a lifecycle_policy_stats
type
val make_get_policies_stats_response :
?total_policy_count:int ->
?lifecycle_policy_stats:lifecycle_policy_stats ->
?security_config_stats:security_config_stats ->
?security_policy_stats:security_policy_stats ->
?access_policy_stats:access_policy_stats ->
unit ->
get_policies_stats_response
Create a get_policies_stats_response
type
val make_get_policies_stats_request : unit -> get_policies_stats_request
Create a get_policies_stats_request
type
val make_get_account_settings_response :
?account_settings_detail:account_settings_detail ->
unit ->
get_account_settings_response
Create a get_account_settings_response
type
val make_get_account_settings_request : unit -> get_account_settings_request
Create a get_account_settings_request
type
val make_create_security_policy_response :
?security_policy_detail:security_policy_detail ->
unit ->
create_security_policy_response
Create a create_security_policy_response
type
val make_create_security_policy_request :
?client_token:string ->
?description:string ->
policy:string ->
name:string ->
type_:security_policy_type ->
unit ->
create_security_policy_request
Create a create_security_policy_request
type
val make_create_lifecycle_policy_response :
?lifecycle_policy_detail:lifecycle_policy_detail ->
unit ->
create_lifecycle_policy_response
Create a create_lifecycle_policy_response
type
val make_create_lifecycle_policy_request :
?client_token:string ->
?description:string ->
policy:string ->
name:string ->
type_:lifecycle_policy_type ->
unit ->
create_lifecycle_policy_request
Create a create_lifecycle_policy_request
type
val make_batch_get_vpc_endpoint_response :
?vpc_endpoint_error_details:vpc_endpoint_error_detail list ->
?vpc_endpoint_details:vpc_endpoint_detail list ->
unit ->
batch_get_vpc_endpoint_response
Create a batch_get_vpc_endpoint_response
type
val make_batch_get_vpc_endpoint_request :
ids:string list ->
unit ->
batch_get_vpc_endpoint_request
Create a batch_get_vpc_endpoint_request
type
val make_lifecycle_policy_error_detail :
?error_code:string ->
?error_message:string ->
?name:string ->
?type_:lifecycle_policy_type ->
unit ->
lifecycle_policy_error_detail
Create a lifecycle_policy_error_detail
type
val make_batch_get_lifecycle_policy_response :
?lifecycle_policy_error_details:lifecycle_policy_error_detail list ->
?lifecycle_policy_details:lifecycle_policy_detail list ->
unit ->
batch_get_lifecycle_policy_response
Create a batch_get_lifecycle_policy_response
type
val make_lifecycle_policy_identifier :
name:string ->
type_:lifecycle_policy_type ->
unit ->
lifecycle_policy_identifier
Create a lifecycle_policy_identifier
type
val make_batch_get_lifecycle_policy_request :
identifiers:lifecycle_policy_identifier list ->
unit ->
batch_get_lifecycle_policy_request
Create a batch_get_lifecycle_policy_request
type
val make_effective_lifecycle_policy_detail :
?no_min_retention_period:bool ->
?retention_period:string ->
?resource_type:resource_type ->
?policy_name:string ->
?resource:string ->
?type_:lifecycle_policy_type ->
unit ->
effective_lifecycle_policy_detail
Create a effective_lifecycle_policy_detail
type
val make_effective_lifecycle_policy_error_detail :
?error_code:string ->
?error_message:string ->
?resource:string ->
?type_:lifecycle_policy_type ->
unit ->
effective_lifecycle_policy_error_detail
Create a effective_lifecycle_policy_error_detail
type
val make_batch_get_effective_lifecycle_policy_response :
?effective_lifecycle_policy_error_details:
effective_lifecycle_policy_error_detail list ->
?effective_lifecycle_policy_details:effective_lifecycle_policy_detail list ->
unit ->
batch_get_effective_lifecycle_policy_response
Create a batch_get_effective_lifecycle_policy_response
type
val make_lifecycle_policy_resource_identifier :
resource:string ->
type_:lifecycle_policy_type ->
unit ->
lifecycle_policy_resource_identifier
Create a lifecycle_policy_resource_identifier
type
val make_batch_get_effective_lifecycle_policy_request :
resource_identifiers:lifecycle_policy_resource_identifier list ->
unit ->
batch_get_effective_lifecycle_policy_request
Create a batch_get_effective_lifecycle_policy_request
type
val make_collection_detail :
?dashboard_endpoint:string ->
?collection_endpoint:string ->
?last_modified_date:int ->
?created_date:int ->
?standby_replicas:standby_replicas ->
?kms_key_arn:string ->
?arn:string ->
?description:string ->
?type_:collection_type ->
?status:collection_status ->
?name:string ->
?id:string ->
unit ->
collection_detail
Create a collection_detail
type
val make_collection_error_detail :
?error_code:string ->
?error_message:string ->
?name:string ->
?id:string ->
unit ->
collection_error_detail
Create a collection_error_detail
type
val make_batch_get_collection_response :
?collection_error_details:collection_error_detail list ->
?collection_details:collection_detail list ->
unit ->
batch_get_collection_response
Create a batch_get_collection_response
type
val make_batch_get_collection_request :
?names:string list ->
?ids:string list ->
unit ->
batch_get_collection_request
Create a batch_get_collection_request
type
val make_list_vpc_endpoints_response :
?next_token:string ->
?vpc_endpoint_summaries:vpc_endpoint_summary list ->
unit ->
list_vpc_endpoints_response
Create a list_vpc_endpoints_response
type
val make_list_vpc_endpoints_request :
?max_results:int ->
?next_token:string ->
?vpc_endpoint_filters:vpc_endpoint_filters ->
unit ->
list_vpc_endpoints_request
Create a list_vpc_endpoints_request
type
val make_list_security_policies_response :
?next_token:string ->
?security_policy_summaries:security_policy_summary list ->
unit ->
list_security_policies_response
Create a list_security_policies_response
type
val make_list_security_policies_request :
?max_results:int ->
?next_token:string ->
?resource:string list ->
type_:security_policy_type ->
unit ->
list_security_policies_request
Create a list_security_policies_request
type
val make_list_security_configs_response :
?next_token:string ->
?security_config_summaries:security_config_summary list ->
unit ->
list_security_configs_response
Create a list_security_configs_response
type
val make_list_security_configs_request :
?max_results:int ->
?next_token:string ->
type_:security_config_type ->
unit ->
list_security_configs_request
Create a list_security_configs_request
type
val make_lifecycle_policy_summary :
?last_modified_date:int ->
?created_date:int ->
?description:string ->
?policy_version:string ->
?name:string ->
?type_:lifecycle_policy_type ->
unit ->
lifecycle_policy_summary
Create a lifecycle_policy_summary
type
val make_list_lifecycle_policies_response :
?next_token:string ->
?lifecycle_policy_summaries:lifecycle_policy_summary list ->
unit ->
list_lifecycle_policies_response
Create a list_lifecycle_policies_response
type
val make_list_lifecycle_policies_request :
?max_results:int ->
?next_token:string ->
?resources:string list ->
type_:lifecycle_policy_type ->
unit ->
list_lifecycle_policies_request
Create a list_lifecycle_policies_request
type
val make_collection_summary :
?arn:string ->
?status:collection_status ->
?name:string ->
?id:string ->
unit ->
collection_summary
Create a collection_summary
type
val make_list_collections_response :
?next_token:string ->
?collection_summaries:collection_summary list ->
unit ->
list_collections_response
Create a list_collections_response
type
val make_collection_filters :
?status:collection_status ->
?name:string ->
unit ->
collection_filters
Create a collection_filters
type
val make_list_collections_request :
?max_results:int ->
?next_token:string ->
?collection_filters:collection_filters ->
unit ->
list_collections_request
Create a list_collections_request
type
val make_access_policy_summary :
?last_modified_date:int ->
?created_date:int ->
?description:string ->
?policy_version:string ->
?name:string ->
?type_:access_policy_type ->
unit ->
access_policy_summary
Create a access_policy_summary
type
val make_list_access_policies_response :
?next_token:string ->
?access_policy_summaries:access_policy_summary list ->
unit ->
list_access_policies_response
Create a list_access_policies_response
type
val make_list_access_policies_request :
?max_results:int ->
?next_token:string ->
?resource:string list ->
type_:access_policy_type ->
unit ->
list_access_policies_request
Create a list_access_policies_request
type
val make_get_security_policy_response :
?security_policy_detail:security_policy_detail ->
unit ->
get_security_policy_response
Create a get_security_policy_response
type
val make_get_security_policy_request :
name:string ->
type_:security_policy_type ->
unit ->
get_security_policy_request
Create a get_security_policy_request
type
val make_get_security_config_response :
?security_config_detail:security_config_detail ->
unit ->
get_security_config_response
Create a get_security_config_response
type
val make_get_security_config_request :
id:string ->
unit ->
get_security_config_request
Create a get_security_config_request
type
val make_get_access_policy_response :
?access_policy_detail:access_policy_detail ->
unit ->
get_access_policy_response
Create a get_access_policy_response
type
val make_get_access_policy_request :
name:string ->
type_:access_policy_type ->
unit ->
get_access_policy_request
Create a get_access_policy_request
type
val make_delete_vpc_endpoint_detail :
?status:vpc_endpoint_status ->
?name:string ->
?id:string ->
unit ->
delete_vpc_endpoint_detail
Create a delete_vpc_endpoint_detail
type
val make_delete_vpc_endpoint_response :
?delete_vpc_endpoint_detail:delete_vpc_endpoint_detail ->
unit ->
delete_vpc_endpoint_response
Create a delete_vpc_endpoint_response
type
val make_delete_vpc_endpoint_request :
?client_token:string ->
id:string ->
unit ->
delete_vpc_endpoint_request
Create a delete_vpc_endpoint_request
type
val make_delete_security_policy_response :
unit ->
delete_security_policy_response
Create a delete_security_policy_response
type
val make_delete_security_policy_request :
?client_token:string ->
name:string ->
type_:security_policy_type ->
unit ->
delete_security_policy_request
Create a delete_security_policy_request
type
val make_delete_security_config_response :
unit ->
delete_security_config_response
Create a delete_security_config_response
type
val make_delete_security_config_request :
?client_token:string ->
id:string ->
unit ->
delete_security_config_request
Create a delete_security_config_request
type
val make_delete_lifecycle_policy_response :
unit ->
delete_lifecycle_policy_response
Create a delete_lifecycle_policy_response
type
val make_delete_lifecycle_policy_request :
?client_token:string ->
name:string ->
type_:lifecycle_policy_type ->
unit ->
delete_lifecycle_policy_request
Create a delete_lifecycle_policy_request
type
val make_delete_collection_detail :
?status:collection_status ->
?name:string ->
?id:string ->
unit ->
delete_collection_detail
Create a delete_collection_detail
type
val make_delete_collection_response :
?delete_collection_detail:delete_collection_detail ->
unit ->
delete_collection_response
Create a delete_collection_response
type
val make_delete_collection_request :
?client_token:string ->
id:string ->
unit ->
delete_collection_request
Create a delete_collection_request
type
val make_delete_access_policy_response : unit -> delete_access_policy_response
Create a delete_access_policy_response
type
val make_delete_access_policy_request :
?client_token:string ->
name:string ->
type_:access_policy_type ->
unit ->
delete_access_policy_request
Create a delete_access_policy_request
type
val make_create_vpc_endpoint_detail :
?status:vpc_endpoint_status ->
?name:string ->
?id:string ->
unit ->
create_vpc_endpoint_detail
Create a create_vpc_endpoint_detail
type
val make_create_vpc_endpoint_response :
?create_vpc_endpoint_detail:create_vpc_endpoint_detail ->
unit ->
create_vpc_endpoint_response
Create a create_vpc_endpoint_response
type
val make_create_vpc_endpoint_request :
?client_token:string ->
?security_group_ids:string list ->
subnet_ids:string list ->
vpc_id:string ->
name:string ->
unit ->
create_vpc_endpoint_request
Create a create_vpc_endpoint_request
type
val make_create_security_config_response :
?security_config_detail:security_config_detail ->
unit ->
create_security_config_response
Create a create_security_config_response
type
val make_create_security_config_request :
?client_token:string ->
?saml_options:saml_config_options ->
?description:string ->
name:string ->
type_:security_config_type ->
unit ->
create_security_config_request
Create a create_security_config_request
type
val make_create_collection_detail :
?last_modified_date:int ->
?created_date:int ->
?standby_replicas:standby_replicas ->
?kms_key_arn:string ->
?arn:string ->
?description:string ->
?type_:collection_type ->
?status:collection_status ->
?name:string ->
?id:string ->
unit ->
create_collection_detail
Create a create_collection_detail
type
val make_create_collection_response :
?create_collection_detail:create_collection_detail ->
unit ->
create_collection_response
Create a create_collection_response
type
val make_create_collection_request :
?client_token:string ->
?standby_replicas:standby_replicas ->
?tags:tag list ->
?description:string ->
?type_:collection_type ->
name:string ->
unit ->
create_collection_request
Create a create_collection_request
type
val make_create_access_policy_response :
?access_policy_detail:access_policy_detail ->
unit ->
create_access_policy_response
Create a create_access_policy_response
type
val make_create_access_policy_request :
?client_token:string ->
?description:string ->
policy:string ->
name:string ->
type_:access_policy_type ->
unit ->
create_access_policy_request
Create a create_access_policy_request
type
module CreateAccessPolicy : sig ... end
module CreateCollection : sig ... end
module CreateSecurityConfig : sig ... end
module CreateVpcEndpoint : sig ... end
module DeleteAccessPolicy : sig ... end
module DeleteCollection : sig ... end
module DeleteLifecyclePolicy : sig ... end
module DeleteSecurityConfig : sig ... end
module DeleteSecurityPolicy : sig ... end
module DeleteVpcEndpoint : sig ... end
module GetAccessPolicy : sig ... end
module GetSecurityConfig : sig ... end
module GetSecurityPolicy : sig ... end
module ListAccessPolicies : sig ... end
module ListCollections : sig ... end
module ListLifecyclePolicies : sig ... end
module ListSecurityConfigs : sig ... end
module ListSecurityPolicies : sig ... end
module ListVpcEndpoints : sig ... end
module BatchGetCollection : sig ... end
module BatchGetEffectiveLifecyclePolicy : sig ... end
module BatchGetLifecyclePolicy : sig ... end
module BatchGetVpcEndpoint : sig ... end
module CreateLifecyclePolicy : sig ... end
module CreateSecurityPolicy : sig ... end
module GetAccountSettings : sig ... end
module GetPoliciesStats : sig ... end
module ListTagsForResource : sig ... end
module TagResource : sig ... end
module UntagResource : sig ... end
module UpdateAccessPolicy : sig ... end
module UpdateAccountSettings : sig ... end
module UpdateCollection : sig ... end
module UpdateLifecyclePolicy : sig ... end
module UpdateSecurityConfig : sig ... end
module UpdateSecurityPolicy : sig ... end
module UpdateVpcEndpoint : sig ... end