aws-sdk-opensearchserverless 1.100.0

AWS SDK for OpenSearch Service Serverless
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchGetCollection` operation.
pub mod batch_get_collection;

/// Types for the `BatchGetCollectionGroup` operation.
pub mod batch_get_collection_group;

/// Types for the `BatchGetEffectiveLifecyclePolicy` operation.
pub mod batch_get_effective_lifecycle_policy;

/// Types for the `BatchGetLifecyclePolicy` operation.
pub mod batch_get_lifecycle_policy;

/// Types for the `BatchGetVpcEndpoint` operation.
pub mod batch_get_vpc_endpoint;

/// Types for the `CreateAccessPolicy` operation.
pub mod create_access_policy;

/// Types for the `CreateCollection` operation.
pub mod create_collection;

/// Types for the `CreateCollectionGroup` operation.
pub mod create_collection_group;

/// Types for the `CreateIndex` operation.
pub mod create_index;

/// Types for the `CreateLifecyclePolicy` operation.
pub mod create_lifecycle_policy;

/// Types for the `CreateSecurityConfig` operation.
pub mod create_security_config;

/// Types for the `CreateSecurityPolicy` operation.
pub mod create_security_policy;

/// Types for the `CreateVpcEndpoint` operation.
pub mod create_vpc_endpoint;

/// Types for the `DeleteAccessPolicy` operation.
pub mod delete_access_policy;

/// Types for the `DeleteCollection` operation.
pub mod delete_collection;

/// Types for the `DeleteCollectionGroup` operation.
pub mod delete_collection_group;

/// Types for the `DeleteIndex` operation.
pub mod delete_index;

/// Types for the `DeleteLifecyclePolicy` operation.
pub mod delete_lifecycle_policy;

/// Types for the `DeleteSecurityConfig` operation.
pub mod delete_security_config;

/// Types for the `DeleteSecurityPolicy` operation.
pub mod delete_security_policy;

/// Types for the `DeleteVpcEndpoint` operation.
pub mod delete_vpc_endpoint;

/// Types for the `GetAccessPolicy` operation.
pub mod get_access_policy;

/// Types for the `GetAccountSettings` operation.
pub mod get_account_settings;

/// Types for the `GetIndex` operation.
pub mod get_index;

/// Types for the `GetPoliciesStats` operation.
pub mod get_policies_stats;

/// Types for the `GetSecurityConfig` operation.
pub mod get_security_config;

/// Types for the `GetSecurityPolicy` operation.
pub mod get_security_policy;

/// Types for the `ListAccessPolicies` operation.
pub mod list_access_policies;

/// Types for the `ListCollectionGroups` operation.
pub mod list_collection_groups;

/// Types for the `ListCollections` operation.
pub mod list_collections;

/// Types for the `ListLifecyclePolicies` operation.
pub mod list_lifecycle_policies;

/// Types for the `ListSecurityConfigs` operation.
pub mod list_security_configs;

/// Types for the `ListSecurityPolicies` operation.
pub mod list_security_policies;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListVpcEndpoints` operation.
pub mod list_vpc_endpoints;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAccessPolicy` operation.
pub mod update_access_policy;

/// Types for the `UpdateAccountSettings` operation.
pub mod update_account_settings;

/// Types for the `UpdateCollection` operation.
pub mod update_collection;

/// Types for the `UpdateCollectionGroup` operation.
pub mod update_collection_group;

/// Types for the `UpdateIndex` operation.
pub mod update_index;

/// Types for the `UpdateLifecyclePolicy` operation.
pub mod update_lifecycle_policy;

/// Types for the `UpdateSecurityConfig` operation.
pub mod update_security_config;

/// Types for the `UpdateSecurityPolicy` operation.
pub mod update_security_policy;

/// Types for the `UpdateVpcEndpoint` operation.
pub mod update_vpc_endpoint;