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

GetInfrastructureConfigurationResponse

import type { GetInfrastructureConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";

GetInfrastructureConfiguration response object.

interface GetInfrastructureConfigurationResponse {
infrastructureConfiguration?: InfrastructureConfiguration | null;
requestId?: string | null;
}

§Properties

§
infrastructureConfiguration?: InfrastructureConfiguration | null
[src]

The infrastructure configuration object.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.