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

ListInfrastructureConfigurationsResponse

import type { ListInfrastructureConfigurationsResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface ListInfrastructureConfigurationsResponse {
infrastructureConfigurationSummaryList?: InfrastructureConfigurationSummary[] | null;
nextToken?: string | null;
requestId?: string | null;
}

§Properties

§
infrastructureConfigurationSummaryList?: InfrastructureConfigurationSummary[] | null
[src]

The list of infrastructure configurations.

§
nextToken?: string | null
[src]

The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.