cloudsearch-2013-01-01 library

Classes

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: Synonyms, Stopwords, StemmingDictionary, JapaneseTokenizationDictionary and AlgorithmicStemming.
AnalysisSchemeStatus
The status and configuration of an AnalysisScheme.
AvailabilityOptionsStatus
The status and configuration of the domain's availability options.
AwsClientCredentials
AWS credentials.
BuildSuggestersResponse
The result of a BuildSuggester request. Contains a list of the fields used for suggestions.
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.
CreateDomainResponse
The result of a CreateDomainRequest. Contains the status of a newly created domain.
DateArrayOptions
Options for a field that contains an array of dates. Present if IndexFieldType specifies the field is of type date-array. All options are enabled by default.
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 IndexFieldType specifies the field is of type date. All options are enabled by default.
DefineAnalysisSchemeResponse
The result of a DefineAnalysisScheme request. Contains the status of the newly-configured analysis scheme.
DefineExpressionResponse
The result of a DefineExpression request. Contains the status of the newly-configured expression.
DefineIndexFieldResponse
The result of a DefineIndexField request. Contains the status of the newly-configured index field.
DefineSuggesterResponse
The result of a DefineSuggester request. Contains the status of the newly-configured suggester.
DeleteAnalysisSchemeResponse
The result of a DeleteAnalysisScheme request. Contains the status of the deleted analysis scheme.
DeleteDomainResponse
The result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
DeleteExpressionResponse
The result of a DeleteExpression request. Specifies the expression being deleted.
DeleteIndexFieldResponse
The result of a DeleteIndexField request.
DeleteSuggesterResponse
The result of a DeleteSuggester request. Contains the status of the deleted suggester.
DescribeAnalysisSchemesResponse
The result of a DescribeAnalysisSchemes request. Contains the analysis schemes configured for the domain specified in the request.
DescribeAvailabilityOptionsResponse
The result of a DescribeAvailabilityOptions request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.
DescribeDomainEndpointOptionsResponse
The result of a DescribeDomainEndpointOptions request. Contains the status and configuration of a search domain's endpoint options.
DescribeDomainsResponse
The result of a DescribeDomains request. Contains the status of the domains specified in the request or all domains owned by the account.
DescribeExpressionsResponse
The result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.
DescribeIndexFieldsResponse
The result of a DescribeIndexFields request. Contains the index fields configured for the domain specified in the request.
DescribeScalingParametersResponse
The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.
DescribeServiceAccessPoliciesResponse
The result of a DescribeServiceAccessPolicies request.
DescribeSuggestersResponse
The result of a DescribeSuggesters request.
DocumentSuggesterOptions
Options for a search suggester.
DomainEndpointOptions
The domain's endpoint options.
DomainEndpointOptionsStatus
The configuration and status of the domain's endpoint options.
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 IndexFieldType specifies the field is of type double-array. All options are enabled by default.
DoubleOptions
Options for a double-precision 64-bit floating point field. Present if IndexFieldType specifies the field is of type double. All options are enabled by default.
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 Expression and its current status.
IndexDocumentsResponse
The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.
IndexField
Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.
IndexFieldStatus
The value of an IndexField and its current status.
IntArrayOptions
Options for a field that contains an array of 64-bit signed integers. Present if IndexFieldType specifies the field is of type int-array. All options are enabled by default.
IntOptions
Options for a 64-bit signed integer field. Present if IndexFieldType specifies the field is of type int. All options are enabled by default.
LatLonOptions
Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if IndexFieldType specifies the field is of type latlon. All options are enabled by default.
Limits
ListDomainNamesResponse
The result of a ListDomainNames request. Contains a list of the domains owned by an account.
LiteralArrayOptions
Options for a field that contains an array of literal strings. Present if IndexFieldType specifies the field is of type literal-array. All options are enabled by default.
LiteralOptions
Options for literal field. Present if IndexFieldType specifies the field is of type literal. All options are enabled by default.
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: FuzzyMatching, SortExpression.
SuggesterStatus
The value of a Suggester and its current status.
TextArrayOptions
Options for a field that contains an array of text strings. Present if IndexFieldType specifies the field is of type text-array. A text-array field is always searchable. All options are enabled by default.
TextOptions
Options for text field. Present if IndexFieldType specifies the field is of type text. A text field is always searchable. All options are enabled by default.
UpdateAvailabilityOptionsResponse
The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.
UpdateDomainEndpointOptionsResponse
The result of a UpdateDomainEndpointOptions request. Contains the configuration and status of the domain's endpoint options.
UpdateScalingParametersResponse
The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.
UpdateServiceAccessPoliciesResponse
The result of an UpdateServiceAccessPolicies request. Contains the new access policies.

Enums

AlgorithmicStemming
AnalysisSchemeLanguage
An IETF RFC 4646 language code or mul for multiple languages.
IndexFieldType
The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
OptionState
The state of processing a change to an option. One of:
PartitionInstanceType
The instance type (such as search.m1.small) on which an index partition is hosted.
SuggesterFuzzyMatching
TLSSecurityPolicy
The minimum required TLS version.