/// <summary> /// Initiates the asynchronous execution of the DeleteConfigurationSetEventDestination operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteConfigurationSetEventDestination operation on AmazonPinpointSMSVoiceClient.</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 EndDeleteConfigurationSetEventDestination /// operation.</returns> public virtual IAsyncResult BeginDeleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request, AsyncCallback callback, object state) { var marshaller = DeleteConfigurationSetEventDestinationRequestMarshaller.Instance; var unmarshaller = DeleteConfigurationSetEventDestinationResponseUnmarshaller.Instance; return(BeginInvoke <DeleteConfigurationSetEventDestinationRequest>(request, marshaller, unmarshaller, callback, state)); }
/// <summary> /// Initiates the asynchronous execution of the DeleteConfigurationSetEventDestination operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteConfigurationSetEventDestination operation on AmazonPinpointSMSVoiceClient.</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 EndDeleteConfigurationSetEventDestination /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/DeleteConfigurationSetEventDestination">REST API Reference for DeleteConfigurationSetEventDestination Operation</seealso> public virtual IAsyncResult BeginDeleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteConfigurationSetEventDestinationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteConfigurationSetEventDestinationResponseUnmarshaller.Instance; return(BeginInvoke(request, options, callback, state)); }
/// <summary> /// Deletes an event destination in a configuration set. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteConfigurationSetEventDestination 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 DeleteConfigurationSetEventDestination service method, as returned by PinpointSMSVoice.</returns> /// <exception cref="Amazon.PinpointSMSVoice.Model.BadRequestException"> /// The input you provided is invalid. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.InternalServiceErrorException"> /// The API encountered an unexpected error and couldn't complete the request. You might /// be able to successfully issue the request again in the future. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.NotFoundException"> /// The resource you attempted to access doesn't exist. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.TooManyRequestsException"> /// You've issued too many requests to the resource. Wait a few minutes, and then try /// again. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/DeleteConfigurationSetEventDestination">REST API Reference for DeleteConfigurationSetEventDestination Operation</seealso> public virtual Task <DeleteConfigurationSetEventDestinationResponse> DeleteConfigurationSetEventDestinationAsync(DeleteConfigurationSetEventDestinationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteConfigurationSetEventDestinationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteConfigurationSetEventDestinationResponseUnmarshaller.Instance; return(InvokeAsync <DeleteConfigurationSetEventDestinationResponse>(request, options, cancellationToken)); }
internal virtual DeleteConfigurationSetEventDestinationResponse DeleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DeleteConfigurationSetEventDestinationRequestMarshaller.Instance; options.ResponseUnmarshaller = DeleteConfigurationSetEventDestinationResponseUnmarshaller.Instance; return(Invoke <DeleteConfigurationSetEventDestinationResponse>(request, options)); }
/// <summary> /// Deletes an event destination in a configuration set. /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteConfigurationSetEventDestination service method.</param> /// /// <returns>The response from the DeleteConfigurationSetEventDestination service method, as returned by PinpointSMSVoice.</returns> /// <exception cref="Amazon.PinpointSMSVoice.Model.BadRequestException"> /// The input you provided is invalid. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.InternalServiceErrorException"> /// The API encountered an unexpected error and couldn't complete the request. You might /// be able to successfully issue the request again in the future. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.NotFoundException"> /// The resource you attempted to access doesn't exist. /// </exception> /// <exception cref="Amazon.PinpointSMSVoice.Model.TooManyRequestsException"> /// You've issued too many requests to the resource. Wait a few minutes, and then try /// again. /// </exception> public virtual DeleteConfigurationSetEventDestinationResponse DeleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request) { var marshaller = DeleteConfigurationSetEventDestinationRequestMarshaller.Instance; var unmarshaller = DeleteConfigurationSetEventDestinationResponseUnmarshaller.Instance; return(Invoke <DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse>(request, marshaller, unmarshaller)); }