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

DescribeAgentResponse

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

DescribeAgentResponse

interface DescribeAgentResponse {
AgentArn?: string | null;
CreationTime?: Date | number | null;
EndpointType?: EndpointType | null;
LastConnectionTime?: Date | number | null;
Name?: string | null;
PrivateLinkConfig?: PrivateLinkConfig | null;
Status?: AgentStatus | null;
}

§Properties

§
AgentArn?: string | null
[src]

The ARN of the agent.

§
CreationTime?: Date | number | null
[src]

The time that the agent was activated (that is, created in your account).

§
EndpointType?: EndpointType | null
[src]

The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet.

§
LastConnectionTime?: Date | number | null
[src]

The time that the agent last connected to DataSync.

§
Name?: string | null
[src]

The name of the agent.

§
PrivateLinkConfig?: PrivateLinkConfig | null
[src]

The subnet and the security group that DataSync used to access a VPC endpoint.

§
Status?: AgentStatus | null
[src]

The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.