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.DirectoryService.GetSnapshotLimits
Description
Obtains the manual snapshot limits for a directory.
- 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:
gslDirectoryId
- Contains the identifier of the directory to obtain the limits for.
data GetSnapshotLimits #
Contains the inputs for the GetSnapshotLimits
operation.
See: getSnapshotLimits
smart constructor.
Instances
Request Lenses
gslDirectoryId :: Lens' GetSnapshotLimits Text #
Contains the identifier of the directory to obtain the limits for.
Destructuring the Response
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:
gslrsSnapshotLimits
- ASnapshotLimits
object that contains the manual snapshot limits for the specified directory.gslrsResponseStatus
- -- | The response status code.
data GetSnapshotLimitsResponse #
Contains the results of the GetSnapshotLimits
operation.
See: getSnapshotLimitsResponse
smart constructor.
Response Lenses
gslrsSnapshotLimits :: Lens' GetSnapshotLimitsResponse (Maybe SnapshotLimits) #
A SnapshotLimits
object that contains the manual snapshot limits for the specified directory.
gslrsResponseStatus :: Lens' GetSnapshotLimitsResponse Int #
- - | The response status code.