| Copyright | (c) 2013-2015 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.DirectoryService.GetDirectoryLimits
Description
Obtains directory limit information for the current region.
See: AWS API Reference for GetDirectoryLimits.
Creating a Request
getDirectoryLimits :: GetDirectoryLimits Source
Creates a value of GetDirectoryLimits with the minimum fields required to make a request.
data GetDirectoryLimits Source
Contains the inputs for the GetDirectoryLimits operation.
See: getDirectoryLimits smart constructor.
Instances
Destructuring the Response
getDirectoryLimitsResponse Source
Arguments
| :: Int | |
| -> GetDirectoryLimitsResponse | 
Creates a value of GetDirectoryLimitsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetDirectoryLimitsResponse Source
Contains the results of the GetDirectoryLimits operation.
See: getDirectoryLimitsResponse smart constructor.
Response Lenses
gdlrsDirectoryLimits :: Lens' GetDirectoryLimitsResponse (Maybe DirectoryLimits) Source
A DirectoryLimits object that contains the directory limits for the current region.
gdlrsResponseStatus :: Lens' GetDirectoryLimitsResponse Int Source
The response status code.