amazonka-clouddirectory-1.5.0: Amazon CloudDirectory SDK.

Copyright(c) 2013-2017 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.CloudDirectory.ListAppliedSchemaARNs

Contents

Description

Lists schemas applied to a directory.

Synopsis

Creating a Request

listAppliedSchemaARNs Source #

Creates a value of ListAppliedSchemaARNs with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListAppliedSchemaARNs Source #

See: listAppliedSchemaARNs smart constructor.

Instances

Eq ListAppliedSchemaARNs Source # 
Data ListAppliedSchemaARNs Source # 

Methods

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

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

toConstr :: ListAppliedSchemaARNs -> Constr #

dataTypeOf :: ListAppliedSchemaARNs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAppliedSchemaARNs Source # 
Show ListAppliedSchemaARNs Source # 
Generic ListAppliedSchemaARNs Source # 
Hashable ListAppliedSchemaARNs Source # 
ToJSON ListAppliedSchemaARNs Source # 
NFData ListAppliedSchemaARNs Source # 

Methods

rnf :: ListAppliedSchemaARNs -> () #

AWSRequest ListAppliedSchemaARNs Source # 
ToQuery ListAppliedSchemaARNs Source # 
ToPath ListAppliedSchemaARNs Source # 
ToHeaders ListAppliedSchemaARNs Source # 
type Rep ListAppliedSchemaARNs Source # 
type Rep ListAppliedSchemaARNs = D1 (MetaData "ListAppliedSchemaARNs" "Network.AWS.CloudDirectory.ListAppliedSchemaARNs" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "ListAppliedSchemaARNs'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lasaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lasaMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_lasaDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ListAppliedSchemaARNs Source # 

Request Lenses

lasaMaxResults :: Lens' ListAppliedSchemaARNs (Maybe Natural) Source #

The maximum number of results to retrieve.

lasaDirectoryARN :: Lens' ListAppliedSchemaARNs Text Source #

The ARN of the directory you are listing.

Destructuring the Response

listAppliedSchemaARNsResponse Source #

Creates a value of ListAppliedSchemaARNsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ListAppliedSchemaARNsResponse Source #

See: listAppliedSchemaARNsResponse smart constructor.

Instances

Eq ListAppliedSchemaARNsResponse Source # 
Data ListAppliedSchemaARNsResponse Source # 

Methods

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

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

toConstr :: ListAppliedSchemaARNsResponse -> Constr #

dataTypeOf :: ListAppliedSchemaARNsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAppliedSchemaARNsResponse Source # 
Show ListAppliedSchemaARNsResponse Source # 
Generic ListAppliedSchemaARNsResponse Source # 
NFData ListAppliedSchemaARNsResponse Source # 
type Rep ListAppliedSchemaARNsResponse Source # 
type Rep ListAppliedSchemaARNsResponse = D1 (MetaData "ListAppliedSchemaARNsResponse" "Network.AWS.CloudDirectory.ListAppliedSchemaARNs" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "ListAppliedSchemaARNsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lasarsSchemaARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_lasarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lasarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lasarsSchemaARNs :: Lens' ListAppliedSchemaARNsResponse [Text] Source #

The ARNs of schemas that are applied to the directory.