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

RecommendationReportDetails

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

Contains detailed information about a recommendation report.

interface RecommendationReportDetails {
completionTime?: Date | number | null;
s3Bucket?: string | null;
s3Keys?: string[] | null;
startTime?: Date | number | null;
statusMessage?: string | null;
}

§Properties

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

The time that the recommendation report generation task completes.

§
s3Bucket?: string | null
[src]

The S3 bucket where the report file is located.

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

The Amazon S3 key name of the report file.

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

The time that the recommendation report generation task starts.

§

The status of the recommendation report generation task.

§
statusMessage?: string | null
[src]

The status message for recommendation report generation.