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

GetComponentResponse

import type { GetComponentResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface GetComponentResponse {
component?: Component | null;
requestId?: string | null;
}

§Properties

§
component?: Component | null
[src]

The component object associated with the specified ARN.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.