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

RecommendationExportJob

import type { RecommendationExportJob } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";

Describes a recommendation export job.

Use the "DescribeRecommendationExportJobs" action to view your recommendation export jobs.

Use the "ExportAutoScalingGroupRecommendations" or "ExportEC2InstanceRecommendations" actions to request an export of your recommendations.

interface RecommendationExportJob {
creationTimestamp?: Date | number | null;
destination?: ExportDestination | null;
failureReason?: string | null;
jobId?: string | null;
lastUpdatedTimestamp?: Date | number | null;
resourceType?: ResourceType | null;
status?: JobStatus | null;
}

§Properties

§
creationTimestamp?: Date | number | null
[src]

The timestamp of when the export job was created.

§
destination?: ExportDestination | null
[src]

An object that describes the destination of the export file.

§
failureReason?: string | null
[src]

The reason for an export job failure.

§
jobId?: string | null
[src]

The identification number of the export job.

§
lastUpdatedTimestamp?: Date | number | null
[src]

The timestamp of when the export job was last updated.

§
resourceType?: ResourceType | null
[src]

The resource type of the exported recommendations.

§
status?: JobStatus | null
[src]

The status of the export job.