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

Tool

import type { Tool } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";

List of AWS services utilized in a migration workflow.

interface Tool {
name?: string | null;
url?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of an AWS service.

§
url?: string | null
[src]

The URL of an AWS service.