| Copyright | (c) 2013-2018 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 #
Creates a value of GetDirectoryLimits with the minimum fields required to make a request.
data GetDirectoryLimits #
Contains the inputs for the GetDirectoryLimits operation.
See: getDirectoryLimits smart constructor.
Instances
Destructuring the Response
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 #
Contains the results of the GetDirectoryLimits operation.
See: getDirectoryLimitsResponse smart constructor.
Response Lenses
gdlrsDirectoryLimits :: Lens' GetDirectoryLimitsResponse (Maybe DirectoryLimits) #
A DirectoryLimits object that contains the directory limits for the current region.
gdlrsResponseStatus :: Lens' GetDirectoryLimitsResponse Int #
- - | The response status code.