| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.GetBasePathMappings
Description
Represents a collection of BasePathMapping resources.
This operation returns paginated results.
- getBasePathMappings :: Text -> GetBasePathMappings
- data GetBasePathMappings
- gLimit :: Lens' GetBasePathMappings (Maybe Int)
- gPosition :: Lens' GetBasePathMappings (Maybe Text)
- gDomainName :: Lens' GetBasePathMappings Text
- getBasePathMappingsResponse :: Int -> GetBasePathMappingsResponse
- data GetBasePathMappingsResponse
- gbpmrsItems :: Lens' GetBasePathMappingsResponse [BasePathMapping]
- gbpmrsPosition :: Lens' GetBasePathMappingsResponse (Maybe Text)
- gbpmrsResponseStatus :: Lens' GetBasePathMappingsResponse Int
Creating a Request
Arguments
| :: Text | |
| -> GetBasePathMappings |
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:
data GetBasePathMappings Source
A request to get information about a collection of BasePathMapping resources.
See: getBasePathMappings smart constructor.
Instances
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
Arguments
| :: Int | |
| -> GetBasePathMappingsResponse |
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:
data GetBasePathMappingsResponse Source
Represents a collection of BasePathMapping resources.
See: getBasePathMappingsResponse smart constructor.
Response Lenses
gbpmrsItems :: Lens' GetBasePathMappingsResponse [BasePathMapping] Source
The current page of any BasePathMapping resources in the collection of base path mapping resources.
gbpmrsPosition :: Lens' GetBasePathMappingsResponse (Maybe Text) Source
Undocumented member.
gbpmrsResponseStatus :: Lens' GetBasePathMappingsResponse Int Source
The response status code.