public object Execute(ExecutorContext context) { var cmdletContext = context as CmdletContext; // create request var request = new Amazon.CloudSearch.Model.DeleteAnalysisSchemeRequest(); if (cmdletContext.AnalysisSchemeName != null) { request.AnalysisSchemeName = cmdletContext.AnalysisSchemeName; } if (cmdletContext.DomainName != null) { request.DomainName = cmdletContext.DomainName; } CmdletOutput output; // issue call var client = Client ?? CreateClient(_CurrentCredentials, _RegionEndpoint); try { var response = CallAWSServiceOperation(client, request); object pipelineOutput = null; pipelineOutput = cmdletContext.Select(response, this); output = new CmdletOutput { PipelineOutput = pipelineOutput, ServiceResponse = response }; } catch (Exception e) { output = new CmdletOutput { ErrorResponse = e }; } return(output); }
/// <summary> /// Initiates the asynchronous execution of the DeleteAnalysisScheme operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteAnalysisScheme 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 EndDeleteAnalysisScheme /// operation.</returns> public IAsyncResult BeginDeleteAnalysisScheme(DeleteAnalysisSchemeRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteAnalysisSchemeRequestMarshaller(); var unmarshaller = DeleteAnalysisSchemeResponseUnmarshaller.Instance; return BeginInvoke<DeleteAnalysisSchemeRequest>(request, marshaller, unmarshaller, callback, state); }
/// <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> public DeleteAnalysisSchemeResponse DeleteAnalysisScheme(DeleteAnalysisSchemeRequest request) { var marshaller = new DeleteAnalysisSchemeRequestMarshaller(); var unmarshaller = DeleteAnalysisSchemeResponseUnmarshaller.Instance; return Invoke<DeleteAnalysisSchemeRequest,DeleteAnalysisSchemeResponse>(request, marshaller, unmarshaller); }
IAsyncResult invokeDeleteAnalysisScheme(DeleteAnalysisSchemeRequest deleteAnalysisSchemeRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new DeleteAnalysisSchemeRequestMarshaller().Marshall(deleteAnalysisSchemeRequest); var unmarshaller = DeleteAnalysisSchemeResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// Initiates the asynchronous execution of the DeleteAnalysisScheme operation. /// <seealso cref="Amazon.CloudSearch.IAmazonCloudSearch.DeleteAnalysisScheme"/> /// </summary> /// /// <param name="deleteAnalysisSchemeRequest">Container for the necessary parameters to execute the DeleteAnalysisScheme 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 /// EndDeleteAnalysisScheme operation.</returns> public IAsyncResult BeginDeleteAnalysisScheme(DeleteAnalysisSchemeRequest deleteAnalysisSchemeRequest, AsyncCallback callback, object state) { return invokeDeleteAnalysisScheme(deleteAnalysisSchemeRequest, callback, state, false); }
/// <summary> /// <para>Deletes an analysis scheme. For more information, see <a /// href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html.html" >Configuring Analysis Schemes</a> /// in the <i>Amazon CloudSearch Developer Guide</i> . </para> /// </summary> /// /// <param name="deleteAnalysisSchemeRequest">Container for the necessary parameters to execute the DeleteAnalysisScheme service method on /// AmazonCloudSearch.</param> /// /// <returns>The response from the DeleteAnalysisScheme service method, as returned by AmazonCloudSearch.</returns> /// /// <exception cref="InternalException"/> /// <exception cref="InvalidTypeException"/> /// <exception cref="ResourceNotFoundException"/> /// <exception cref="BaseException"/> public DeleteAnalysisSchemeResponse DeleteAnalysisScheme(DeleteAnalysisSchemeRequest deleteAnalysisSchemeRequest) { IAsyncResult asyncResult = invokeDeleteAnalysisScheme(deleteAnalysisSchemeRequest, null, null, true); return EndDeleteAnalysisScheme(asyncResult); }
/// <summary> /// <para>Deletes an analysis scheme. For more information, see <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-analysis-schemes.html.html">Configuring Analysis Schemes</a> /// in the <i>Amazon CloudSearch Developer Guide</i> . </para> /// </summary> /// /// <param name="deleteAnalysisSchemeRequest">Container for the necessary parameters to execute the DeleteAnalysisScheme service method on /// AmazonCloudSearch.</param> /// /// <returns>The response from the DeleteAnalysisScheme service method, as returned by AmazonCloudSearch.</returns> /// /// <exception cref="T:Amazon.CloudSearch.Model.InternalException" /> /// <exception cref="T:Amazon.CloudSearch.Model.InvalidTypeException" /> /// <exception cref="T:Amazon.CloudSearch.Model.ResourceNotFoundException" /> /// <exception cref="T:Amazon.CloudSearch.Model.BaseException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<DeleteAnalysisSchemeResponse> DeleteAnalysisSchemeAsync(DeleteAnalysisSchemeRequest deleteAnalysisSchemeRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteAnalysisSchemeRequestMarshaller(); var unmarshaller = DeleteAnalysisSchemeResponseUnmarshaller.GetInstance(); return Invoke<IRequest, DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse>(deleteAnalysisSchemeRequest, marshaller, unmarshaller, signer, cancellationToken); }
internal DeleteAnalysisSchemeResponse DeleteAnalysisScheme(DeleteAnalysisSchemeRequest request) { var task = DeleteAnalysisSchemeAsync(request); try { return task.Result; } catch(AggregateException e) { ExceptionDispatchInfo.Capture(e.InnerException).Throw(); return null; } }
/// <summary> /// Initiates the asynchronous execution of the DeleteAnalysisScheme operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteAnalysisScheme 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<DeleteAnalysisSchemeResponse> DeleteAnalysisSchemeAsync(DeleteAnalysisSchemeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteAnalysisSchemeRequestMarshaller(); var unmarshaller = DeleteAnalysisSchemeResponseUnmarshaller.Instance; return InvokeAsync<DeleteAnalysisSchemeRequest,DeleteAnalysisSchemeResponse>(request, marshaller, unmarshaller, cancellationToken); }
private Amazon.CloudSearch.Model.DeleteAnalysisSchemeResponse CallAWSServiceOperation(IAmazonCloudSearch client, Amazon.CloudSearch.Model.DeleteAnalysisSchemeRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon CloudSearch", "DeleteAnalysisScheme"); try { #if DESKTOP return(client.DeleteAnalysisScheme(request)); #elif CORECLR return(client.DeleteAnalysisSchemeAsync(request).GetAwaiter().GetResult()); #else #error "Unknown build edition" #endif } catch (AmazonServiceException exc) { var webException = exc.InnerException as System.Net.WebException; if (webException != null) { throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException); } throw; } }