aws-sdk-cloudsearch 1.98.0

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

/// Types for the `BuildSuggesters` operation.
pub mod build_suggesters;

/// Types for the `CreateDomain` operation.
pub mod create_domain;

/// Types for the `DefineAnalysisScheme` operation.
pub mod define_analysis_scheme;

/// Types for the `DefineExpression` operation.
pub mod define_expression;

/// Types for the `DefineIndexField` operation.
pub mod define_index_field;

/// Types for the `DefineSuggester` operation.
pub mod define_suggester;

/// Types for the `DeleteAnalysisScheme` operation.
pub mod delete_analysis_scheme;

/// Types for the `DeleteDomain` operation.
pub mod delete_domain;

/// Types for the `DeleteExpression` operation.
pub mod delete_expression;

/// Types for the `DeleteIndexField` operation.
pub mod delete_index_field;

/// Types for the `DeleteSuggester` operation.
pub mod delete_suggester;

/// Types for the `DescribeAnalysisSchemes` operation.
pub mod describe_analysis_schemes;

/// Types for the `DescribeAvailabilityOptions` operation.
pub mod describe_availability_options;

/// Types for the `DescribeDomainEndpointOptions` operation.
pub mod describe_domain_endpoint_options;

/// Types for the `DescribeDomains` operation.
pub mod describe_domains;

/// Types for the `DescribeExpressions` operation.
pub mod describe_expressions;

/// Types for the `DescribeIndexFields` operation.
pub mod describe_index_fields;

/// Types for the `DescribeScalingParameters` operation.
pub mod describe_scaling_parameters;

/// Types for the `DescribeServiceAccessPolicies` operation.
pub mod describe_service_access_policies;

/// Types for the `DescribeSuggesters` operation.
pub mod describe_suggesters;

/// Types for the `IndexDocuments` operation.
pub mod index_documents;

/// Types for the `ListDomainNames` operation.
pub mod list_domain_names;

/// Types for the `UpdateAvailabilityOptions` operation.
pub mod update_availability_options;

/// Types for the `UpdateDomainEndpointOptions` operation.
pub mod update_domain_endpoint_options;

/// Types for the `UpdateScalingParameters` operation.
pub mod update_scaling_parameters;

/// Types for the `UpdateServiceAccessPolicies` operation.
pub mod update_service_access_policies;