integrations.sh
← all integrations

amazonaws.com – cloudsearch

OpenAPI apis-guru cloud

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.getCreateDomain

    Creates a new search domain.

  • actionCreateDomain.postCreateDomain

    Creates a new search domain.

  • actionDefineIndexField.getDefineIndexField

    Configures an IndexField for 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.postDefineIndexField

    Configures an IndexField for 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.getDefineRankExpression

    Configures a RankExpression for 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.postDefineRankExpression

    Configures a RankExpression for 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.getDeleteDomain

    Permanently deletes a search domain and all of its data.

  • actionDeleteDomain.postDeleteDomain

    Permanently deletes a search domain and all of its data.

  • actionDeleteIndexField.getDeleteIndexField

    Removes an IndexField from the search domain.

  • actionDeleteIndexField.postDeleteIndexField

    Removes an IndexField from the search domain.

  • actionDeleteRankExpression.getDeleteRankExpression

    Removes a RankExpression from the search domain.

  • actionDeleteRankExpression.postDeleteRankExpression

    Removes a RankExpression from the search domain.

  • actionDescribeAvailabilityOptions.getDescribeAvailabilityOptions

    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 in the Amazon CloudSearch Developer Guide.

  • actionDescribeAvailabilityOptions.postDescribeAvailabilityOptions

    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 in the Amazon CloudSearch Developer Guide.

  • actionDescribeDefaultSearchField.getDescribeDefaultSearchField

    Gets the default search field configured for the search domain.

  • actionDescribeDefaultSearchField.postDescribeDefaultSearchField

    Gets the default search field configured for the search domain.

  • actionDescribeDomains.getDescribeDomains

    Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default.

  • actionDescribeDomains.postDescribeDomains

    Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default.

  • actionDescribeIndexFields.getDescribeIndexFields

    Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. Shows all fields by default.

  • actionDescribeIndexFields.postDescribeIndexFields

    Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. Shows all fields by default.

  • actionDescribeRankExpressions.getDescribeRankExpressions

    Gets the rank expressions configured for the search domain. Can be limited to specific rank expressions by name. Shows all rank expressions by default.

  • actionDescribeRankExpressions.postDescribeRankExpressions

    Gets the rank expressions configured for the search domain. Can be limited to specific rank expressions by name. Shows all rank expressions by default.

  • actionDescribeServiceAccessPolicies.getDescribeServiceAccessPolicies

    Gets information about the resource-based policies that control access to the domain's document and search services.

  • actionDescribeServiceAccessPolicies.postDescribeServiceAccessPolicies

    Gets information about the resource-based policies that control access to the domain's document and search services.

  • actionDescribeStemmingOptions.getDescribeStemmingOptions

    Gets the stemming dictionary configured for the search domain.

  • actionDescribeStemmingOptions.postDescribeStemmingOptions

    Gets the stemming dictionary configured for the search domain.

  • actionDescribeStopwordOptions.getDescribeStopwordOptions

    Gets the stopwords configured for the search domain.

  • actionDescribeStopwordOptions.postDescribeStopwordOptions

    Gets the stopwords configured for the search domain.

  • actionDescribeSynonymOptions.getDescribeSynonymOptions

    Gets the synonym dictionary configured for the search domain.

  • actionDescribeSynonymOptions.postDescribeSynonymOptions

    Gets the synonym dictionary configured for the search domain.

  • actionIndexDocuments.getIndexDocuments

    Tells 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] has OptionState of RequiresIndexDocuments visible in search results.

  • actionIndexDocuments.postIndexDocuments

    Tells 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] has OptionState of RequiresIndexDocuments visible in search results.

  • actionUpdateAvailabilityOptions.getUpdateAvailabilityOptions

    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 in the Amazon CloudSearch Developer Guide.

  • actionUpdateAvailabilityOptions.postUpdateAvailabilityOptions

    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 in the Amazon CloudSearch Developer Guide.

  • actionUpdateDefaultSearchField.getUpdateDefaultSearchField

    Configures 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.postUpdateDefaultSearchField

    Configures 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.getUpdateServiceAccessPolicies

    Configures 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.postUpdateServiceAccessPolicies

    Configures 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.getUpdateStemmingOptions

    Configures 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.postUpdateStemmingOptions

    Configures 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.getUpdateStopwordOptions

    Configures 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.postUpdateStopwordOptions

    Configures 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.getUpdateSynonymOptions

    Configures 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.postUpdateSynonymOptions

    Configures 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.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools