amazonka-ds-1.4.0: Amazon Directory Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectoryService.GetSnapshotLimits

Contents

Description

Obtains the manual snapshot limits for a directory.

Synopsis

Creating a Request

getSnapshotLimits Source

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:

Request Lenses

gslDirectoryId :: Lens' GetSnapshotLimits Text Source

Contains the identifier of the directory to obtain the limits for.

Destructuring the Response

getSnapshotLimitsResponse Source

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:

Response Lenses

gslrsSnapshotLimits :: Lens' GetSnapshotLimitsResponse (Maybe SnapshotLimits) Source

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.