/// <summary> /// Describes recommendation export jobs created in the last seven days. /// /// /// <para> /// Use the <code>ExportAutoScalingGroupRecommendations</code> or <code>ExportEC2InstanceRecommendations</code> /// actions to request an export of your recommendations. Then use the <code>DescribeRecommendationExportJobs</code> /// action to view your export jobs. /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeRecommendationExportJobs 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 DescribeRecommendationExportJobs service method, as returned by ComputeOptimizer.</returns> /// <exception cref="Amazon.ComputeOptimizer.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.ComputeOptimizer.Model.InternalServerException"> /// An internal error has occurred. Try your call again. /// </exception> /// <exception cref="Amazon.ComputeOptimizer.Model.InvalidParameterValueException"> /// An invalid or out-of-range value was supplied for the input parameter. /// </exception> /// <exception cref="Amazon.ComputeOptimizer.Model.MissingAuthenticationTokenException"> /// The request must contain either a valid (registered) AWS access key ID or X.509 certificate. /// </exception> /// <exception cref="Amazon.ComputeOptimizer.Model.OptInRequiredException"> /// The account is not opted in to AWS Compute Optimizer. /// </exception> /// <exception cref="Amazon.ComputeOptimizer.Model.ResourceNotFoundException"> /// A resource that is required for the action doesn't exist. /// </exception> /// <exception cref="Amazon.ComputeOptimizer.Model.ServiceUnavailableException"> /// The request has failed due to a temporary failure of the server. /// </exception> /// <exception cref="Amazon.ComputeOptimizer.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/DescribeRecommendationExportJobs">REST API Reference for DescribeRecommendationExportJobs Operation</seealso> public virtual Task <DescribeRecommendationExportJobsResponse> DescribeRecommendationExportJobsAsync(DescribeRecommendationExportJobsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = DescribeRecommendationExportJobsRequestMarshaller.Instance; options.ResponseUnmarshaller = DescribeRecommendationExportJobsResponseUnmarshaller.Instance; return(InvokeAsync <DescribeRecommendationExportJobsResponse>(request, options, cancellationToken)); }
internal virtual DescribeRecommendationExportJobsResponse DescribeRecommendationExportJobs(DescribeRecommendationExportJobsRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = DescribeRecommendationExportJobsRequestMarshaller.Instance; options.ResponseUnmarshaller = DescribeRecommendationExportJobsResponseUnmarshaller.Instance; return(Invoke <DescribeRecommendationExportJobsResponse>(request, options)); }