Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeRecommendationExportJobsRequest

import type { DescribeRecommendationExportJobsRequest } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface DescribeRecommendationExportJobsRequest {
filters?: JobFilter[] | null;
jobIds?: string[] | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
filters?: JobFilter[] | null
[src]

An array of objects to specify a filter that returns a more specific list of export jobs.

§
jobIds?: string[] | null
[src]

The identification numbers of the export jobs to return.

An export job ID is returned when you create an export using the "ExportAutoScalingGroupRecommendations" or "ExportEC2InstanceRecommendations" actions.

All export jobs created in the last seven days are returned if this parameter is omitted.

§
maxResults?: number | null
[src]

The maximum number of export jobs to return with a single request.

To retrieve the remaining results, make another request with the returned nextToken value.

§
nextToken?: string | null
[src]

The token to advance to the next page of export jobs.