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

AwsVmsDetails

import type { AwsVmsDetails } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

AWSVmsDetails describes VMs in AWS.

interface AwsVmsDetails {
details?: AwsVmDetails[];
}

§Properties

§
details?: AwsVmDetails[]
[src]

The details of the AWS VMs.