internal UpdateStemmingOptionsResponse UpdateStemmingOptions(UpdateStemmingOptionsRequest request)
        {
            var marshaller = new UpdateStemmingOptionsRequestMarshaller();
            var unmarshaller = UpdateStemmingOptionsResponseUnmarshaller.Instance;

            return Invoke<UpdateStemmingOptionsRequest,UpdateStemmingOptionsResponse>(request, marshaller, unmarshaller);
        }
        /// <summary>
        /// <para>Configures a stemming dictionary for the search domain. The stemming dictionary is used during indexing and when processing search
        /// requests. The maximum size of the stemming dictionary is 500 KB.</para>
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the UpdateStemmingOptions service method on
        /// AmazonCloudSearch.</param>
        /// 
        /// <returns>The response from the UpdateStemmingOptions service method, as returned by AmazonCloudSearch.</returns>
        /// 
        /// <exception cref="T:Amazon.CloudSearch_2011_02_01.Model.BaseException" />
        /// <exception cref="T:Amazon.CloudSearch_2011_02_01.Model.ResourceNotFoundException" />
        /// <exception cref="T:Amazon.CloudSearch_2011_02_01.Model.LimitExceededException" />
        /// <exception cref="T:Amazon.CloudSearch_2011_02_01.Model.InternalException" />
        /// <exception cref="T:Amazon.CloudSearch_2011_02_01.Model.InvalidTypeException" />
		public UpdateStemmingOptionsResponse UpdateStemmingOptions(UpdateStemmingOptionsRequest request)
        {
            var task = UpdateStemmingOptionsAsync(request);
            try
            {
                return task.Result;
            }
            catch(AggregateException e)
            {
                ExceptionDispatchInfo.Capture(e.InnerException).Throw();
                return null;
            }
        }
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateStemmingOptions operation.
        /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch"/>
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the UpdateStemmingOptions operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        public Task<UpdateStemmingOptionsResponse> UpdateStemmingOptionsAsync(UpdateStemmingOptionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateStemmingOptionsRequestMarshaller();
            var unmarshaller = UpdateStemmingOptionsResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateStemmingOptionsRequest,UpdateStemmingOptionsResponse>(request, marshaller,
                unmarshaller, cancellationToken);
        }
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateStemmingOptions operation.
        /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch.UpdateStemmingOptions"/>
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the UpdateStemmingOptions operation.</param>
        /// <param name="cancellationToken">
        ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
        /// </param>
        /// <returns>The task object representing the asynchronous operation.</returns>
		public Task<UpdateStemmingOptionsResponse> UpdateStemmingOptionsAsync(UpdateStemmingOptionsRequest request, CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateStemmingOptionsRequestMarshaller();
            var unmarshaller = UpdateStemmingOptionsResponseUnmarshaller.GetInstance();
            return Invoke<IRequest, UpdateStemmingOptionsRequest, UpdateStemmingOptionsResponse>(request, marshaller, unmarshaller, signer, cancellationToken);
        }
 IAsyncResult invokeUpdateStemmingOptions(UpdateStemmingOptionsRequest updateStemmingOptionsRequest, AsyncCallback callback, object state, bool synchronized)
 {
     IRequest irequest = new UpdateStemmingOptionsRequestMarshaller().Marshall(updateStemmingOptionsRequest);
     var unmarshaller = UpdateStemmingOptionsResponseUnmarshaller.GetInstance();
     AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller);
     Invoke(result);
     return result;
 }
 /// <summary>
 /// Initiates the asynchronous execution of the UpdateStemmingOptions operation.
 /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch.UpdateStemmingOptions"/>
 /// </summary>
 /// 
 /// <param name="updateStemmingOptionsRequest">Container for the necessary parameters to execute the UpdateStemmingOptions operation on
 ///          AmazonCloudSearch.</param>
 /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
 /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
 ///          procedure using the AsyncState property.</param>
 /// 
 /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking
 ///         EndUpdateStemmingOptions operation.</returns>
 public IAsyncResult BeginUpdateStemmingOptions(UpdateStemmingOptionsRequest updateStemmingOptionsRequest, AsyncCallback callback, object state)
 {
     return invokeUpdateStemmingOptions(updateStemmingOptionsRequest, callback, state, false);
 }
 /// <summary>
 /// <para>Configures a stemming dictionary for the search domain. The stemming dictionary is used during indexing and when processing search
 /// requests. The maximum size of the stemming dictionary is 500 KB.</para>
 /// </summary>
 /// 
 /// <param name="updateStemmingOptionsRequest">Container for the necessary parameters to execute the UpdateStemmingOptions service method on
 ///          AmazonCloudSearch.</param>
 /// 
 /// <returns>The response from the UpdateStemmingOptions service method, as returned by AmazonCloudSearch.</returns>
 /// 
 /// <exception cref="BaseException"/>
 /// <exception cref="ResourceNotFoundException"/>
 /// <exception cref="LimitExceededException"/>
 /// <exception cref="InternalException"/>
 /// <exception cref="InvalidTypeException"/>
 public UpdateStemmingOptionsResponse UpdateStemmingOptions(UpdateStemmingOptionsRequest updateStemmingOptionsRequest)
 {
     IAsyncResult asyncResult = invokeUpdateStemmingOptions(updateStemmingOptionsRequest, null, null, true);
     return EndUpdateStemmingOptions(asyncResult);
 }
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateStemmingOptions operation.
        /// <seealso cref="Amazon.CloudSearch_2011_02_01.IAmazonCloudSearch"/>
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the UpdateStemmingOptions operation on AmazonCloudSearchClient.</param>
        /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param>
        /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
        ///          procedure using the AsyncState property.</param>
        /// 
        /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateStemmingOptions
        ///         operation.</returns>
        public IAsyncResult BeginUpdateStemmingOptions(UpdateStemmingOptionsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UpdateStemmingOptionsRequestMarshaller();
            var unmarshaller = UpdateStemmingOptionsResponseUnmarshaller.Instance;

            return BeginInvoke<UpdateStemmingOptionsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }