| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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.
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:
gdlrsDirectoryLimits- ADirectoryLimitsobject that contains the directory limits for the current region.gdlrsResponseStatus- -- | The response status code.
data GetDirectoryLimitsResponse Source #
Contains the results of the GetDirectoryLimits operation.
See: getDirectoryLimitsResponse smart constructor.
Instances
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.