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

DescribeGatewayInformationOutput

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

A JSON object containing the following fields:

interface DescribeGatewayInformationOutput {
CloudWatchLogGroupARN?: string | null;
DeprecationDate?: string | null;
Ec2InstanceId?: string | null;
Ec2InstanceRegion?: string | null;
EndpointType?: string | null;
GatewayARN?: string | null;
GatewayCapacity?: GatewayCapacity | null;
GatewayId?: string | null;
GatewayName?: string | null;
GatewayNetworkInterfaces?: NetworkInterface[] | null;
GatewayState?: string | null;
GatewayTimezone?: string | null;
GatewayType?: string | null;
HostEnvironment?: HostEnvironment | null;
HostEnvironmentId?: string | null;
LastSoftwareUpdate?: string | null;
NextUpdateAvailabilityDate?: string | null;
SoftwareUpdatesEndDate?: string | null;
SupportedGatewayCapacities?: GatewayCapacity[] | null;
Tags?: Tag[] | null;
VPCEndpoint?: string | null;
}

§Properties

§
CloudWatchLogGroupARN?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway. This field only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM

§
DeprecationDate?: string | null
[src]

Date after which this gateway will not receive software updates for new features and bug fixes.

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

§
EndpointType?: string | null
[src]

The type of endpoint for your gateway.

Valid Values: STANDARD | FIPS

§
GatewayARN?: string | null
[src]
§
GatewayCapacity?: GatewayCapacity | null
[src]

Specifies the size of the gateway's metadata cache.

§
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 you configured for your gateway.

§
GatewayNetworkInterfaces?: NetworkInterface[] | null
[src]

A "NetworkInterface" array that contains descriptions of the gateway network interfaces.

§
GatewayState?: string | null
[src]

A value that indicates the operating state of the gateway.

§
GatewayTimezone?: string | null
[src]

A value that indicates the time zone configured for the gateway.

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

§
LastSoftwareUpdate?: string | null
[src]

The date on which the last software update was applied to the gateway. If the gateway has never been updated, this field does not return a value in the response. This only only exist and returns once it have been chosen and set by the SGW service, based on the OS version of the gateway VM

§
NextUpdateAvailabilityDate?: string | null
[src]

The date on which an update to the gateway is available. This date is in the time zone of the gateway. If the gateway is not available for an update this field is not returned in the response.

§
SoftwareUpdatesEndDate?: string | null
[src]

Date after which this gateway will not receive software updates for new features.

§
SupportedGatewayCapacities?: GatewayCapacity[] | null
[src]

A list of the metadata cache sizes that the gateway can support based on its current hardware specifications.

§
Tags?: Tag[] | null
[src]

A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.

§
VPCEndpoint?: string | null
[src]

The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.