[−][src]Crate rusoto_cloudsearch
You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.
The endpoint for configuration service requests is region-specific: cloudsearch.region.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
If you're using the service, you're probably looking for CloudSearchClient and CloudSearch.
Structs
AccessPoliciesStatus | The configured access rules for the domain's document and search endpoints, and the current status of those rules. |
AnalysisOptions | Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese. |
AnalysisScheme | Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: |
AnalysisSchemeStatus | The status and configuration of an |
AvailabilityOptionsStatus | The status and configuration of the domain's availability options. |
BuildSuggestersRequest | Container for the parameters to the |
BuildSuggestersResponse | The result of a |
CloudSearchClient | A client for the Amazon CloudSearch API. |
CreateDomainRequest | Container for the parameters to the |
CreateDomainResponse | The result of a |
DateArrayOptions | Options for a field that contains an array of dates. Present if |
DateOptions | Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if |
DefineAnalysisSchemeRequest | Container for the parameters to the |
DefineAnalysisSchemeResponse | The result of a |
DefineExpressionRequest | Container for the parameters to the |
DefineExpressionResponse | The result of a |
DefineIndexFieldRequest | Container for the parameters to the |
DefineIndexFieldResponse | The result of a |
DefineSuggesterRequest | Container for the parameters to the |
DefineSuggesterResponse | The result of a |
DeleteAnalysisSchemeRequest | Container for the parameters to the |
DeleteAnalysisSchemeResponse | The result of a |
DeleteDomainRequest | Container for the parameters to the |
DeleteDomainResponse | The result of a |
DeleteExpressionRequest | Container for the parameters to the |
DeleteExpressionResponse | The result of a |
DeleteIndexFieldRequest | Container for the parameters to the |
DeleteIndexFieldResponse | The result of a |
DeleteSuggesterRequest | Container for the parameters to the |
DeleteSuggesterResponse | The result of a |
DescribeAnalysisSchemesRequest | Container for the parameters to the |
DescribeAnalysisSchemesResponse | The result of a |
DescribeAvailabilityOptionsRequest | Container for the parameters to the |
DescribeAvailabilityOptionsResponse | The result of a |
DescribeDomainsRequest | Container for the parameters to the |
DescribeDomainsResponse | The result of a |
DescribeExpressionsRequest | Container for the parameters to the |
DescribeExpressionsResponse | The result of a |
DescribeIndexFieldsRequest | Container for the parameters to the |
DescribeIndexFieldsResponse | The result of a |
DescribeScalingParametersRequest | Container for the parameters to the |
DescribeScalingParametersResponse | The result of a |
DescribeServiceAccessPoliciesRequest | Container for the parameters to the |
DescribeServiceAccessPoliciesResponse | The result of a |
DescribeSuggestersRequest | Container for the parameters to the |
DescribeSuggestersResponse | The result of a |
DocumentSuggesterOptions | Options for a search suggester. |
DomainStatus | The current status of the search domain. |
DoubleArrayOptions | Options for a field that contains an array of double-precision 64-bit floating point values. Present if |
DoubleOptions | Options for a double-precision 64-bit floating point field. Present if |
Expression | A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results. |
ExpressionStatus | The value of an |
IndexDocumentsRequest | Container for the parameters to the |
IndexDocumentsResponse | The result of an |
IndexField | Configuration information for a field in the index, including its name, type, and options. The supported options depend on the |
IndexFieldStatus | The value of an |
IntArrayOptions | Options for a field that contains an array of 64-bit signed integers. Present if |
IntOptions | Options for a 64-bit signed integer field. Present if |
LatLonOptions | Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if |
Limits | |
ListDomainNamesResponse | The result of a |
LiteralArrayOptions | Options for a field that contains an array of literal strings. Present if |
LiteralOptions | Options for literal field. Present if |
OptionStatus | The status of domain configuration option. |
ScalingParameters | The desired instance type and desired number of replicas of each index partition. |
ScalingParametersStatus | The status and configuration of a search domain's scaling parameters. |
ServiceEndpoint | The endpoint to which service requests can be submitted. |
Suggester | Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: |
SuggesterStatus | The value of a |
TextArrayOptions | Options for a field that contains an array of text strings. Present if |
TextOptions | Options for text field. Present if |
UpdateAvailabilityOptionsRequest | Container for the parameters to the |
UpdateAvailabilityOptionsResponse | The result of a |
UpdateScalingParametersRequest | Container for the parameters to the |
UpdateScalingParametersResponse | The result of a |
UpdateServiceAccessPoliciesRequest | Container for the parameters to the |
UpdateServiceAccessPoliciesResponse | The result of an |
Enums
BuildSuggestersError | Errors returned by BuildSuggesters |
CreateDomainError | Errors returned by CreateDomain |
DefineAnalysisSchemeError | Errors returned by DefineAnalysisScheme |
DefineExpressionError | Errors returned by DefineExpression |
DefineIndexFieldError | Errors returned by DefineIndexField |
DefineSuggesterError | Errors returned by DefineSuggester |
DeleteAnalysisSchemeError | Errors returned by DeleteAnalysisScheme |
DeleteDomainError | Errors returned by DeleteDomain |
DeleteExpressionError | Errors returned by DeleteExpression |
DeleteIndexFieldError | Errors returned by DeleteIndexField |
DeleteSuggesterError | Errors returned by DeleteSuggester |
DescribeAnalysisSchemesError | Errors returned by DescribeAnalysisSchemes |
DescribeAvailabilityOptionsError | Errors returned by DescribeAvailabilityOptions |
DescribeDomainsError | Errors returned by DescribeDomains |
DescribeExpressionsError | Errors returned by DescribeExpressions |
DescribeIndexFieldsError | Errors returned by DescribeIndexFields |
DescribeScalingParametersError | Errors returned by DescribeScalingParameters |
DescribeServiceAccessPoliciesError | Errors returned by DescribeServiceAccessPolicies |
DescribeSuggestersError | Errors returned by DescribeSuggesters |
IndexDocumentsError | Errors returned by IndexDocuments |
ListDomainNamesError | Errors returned by ListDomainNames |
UpdateAvailabilityOptionsError | Errors returned by UpdateAvailabilityOptions |
UpdateScalingParametersError | Errors returned by UpdateScalingParameters |
UpdateServiceAccessPoliciesError | Errors returned by UpdateServiceAccessPolicies |
Traits
CloudSearch | Trait representing the capabilities of the Amazon CloudSearch API. Amazon CloudSearch clients implement this trait. |