| 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.GetSnapshotLimits
Description
Obtains the manual snapshot limits for a directory.
See: AWS API Reference for GetSnapshotLimits.
- getSnapshotLimits :: Text -> GetSnapshotLimits
 - data GetSnapshotLimits
 - gslDirectoryId :: Lens' GetSnapshotLimits Text
 - getSnapshotLimitsResponse :: Int -> GetSnapshotLimitsResponse
 - data GetSnapshotLimitsResponse
 - gslrsSnapshotLimits :: Lens' GetSnapshotLimitsResponse (Maybe SnapshotLimits)
 - gslrsResponseStatus :: Lens' GetSnapshotLimitsResponse Int
 
Creating a Request
Arguments
| :: Text | |
| -> GetSnapshotLimits | 
Creates a value of GetSnapshotLimits with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetSnapshotLimits Source
Contains the inputs for the GetSnapshotLimits operation.
See: getSnapshotLimits smart constructor.
Instances
Request Lenses
gslDirectoryId :: Lens' GetSnapshotLimits Text Source
Contains the identifier of the directory to obtain the limits for.
Destructuring the Response
getSnapshotLimitsResponse Source
Arguments
| :: Int | |
| -> GetSnapshotLimitsResponse | 
Creates a value of GetSnapshotLimitsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetSnapshotLimitsResponse Source
Contains the results of the GetSnapshotLimits operation.
See: getSnapshotLimitsResponse smart constructor.
Response Lenses
gslrsSnapshotLimits :: Lens' GetSnapshotLimitsResponse (Maybe SnapshotLimits) Source
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
gslrsResponseStatus :: Lens' GetSnapshotLimitsResponse Int Source
The response status code.