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

StartImageScanResponse

import type { StartImageScanResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface StartImageScanResponse {
imageId?: ImageIdentifier | null;
imageScanStatus?: ImageScanStatus | null;
registryId?: string | null;
repositoryName?: string | null;
}

§Properties

§
imageId?: ImageIdentifier | null
[src]
§
imageScanStatus?: ImageScanStatus | null
[src]

The current state of the scan.

§
registryId?: string | null
[src]

The registry ID associated with the request.

§
repositoryName?: string | null
[src]

The repository name associated with the request.