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

Ec2AmiResource

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

A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the Amazon Web Services Cloud and on the device.

interface Ec2AmiResource {
AmiId: string;
SnowballAmiId?: string | null;
}

§Properties

§
AmiId: string
[src]

The ID of the AMI in Amazon EC2.

§
SnowballAmiId?: string | null
[src]

The ID of the AMI on the Snow device.