cloudsearch-2011-02-01
library
Classes
-
AccessPoliciesStatus
-
A
PolicyDocument
that specifies access policies for the search
domain's services, and the current status of those policies.
-
AvailabilityOptionsStatus
-
The status and configuration of the domain's availability options.
-
AwsClientCredentials
-
AWS credentials.
-
CloudSearch
-
You use the 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.
-
CreateDomainResponse
-
A response message that contains the status of a newly created domain.
-
DefaultSearchFieldStatus
-
The value of the
DefaultSearchField
configured for this search
domain and its current status.
-
DefineIndexFieldResponse
-
A response message that contains the status of an updated index field.
-
DefineRankExpressionResponse
-
A response message that contains the status of an updated
RankExpression
.
-
DeleteDomainResponse
-
A response message that contains the status of a newly deleted domain, or no
status if the domain has already been completely deleted.
-
DeleteIndexFieldResponse
-
A response message that contains the status of a deleted index field.
-
DeleteRankExpressionResponse
-
A response message that contains the status of a deleted
RankExpression
.
-
DescribeAvailabilityOptionsResponse
-
The result of a
DescribeAvailabilityOptions
request. Indicates
whether or not the Multi-AZ option is enabled for the domain specified in
the request.
-
DescribeDefaultSearchFieldResponse
-
A response message that contains the default search field for a search
domain.
-
DescribeDomainsResponse
-
A response message that contains the status of one or more domains.
-
DescribeIndexFieldsResponse
-
A response message that contains the index fields for a search domain.
-
DescribeRankExpressionsResponse
-
A response message that contains the rank expressions for a search domain.
-
DescribeServiceAccessPoliciesResponse
-
A response message that contains the access policies for a domain.
-
DescribeStemmingOptionsResponse
-
A response message that contains the stemming options for a search domain.
-
DescribeStopwordOptionsResponse
-
A response message that contains the stopword options for a search domain.
-
DescribeSynonymOptionsResponse
-
A response message that contains the synonym options for a search domain.
-
DomainStatus
-
The current status of the search domain.
-
IndexDocumentsResponse
-
The result of an
IndexDocuments
action.
-
IndexField
-
Defines a field in the index, including its name, type, and the source of
its data. The
IndexFieldType
indicates which of the options
will be present. It is invalid to specify options for a type other than the
IndexFieldType
.
-
IndexFieldStatus
-
The value of an
IndexField
and its current status.
-
LiteralOptions
-
Options that define a literal field in the search index.
-
NamedRankExpression
-
A named expression that can be evaluated at search time and used for ranking
or thresholding in a search query.
-
OptionStatus
-
The status of an option, including when it was last updated and whether it
is actively in use for searches.
-
RankExpressionStatus
-
The value of a
RankExpression
and its current status.
-
ServiceEndpoint
-
The endpoint to which service requests can be submitted, including the
actual URL prefix for sending requests and the Amazon Resource Name (ARN) so
the endpoint can be referenced in other API calls such as
UpdateServiceAccessPolicies.
-
SourceAttribute
-
Identifies the source data for an index field. An optional data
transformation can be applied to the source data when populating the index
field. By default, the value of the source attribute is copied to the index
field.
-
SourceData
-
The source attribute name and an optional default value to use if a document
doesn't have an attribute of that name.
-
SourceDataMap
-
Specifies how to map source attribute values to custom values when
populating an
IndexField
.
-
SourceDataTrimTitle
-
Specifies how to trim common words from the beginning of a field to enable
title sorting by that field.
-
StemmingOptionsStatus
-
The stemming options configured for this search domain and the current
status of those options.
-
StopwordOptionsStatus
-
The stopword options configured for this search domain and the current
status of those options.
-
SynonymOptionsStatus
-
The synonym options configured for this search domain and the current status
of those options.
-
TextOptions
-
Options that define a text field in the search index.
-
UIntOptions
-
Options that define a
uint
field in the search index.
-
UpdateAvailabilityOptionsResponse
-
The result of a
UpdateAvailabilityOptions
request. Contains the
status of the domain's availability options.
-
UpdateDefaultSearchFieldResponse
-
A response message that contains the status of an updated default search
field.
-
UpdateServiceAccessPoliciesResponse
-
A response message that contains the status of updated access policies.
-
UpdateStemmingOptionsResponse
-
A response message that contains the status of updated stemming options.
-
UpdateStopwordOptionsResponse
-
A response message that contains the status of updated stopword options.
-
UpdateSynonymOptionsResponse
-
A response message that contains the status of updated synonym options.