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

DeleteAgentRequest

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

DeleteAgentRequest

interface DeleteAgentRequest {
AgentArn: string;
}

§Properties

§
AgentArn: string
[src]

The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents operation to return a list of agents for your account and Amazon Web Services Region.