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

ExportEC2InstanceRecommendationsResponse

import type { ExportEC2InstanceRecommendationsResponse } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface ExportEC2InstanceRecommendationsResponse {
jobId?: string | null;
s3Destination?: S3Destination | null;
}

§Properties

§
jobId?: string | null
[src]

The identification number of the export job.

Use the "DescribeRecommendationExportJobs" action, and specify the job ID to view the status of an export job.

§
s3Destination?: S3Destination | null
[src]

An object that describes the destination Amazon S3 bucket of a recommendations export file.