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

CreateAgentResponse

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

CreateAgentResponse

interface CreateAgentResponse {
AgentArn?: string | null;
}

§Properties

§
AgentArn?: string | null
[src]

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