amazonka-ds-1.6.1: Amazon Directory Service SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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:

  • gslDirectoryId - Contains the identifier of the directory to obtain the limits for.

data GetSnapshotLimits Source #

Contains the inputs for the GetSnapshotLimits operation.

See: getSnapshotLimits smart constructor.

Instances
Eq GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Data GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetSnapshotLimits -> c GetSnapshotLimits #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetSnapshotLimits #

toConstr :: GetSnapshotLimits -> Constr #

dataTypeOf :: GetSnapshotLimits -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetSnapshotLimits) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetSnapshotLimits) #

gmapT :: (forall b. Data b => b -> b) -> GetSnapshotLimits -> GetSnapshotLimits #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetSnapshotLimits -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetSnapshotLimits -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetSnapshotLimits -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetSnapshotLimits -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetSnapshotLimits -> m GetSnapshotLimits #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetSnapshotLimits -> m GetSnapshotLimits #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetSnapshotLimits -> m GetSnapshotLimits #

Read GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Show GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Generic GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Associated Types

type Rep GetSnapshotLimits :: Type -> Type #

Hashable GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

ToJSON GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

AWSRequest GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Associated Types

type Rs GetSnapshotLimits :: Type #

ToHeaders GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

ToPath GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

ToQuery GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

NFData GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Methods

rnf :: GetSnapshotLimits -> () #

type Rep GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

type Rep GetSnapshotLimits = D1 (MetaData "GetSnapshotLimits" "Network.AWS.DirectoryService.GetSnapshotLimits" "amazonka-ds-1.6.1-GgbrksYrd5fGA0sALmSRaP" True) (C1 (MetaCons "GetSnapshotLimits'" PrefixI True) (S1 (MetaSel (Just "_gslDirectoryId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetSnapshotLimits Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

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:

data GetSnapshotLimitsResponse Source #

Contains the results of the GetSnapshotLimits operation.

See: getSnapshotLimitsResponse smart constructor.

Instances
Eq GetSnapshotLimitsResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Data GetSnapshotLimitsResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetSnapshotLimitsResponse -> c GetSnapshotLimitsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetSnapshotLimitsResponse #

toConstr :: GetSnapshotLimitsResponse -> Constr #

dataTypeOf :: GetSnapshotLimitsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetSnapshotLimitsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetSnapshotLimitsResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetSnapshotLimitsResponse -> GetSnapshotLimitsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetSnapshotLimitsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetSnapshotLimitsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetSnapshotLimitsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetSnapshotLimitsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetSnapshotLimitsResponse -> m GetSnapshotLimitsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetSnapshotLimitsResponse -> m GetSnapshotLimitsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetSnapshotLimitsResponse -> m GetSnapshotLimitsResponse #

Read GetSnapshotLimitsResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Show GetSnapshotLimitsResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Generic GetSnapshotLimitsResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Associated Types

type Rep GetSnapshotLimitsResponse :: Type -> Type #

NFData GetSnapshotLimitsResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

type Rep GetSnapshotLimitsResponse Source # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

type Rep GetSnapshotLimitsResponse = D1 (MetaData "GetSnapshotLimitsResponse" "Network.AWS.DirectoryService.GetSnapshotLimits" "amazonka-ds-1.6.1-GgbrksYrd5fGA0sALmSRaP" False) (C1 (MetaCons "GetSnapshotLimitsResponse'" PrefixI True) (S1 (MetaSel (Just "_gslrsSnapshotLimits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SnapshotLimits)) :*: S1 (MetaSel (Just "_gslrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gslrsSnapshotLimits :: Lens' GetSnapshotLimitsResponse (Maybe SnapshotLimits) Source #

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