/// <summary> /// Initiates the asynchronous execution of the DeleteUserPolicy operation. /// <seealso cref="Amazon.IdentityManagement.IAmazonIdentityManagementService"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteUserPolicy 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<DeleteUserPolicyResponse> DeleteUserPolicyAsync(DeleteUserPolicyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteUserPolicyRequestMarshaller(); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.Instance; return InvokeAsync<DeleteUserPolicyRequest,DeleteUserPolicyResponse>(request, marshaller, unmarshaller, cancellationToken); }
IAsyncResult invokeDeleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new DeleteUserPolicyRequestMarshaller().Marshall(deleteUserPolicyRequest); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
internal DeleteUserPolicyResponse DeleteUserPolicy(DeleteUserPolicyRequest request) { var marshaller = new DeleteUserPolicyRequestMarshaller(); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.Instance; return Invoke<DeleteUserPolicyRequest,DeleteUserPolicyResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DeleteUserPolicy operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteUserPolicy operation on AmazonIdentityManagementServiceClient.</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 EndDeleteUserPolicy /// operation.</returns> public IAsyncResult BeginDeleteUserPolicy(DeleteUserPolicyRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteUserPolicyRequestMarshaller(); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.Instance; return BeginInvoke<DeleteUserPolicyRequest>(request, marshaller, unmarshaller, callback, state); }
public void DeleteUserPolicyMarshallTest() { var operation = service_model.FindOperation("DeleteUserPolicy"); var request = InstantiateClassGenerator.Execute<DeleteUserPolicyRequest>(); var marshaller = new DeleteUserPolicyRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); }
/// <summary> /// <para>Deletes the specified policy associated with the specified /// User.</para> /// </summary> /// /// <param name="deleteUserPolicyRequest">Container for the necessary /// parameters to execute the DeleteUserPolicy service method on /// AmazonIdentityManagementService.</param> /// /// <exception cref="NoSuchEntityException"/> public DeleteUserPolicyResponse DeleteUserPolicy(DeleteUserPolicyRequest deleteUserPolicyRequest) { IRequest<DeleteUserPolicyRequest> request = new DeleteUserPolicyRequestMarshaller().Marshall(deleteUserPolicyRequest); DeleteUserPolicyResponse response = Invoke<DeleteUserPolicyRequest, DeleteUserPolicyResponse> (request, this.signer, DeleteUserPolicyResponseUnmarshaller.GetInstance()); return response; }
/// <summary> /// Initiates the asynchronous execution of the DeleteUserPolicy operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteUserPolicy operation on AmazonIdentityManagementServiceClient.</param> /// <param name="callback">An Action delegate that is invoked when the operation completes.</param> /// <param name="options">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> public void DeleteUserPolicyAsync(DeleteUserPolicyRequest request, AmazonServiceCallback<DeleteUserPolicyRequest, DeleteUserPolicyResponse> callback, AsyncOptions options = null) { options = options == null?new AsyncOptions():options; var marshaller = new DeleteUserPolicyRequestMarshaller(); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.Instance; Action<AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null; if(callback !=null ) callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => { AmazonServiceResult<DeleteUserPolicyRequest,DeleteUserPolicyResponse> responseObject = new AmazonServiceResult<DeleteUserPolicyRequest,DeleteUserPolicyResponse>((DeleteUserPolicyRequest)req, (DeleteUserPolicyResponse)res, ex , ao.State); callback(responseObject); }; BeginInvoke<DeleteUserPolicyRequest>(request, marshaller, unmarshaller, options, callbackHelper); }
/// <summary> /// Initiates the asynchronous execution of the DeleteUserPolicy operation. /// <seealso cref="Amazon.IdentityManagement.IAmazonIdentityManagementService.DeleteUserPolicy"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteUserPolicy 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 async Task<DeleteUserPolicyResponse> DeleteUserPolicyAsync(DeleteUserPolicyRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteUserPolicyRequestMarshaller(); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, DeleteUserPolicyRequest, DeleteUserPolicyResponse>(request, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// <para>Deletes the specified policy associated with the specified user.</para> /// </summary> /// /// <param name="deleteUserPolicyRequest">Container for the necessary parameters to execute the DeleteUserPolicy service method on /// AmazonIdentityManagementService.</param> /// /// <exception cref="T:Amazon.IdentityManagement.Model.NoSuchEntityException" /> /// <exception cref="T:Amazon.IdentityManagement.Model.LimitExceededException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<DeleteUserPolicyResponse> DeleteUserPolicyAsync(DeleteUserPolicyRequest deleteUserPolicyRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteUserPolicyRequestMarshaller(); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.GetInstance(); return Invoke<IRequest, DeleteUserPolicyRequest, DeleteUserPolicyResponse>(deleteUserPolicyRequest, marshaller, unmarshaller, signer, cancellationToken); }
IAsyncResult invokeDeleteUserPolicy(DeleteUserPolicyRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new DeleteUserPolicyRequestMarshaller(); var unmarshaller = DeleteUserPolicyResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }