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

ExportECSServiceRecommendationsResponse

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

§Properties

§
jobId?: string | null
[src]

The identification number of the export job.

To view the status of an export job, use the "DescribeRecommendationExportJobs" action and specify the job ID.

§
s3Destination?: S3Destination | null
[src]