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

GatewayInfo

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

Describes a gateway object.

interface GatewayInfo {
Ec2InstanceId?: string | null;
Ec2InstanceRegion?: string | null;
GatewayARN?: string | null;
GatewayId?: string | null;
GatewayName?: string | null;
GatewayOperationalState?: string | null;
GatewayType?: string | null;
HostEnvironment?: HostEnvironment | null;
HostEnvironmentId?: string | null;
}

§Properties

§
Ec2InstanceId?: string | null
[src]

The ID of the Amazon EC2 instance that was used to launch the gateway.

§
Ec2InstanceRegion?: string | null
[src]

The Amazon Web Services Region where the Amazon EC2 instance is located.

§
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.

§
GatewayId?: string | null
[src]

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

§
GatewayName?: string | null
[src]

The name of the gateway.

§
GatewayOperationalState?: string | null
[src]

The state of the gateway.

Valid Values: DISABLED | ACTIVE

§
GatewayType?: string | null
[src]

The type of the gateway.

§
HostEnvironment?: HostEnvironment | null
[src]

The type of hardware or software platform on which the gateway is running.

§
HostEnvironmentId?: string | null
[src]

A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.