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

UpdateInfrastructureConfigurationResponse

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

§Properties

§
clientToken?: string | null
[src]

The idempotency token used to make this request idempotent.

§
infrastructureConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.