/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the cloudsearch-2013-01-01.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.CloudSearch.Model; namespace Amazon.CloudSearch { /// <summary> /// Interface for accessing CloudSearch /// /// Amazon CloudSearch Configuration Service /// <para> /// 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. /// </para> /// /// <para> /// The endpoint for configuration service requests is region-specific: cloudsearch.<i>region</i>.amazonaws.com. /// For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported /// regions and endpoints, see <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#cloudsearch_region" /// target="_blank">Regions and Endpoints</a>. /// </para> /// </summary> public partial interface IAmazonCloudSearch : IAmazonService, IDisposable { #region BuildSuggesters /// <summary> /// Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring /// Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the BuildSuggesters service method.</param> /// /// <returns>The response from the BuildSuggesters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/BuildSuggesters">REST API Reference for BuildSuggesters Operation</seealso> BuildSuggestersResponse BuildSuggesters(BuildSuggestersRequest request); /// <summary> /// Indexes the search suggestions. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html#configuring-suggesters">Configuring /// Suggesters</a> in the <i>Amazon CloudSearch Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the BuildSuggesters service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the BuildSuggesters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/BuildSuggesters">REST API Reference for BuildSuggesters Operation</seealso> Task<BuildSuggestersResponse> BuildSuggestersAsync(BuildSuggestersRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateDomain /// <summary> /// Creates a new search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html" /// target="_blank">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateDomain service method.</param> /// /// <returns>The response from the CreateDomain service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceAlreadyExistsException"> /// The request was rejected because it attempted to create a resource that already exists. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/CreateDomain">REST API Reference for CreateDomain Operation</seealso> CreateDomainResponse CreateDomain(CreateDomainRequest request); /// <summary> /// Creates a new search domain. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/creating-domains.html" /// target="_blank">Creating a Search Domain</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the CreateDomain service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the CreateDomain service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceAlreadyExistsException"> /// The request was rejected because it attempted to create a resource that already exists. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/CreateDomain">REST API Reference for CreateDomain Operation</seealso> Task<CreateDomainResponse> CreateDomainAsync(CreateDomainRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DefineAnalysisScheme /// <summary> /// Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> /// field to define language-specific text processing options. For more information, see /// <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" /// target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineAnalysisScheme service method.</param> /// /// <returns>The response from the DefineAnalysisScheme service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineAnalysisScheme">REST API Reference for DefineAnalysisScheme Operation</seealso> DefineAnalysisSchemeResponse DefineAnalysisScheme(DefineAnalysisSchemeRequest request); /// <summary> /// Configures an analysis scheme that can be applied to a <code>text</code> or <code>text-array</code> /// field to define language-specific text processing options. For more information, see /// <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" /// target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineAnalysisScheme service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DefineAnalysisScheme service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineAnalysisScheme">REST API Reference for DefineAnalysisScheme Operation</seealso> Task<DefineAnalysisSchemeResponse> DefineAnalysisSchemeAsync(DefineAnalysisSchemeRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DefineExpression /// <summary> /// Configures an <code><a>Expression</a></code> 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" /// target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineExpression service method.</param> /// /// <returns>The response from the DefineExpression service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineExpression">REST API Reference for DefineExpression Operation</seealso> DefineExpressionResponse DefineExpression(DefineExpressionRequest request); /// <summary> /// Configures an <code><a>Expression</a></code> 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" /// target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineExpression service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DefineExpression service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineExpression">REST API Reference for DefineExpression Operation</seealso> Task<DefineExpressionResponse> DefineExpressionAsync(DefineExpressionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DefineIndexField /// <summary> /// Configures an <code><a>IndexField</a></code> 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 <code><a>IndexFieldType</a></code>. /// If the field exists, the new configuration replaces the old one. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" /// target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineIndexField service method.</param> /// /// <returns>The response from the DefineIndexField service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineIndexField">REST API Reference for DefineIndexField Operation</seealso> DefineIndexFieldResponse DefineIndexField(DefineIndexFieldRequest request); /// <summary> /// Configures an <code><a>IndexField</a></code> 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 <code><a>IndexFieldType</a></code>. /// If the field exists, the new configuration replaces the old one. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" /// target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineIndexField service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DefineIndexField service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineIndexField">REST API Reference for DefineIndexField Operation</seealso> Task<DefineIndexFieldResponse> DefineIndexFieldAsync(DefineIndexFieldRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DefineSuggester /// <summary> /// 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" /// target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineSuggester service method.</param> /// /// <returns>The response from the DefineSuggester service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineSuggester">REST API Reference for DefineSuggester Operation</seealso> DefineSuggesterResponse DefineSuggester(DefineSuggesterRequest request); /// <summary> /// 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" /// target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DefineSuggester service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DefineSuggester service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DefineSuggester">REST API Reference for DefineSuggester Operation</seealso> Task<DefineSuggesterResponse> DefineSuggesterAsync(DefineSuggesterRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAnalysisScheme /// <summary> /// Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" /// target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAnalysisScheme service method.</param> /// /// <returns>The response from the DeleteAnalysisScheme service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteAnalysisScheme">REST API Reference for DeleteAnalysisScheme Operation</seealso> DeleteAnalysisSchemeResponse DeleteAnalysisScheme(DeleteAnalysisSchemeRequest request); /// <summary> /// Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" /// target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteAnalysisScheme service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteAnalysisScheme service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteAnalysisScheme">REST API Reference for DeleteAnalysisScheme Operation</seealso> Task<DeleteAnalysisSchemeResponse> DeleteAnalysisSchemeAsync(DeleteAnalysisSchemeRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteDomain /// <summary> /// Permanently deletes a search domain and all of its data. Once a domain has been deleted, /// it cannot be recovered. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html" /// target="_blank">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteDomain service method.</param> /// /// <returns>The response from the DeleteDomain service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteDomain">REST API Reference for DeleteDomain Operation</seealso> DeleteDomainResponse DeleteDomain(DeleteDomainRequest request); /// <summary> /// Permanently deletes a search domain and all of its data. Once a domain has been deleted, /// it cannot be recovered. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/deleting-domains.html" /// target="_blank">Deleting a Search Domain</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteDomain service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteDomain service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteDomain">REST API Reference for DeleteDomain Operation</seealso> Task<DeleteDomainResponse> DeleteDomainAsync(DeleteDomainRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteExpression /// <summary> /// Removes an <code><a>Expression</a></code> from the search domain. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" /// target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteExpression service method.</param> /// /// <returns>The response from the DeleteExpression service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteExpression">REST API Reference for DeleteExpression Operation</seealso> DeleteExpressionResponse DeleteExpression(DeleteExpressionRequest request); /// <summary> /// Removes an <code><a>Expression</a></code> from the search domain. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" /// target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteExpression service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteExpression service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteExpression">REST API Reference for DeleteExpression Operation</seealso> Task<DeleteExpressionResponse> DeleteExpressionAsync(DeleteExpressionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteIndexField /// <summary> /// Removes an <code><a>IndexField</a></code> from the search domain. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" /// target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteIndexField service method.</param> /// /// <returns>The response from the DeleteIndexField service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteIndexField">REST API Reference for DeleteIndexField Operation</seealso> DeleteIndexFieldResponse DeleteIndexField(DeleteIndexFieldRequest request); /// <summary> /// Removes an <code><a>IndexField</a></code> from the search domain. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html" /// target="_blank">Configuring Index Fields</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteIndexField service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteIndexField service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteIndexField">REST API Reference for DeleteIndexField Operation</seealso> Task<DeleteIndexFieldResponse> DeleteIndexFieldAsync(DeleteIndexFieldRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteSuggester /// <summary> /// Deletes a suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" /// target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteSuggester service method.</param> /// /// <returns>The response from the DeleteSuggester service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteSuggester">REST API Reference for DeleteSuggester Operation</seealso> DeleteSuggesterResponse DeleteSuggester(DeleteSuggesterRequest request); /// <summary> /// Deletes a suggester. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" /// target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteSuggester service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DeleteSuggester service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DeleteSuggester">REST API Reference for DeleteSuggester Operation</seealso> Task<DeleteSuggesterResponse> DeleteSuggesterAsync(DeleteSuggesterRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAnalysisSchemes /// <summary> /// Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific /// text processing options for a <code>text</code> 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 <code>Deployed</code> option to <code>true</code> /// to show the active configuration and exclude pending changes. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" /// target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAnalysisSchemes service method.</param> /// /// <returns>The response from the DescribeAnalysisSchemes service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeAnalysisSchemes">REST API Reference for DescribeAnalysisSchemes Operation</seealso> DescribeAnalysisSchemesResponse DescribeAnalysisSchemes(DescribeAnalysisSchemesRequest request); /// <summary> /// Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific /// text processing options for a <code>text</code> 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 <code>Deployed</code> option to <code>true</code> /// to show the active configuration and exclude pending changes. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html" /// target="_blank">Configuring Analysis Schemes</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAnalysisSchemes service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeAnalysisSchemes service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeAnalysisSchemes">REST API Reference for DescribeAnalysisSchemes Operation</seealso> Task<DescribeAnalysisSchemesResponse> DescribeAnalysisSchemesAsync(DescribeAnalysisSchemesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAvailabilityOptions /// <summary> /// Gets the availability options configured for a domain. By default, shows the configuration /// with any pending changes. Set the <code>Deployed</code> option to <code>true</code> /// to show the active configuration and exclude pending changes. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" /// target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAvailabilityOptions service method.</param> /// /// <returns>The response from the DescribeAvailabilityOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeAvailabilityOptions">REST API Reference for DescribeAvailabilityOptions Operation</seealso> DescribeAvailabilityOptionsResponse DescribeAvailabilityOptions(DescribeAvailabilityOptionsRequest request); /// <summary> /// Gets the availability options configured for a domain. By default, shows the configuration /// with any pending changes. Set the <code>Deployed</code> option to <code>true</code> /// to show the active configuration and exclude pending changes. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" /// target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeAvailabilityOptions service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeAvailabilityOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeAvailabilityOptions">REST API Reference for DescribeAvailabilityOptions Operation</seealso> Task<DescribeAvailabilityOptionsResponse> DescribeAvailabilityOptionsAsync(DescribeAvailabilityOptionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeDomainEndpointOptions /// <summary> /// Returns the domain's endpoint options, specifically whether all requests to the domain /// must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" /// target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeDomainEndpointOptions service method.</param> /// /// <returns>The response from the DescribeDomainEndpointOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeDomainEndpointOptions">REST API Reference for DescribeDomainEndpointOptions Operation</seealso> DescribeDomainEndpointOptionsResponse DescribeDomainEndpointOptions(DescribeDomainEndpointOptionsRequest request); /// <summary> /// Returns the domain's endpoint options, specifically whether all requests to the domain /// must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" /// target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeDomainEndpointOptions service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeDomainEndpointOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeDomainEndpointOptions">REST API Reference for DescribeDomainEndpointOptions Operation</seealso> Task<DescribeDomainEndpointOptionsResponse> DescribeDomainEndpointOptionsAsync(DescribeDomainEndpointOptionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeDomains /// <summary> /// 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 <code>matchall</code> request to your domain's /// search endpoint: <code>q=matchall&amp;q.parser=structured&amp;size=0</code>. /// For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" /// target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// /// <returns>The response from the DescribeDomains service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeDomains">REST API Reference for DescribeDomains Operation</seealso> DescribeDomainsResponse DescribeDomains(); /// <summary> /// 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 <code>matchall</code> request to your domain's /// search endpoint: <code>q=matchall&amp;q.parser=structured&amp;size=0</code>. /// For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" /// target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeDomains service method.</param> /// /// <returns>The response from the DescribeDomains service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeDomains">REST API Reference for DescribeDomains Operation</seealso> DescribeDomainsResponse DescribeDomains(DescribeDomainsRequest request); /// <summary> /// 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 <code>matchall</code> request to your domain's /// search endpoint: <code>q=matchall&amp;q.parser=structured&amp;size=0</code>. /// For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" /// target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeDomains service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeDomains">REST API Reference for DescribeDomains Operation</seealso> Task<DescribeDomainsResponse> DescribeDomainsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// <summary> /// 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 <code>matchall</code> request to your domain's /// search endpoint: <code>q=matchall&amp;q.parser=structured&amp;size=0</code>. /// For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" /// target="_blank">Getting Information about a Search Domain</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeDomains service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeDomains service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeDomains">REST API Reference for DescribeDomains Operation</seealso> Task<DescribeDomainsResponse> DescribeDomainsAsync(DescribeDomainsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeExpressions /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> to /// show the active configuration and exclude pending changes. For more information, see /// <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" /// target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeExpressions service method.</param> /// /// <returns>The response from the DescribeExpressions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeExpressions">REST API Reference for DescribeExpressions Operation</seealso> DescribeExpressionsResponse DescribeExpressions(DescribeExpressionsRequest request); /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> to /// show the active configuration and exclude pending changes. For more information, see /// <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-expressions.html" /// target="_blank">Configuring Expressions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeExpressions service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeExpressions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeExpressions">REST API Reference for DescribeExpressions Operation</seealso> Task<DescribeExpressionsResponse> DescribeExpressionsAsync(DescribeExpressionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeIndexFields /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> /// to show the active configuration and exclude pending changes. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" /// target="_blank">Getting Domain Information</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeIndexFields service method.</param> /// /// <returns>The response from the DescribeIndexFields service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeIndexFields">REST API Reference for DescribeIndexFields Operation</seealso> DescribeIndexFieldsResponse DescribeIndexFields(DescribeIndexFieldsRequest request); /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> /// to show the active configuration and exclude pending changes. For more information, /// see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-domain-info.html" /// target="_blank">Getting Domain Information</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeIndexFields service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeIndexFields service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeIndexFields">REST API Reference for DescribeIndexFields Operation</seealso> Task<DescribeIndexFieldsResponse> DescribeIndexFieldsAsync(DescribeIndexFieldsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeScalingParameters /// <summary> /// 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" /// target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeScalingParameters service method.</param> /// /// <returns>The response from the DescribeScalingParameters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeScalingParameters">REST API Reference for DescribeScalingParameters Operation</seealso> DescribeScalingParametersResponse DescribeScalingParameters(DescribeScalingParametersRequest request); /// <summary> /// 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" /// target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeScalingParameters service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeScalingParameters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeScalingParameters">REST API Reference for DescribeScalingParameters Operation</seealso> Task<DescribeScalingParametersResponse> DescribeScalingParametersAsync(DescribeScalingParametersRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeServiceAccessPolicies /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> to show the active configuration /// and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" /// target="_blank">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeServiceAccessPolicies service method.</param> /// /// <returns>The response from the DescribeServiceAccessPolicies service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeServiceAccessPolicies">REST API Reference for DescribeServiceAccessPolicies Operation</seealso> DescribeServiceAccessPoliciesResponse DescribeServiceAccessPolicies(DescribeServiceAccessPoliciesRequest request); /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> to show the active configuration /// and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" /// target="_blank">Configuring Access for a Search Domain</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeServiceAccessPolicies service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeServiceAccessPolicies service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeServiceAccessPolicies">REST API Reference for DescribeServiceAccessPolicies Operation</seealso> Task<DescribeServiceAccessPoliciesResponse> DescribeServiceAccessPoliciesAsync(DescribeServiceAccessPoliciesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeSuggesters /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> to show the /// active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" /// target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeSuggesters service method.</param> /// /// <returns>The response from the DescribeSuggesters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeSuggesters">REST API Reference for DescribeSuggesters Operation</seealso> DescribeSuggestersResponse DescribeSuggesters(DescribeSuggestersRequest request); /// <summary> /// 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 <code>Deployed</code> option to <code>true</code> to show the /// active configuration and exclude pending changes. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/getting-suggestions.html" /// target="_blank">Getting Search Suggestions</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeSuggesters service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the DescribeSuggesters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/DescribeSuggesters">REST API Reference for DescribeSuggesters Operation</seealso> Task<DescribeSuggestersResponse> DescribeSuggestersAsync(DescribeSuggestersRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region IndexDocuments /// <summary> /// Tells the search domain to start indexing its documents using the latest indexing /// options. This operation must be invoked to activate options whose <a>OptionStatus</a> /// is <code>RequiresIndexDocuments</code>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the IndexDocuments service method.</param> /// /// <returns>The response from the IndexDocuments service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/IndexDocuments">REST API Reference for IndexDocuments Operation</seealso> IndexDocumentsResponse IndexDocuments(IndexDocumentsRequest request); /// <summary> /// Tells the search domain to start indexing its documents using the latest indexing /// options. This operation must be invoked to activate options whose <a>OptionStatus</a> /// is <code>RequiresIndexDocuments</code>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the IndexDocuments service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the IndexDocuments service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/IndexDocuments">REST API Reference for IndexDocuments Operation</seealso> Task<IndexDocumentsResponse> IndexDocumentsAsync(IndexDocumentsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListDomainNames /// <summary> /// Lists all search domains owned by an account. /// </summary> /// /// <returns>The response from the ListDomainNames service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/ListDomainNames">REST API Reference for ListDomainNames Operation</seealso> ListDomainNamesResponse ListDomainNames(); /// <summary> /// Lists all search domains owned by an account. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListDomainNames service method.</param> /// /// <returns>The response from the ListDomainNames service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/ListDomainNames">REST API Reference for ListDomainNames Operation</seealso> ListDomainNamesResponse ListDomainNames(ListDomainNamesRequest request); /// <summary> /// Lists all search domains owned by an account. /// </summary> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListDomainNames service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/ListDomainNames">REST API Reference for ListDomainNames Operation</seealso> Task<ListDomainNamesResponse> ListDomainNamesAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// <summary> /// Lists all search domains owned by an account. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ListDomainNames service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the ListDomainNames service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/ListDomainNames">REST API Reference for ListDomainNames Operation</seealso> Task<ListDomainNamesResponse> ListDomainNamesAsync(ListDomainNamesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateAvailabilityOptions /// <summary> /// 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 <a /// href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" /// target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAvailabilityOptions service method.</param> /// /// <returns>The response from the UpdateAvailabilityOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateAvailabilityOptions">REST API Reference for UpdateAvailabilityOptions Operation</seealso> UpdateAvailabilityOptionsResponse UpdateAvailabilityOptions(UpdateAvailabilityOptionsRequest request); /// <summary> /// 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 <a /// href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-availability-options.html" /// target="_blank">Configuring Availability Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateAvailabilityOptions service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateAvailabilityOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateAvailabilityOptions">REST API Reference for UpdateAvailabilityOptions Operation</seealso> Task<UpdateAvailabilityOptionsResponse> UpdateAvailabilityOptionsAsync(UpdateAvailabilityOptionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateDomainEndpointOptions /// <summary> /// Updates the domain's endpoint options, specifically whether all requests to the domain /// must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" /// target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateDomainEndpointOptions service method.</param> /// /// <returns>The response from the UpdateDomainEndpointOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateDomainEndpointOptions">REST API Reference for UpdateDomainEndpointOptions Operation</seealso> UpdateDomainEndpointOptionsResponse UpdateDomainEndpointOptions(UpdateDomainEndpointOptionsRequest request); /// <summary> /// Updates the domain's endpoint options, specifically whether all requests to the domain /// must arrive over HTTPS. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-domain-endpoint-options.html" /// target="_blank">Configuring Domain Endpoint Options</a> in the <i>Amazon CloudSearch /// Developer Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateDomainEndpointOptions service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateDomainEndpointOptions service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.DisabledOperationException"> /// The request was rejected because it attempted an operation which is not enabled. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateDomainEndpointOptions">REST API Reference for UpdateDomainEndpointOptions Operation</seealso> Task<UpdateDomainEndpointOptionsResponse> UpdateDomainEndpointOptionsAsync(UpdateDomainEndpointOptionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateScalingParameters /// <summary> /// 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" /// target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateScalingParameters service method.</param> /// /// <returns>The response from the UpdateScalingParameters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateScalingParameters">REST API Reference for UpdateScalingParameters Operation</seealso> UpdateScalingParametersResponse UpdateScalingParameters(UpdateScalingParametersRequest request); /// <summary> /// 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 <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-scaling-options.html" /// target="_blank">Configuring Scaling Options</a> in the <i>Amazon CloudSearch Developer /// Guide</i>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateScalingParameters service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateScalingParameters service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateScalingParameters">REST API Reference for UpdateScalingParameters Operation</seealso> Task<UpdateScalingParametersResponse> UpdateScalingParametersAsync(UpdateScalingParametersRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateServiceAccessPolicies /// <summary> /// Configures the access rules that control access to the domain's document and search /// endpoints. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" /// target="_blank"> Configuring Access for an Amazon CloudSearch Domain</a>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateServiceAccessPolicies service method.</param> /// /// <returns>The response from the UpdateServiceAccessPolicies service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateServiceAccessPolicies">REST API Reference for UpdateServiceAccessPolicies Operation</seealso> UpdateServiceAccessPoliciesResponse UpdateServiceAccessPolicies(UpdateServiceAccessPoliciesRequest request); /// <summary> /// Configures the access rules that control access to the domain's document and search /// endpoints. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-access.html" /// target="_blank"> Configuring Access for an Amazon CloudSearch Domain</a>. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateServiceAccessPolicies service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the UpdateServiceAccessPolicies service method, as returned by CloudSearch.</returns> /// <exception cref="Amazon.CloudSearch.Model.BaseException"> /// An error occurred while processing the request. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InternalException"> /// An internal error occurred while processing the request. If this problem persists, /// report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service /// Health Dashboard</a>. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.InvalidTypeException"> /// The request was rejected because it specified an invalid type definition. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.LimitExceededException"> /// The request was rejected because a resource limit has already been met. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ResourceNotFoundException"> /// The request was rejected because it attempted to reference a resource that does not /// exist. /// </exception> /// <exception cref="Amazon.CloudSearch.Model.ValidationException"> /// The request was rejected because it has invalid parameters. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/cloudsearch-2013-01-01/UpdateServiceAccessPolicies">REST API Reference for UpdateServiceAccessPolicies Operation</seealso> Task<UpdateServiceAccessPoliciesResponse> UpdateServiceAccessPoliciesAsync(UpdateServiceAccessPoliciesRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion } }