amazonaws.com – cloudsearch
Amazon CloudSearch Configuration Service
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.
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 .
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:cloudsearch/2011-02-01.json
- Provider
- amazonaws.com:cloudsearch / cloudsearch
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/cloudsearch/2011-02-01/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/cloudsearch/2011-02-01/openapi.yaml
Tools (46)
Extracted live via the executor SDK.
-
actionCreateDomain.getCreateDomainCreates a new search domain.
-
actionCreateDomain.postCreateDomainCreates a new search domain.
-
actionDefineIndexField.getDefineIndexFieldConfigures an
IndexFieldfor the search domain. Used to create new fields and modify existing ones. If the field exists, the new configuration replaces the old one. You can configure a maximum of 200 index fields. -
actionDefineIndexField.postDefineIndexFieldConfigures an
IndexFieldfor the search domain. Used to create new fields and modify existing ones. If the field exists, the new configuration replaces the old one. You can configure a maximum of 200 index fields. -
actionDefineRankExpression.getDefineRankExpressionConfigures a
RankExpressionfor the search domain. Used to create new rank expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. You can configure a maximum of 50 rank expressions. -
actionDefineRankExpression.postDefineRankExpressionConfigures a
RankExpressionfor the search domain. Used to create new rank expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. You can configure a maximum of 50 rank expressions. -
actionDeleteDomain.getDeleteDomainPermanently deletes a search domain and all of its data.
-
actionDeleteDomain.postDeleteDomainPermanently deletes a search domain and all of its data.
-
actionDeleteIndexField.getDeleteIndexFieldRemoves an
IndexFieldfrom the search domain. -
actionDeleteIndexField.postDeleteIndexFieldRemoves an
IndexFieldfrom the search domain. -
actionDeleteRankExpression.getDeleteRankExpressionRemoves a
RankExpressionfrom the search domain. -
actionDeleteRankExpression.postDeleteRankExpressionRemoves a
RankExpressionfrom the search domain. -
actionDescribeAvailabilityOptions.getDescribeAvailabilityOptionsGets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the
Deployedoption totrueto show the active configuration and exclude pending changes. For more information, see in the Amazon CloudSearch Developer Guide. -
actionDescribeAvailabilityOptions.postDescribeAvailabilityOptionsGets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the
Deployedoption totrueto show the active configuration and exclude pending changes. For more information, see in the Amazon CloudSearch Developer Guide. -
actionDescribeDefaultSearchField.getDescribeDefaultSearchFieldGets the default search field configured for the search domain.
-
actionDescribeDefaultSearchField.postDescribeDefaultSearchFieldGets the default search field configured for the search domain.
-
actionDescribeDomains.getDescribeDomainsGets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default.
-
actionDescribeDomains.postDescribeDomainsGets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default.
-
actionDescribeIndexFields.getDescribeIndexFieldsGets information about the index fields configured for the search domain. Can be limited to specific fields by name. Shows all fields by default.
-
actionDescribeIndexFields.postDescribeIndexFieldsGets information about the index fields configured for the search domain. Can be limited to specific fields by name. Shows all fields by default.
-
actionDescribeRankExpressions.getDescribeRankExpressionsGets the rank expressions configured for the search domain. Can be limited to specific rank expressions by name. Shows all rank expressions by default.
-
actionDescribeRankExpressions.postDescribeRankExpressionsGets the rank expressions configured for the search domain. Can be limited to specific rank expressions by name. Shows all rank expressions by default.
-
actionDescribeServiceAccessPolicies.getDescribeServiceAccessPoliciesGets information about the resource-based policies that control access to the domain's document and search services.
-
actionDescribeServiceAccessPolicies.postDescribeServiceAccessPoliciesGets information about the resource-based policies that control access to the domain's document and search services.
-
actionDescribeStemmingOptions.getDescribeStemmingOptionsGets the stemming dictionary configured for the search domain.
-
actionDescribeStemmingOptions.postDescribeStemmingOptionsGets the stemming dictionary configured for the search domain.
-
actionDescribeStopwordOptions.getDescribeStopwordOptionsGets the stopwords configured for the search domain.
-
actionDescribeStopwordOptions.postDescribeStopwordOptionsGets the stopwords configured for the search domain.
-
actionDescribeSynonymOptions.getDescribeSynonymOptionsGets the synonym dictionary configured for the search domain.
-
actionDescribeSynonymOptions.postDescribeSynonymOptionsGets the synonym dictionary configured for the search domain.
-
actionIndexDocuments.getIndexDocumentsTells the search domain to start indexing its documents using the latest text processing options and
IndexFields. This operation must be invoked to make options whose OptionStatus [blocked] hasOptionStateofRequiresIndexDocumentsvisible in search results. -
actionIndexDocuments.postIndexDocumentsTells the search domain to start indexing its documents using the latest text processing options and
IndexFields. This operation must be invoked to make options whose OptionStatus [blocked] hasOptionStateofRequiresIndexDocumentsvisible in search results. -
actionUpdateAvailabilityOptions.getUpdateAvailabilityOptionsConfigures 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 in the Amazon CloudSearch Developer Guide.
-
actionUpdateAvailabilityOptions.postUpdateAvailabilityOptionsConfigures 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 in the Amazon CloudSearch Developer Guide.
-
actionUpdateDefaultSearchField.getUpdateDefaultSearchFieldConfigures the default search field for the search domain. The default search field is the text field that is searched when a search request does not specify which fields to search. By default, it is configured to include the contents of all of the domain's text fields.
-
actionUpdateDefaultSearchField.postUpdateDefaultSearchFieldConfigures the default search field for the search domain. The default search field is the text field that is searched when a search request does not specify which fields to search. By default, it is configured to include the contents of all of the domain's text fields.
-
actionUpdateServiceAccessPolicies.getUpdateServiceAccessPoliciesConfigures the policies that control access to the domain's document and search services. The maximum size of an access policy document is 100 KB.
-
actionUpdateServiceAccessPolicies.postUpdateServiceAccessPoliciesConfigures the policies that control access to the domain's document and search services. The maximum size of an access policy document is 100 KB.
-
actionUpdateStemmingOptions.getUpdateStemmingOptionsConfigures a stemming dictionary for the search domain. The stemming dictionary is used during indexing and when processing search requests. The maximum size of the stemming dictionary is 500 KB.
-
actionUpdateStemmingOptions.postUpdateStemmingOptionsConfigures a stemming dictionary for the search domain. The stemming dictionary is used during indexing and when processing search requests. The maximum size of the stemming dictionary is 500 KB.
-
actionUpdateStopwordOptions.getUpdateStopwordOptionsConfigures stopwords for the search domain. Stopwords are used during indexing and when processing search requests. The maximum size of the stopwords dictionary is 10 KB.
-
actionUpdateStopwordOptions.postUpdateStopwordOptionsConfigures stopwords for the search domain. Stopwords are used during indexing and when processing search requests. The maximum size of the stopwords dictionary is 10 KB.
-
actionUpdateSynonymOptions.getUpdateSynonymOptionsConfigures a synonym dictionary for the search domain. The synonym dictionary is used during indexing to configure mappings for terms that occur in text fields. The maximum size of the synonym dictionary is 100 KB.
-
actionUpdateSynonymOptions.postUpdateSynonymOptionsConfigures a synonym dictionary for the search domain. The synonym dictionary is used during indexing to configure mappings for terms that occur in text fields. The maximum size of the synonym dictionary is 100 KB.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools