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

UpdateAgentRequest

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

UpdateAgentRequest

interface UpdateAgentRequest {
AgentArn: string;
Name?: string | null;
}

§Properties

§
AgentArn: string
[src]

The Amazon Resource Name (ARN) of the agent to update.

§
Name?: string | null
[src]

The name that you want to use to configure the agent.