[][src]Trait rusoto_cloudsearch::CloudSearch

pub trait CloudSearch {
#[must_use]    pub fn build_suggesters<'life0, 'async_trait>(
        &'life0 self,
        input: BuildSuggestersRequest
    ) -> Pin<Box<dyn Future<Output = Result<BuildSuggestersResponse, RusotoError<BuildSuggestersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_domain<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDomainRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDomainResponse, RusotoError<CreateDomainError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn define_analysis_scheme<'life0, 'async_trait>(
        &'life0 self,
        input: DefineAnalysisSchemeRequest
    ) -> Pin<Box<dyn Future<Output = Result<DefineAnalysisSchemeResponse, RusotoError<DefineAnalysisSchemeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn define_expression<'life0, 'async_trait>(
        &'life0 self,
        input: DefineExpressionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DefineExpressionResponse, RusotoError<DefineExpressionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn define_index_field<'life0, 'async_trait>(
        &'life0 self,
        input: DefineIndexFieldRequest
    ) -> Pin<Box<dyn Future<Output = Result<DefineIndexFieldResponse, RusotoError<DefineIndexFieldError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn define_suggester<'life0, 'async_trait>(
        &'life0 self,
        input: DefineSuggesterRequest
    ) -> Pin<Box<dyn Future<Output = Result<DefineSuggesterResponse, RusotoError<DefineSuggesterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_analysis_scheme<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAnalysisSchemeRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAnalysisSchemeResponse, RusotoError<DeleteAnalysisSchemeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_domain<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDomainRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDomainResponse, RusotoError<DeleteDomainError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_expression<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteExpressionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteExpressionResponse, RusotoError<DeleteExpressionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_index_field<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteIndexFieldRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteIndexFieldResponse, RusotoError<DeleteIndexFieldError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_suggester<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteSuggesterRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSuggesterResponse, RusotoError<DeleteSuggesterError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_analysis_schemes<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAnalysisSchemesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisSchemesResponse, RusotoError<DescribeAnalysisSchemesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_availability_options<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAvailabilityOptionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAvailabilityOptionsResponse, RusotoError<DescribeAvailabilityOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_domain_endpoint_options<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDomainEndpointOptionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDomainEndpointOptionsResponse, RusotoError<DescribeDomainEndpointOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_domains<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeDomainsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDomainsResponse, RusotoError<DescribeDomainsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_expressions<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeExpressionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeExpressionsResponse, RusotoError<DescribeExpressionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_index_fields<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeIndexFieldsRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeIndexFieldsResponse, RusotoError<DescribeIndexFieldsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_scaling_parameters<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeScalingParametersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeScalingParametersResponse, RusotoError<DescribeScalingParametersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_service_access_policies<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeServiceAccessPoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeServiceAccessPoliciesResponse, RusotoError<DescribeServiceAccessPoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_suggesters<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeSuggestersRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSuggestersResponse, RusotoError<DescribeSuggestersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn index_documents<'life0, 'async_trait>(
        &'life0 self,
        input: IndexDocumentsRequest
    ) -> Pin<Box<dyn Future<Output = Result<IndexDocumentsResponse, RusotoError<IndexDocumentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_domain_names<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<ListDomainNamesResponse, RusotoError<ListDomainNamesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_availability_options<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAvailabilityOptionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAvailabilityOptionsResponse, RusotoError<UpdateAvailabilityOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_domain_endpoint_options<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDomainEndpointOptionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDomainEndpointOptionsResponse, RusotoError<UpdateDomainEndpointOptionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_scaling_parameters<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateScalingParametersRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateScalingParametersResponse, RusotoError<UpdateScalingParametersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_service_access_policies<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateServiceAccessPoliciesRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateServiceAccessPoliciesResponse, RusotoError<UpdateServiceAccessPoliciesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Amazon CloudSearch API. Amazon CloudSearch clients implement this trait.

Required methods

#[must_use]pub fn build_suggesters<'life0, 'async_trait>(
    &'life0 self,
    input: BuildSuggestersRequest
) -> Pin<Box<dyn Future<Output = Result<BuildSuggestersResponse, RusotoError<BuildSuggestersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn create_domain<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDomainRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDomainResponse, RusotoError<CreateDomainError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn define_analysis_scheme<'life0, 'async_trait>(
    &'life0 self,
    input: DefineAnalysisSchemeRequest
) -> Pin<Box<dyn Future<Output = Result<DefineAnalysisSchemeResponse, RusotoError<DefineAnalysisSchemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures an analysis scheme that can be applied to a text or text-array field to define language-specific text processing options. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn define_expression<'life0, 'async_trait>(
    &'life0 self,
    input: DefineExpressionRequest
) -> Pin<Box<dyn Future<Output = Result<DefineExpressionResponse, RusotoError<DefineExpressionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures an Expression for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn define_index_field<'life0, 'async_trait>(
    &'life0 self,
    input: DefineIndexFieldRequest
) -> Pin<Box<dyn Future<Output = Result<DefineIndexFieldResponse, RusotoError<DefineIndexFieldError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures an IndexField for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the IndexFieldType. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn define_suggester<'life0, 'async_trait>(
    &'life0 self,
    input: DefineSuggesterRequest
) -> Pin<Box<dyn Future<Output = Result<DefineSuggesterResponse, RusotoError<DefineSuggesterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn delete_analysis_scheme<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAnalysisSchemeRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAnalysisSchemeResponse, RusotoError<DeleteAnalysisSchemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn delete_domain<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDomainRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDomainResponse, RusotoError<DeleteDomainError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see Deleting a Search Domain in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn delete_expression<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteExpressionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteExpressionResponse, RusotoError<DeleteExpressionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes an Expression from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn delete_index_field<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteIndexFieldRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteIndexFieldResponse, RusotoError<DeleteIndexFieldError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes an IndexField from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn delete_suggester<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSuggesterRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSuggesterResponse, RusotoError<DeleteSuggesterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_analysis_schemes<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAnalysisSchemesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisSchemesResponse, RusotoError<DescribeAnalysisSchemesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_availability_options<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAvailabilityOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAvailabilityOptionsResponse, RusotoError<DescribeAvailabilityOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_domain_endpoint_options<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDomainEndpointOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDomainEndpointOptionsResponse, RusotoError<DescribeDomainEndpointOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_domains<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDomainsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDomainsResponse, RusotoError<DescribeDomainsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall request to your domain's search endpoint: q=matchall&amp;q.parser=structured&amp;size=0. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_expressions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeExpressionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeExpressionsResponse, RusotoError<DescribeExpressionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_index_fields<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIndexFieldsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIndexFieldsResponse, RusotoError<DescribeIndexFieldsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Domain Information in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_scaling_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeScalingParametersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeScalingParametersResponse, RusotoError<DescribeScalingParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_service_access_policies<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeServiceAccessPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeServiceAccessPoliciesResponse, RusotoError<DescribeServiceAccessPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn describe_suggesters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSuggestersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSuggestersResponse, RusotoError<DescribeSuggestersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn index_documents<'life0, 'async_trait>(
    &'life0 self,
    input: IndexDocumentsRequest
) -> Pin<Box<dyn Future<Output = Result<IndexDocumentsResponse, RusotoError<IndexDocumentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments.

#[must_use]pub fn list_domain_names<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<ListDomainNamesResponse, RusotoError<ListDomainNamesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all search domains owned by an account.

#[must_use]pub fn update_availability_options<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAvailabilityOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAvailabilityOptionsResponse, RusotoError<UpdateAvailabilityOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn update_domain_endpoint_options<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDomainEndpointOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDomainEndpointOptionsResponse, RusotoError<UpdateDomainEndpointOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn update_scaling_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateScalingParametersRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateScalingParametersResponse, RusotoError<UpdateScalingParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

#[must_use]pub fn update_service_access_policies<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateServiceAccessPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateServiceAccessPoliciesResponse, RusotoError<UpdateServiceAccessPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures the access rules that control access to the domain's document and search endpoints. For more information, see Configuring Access for an Amazon CloudSearch Domain.

Loading content...

Implementors

impl CloudSearch for CloudSearchClient[src]

pub fn build_suggesters<'life0, 'async_trait>(
    &'life0 self,
    input: BuildSuggestersRequest
) -> Pin<Box<dyn Future<Output = Result<BuildSuggestersResponse, RusotoError<BuildSuggestersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.

pub fn create_domain<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDomainRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDomainResponse, RusotoError<CreateDomainError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide.

pub fn define_analysis_scheme<'life0, 'async_trait>(
    &'life0 self,
    input: DefineAnalysisSchemeRequest
) -> Pin<Box<dyn Future<Output = Result<DefineAnalysisSchemeResponse, RusotoError<DefineAnalysisSchemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures an analysis scheme that can be applied to a text or text-array field to define language-specific text processing options. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

pub fn define_expression<'life0, 'async_trait>(
    &'life0 self,
    input: DefineExpressionRequest
) -> Pin<Box<dyn Future<Output = Result<DefineExpressionResponse, RusotoError<DefineExpressionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures an Expression for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

pub fn define_index_field<'life0, 'async_trait>(
    &'life0 self,
    input: DefineIndexFieldRequest
) -> Pin<Box<dyn Future<Output = Result<DefineIndexFieldResponse, RusotoError<DefineIndexFieldError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures an IndexField for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the IndexFieldType. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

pub fn define_suggester<'life0, 'async_trait>(
    &'life0 self,
    input: DefineSuggesterRequest
) -> Pin<Box<dyn Future<Output = Result<DefineSuggesterResponse, RusotoError<DefineSuggesterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

pub fn delete_analysis_scheme<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAnalysisSchemeRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAnalysisSchemeResponse, RusotoError<DeleteAnalysisSchemeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

pub fn delete_domain<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDomainRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDomainResponse, RusotoError<DeleteDomainError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see Deleting a Search Domain in the Amazon CloudSearch Developer Guide.

pub fn delete_expression<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteExpressionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteExpressionResponse, RusotoError<DeleteExpressionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes an Expression from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

pub fn delete_index_field<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteIndexFieldRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteIndexFieldResponse, RusotoError<DeleteIndexFieldError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes an IndexField from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

pub fn delete_suggester<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteSuggesterRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteSuggesterResponse, RusotoError<DeleteSuggesterError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

pub fn describe_analysis_schemes<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAnalysisSchemesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAnalysisSchemesResponse, RusotoError<DescribeAnalysisSchemesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

pub fn describe_availability_options<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAvailabilityOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAvailabilityOptionsResponse, RusotoError<DescribeAvailabilityOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

pub fn describe_domain_endpoint_options<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDomainEndpointOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDomainEndpointOptionsResponse, RusotoError<DescribeDomainEndpointOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.

pub fn describe_domains<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeDomainsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeDomainsResponse, RusotoError<DescribeDomainsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall request to your domain's search endpoint: q=matchall&amp;q.parser=structured&amp;size=0. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.

pub fn describe_expressions<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeExpressionsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeExpressionsResponse, RusotoError<DescribeExpressionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

pub fn describe_index_fields<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeIndexFieldsRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeIndexFieldsResponse, RusotoError<DescribeIndexFieldsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Domain Information in the Amazon CloudSearch Developer Guide.

pub fn describe_scaling_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeScalingParametersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeScalingParametersResponse, RusotoError<DescribeScalingParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

pub fn describe_service_access_policies<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeServiceAccessPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeServiceAccessPoliciesResponse, RusotoError<DescribeServiceAccessPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide.

pub fn describe_suggesters<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeSuggestersRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeSuggestersResponse, RusotoError<DescribeSuggestersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

pub fn index_documents<'life0, 'async_trait>(
    &'life0 self,
    input: IndexDocumentsRequest
) -> Pin<Box<dyn Future<Output = Result<IndexDocumentsResponse, RusotoError<IndexDocumentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments.

pub fn list_domain_names<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<ListDomainNamesResponse, RusotoError<ListDomainNamesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all search domains owned by an account.

pub fn update_availability_options<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAvailabilityOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAvailabilityOptionsResponse, RusotoError<UpdateAvailabilityOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

pub fn update_domain_endpoint_options<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDomainEndpointOptionsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDomainEndpointOptionsResponse, RusotoError<UpdateDomainEndpointOptionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.

pub fn update_scaling_parameters<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateScalingParametersRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateScalingParametersResponse, RusotoError<UpdateScalingParametersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

pub fn update_service_access_policies<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateServiceAccessPoliciesRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateServiceAccessPoliciesResponse, RusotoError<UpdateServiceAccessPoliciesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures the access rules that control access to the domain's document and search endpoints. For more information, see Configuring Access for an Amazon CloudSearch Domain.

Loading content...