amazonka-storagegateway-0.3.2: Amazon Storage Gateway SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.DescribeGatewayInformation

Contents

Description

This operation returns metadata about a gateway such as its name, network interfaces, configured time zone, and the state (whether the gateway is running or not). To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.

http://docs.aws.amazon.com/storagegateway/latest/APIReference/API_DescribeGatewayInformation.html

Synopsis

Request

Request constructor

describeGatewayInformation Source

DescribeGatewayInformation constructor.

The fields accessible through corresponding lenses are:

Request lenses

Response

Response constructor

Response lenses

dgirGatewayNetworkInterfaces :: Lens' DescribeGatewayInformationResponse [NetworkInterface] Source

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

dgirGatewayState :: Lens' DescribeGatewayInformationResponse (Maybe Text) Source

One of the values that indicates the operating state of the gateway.

dgirGatewayTimezone :: Lens' DescribeGatewayInformationResponse (Maybe Text) Source

One of the values that indicates the time zone configured for the gateway.

dgirNextUpdateAvailabilityDate :: Lens' DescribeGatewayInformationResponse (Maybe Text) Source

The date at 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.