internal DeleteMountTargetResponse DeleteMountTarget(DeleteMountTargetRequest request) { var marshaller = new DeleteMountTargetRequestMarshaller(); var unmarshaller = DeleteMountTargetResponseUnmarshaller.Instance; return(Invoke <DeleteMountTargetRequest, DeleteMountTargetResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the DeleteMountTarget operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMountTarget 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 <DeleteMountTargetResponse> DeleteMountTargetAsync(DeleteMountTargetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteMountTargetRequestMarshaller(); var unmarshaller = DeleteMountTargetResponseUnmarshaller.Instance; return(InvokeAsync <DeleteMountTargetRequest, DeleteMountTargetResponse>(request, marshaller, unmarshaller, cancellationToken)); }
public void DeleteMountTargetMarshallTest() { var operation = service_model.FindOperation("DeleteMountTarget"); var request = InstantiateClassGenerator.Execute <DeleteMountTargetRequest>(); var marshaller = new DeleteMountTargetRequestMarshaller(); var internalRequest = marshaller.Marshall(request); RequestValidator.Validate("DeleteMountTarget", request, internalRequest, service_model); }
/// <summary> /// Initiates the asynchronous execution of the DeleteMountTarget operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMountTarget 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<DeleteMountTargetResponse> DeleteMountTargetAsync(DeleteMountTargetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteMountTargetRequestMarshaller(); var unmarshaller = DeleteMountTargetResponseUnmarshaller.Instance; return InvokeAsync<DeleteMountTargetRequest,DeleteMountTargetResponse>(request, marshaller, unmarshaller, cancellationToken); }
internal DeleteMountTargetResponse DeleteMountTarget(DeleteMountTargetRequest request) { var marshaller = new DeleteMountTargetRequestMarshaller(); var unmarshaller = DeleteMountTargetResponseUnmarshaller.Instance; return Invoke<DeleteMountTargetRequest,DeleteMountTargetResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DeleteMountTarget operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteMountTarget operation on AmazonElasticFileSystemClient.</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 EndDeleteMountTarget /// operation.</returns> public IAsyncResult BeginDeleteMountTarget(DeleteMountTargetRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteMountTargetRequestMarshaller(); var unmarshaller = DeleteMountTargetResponseUnmarshaller.Instance; return BeginInvoke<DeleteMountTargetRequest>(request, marshaller, unmarshaller, callback, state); }
public void DeleteMountTargetMarshallTest() { var operation = service_model.FindOperation("DeleteMountTarget"); var request = InstantiateClassGenerator.Execute<DeleteMountTargetRequest>(); var marshaller = new DeleteMountTargetRequestMarshaller(); var internalRequest = marshaller.Marshall(request); RequestValidator.Validate("DeleteMountTarget", request, internalRequest, service_model); }