amazonka-apigateway-1.3.7: Amazon API Gateway SDK.

Copyright(c) 2013-2015 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.GetBasePathMappings

Contents

Description

Represents a collection of BasePathMapping resources.

See: AWS API Reference for GetBasePathMappings.

This operation returns paginated results.

Synopsis

Creating a Request

getBasePathMappings Source

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

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

Request Lenses

gLimit :: Lens' GetBasePathMappings (Maybe Int) Source

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

gPosition :: Lens' GetBasePathMappings (Maybe Text) Source

The position of the current BasePathMapping resource in the collection to get information about.

gDomainName :: Lens' GetBasePathMappings Text Source

The domain name of a BasePathMapping resource.

Destructuring the Response

getBasePathMappingsResponse Source

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

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

Response Lenses

gbpmrsItems :: Lens' GetBasePathMappingsResponse [BasePathMapping] Source

The current page of any BasePathMapping resources in the collection of base path mapping resources.