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 #

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
Eq GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Data GetSnapshotLimits # 
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 # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Show GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Generic GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Associated Types

type Rep GetSnapshotLimits :: Type -> Type #

Hashable GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

ToJSON GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

AWSRequest GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Associated Types

type Rs GetSnapshotLimits :: Type #

ToHeaders GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

ToPath GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

ToQuery GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

NFData GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Methods

rnf :: GetSnapshotLimits -> () #

type Rep GetSnapshotLimits # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

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

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Request Lenses

gslDirectoryId :: Lens' GetSnapshotLimits Text #

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

Destructuring the Response

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 #

Contains the results of the GetSnapshotLimits operation.

See: getSnapshotLimitsResponse smart constructor.

Instances
Eq GetSnapshotLimitsResponse # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Data GetSnapshotLimitsResponse # 
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 # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Show GetSnapshotLimitsResponse # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Generic GetSnapshotLimitsResponse # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

Associated Types

type Rep GetSnapshotLimitsResponse :: Type -> Type #

NFData GetSnapshotLimitsResponse # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

type Rep GetSnapshotLimitsResponse # 
Instance details

Defined in Network.AWS.DirectoryService.GetSnapshotLimits

type Rep GetSnapshotLimitsResponse = D1 (MetaData "GetSnapshotLimitsResponse" "Network.AWS.DirectoryService.GetSnapshotLimits" "amazonka-ds-1.6.1-1iv1gndTenqDVwqckveA92" 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) #

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

gslrsResponseStatus :: Lens' GetSnapshotLimitsResponse Int #

  • - | The response status code.