Removes the specified User from the specified group.
public object Execute(ExecutorContext context) { var cmdletContext = context as CmdletContext; // create request var request = new Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest(); if (cmdletContext.GroupName != null) { request.GroupName = cmdletContext.GroupName; } if (cmdletContext.UserName != null) { request.UserName = cmdletContext.UserName; } 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 RemoveUserFromGroup operation. /// <seealso cref="Amazon.IdentityManagement.IAmazonIdentityManagementService"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the RemoveUserFromGroup 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<RemoveUserFromGroupResponse> RemoveUserFromGroupAsync(RemoveUserFromGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new RemoveUserFromGroupRequestMarshaller(); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.Instance; return InvokeAsync<RemoveUserFromGroupRequest,RemoveUserFromGroupResponse>(request, marshaller, unmarshaller, cancellationToken); }
internal RemoveUserFromGroupResponse RemoveUserFromGroup(RemoveUserFromGroupRequest request) { var marshaller = new RemoveUserFromGroupRequestMarshaller(); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.Instance; return Invoke<RemoveUserFromGroupRequest,RemoveUserFromGroupResponse>(request, marshaller, unmarshaller); }
IAsyncResult invokeRemoveUserFromGroup(RemoveUserFromGroupRequest removeUserFromGroupRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new RemoveUserFromGroupRequestMarshaller().Marshall(removeUserFromGroupRequest); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// <para>Removes the specified user from the specified group.</para> /// </summary> /// /// <param name="removeUserFromGroupRequest">Container for the necessary parameters to execute the RemoveUserFromGroup service method on /// AmazonIdentityManagementService.</param> /// /// <exception cref="NoSuchEntityException"/> public RemoveUserFromGroupResponse RemoveUserFromGroup(RemoveUserFromGroupRequest removeUserFromGroupRequest) { IAsyncResult asyncResult = invokeRemoveUserFromGroup(removeUserFromGroupRequest, null, null, true); return EndRemoveUserFromGroup(asyncResult); }
/// <summary> /// Initiates the asynchronous execution of the RemoveUserFromGroup operation. /// <seealso cref="Amazon.IdentityManagement.AmazonIdentityManagementService.RemoveUserFromGroup"/> /// </summary> /// /// <param name="removeUserFromGroupRequest">Container for the necessary parameters to execute the RemoveUserFromGroup operation on /// AmazonIdentityManagementService.</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> public IAsyncResult BeginRemoveUserFromGroup(RemoveUserFromGroupRequest removeUserFromGroupRequest, AsyncCallback callback, object state) { return invokeRemoveUserFromGroup(removeUserFromGroupRequest, callback, state, false); }
/// <summary> /// Initiates the asynchronous execution of the RemoveUserFromGroup operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the RemoveUserFromGroup 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 EndRemoveUserFromGroup /// operation.</returns> public IAsyncResult BeginRemoveUserFromGroup(RemoveUserFromGroupRequest request, AsyncCallback callback, object state) { var marshaller = new RemoveUserFromGroupRequestMarshaller(); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.Instance; return BeginInvoke<RemoveUserFromGroupRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// <para>Removes the specified User from the specified group.</para> /// </summary> /// /// <param name="removeUserFromGroupRequest">Container for the necessary /// parameters to execute the RemoveUserFromGroup service method on /// AmazonIdentityManagementService.</param> /// /// <exception cref="NoSuchEntityException"/> public RemoveUserFromGroupResponse RemoveUserFromGroup(RemoveUserFromGroupRequest removeUserFromGroupRequest) { IRequest<RemoveUserFromGroupRequest> request = new RemoveUserFromGroupRequestMarshaller().Marshall(removeUserFromGroupRequest); RemoveUserFromGroupResponse response = Invoke<RemoveUserFromGroupRequest, RemoveUserFromGroupResponse> (request, this.signer, RemoveUserFromGroupResponseUnmarshaller.GetInstance()); return response; }
/// <summary> /// Initiates the asynchronous execution of the RemoveUserFromGroup operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the RemoveUserFromGroup 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 RemoveUserFromGroupAsync(RemoveUserFromGroupRequest request, AmazonServiceCallback<RemoveUserFromGroupRequest, RemoveUserFromGroupResponse> callback, AsyncOptions options = null) { options = options == null?new AsyncOptions():options; var marshaller = new RemoveUserFromGroupRequestMarshaller(); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.Instance; Action<AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null; if(callback !=null ) callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => { AmazonServiceResult<RemoveUserFromGroupRequest,RemoveUserFromGroupResponse> responseObject = new AmazonServiceResult<RemoveUserFromGroupRequest,RemoveUserFromGroupResponse>((RemoveUserFromGroupRequest)req, (RemoveUserFromGroupResponse)res, ex , ao.State); callback(responseObject); }; BeginInvoke<RemoveUserFromGroupRequest>(request, marshaller, unmarshaller, options, callbackHelper); }
/// <summary> /// Initiates the asynchronous execution of the RemoveUserFromGroup operation. /// <seealso cref="Amazon.IdentityManagement.IAmazonIdentityManagementService.RemoveUserFromGroup"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the RemoveUserFromGroup 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<RemoveUserFromGroupResponse> RemoveUserFromGroupAsync(RemoveUserFromGroupRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new RemoveUserFromGroupRequestMarshaller(); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, RemoveUserFromGroupRequest, RemoveUserFromGroupResponse>(request, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// <para>Removes the specified user from the specified group.</para> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the RemoveUserFromGroup service method on /// AmazonIdentityManagementService.</param> /// /// <exception cref="T:Amazon.IdentityManagement.Model.NoSuchEntityException" /> /// <exception cref="T:Amazon.IdentityManagement.Model.LimitExceededException" /> public RemoveUserFromGroupResponse RemoveUserFromGroup(RemoveUserFromGroupRequest request) { var task = RemoveUserFromGroupAsync(request); try { return task.Result; } catch(AggregateException e) { throw e.InnerException; } }
private Amazon.IdentityManagement.Model.RemoveUserFromGroupResponse CallAWSServiceOperation(IAmazonIdentityManagementService client, Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS Identity and Access Management", "RemoveUserFromGroup"); try { #if DESKTOP return(client.RemoveUserFromGroup(request)); #elif CORECLR return(client.RemoveUserFromGroupAsync(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; } }
private async Task RemoveMember( string groupName, string memberIdentifier, IAmazonIdentityManagementService proxy, string correlationIdentifier) { if (string.IsNullOrWhiteSpace(groupName)) { throw new ArgumentNullException(AmazonWebServicesProvider.ArgumentNameGroupName); } if (string.IsNullOrWhiteSpace(memberIdentifier)) { throw new ArgumentNullException(AmazonWebServicesProvider.ArgumentNameMemberIdentifier); } if (null == proxy) { throw new ArgumentNullException(AmazonWebServicesProvider.ArgumentNameProxy); } if (string.IsNullOrWhiteSpace(correlationIdentifier)) { throw new ArgumentNullException(AmazonWebServicesProvider.ArgumentNameCorrelationIdentifier); } Amazon.IdentityManagement.Model.User memberUser = await this.RetrieveUser(memberIdentifier, proxy); if (null == memberUser) { string warning = string.Format( CultureInfo.InvariantCulture, AmazonProvisioningAgentResources.WarningEntryNotFoundTemplate, typeof(Amazon.IdentityManagement.Model.User).Name, memberIdentifier); ProvisioningAgentMonitor.Instance.Warn(warning, correlationIdentifier); return; } RemoveUserFromGroupRequest request = new RemoveUserFromGroupRequest(groupName, memberUser.UserName); await proxy.RemoveUserFromGroupAsync(request); }
/// <summary> /// <para>Removes the specified user from the specified group.</para> /// </summary> /// /// <param name="removeUserFromGroupRequest">Container for the necessary parameters to execute the RemoveUserFromGroup 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<RemoveUserFromGroupResponse> RemoveUserFromGroupAsync(RemoveUserFromGroupRequest removeUserFromGroupRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new RemoveUserFromGroupRequestMarshaller(); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.GetInstance(); return Invoke<IRequest, RemoveUserFromGroupRequest, RemoveUserFromGroupResponse>(removeUserFromGroupRequest, marshaller, unmarshaller, signer, cancellationToken); }
internal RemoveUserFromGroupResponse RemoveUserFromGroup(RemoveUserFromGroupRequest request) { var task = RemoveUserFromGroupAsync(request); try { return task.Result; } catch(AggregateException e) { ExceptionDispatchInfo.Capture(e.InnerException).Throw(); return null; } }
IAsyncResult invokeRemoveUserFromGroup(RemoveUserFromGroupRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new RemoveUserFromGroupRequestMarshaller(); var unmarshaller = RemoveUserFromGroupResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }