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

CreateFpgaImageRequest

import type { CreateFpgaImageRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateFpgaImageRequest {
ClientToken?: string | null;
Description?: string | null;
DryRun?: boolean | null;
InputStorageLocation: StorageLocation;
LogsStorageLocation?: StorageLocation | null;
Name?: string | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

§
Description?: string | null
[src]

A description for the AFI.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
InputStorageLocation: StorageLocation
[src]

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

§
LogsStorageLocation?: StorageLocation | null
[src]

The location in Amazon S3 for the output logs.

§
Name?: string | null
[src]

A name for the AFI.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to apply to the FPGA image during creation.