amazonka-clouddirectory-1.6.0: Amazon CloudDirectory 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.CloudDirectory.ListFacetAttributes

Contents

Description

Retrieves attributes attached to the facet.

This operation returns paginated results.

Synopsis

Creating a Request

listFacetAttributes Source #

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

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

  • lfaNextToken - The pagination token.
  • lfaMaxResults - The maximum number of results to retrieve.
  • lfaSchemaARN - The ARN of the schema where the facet resides.
  • lfaName - The name of the facet whose attributes will be retrieved.

data ListFacetAttributes Source #

See: listFacetAttributes smart constructor.

Instances

Eq ListFacetAttributes Source # 
Data ListFacetAttributes Source # 

Methods

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

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

toConstr :: ListFacetAttributes -> Constr #

dataTypeOf :: ListFacetAttributes -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ListFacetAttributes -> () #

AWSPager ListFacetAttributes Source # 
AWSRequest ListFacetAttributes Source # 
ToHeaders ListFacetAttributes Source # 
ToPath ListFacetAttributes Source # 
ToQuery ListFacetAttributes Source # 
type Rep ListFacetAttributes Source # 
type Rep ListFacetAttributes = D1 * (MetaData "ListFacetAttributes" "Network.AWS.CloudDirectory.ListFacetAttributes" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListFacetAttributes'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_lfaNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lfaMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lfaSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_lfaName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ListFacetAttributes Source # 

Request Lenses

lfaMaxResults :: Lens' ListFacetAttributes (Maybe Natural) Source #

The maximum number of results to retrieve.

lfaSchemaARN :: Lens' ListFacetAttributes Text Source #

The ARN of the schema where the facet resides.

lfaName :: Lens' ListFacetAttributes Text Source #

The name of the facet whose attributes will be retrieved.

Destructuring the Response

listFacetAttributesResponse Source #

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

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

data ListFacetAttributesResponse Source #

See: listFacetAttributesResponse smart constructor.

Instances

Eq ListFacetAttributesResponse Source # 
Data ListFacetAttributesResponse Source # 

Methods

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

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

toConstr :: ListFacetAttributesResponse -> Constr #

dataTypeOf :: ListFacetAttributesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListFacetAttributesResponse Source # 
Show ListFacetAttributesResponse Source # 
Generic ListFacetAttributesResponse Source # 
NFData ListFacetAttributesResponse Source # 
type Rep ListFacetAttributesResponse Source # 
type Rep ListFacetAttributesResponse = D1 * (MetaData "ListFacetAttributesResponse" "Network.AWS.CloudDirectory.ListFacetAttributes" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListFacetAttributesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lfarsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lfarsAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [FacetAttribute]))) (S1 * (MetaSel (Just Symbol "_lfarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lfarsAttributes :: Lens' ListFacetAttributesResponse [FacetAttribute] Source #

The attributes attached to the facet.