{ "version": "2.0", "metadata": { "apiVersion": "2013-01-01", "endpointPrefix": "cloudsearch", "protocol": "query", "serviceFullName": "Amazon CloudSearch", "serviceId": "CloudSearch", "signatureVersion": "v4", "uid": "cloudsearch-2013-01-01", "xmlNamespace": "http://cloudsearch.amazonaws.com/doc/2013-01-01/" }, "operations": { "BuildSuggesters": { "name": "BuildSuggesters", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "BuildSuggestersRequest" }, "output": { "shape": "BuildSuggestersResponse", "resultWrapper": "BuildSuggestersResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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

" }, "CreateDomain": { "name": "CreateDomain", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "CreateDomainRequest" }, "output": { "shape": "CreateDomainResponse", "resultWrapper": "CreateDomainResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceAlreadyExistsException" }, { "shape": "ValidationException" } ], "documentation": "

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

" }, "DefineAnalysisScheme": { "name": "DefineAnalysisScheme", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DefineAnalysisSchemeRequest" }, "output": { "shape": "DefineAnalysisSchemeResponse", "resultWrapper": "DefineAnalysisSchemeResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "DefineExpression": { "name": "DefineExpression", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DefineExpressionRequest" }, "output": { "shape": "DefineExpressionResponse", "resultWrapper": "DefineExpressionResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "DefineIndexField": { "name": "DefineIndexField", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DefineIndexFieldRequest" }, "output": { "shape": "DefineIndexFieldResponse", "resultWrapper": "DefineIndexFieldResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "DefineSuggester": { "name": "DefineSuggester", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DefineSuggesterRequest" }, "output": { "shape": "DefineSuggesterResponse", "resultWrapper": "DefineSuggesterResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "DeleteAnalysisScheme": { "name": "DeleteAnalysisScheme", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteAnalysisSchemeRequest" }, "output": { "shape": "DeleteAnalysisSchemeResponse", "resultWrapper": "DeleteAnalysisSchemeResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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

" }, "DeleteDomain": { "name": "DeleteDomain", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteDomainRequest" }, "output": { "shape": "DeleteDomainResponse", "resultWrapper": "DeleteDomainResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" } ], "documentation": "

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.

" }, "DeleteExpression": { "name": "DeleteExpression", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteExpressionRequest" }, "output": { "shape": "DeleteExpressionResponse", "resultWrapper": "DeleteExpressionResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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

" }, "DeleteIndexField": { "name": "DeleteIndexField", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteIndexFieldRequest" }, "output": { "shape": "DeleteIndexFieldResponse", "resultWrapper": "DeleteIndexFieldResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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

" }, "DeleteSuggester": { "name": "DeleteSuggester", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DeleteSuggesterRequest" }, "output": { "shape": "DeleteSuggesterResponse", "resultWrapper": "DeleteSuggesterResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "InvalidTypeException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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

" }, "DescribeAnalysisSchemes": { "name": "DescribeAnalysisSchemes", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeAnalysisSchemesRequest" }, "output": { "shape": "DescribeAnalysisSchemesResponse", "resultWrapper": "DescribeAnalysisSchemesResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "DescribeAvailabilityOptions": { "name": "DescribeAvailabilityOptions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeAvailabilityOptionsRequest" }, "output": { "shape": "DescribeAvailabilityOptionsResponse", "resultWrapper": "DescribeAvailabilityOptionsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "InvalidTypeException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceNotFoundException" }, { "shape": "DisabledOperationException" } ], "documentation": "

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.

" }, "DescribeDomainEndpointOptions": { "name": "DescribeDomainEndpointOptions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeDomainEndpointOptionsRequest" }, "output": { "shape": "DescribeDomainEndpointOptionsResponse", "resultWrapper": "DescribeDomainEndpointOptionsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceNotFoundException" }, { "shape": "DisabledOperationException" } ], "documentation": "

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.

" }, "DescribeDomains": { "name": "DescribeDomains", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeDomainsRequest" }, "output": { "shape": "DescribeDomainsResponse", "resultWrapper": "DescribeDomainsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" } ], "documentation": "

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&q.parser=structured&size=0. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.

" }, "DescribeExpressions": { "name": "DescribeExpressions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeExpressionsRequest" }, "output": { "shape": "DescribeExpressionsResponse", "resultWrapper": "DescribeExpressionsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "DescribeIndexFields": { "name": "DescribeIndexFields", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeIndexFieldsRequest" }, "output": { "shape": "DescribeIndexFieldsResponse", "resultWrapper": "DescribeIndexFieldsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "DescribeScalingParameters": { "name": "DescribeScalingParameters", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeScalingParametersRequest" }, "output": { "shape": "DescribeScalingParametersResponse", "resultWrapper": "DescribeScalingParametersResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "DescribeServiceAccessPolicies": { "name": "DescribeServiceAccessPolicies", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeServiceAccessPoliciesRequest" }, "output": { "shape": "DescribeServiceAccessPoliciesResponse", "resultWrapper": "DescribeServiceAccessPoliciesResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "DescribeSuggesters": { "name": "DescribeSuggesters", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "DescribeSuggestersRequest" }, "output": { "shape": "DescribeSuggestersResponse", "resultWrapper": "DescribeSuggestersResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

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.

" }, "IndexDocuments": { "name": "IndexDocuments", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "IndexDocumentsRequest" }, "output": { "shape": "IndexDocumentsResponse", "resultWrapper": "IndexDocumentsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "ListDomainNames": { "name": "ListDomainNames", "http": { "method": "POST", "requestUri": "/" }, "output": { "shape": "ListDomainNamesResponse", "resultWrapper": "ListDomainNamesResult" }, "errors": [ { "shape": "BaseException" } ], "documentation": "

Lists all search domains owned by an account.

" }, "UpdateAvailabilityOptions": { "name": "UpdateAvailabilityOptions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateAvailabilityOptionsRequest" }, "output": { "shape": "UpdateAvailabilityOptionsResponse", "resultWrapper": "UpdateAvailabilityOptionsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "InvalidTypeException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceNotFoundException" }, { "shape": "DisabledOperationException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "UpdateDomainEndpointOptions": { "name": "UpdateDomainEndpointOptions", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateDomainEndpointOptionsRequest" }, "output": { "shape": "UpdateDomainEndpointOptionsResponse", "resultWrapper": "UpdateDomainEndpointOptionsResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "InvalidTypeException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceNotFoundException" }, { "shape": "DisabledOperationException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "UpdateScalingParameters": { "name": "UpdateScalingParameters", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateScalingParametersRequest" }, "output": { "shape": "UpdateScalingParametersResponse", "resultWrapper": "UpdateScalingParametersResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidTypeException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" }, "UpdateServiceAccessPolicies": { "name": "UpdateServiceAccessPolicies", "http": { "method": "POST", "requestUri": "/" }, "input": { "shape": "UpdateServiceAccessPoliciesRequest" }, "output": { "shape": "UpdateServiceAccessPoliciesResponse", "resultWrapper": "UpdateServiceAccessPoliciesResult" }, "errors": [ { "shape": "BaseException" }, { "shape": "InternalException" }, { "shape": "LimitExceededException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidTypeException" }, { "shape": "ValidationException" } ], "documentation": "

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.

" } }, "shapes": { "APIVersion": { "type": "string", "documentation": "

The Amazon CloudSearch API version for a domain: 2011-02-01 or 2013-01-01.

" }, "ARN": { "type": "string", "documentation": "

The Amazon Resource Name (ARN) of the search domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

" }, "AccessPoliciesStatus": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "PolicyDocument" }, "Status": { "shape": "OptionStatus" } }, "documentation": "

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

" }, "AlgorithmicStemming": { "type": "string", "enum": [ "none", "minimal", "light", "full" ] }, "AnalysisOptions": { "type": "structure", "members": { "Synonyms": { "shape": "String", "documentation": "

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

" }, "Stopwords": { "shape": "String", "documentation": "

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

" }, "StemmingDictionary": { "shape": "String", "documentation": "

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

" }, "JapaneseTokenizationDictionary": { "shape": "String", "documentation": "

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

" }, "AlgorithmicStemming": { "shape": "AlgorithmicStemming", "documentation": "

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

" } }, "documentation": "

Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.

" }, "AnalysisScheme": { "type": "structure", "required": [ "AnalysisSchemeName", "AnalysisSchemeLanguage" ], "members": { "AnalysisSchemeName": { "shape": "StandardName" }, "AnalysisSchemeLanguage": { "shape": "AnalysisSchemeLanguage" }, "AnalysisOptions": { "shape": "AnalysisOptions" } }, "documentation": "

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.

" }, "AnalysisSchemeLanguage": { "type": "string", "documentation": "

An IETF RFC 4646 language code or mul for multiple languages.

", "enum": [ "ar", "bg", "ca", "cs", "da", "de", "el", "en", "es", "eu", "fa", "fi", "fr", "ga", "gl", "he", "hi", "hu", "hy", "id", "it", "ja", "ko", "lv", "mul", "nl", "no", "pt", "ro", "ru", "sv", "th", "tr", "zh-Hans", "zh-Hant" ] }, "AnalysisSchemeStatus": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "AnalysisScheme" }, "Status": { "shape": "OptionStatus" } }, "documentation": "

The status and configuration of an AnalysisScheme.

" }, "AnalysisSchemeStatusList": { "type": "list", "member": { "shape": "AnalysisSchemeStatus" }, "documentation": "

A list of the analysis schemes configured for a domain.

" }, "AvailabilityOptionsStatus": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "MultiAZ", "documentation": "

The availability options configured for the domain.

" }, "Status": { "shape": "OptionStatus" } }, "documentation": "

The status and configuration of the domain's availability options.

" }, "Boolean": { "type": "boolean" }, "BuildSuggestersRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName" } }, "documentation": "

Container for the parameters to the BuildSuggester operation. Specifies the name of the domain you want to update.

" }, "BuildSuggestersResponse": { "type": "structure", "members": { "FieldNames": { "shape": "FieldNameList" } }, "documentation": "

The result of a BuildSuggester request. Contains a list of the fields used for suggestions.

" }, "CreateDomainRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

" } }, "documentation": "

Container for the parameters to the CreateDomain operation. Specifies a name for the new search domain.

" }, "CreateDomainResponse": { "type": "structure", "members": { "DomainStatus": { "shape": "DomainStatus" } }, "documentation": "

The result of a CreateDomainRequest. Contains the status of a newly created domain.

" }, "DateArrayOptions": { "type": "structure", "members": { "DefaultValue": { "shape": "FieldValue", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceFields": { "shape": "FieldNameCommaList", "documentation": "

A list of source fields to map to the field.

" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" } }, "documentation": "

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": { "type": "structure", "members": { "DefaultValue": { "shape": "FieldValue", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceField": { "shape": "FieldName" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" }, "SortEnabled": { "shape": "Boolean", "documentation": "

Whether the field can be used to sort the search results.

" } }, "documentation": "

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.

" }, "DefineAnalysisSchemeRequest": { "type": "structure", "required": [ "DomainName", "AnalysisScheme" ], "members": { "DomainName": { "shape": "DomainName" }, "AnalysisScheme": { "shape": "AnalysisScheme" } }, "documentation": "

Container for the parameters to the DefineAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme configuration.

" }, "DefineAnalysisSchemeResponse": { "type": "structure", "required": [ "AnalysisScheme" ], "members": { "AnalysisScheme": { "shape": "AnalysisSchemeStatus" } }, "documentation": "

The result of a DefineAnalysisScheme request. Contains the status of the newly-configured analysis scheme.

" }, "DefineExpressionRequest": { "type": "structure", "required": [ "DomainName", "Expression" ], "members": { "DomainName": { "shape": "DomainName" }, "Expression": { "shape": "Expression" } }, "documentation": "

Container for the parameters to the DefineExpression operation. Specifies the name of the domain you want to update and the expression you want to configure.

" }, "DefineExpressionResponse": { "type": "structure", "required": [ "Expression" ], "members": { "Expression": { "shape": "ExpressionStatus" } }, "documentation": "

The result of a DefineExpression request. Contains the status of the newly-configured expression.

" }, "DefineIndexFieldRequest": { "type": "structure", "required": [ "DomainName", "IndexField" ], "members": { "DomainName": { "shape": "DomainName" }, "IndexField": { "shape": "IndexField", "documentation": "

The index field and field options you want to configure.

" } }, "documentation": "

Container for the parameters to the DefineIndexField operation. Specifies the name of the domain you want to update and the index field configuration.

" }, "DefineIndexFieldResponse": { "type": "structure", "required": [ "IndexField" ], "members": { "IndexField": { "shape": "IndexFieldStatus" } }, "documentation": "

The result of a DefineIndexField request. Contains the status of the newly-configured index field.

" }, "DefineSuggesterRequest": { "type": "structure", "required": [ "DomainName", "Suggester" ], "members": { "DomainName": { "shape": "DomainName" }, "Suggester": { "shape": "Suggester" } }, "documentation": "

Container for the parameters to the DefineSuggester operation. Specifies the name of the domain you want to update and the suggester configuration.

" }, "DefineSuggesterResponse": { "type": "structure", "required": [ "Suggester" ], "members": { "Suggester": { "shape": "SuggesterStatus" } }, "documentation": "

The result of a DefineSuggester request. Contains the status of the newly-configured suggester.

" }, "DeleteAnalysisSchemeRequest": { "type": "structure", "required": [ "DomainName", "AnalysisSchemeName" ], "members": { "DomainName": { "shape": "DomainName" }, "AnalysisSchemeName": { "shape": "StandardName", "documentation": "

The name of the analysis scheme you want to delete.

" } }, "documentation": "

Container for the parameters to the DeleteAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.

" }, "DeleteAnalysisSchemeResponse": { "type": "structure", "required": [ "AnalysisScheme" ], "members": { "AnalysisScheme": { "shape": "AnalysisSchemeStatus", "documentation": "

The status of the analysis scheme being deleted.

" } }, "documentation": "

The result of a DeleteAnalysisScheme request. Contains the status of the deleted analysis scheme.

" }, "DeleteDomainRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

The name of the domain you want to permanently delete.

" } }, "documentation": "

Container for the parameters to the DeleteDomain operation. Specifies the name of the domain you want to delete.

" }, "DeleteDomainResponse": { "type": "structure", "members": { "DomainStatus": { "shape": "DomainStatus" } }, "documentation": "

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.

" }, "DeleteExpressionRequest": { "type": "structure", "required": [ "DomainName", "ExpressionName" ], "members": { "DomainName": { "shape": "DomainName" }, "ExpressionName": { "shape": "StandardName", "documentation": "

The name of the Expression to delete.

" } }, "documentation": "

Container for the parameters to the DeleteExpression operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.

" }, "DeleteExpressionResponse": { "type": "structure", "required": [ "Expression" ], "members": { "Expression": { "shape": "ExpressionStatus", "documentation": "

The status of the expression being deleted.

" } }, "documentation": "

The result of a DeleteExpression request. Specifies the expression being deleted.

" }, "DeleteIndexFieldRequest": { "type": "structure", "required": [ "DomainName", "IndexFieldName" ], "members": { "DomainName": { "shape": "DomainName" }, "IndexFieldName": { "shape": "DynamicFieldName", "documentation": "

The name of the index field your want to remove from the domain's indexing options.

" } }, "documentation": "

Container for the parameters to the DeleteIndexField operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.

" }, "DeleteIndexFieldResponse": { "type": "structure", "required": [ "IndexField" ], "members": { "IndexField": { "shape": "IndexFieldStatus", "documentation": "

The status of the index field being deleted.

" } }, "documentation": "

The result of a DeleteIndexField request.

" }, "DeleteSuggesterRequest": { "type": "structure", "required": [ "DomainName", "SuggesterName" ], "members": { "DomainName": { "shape": "DomainName" }, "SuggesterName": { "shape": "StandardName", "documentation": "

Specifies the name of the suggester you want to delete.

" } }, "documentation": "

Container for the parameters to the DeleteSuggester operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.

" }, "DeleteSuggesterResponse": { "type": "structure", "required": [ "Suggester" ], "members": { "Suggester": { "shape": "SuggesterStatus", "documentation": "

The status of the suggester being deleted.

" } }, "documentation": "

The result of a DeleteSuggester request. Contains the status of the deleted suggester.

" }, "DescribeAnalysisSchemesRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

The name of the domain you want to describe.

" }, "AnalysisSchemeNames": { "shape": "StandardNameList", "documentation": "

The analysis schemes you want to describe.

" }, "Deployed": { "shape": "Boolean", "documentation": "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

" } }, "documentation": "

Container for the parameters to the DescribeAnalysisSchemes operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

" }, "DescribeAnalysisSchemesResponse": { "type": "structure", "required": [ "AnalysisSchemes" ], "members": { "AnalysisSchemes": { "shape": "AnalysisSchemeStatusList", "documentation": "

The analysis scheme descriptions.

" } }, "documentation": "

The result of a DescribeAnalysisSchemes request. Contains the analysis schemes configured for the domain specified in the request.

" }, "DescribeAvailabilityOptionsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

The name of the domain you want to describe.

" }, "Deployed": { "shape": "Boolean", "documentation": "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

" } }, "documentation": "

Container for the parameters to the DescribeAvailabilityOptions operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

" }, "DescribeAvailabilityOptionsResponse": { "type": "structure", "members": { "AvailabilityOptions": { "shape": "AvailabilityOptionsStatus", "documentation": "

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

" } }, "documentation": "

The result of a DescribeAvailabilityOptions request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.

" }, "DescribeDomainEndpointOptionsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

A string that represents the name of a domain.

" }, "Deployed": { "shape": "Boolean", "documentation": "

Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to false.

" } }, "documentation": "

Container for the parameters to the DescribeDomainEndpointOptions operation. Specify the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

" }, "DescribeDomainEndpointOptionsResponse": { "type": "structure", "members": { "DomainEndpointOptions": { "shape": "DomainEndpointOptionsStatus", "documentation": "

The status and configuration of a search domain's endpoint options.

" } }, "documentation": "

The result of a DescribeDomainEndpointOptions request. Contains the status and configuration of a search domain's endpoint options.

" }, "DescribeDomainsRequest": { "type": "structure", "members": { "DomainNames": { "shape": "DomainNameList", "documentation": "

The names of the domains you want to include in the response.

" } }, "documentation": "

Container for the parameters to the DescribeDomains operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.

" }, "DescribeDomainsResponse": { "type": "structure", "required": [ "DomainStatusList" ], "members": { "DomainStatusList": { "shape": "DomainStatusList" } }, "documentation": "

The result of a DescribeDomains request. Contains the status of the domains specified in the request or all domains owned by the account.

" }, "DescribeExpressionsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

The name of the domain you want to describe.

" }, "ExpressionNames": { "shape": "StandardNameList", "documentation": "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

" }, "Deployed": { "shape": "Boolean", "documentation": "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

" } }, "documentation": "

Container for the parameters to the DescribeDomains operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

" }, "DescribeExpressionsResponse": { "type": "structure", "required": [ "Expressions" ], "members": { "Expressions": { "shape": "ExpressionStatusList", "documentation": "

The expressions configured for the domain.

" } }, "documentation": "

The result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.

" }, "DescribeIndexFieldsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

The name of the domain you want to describe.

" }, "FieldNames": { "shape": "DynamicFieldNameList", "documentation": "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

" }, "Deployed": { "shape": "Boolean", "documentation": "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

" } }, "documentation": "

Container for the parameters to the DescribeIndexFields operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

" }, "DescribeIndexFieldsResponse": { "type": "structure", "required": [ "IndexFields" ], "members": { "IndexFields": { "shape": "IndexFieldStatusList", "documentation": "

The index fields configured for the domain.

" } }, "documentation": "

The result of a DescribeIndexFields request. Contains the index fields configured for the domain specified in the request.

" }, "DescribeScalingParametersRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName" } }, "documentation": "

Container for the parameters to the DescribeScalingParameters operation. Specifies the name of the domain you want to describe.

" }, "DescribeScalingParametersResponse": { "type": "structure", "required": [ "ScalingParameters" ], "members": { "ScalingParameters": { "shape": "ScalingParametersStatus" } }, "documentation": "

The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.

" }, "DescribeServiceAccessPoliciesRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

The name of the domain you want to describe.

" }, "Deployed": { "shape": "Boolean", "documentation": "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

" } }, "documentation": "

Container for the parameters to the DescribeServiceAccessPolicies operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

" }, "DescribeServiceAccessPoliciesResponse": { "type": "structure", "required": [ "AccessPolicies" ], "members": { "AccessPolicies": { "shape": "AccessPoliciesStatus", "documentation": "

The access rules configured for the domain specified in the request.

" } }, "documentation": "

The result of a DescribeServiceAccessPolicies request.

" }, "DescribeSuggestersRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

The name of the domain you want to describe.

" }, "SuggesterNames": { "shape": "StandardNameList", "documentation": "

The suggesters you want to describe.

" }, "Deployed": { "shape": "Boolean", "documentation": "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

" } }, "documentation": "

Container for the parameters to the DescribeSuggester operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

" }, "DescribeSuggestersResponse": { "type": "structure", "required": [ "Suggesters" ], "members": { "Suggesters": { "shape": "SuggesterStatusList", "documentation": "

The suggesters configured for the domain specified in the request.

" } }, "documentation": "

The result of a DescribeSuggesters request.

" }, "DocumentSuggesterOptions": { "type": "structure", "required": [ "SourceField" ], "members": { "SourceField": { "shape": "FieldName", "documentation": "

The name of the index field you want to use for suggestions.

" }, "FuzzyMatching": { "shape": "SuggesterFuzzyMatching", "documentation": "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

" }, "SortExpression": { "shape": "String", "documentation": "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

" } }, "documentation": "

Options for a search suggester.

" }, "DomainEndpointOptions": { "type": "structure", "members": { "EnforceHTTPS": { "shape": "Boolean", "documentation": "

Whether the domain is HTTPS only enabled.

" }, "TLSSecurityPolicy": { "shape": "TLSSecurityPolicy", "documentation": "

The minimum required TLS version

" } }, "documentation": "

The domain's endpoint options.

" }, "DomainEndpointOptionsStatus": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "DomainEndpointOptions", "documentation": "

The domain endpoint options configured for the domain.

" }, "Status": { "shape": "OptionStatus", "documentation": "

The status of the configured domain endpoint options.

" } }, "documentation": "

The configuration and status of the domain's endpoint options.

" }, "DomainId": { "type": "string", "documentation": "

An internally generated unique identifier for a domain.

", "max": 64, "min": 1 }, "DomainName": { "type": "string", "documentation": "

A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "max": 28, "min": 3, "pattern": "[a-z][a-z0-9\\-]+" }, "DomainNameList": { "type": "list", "member": { "shape": "DomainName" }, "documentation": "

A list of domain names.

" }, "DomainNameMap": { "type": "map", "key": { "shape": "DomainName" }, "value": { "shape": "APIVersion" }, "documentation": "

A collection of domain names.

" }, "DomainStatus": { "type": "structure", "required": [ "DomainId", "DomainName", "RequiresIndexDocuments" ], "members": { "DomainId": { "shape": "DomainId" }, "DomainName": { "shape": "DomainName" }, "ARN": { "shape": "ARN" }, "Created": { "shape": "Boolean", "documentation": "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

" }, "Deleted": { "shape": "Boolean", "documentation": "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

" }, "DocService": { "shape": "ServiceEndpoint", "documentation": "

The service endpoint for updating documents in a search domain.

" }, "SearchService": { "shape": "ServiceEndpoint", "documentation": "

The service endpoint for requesting search results from a search domain.

" }, "RequiresIndexDocuments": { "shape": "Boolean", "documentation": "

True if IndexDocuments needs to be called to activate the current domain configuration.

" }, "Processing": { "shape": "Boolean", "documentation": "

True if processing is being done to activate the current domain configuration.

" }, "SearchInstanceType": { "shape": "SearchInstanceType", "documentation": "

The instance type that is being used to process search requests.

" }, "SearchPartitionCount": { "shape": "PartitionCount", "documentation": "

The number of partitions across which the search index is spread.

" }, "SearchInstanceCount": { "shape": "InstanceCount", "documentation": "

The number of search instances that are available to process search requests.

" }, "Limits": { "shape": "Limits" } }, "documentation": "

The current status of the search domain.

" }, "DomainStatusList": { "type": "list", "member": { "shape": "DomainStatus" }, "documentation": "

A list that contains the status of each requested domain.

" }, "Double": { "type": "double" }, "DoubleArrayOptions": { "type": "structure", "members": { "DefaultValue": { "shape": "Double", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceFields": { "shape": "FieldNameCommaList", "documentation": "

A list of source fields to map to the field.

" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" } }, "documentation": "

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": { "type": "structure", "members": { "DefaultValue": { "shape": "Double", "documentation": "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

" }, "SourceField": { "shape": "FieldName", "documentation": "

The name of the source field to map to the field.

" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" }, "SortEnabled": { "shape": "Boolean", "documentation": "

Whether the field can be used to sort the search results.

" } }, "documentation": "

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.

" }, "DynamicFieldName": { "type": "string", "max": 64, "min": 1, "pattern": "([a-z][a-z0-9_]*\\*?|\\*[a-z0-9_]*)" }, "DynamicFieldNameList": { "type": "list", "member": { "shape": "DynamicFieldName" } }, "Expression": { "type": "structure", "required": [ "ExpressionName", "ExpressionValue" ], "members": { "ExpressionName": { "shape": "StandardName" }, "ExpressionValue": { "shape": "ExpressionValue" } }, "documentation": "

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": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "Expression", "documentation": "

The expression that is evaluated for sorting while processing a search request.

" }, "Status": { "shape": "OptionStatus" } }, "documentation": "

The value of an Expression and its current status.

" }, "ExpressionStatusList": { "type": "list", "member": { "shape": "ExpressionStatus" }, "documentation": "

Contains the status of multiple expressions.

" }, "ExpressionValue": { "type": "string", "documentation": "

The expression to evaluate for sorting while processing a search request. The Expression syntax is based on JavaScript expressions. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

", "max": 10240, "min": 1 }, "FieldName": { "type": "string", "documentation": "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "max": 64, "min": 1, "pattern": "[a-z][a-z0-9_]*" }, "FieldNameCommaList": { "type": "string", "pattern": "\\s*[a-z*][a-z0-9_]*\\*?\\s*(,\\s*[a-z*][a-z0-9_]*\\*?\\s*)*" }, "FieldNameList": { "type": "list", "member": { "shape": "FieldName" }, "documentation": "

A list of field names.

" }, "FieldValue": { "type": "string", "documentation": "

The value of a field attribute.

", "max": 1024, "min": 0 }, "IndexDocumentsRequest": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "shape": "DomainName" } }, "documentation": "

Container for the parameters to the IndexDocuments operation. Specifies the name of the domain you want to re-index.

" }, "IndexDocumentsResponse": { "type": "structure", "members": { "FieldNames": { "shape": "FieldNameList", "documentation": "

The names of the fields that are currently being indexed.

" } }, "documentation": "

The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.

" }, "IndexField": { "type": "structure", "required": [ "IndexFieldName", "IndexFieldType" ], "members": { "IndexFieldName": { "shape": "DynamicFieldName", "documentation": "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

" }, "IndexFieldType": { "shape": "IndexFieldType" }, "IntOptions": { "shape": "IntOptions" }, "DoubleOptions": { "shape": "DoubleOptions" }, "LiteralOptions": { "shape": "LiteralOptions" }, "TextOptions": { "shape": "TextOptions" }, "DateOptions": { "shape": "DateOptions" }, "LatLonOptions": { "shape": "LatLonOptions" }, "IntArrayOptions": { "shape": "IntArrayOptions" }, "DoubleArrayOptions": { "shape": "DoubleArrayOptions" }, "LiteralArrayOptions": { "shape": "LiteralArrayOptions" }, "TextArrayOptions": { "shape": "TextArrayOptions" }, "DateArrayOptions": { "shape": "DateArrayOptions" } }, "documentation": "

Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

" }, "IndexFieldStatus": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "IndexField" }, "Status": { "shape": "OptionStatus" } }, "documentation": "

The value of an IndexField and its current status.

" }, "IndexFieldStatusList": { "type": "list", "member": { "shape": "IndexFieldStatus" }, "documentation": "

Contains the status of multiple index fields.

" }, "IndexFieldType": { "type": "string", "documentation": "

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.

", "enum": [ "int", "double", "literal", "text", "date", "latlon", "int-array", "double-array", "literal-array", "text-array", "date-array" ] }, "InstanceCount": { "type": "integer", "min": 1 }, "IntArrayOptions": { "type": "structure", "members": { "DefaultValue": { "shape": "Long", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceFields": { "shape": "FieldNameCommaList", "documentation": "

A list of source fields to map to the field.

" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" } }, "documentation": "

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": { "type": "structure", "members": { "DefaultValue": { "shape": "Long", "documentation": "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document." }, "SourceField": { "shape": "FieldName", "documentation": "

The name of the source field to map to the field.

" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" }, "SortEnabled": { "shape": "Boolean", "documentation": "

Whether the field can be used to sort the search results.

" } }, "documentation": "

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": { "type": "structure", "members": { "DefaultValue": { "shape": "FieldValue", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceField": { "shape": "FieldName" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" }, "SortEnabled": { "shape": "Boolean", "documentation": "

Whether the field can be used to sort the search results.

" } }, "documentation": "

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": { "type": "structure", "required": [ "MaximumReplicationCount", "MaximumPartitionCount" ], "members": { "MaximumReplicationCount": { "shape": "MaximumReplicationCount" }, "MaximumPartitionCount": { "shape": "MaximumPartitionCount" } } }, "ListDomainNamesResponse": { "type": "structure", "members": { "DomainNames": { "shape": "DomainNameMap", "documentation": "

The names of the search domains owned by an account.

" } }, "documentation": "

The result of a ListDomainNames request. Contains a list of the domains owned by an account.

" }, "LiteralArrayOptions": { "type": "structure", "members": { "DefaultValue": { "shape": "FieldValue", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceFields": { "shape": "FieldNameCommaList", "documentation": "

A list of source fields to map to the field.

" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" } }, "documentation": "

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": { "type": "structure", "members": { "DefaultValue": { "shape": "FieldValue", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceField": { "shape": "FieldName" }, "FacetEnabled": { "shape": "Boolean", "documentation": "

Whether facet information can be returned for the field.

" }, "SearchEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field are searchable.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" }, "SortEnabled": { "shape": "Boolean", "documentation": "

Whether the field can be used to sort the search results.

" } }, "documentation": "

Options for literal field. Present if IndexFieldType specifies the field is of type literal. All options are enabled by default.

" }, "Long": { "type": "long" }, "MaximumPartitionCount": { "type": "integer", "min": 1 }, "MaximumReplicationCount": { "type": "integer", "min": 1 }, "MultiAZ": { "type": "boolean" }, "OptionState": { "type": "string", "documentation": "

The state of processing a change to an option. One of:

", "enum": [ "RequiresIndexDocuments", "Processing", "Active", "FailedToValidate" ] }, "OptionStatus": { "type": "structure", "required": [ "CreationDate", "UpdateDate", "State" ], "members": { "CreationDate": { "shape": "UpdateTimestamp", "documentation": "

A timestamp for when this option was created.

" }, "UpdateDate": { "shape": "UpdateTimestamp", "documentation": "

A timestamp for when this option was last updated.

" }, "UpdateVersion": { "shape": "UIntValue", "documentation": "

A unique integer that indicates when this option was last updated.

" }, "State": { "shape": "OptionState", "documentation": "

The state of processing a change to an option. Possible values:

" }, "PendingDeletion": { "shape": "Boolean", "documentation": "

Indicates that the option will be deleted once processing is complete.

" } }, "documentation": "

The status of domain configuration option.

" }, "PartitionCount": { "type": "integer", "documentation": "

The number of partitions used to hold the domain's index.

", "min": 1 }, "PartitionInstanceType": { "type": "string", "documentation": "

The instance type (such as search.m1.small) on which an index partition is hosted.

", "enum": [ "search.m1.small", "search.m1.large", "search.m2.xlarge", "search.m2.2xlarge", "search.m3.medium", "search.m3.large", "search.m3.xlarge", "search.m3.2xlarge", "search.small", "search.medium", "search.large", "search.xlarge", "search.2xlarge", "search.previousgeneration.small", "search.previousgeneration.large", "search.previousgeneration.xlarge", "search.previousgeneration.2xlarge" ] }, "PolicyDocument": { "type": "string", "documentation": "

Access rules for a domain's document or search service endpoints. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide. The maximum size of a policy document is 100 KB.

" }, "ScalingParameters": { "type": "structure", "members": { "DesiredInstanceType": { "shape": "PartitionInstanceType", "documentation": "

The instance type that you want to preconfigure for your domain. For example, search.m1.small.

" }, "DesiredReplicationCount": { "shape": "UIntValue", "documentation": "

The number of replicas you want to preconfigure for each index partition.

" }, "DesiredPartitionCount": { "shape": "UIntValue", "documentation": "

The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

" } }, "documentation": "

The desired instance type and desired number of replicas of each index partition.

" }, "ScalingParametersStatus": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "ScalingParameters" }, "Status": { "shape": "OptionStatus" } }, "documentation": "

The status and configuration of a search domain's scaling parameters.

" }, "SearchInstanceType": { "type": "string", "documentation": "

The instance type (such as search.m1.small) that is being used to process search requests.

" }, "ServiceEndpoint": { "type": "structure", "members": { "Endpoint": { "shape": "ServiceUrl" } }, "documentation": "

The endpoint to which service requests can be submitted.

" }, "ServiceUrl": { "type": "string", "documentation": "

The endpoint to which service requests can be submitted. For example, search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com or doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com.

" }, "StandardName": { "type": "string", "documentation": "

Names must begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore).

", "max": 64, "min": 1, "pattern": "[a-z][a-z0-9_]*" }, "StandardNameList": { "type": "list", "member": { "shape": "StandardName" } }, "String": { "type": "string" }, "Suggester": { "type": "structure", "required": [ "SuggesterName", "DocumentSuggesterOptions" ], "members": { "SuggesterName": { "shape": "StandardName" }, "DocumentSuggesterOptions": { "shape": "DocumentSuggesterOptions" } }, "documentation": "

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.

" }, "SuggesterFuzzyMatching": { "type": "string", "enum": [ "none", "low", "high" ] }, "SuggesterStatus": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "Suggester" }, "Status": { "shape": "OptionStatus" } }, "documentation": "

The value of a Suggester and its current status.

" }, "SuggesterStatusList": { "type": "list", "member": { "shape": "SuggesterStatus" }, "documentation": "

Contains the status of multiple suggesters.

" }, "TLSSecurityPolicy": { "type": "string", "documentation": "

The minimum required TLS version.

", "enum": [ "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07" ] }, "TextArrayOptions": { "type": "structure", "members": { "DefaultValue": { "shape": "FieldValue", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceFields": { "shape": "FieldNameCommaList", "documentation": "

A list of source fields to map to the field.

" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" }, "HighlightEnabled": { "shape": "Boolean", "documentation": "

Whether highlights can be returned for the field.

" }, "AnalysisScheme": { "shape": "Word", "documentation": "

The name of an analysis scheme for a text-array field.

" } }, "documentation": "

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": { "type": "structure", "members": { "DefaultValue": { "shape": "FieldValue", "documentation": "A value to use for the field if the field isn't specified for a document." }, "SourceField": { "shape": "FieldName" }, "ReturnEnabled": { "shape": "Boolean", "documentation": "

Whether the contents of the field can be returned in the search results.

" }, "SortEnabled": { "shape": "Boolean", "documentation": "

Whether the field can be used to sort the search results.

" }, "HighlightEnabled": { "shape": "Boolean", "documentation": "

Whether highlights can be returned for the field.

" }, "AnalysisScheme": { "shape": "Word", "documentation": "

The name of an analysis scheme for a text field.

" } }, "documentation": "

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.

" }, "UIntValue": { "type": "integer", "min": 0 }, "UpdateAvailabilityOptionsRequest": { "type": "structure", "required": [ "DomainName", "MultiAZ" ], "members": { "DomainName": { "shape": "DomainName" }, "MultiAZ": { "shape": "Boolean", "documentation": "

You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

" } }, "documentation": "

Container for the parameters to the UpdateAvailabilityOptions operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.

" }, "UpdateAvailabilityOptionsResponse": { "type": "structure", "members": { "AvailabilityOptions": { "shape": "AvailabilityOptionsStatus", "documentation": "

The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

" } }, "documentation": "

The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.

" }, "UpdateDomainEndpointOptionsRequest": { "type": "structure", "required": [ "DomainName", "DomainEndpointOptions" ], "members": { "DomainName": { "shape": "DomainName", "documentation": "

A string that represents the name of a domain.

" }, "DomainEndpointOptions": { "shape": "DomainEndpointOptions", "documentation": "

Whether to require that all requests to the domain arrive over HTTPS. We recommend Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is Policy-Min-TLS-1-0-2019-07.

" } }, "documentation": "

Container for the parameters to the UpdateDomainEndpointOptions operation. Specifies the name of the domain you want to update and the domain endpoint options.

" }, "UpdateDomainEndpointOptionsResponse": { "type": "structure", "members": { "DomainEndpointOptions": { "shape": "DomainEndpointOptionsStatus", "documentation": "

The newly-configured domain endpoint options.

" } }, "documentation": "

The result of a UpdateDomainEndpointOptions request. Contains the configuration and status of the domain's endpoint options.

" }, "UpdateScalingParametersRequest": { "type": "structure", "required": [ "DomainName", "ScalingParameters" ], "members": { "DomainName": { "shape": "DomainName" }, "ScalingParameters": { "shape": "ScalingParameters" } }, "documentation": "

Container for the parameters to the UpdateScalingParameters operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.

" }, "UpdateScalingParametersResponse": { "type": "structure", "required": [ "ScalingParameters" ], "members": { "ScalingParameters": { "shape": "ScalingParametersStatus" } }, "documentation": "

The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.

" }, "UpdateServiceAccessPoliciesRequest": { "type": "structure", "required": [ "DomainName", "AccessPolicies" ], "members": { "DomainName": { "shape": "DomainName" }, "AccessPolicies": { "shape": "PolicyDocument", "documentation": "

The access rules you want to configure. These rules replace any existing rules.

" } }, "documentation": "

Container for the parameters to the UpdateServiceAccessPolicies operation. Specifies the name of the domain you want to update and the access rules you want to configure.

" }, "UpdateServiceAccessPoliciesResponse": { "type": "structure", "required": [ "AccessPolicies" ], "members": { "AccessPolicies": { "shape": "AccessPoliciesStatus", "documentation": "

The access rules configured for the domain.

" } }, "documentation": "

The result of an UpdateServiceAccessPolicies request. Contains the new access policies.

" }, "UpdateTimestamp": { "type": "timestamp" }, "Word": { "type": "string", "pattern": "[\\S]+" } }, "documentation": "Amazon CloudSearch Configuration Service

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.

" }