amazonka-ec2-1.4.0: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeVPCClassicLinkDNSSupport

Contents

Description

Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information about ClassicLink, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

Synopsis

Creating a Request

describeVPCClassicLinkDNSSupport :: DescribeVPCClassicLinkDNSSupport Source

Creates a value of DescribeVPCClassicLinkDNSSupport with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dvcldsNextToken :: Lens' DescribeVPCClassicLinkDNSSupport (Maybe Text) Source

The token for the next set of items to return. (You received this token from a prior call.)

dvcldsMaxResults :: Lens' DescribeVPCClassicLinkDNSSupport (Maybe Natural) Source

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Destructuring the Response

describeVPCClassicLinkDNSSupportResponse Source

Creates a value of DescribeVPCClassicLinkDNSSupportResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dvpccldnssrsVPCs :: Lens' DescribeVPCClassicLinkDNSSupportResponse [ClassicLinkDNSSupport] Source

Information about the ClassicLink DNS support status of the VPCs.

dvpccldnssrsNextToken :: Lens' DescribeVPCClassicLinkDNSSupportResponse (Maybe Text) Source

The token to use when requesting the next set of items.