/// <summary> /// Updates a hypervisor metadata, including its host, username, and password. Specify /// which hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor /// in your request. /// </summary> /// <param name="request">Container for the necessary parameters to execute the UpdateHypervisor 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 UpdateHypervisor service method, as returned by BackupGateway.</returns> /// <exception cref="Amazon.BackupGateway.Model.AccessDeniedException"> /// The operation cannot proceed because you have insufficient permissions. /// </exception> /// <exception cref="Amazon.BackupGateway.Model.InternalServerException"> /// The operation did not succeed because an internal error occurred. Try again later. /// </exception> /// <exception cref="Amazon.BackupGateway.Model.ResourceNotFoundException"> /// A resource that is required for the action wasn't found. /// </exception> /// <exception cref="Amazon.BackupGateway.Model.ValidationException"> /// The operation did not succeed because a validation error occurred. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/UpdateHypervisor">REST API Reference for UpdateHypervisor Operation</seealso> public virtual Task <UpdateHypervisorResponse> UpdateHypervisorAsync(UpdateHypervisorRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateHypervisorRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateHypervisorResponseUnmarshaller.Instance; return(InvokeAsync <UpdateHypervisorResponse>(request, options, cancellationToken)); }
internal virtual UpdateHypervisorResponse UpdateHypervisor(UpdateHypervisorRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = UpdateHypervisorRequestMarshaller.Instance; options.ResponseUnmarshaller = UpdateHypervisorResponseUnmarshaller.Instance; return(Invoke <UpdateHypervisorResponse>(request, options)); }