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

Gateway

import type { Gateway } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";

A gateway is an Backup Gateway appliance that runs on the customer's network to provide seamless connectivity to backup storage in the Amazon Web Services Cloud.

interface Gateway {
GatewayArn?: string | null;
GatewayDisplayName?: string | null;
GatewayType?: GatewayType | null;
HypervisorId?: string | null;
LastSeenTime?: Date | number | null;
}

§Properties

§
GatewayArn?: string | null
[src]

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

§
GatewayDisplayName?: string | null
[src]

The display name of the gateway.

§
GatewayType?: GatewayType | null
[src]

The type of the gateway.

§
HypervisorId?: string | null
[src]

The hypervisor ID of the gateway.

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

The last time Backup gateway communicated with the gateway, in Unix format and UTC time.