amazonka-apigateway-1.4.0: Amazon API Gateway 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.APIGateway.GetDomainNames

Contents

Description

Represents a collection of DomainName resources.

This operation returns paginated results.

Synopsis

Creating a Request

getDomainNames :: GetDomainNames Source

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

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

Request Lenses

gdnLimit :: Lens' GetDomainNames (Maybe Int) Source

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

gdnPosition :: Lens' GetDomainNames (Maybe Text) Source

The position of the current domain names to get information about.

Destructuring the Response

getDomainNamesResponse Source

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

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

Response Lenses

gdnrsItems :: Lens' GetDomainNamesResponse [DomainName] Source

The current page of any DomainName resources in the collection of DomainName resources.