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.ListFacetNames

Contents

Description

Retrieves the names of facets that exist in a schema.

Synopsis

Creating a Request

listFacetNames Source #

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

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

data ListFacetNames Source #

See: listFacetNames smart constructor.

Instances

Eq ListFacetNames Source # 
Data ListFacetNames Source # 

Methods

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

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

toConstr :: ListFacetNames -> Constr #

dataTypeOf :: ListFacetNames -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListFacetNames Source # 
Show ListFacetNames Source # 
Generic ListFacetNames Source # 

Associated Types

type Rep ListFacetNames :: * -> * #

Hashable ListFacetNames Source # 
ToJSON ListFacetNames Source # 
NFData ListFacetNames Source # 

Methods

rnf :: ListFacetNames -> () #

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

Request Lenses

lfnNextToken :: Lens' ListFacetNames (Maybe Text) Source #

The pagination token.

lfnMaxResults :: Lens' ListFacetNames (Maybe Natural) Source #

The maximum number of results to retrieve.

lfnSchemaARN :: Lens' ListFacetNames Text Source #

The Amazon Resource Name (ARN) to retrieve facet names from.

Destructuring the Response

listFacetNamesResponse Source #

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

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

data ListFacetNamesResponse Source #

See: listFacetNamesResponse smart constructor.

Instances

Eq ListFacetNamesResponse Source # 
Data ListFacetNamesResponse Source # 

Methods

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

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

toConstr :: ListFacetNamesResponse -> Constr #

dataTypeOf :: ListFacetNamesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListFacetNamesResponse Source # 
Show ListFacetNamesResponse Source # 
Generic ListFacetNamesResponse Source # 
NFData ListFacetNamesResponse Source # 

Methods

rnf :: ListFacetNamesResponse -> () #

type Rep ListFacetNamesResponse Source # 
type Rep ListFacetNamesResponse = D1 (MetaData "ListFacetNamesResponse" "Network.AWS.CloudDirectory.ListFacetNames" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "ListFacetNamesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lfnrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lfnrsFacetNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_lfnrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lfnrsFacetNames :: Lens' ListFacetNamesResponse [Text] Source #

The names of facets that exist within the schema.