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

Contents

Description

Returns the identity attribute order for a specific TypedLinkFacet . For more information, see Typed link .

Synopsis

Creating a Request

getTypedLinkFacetInformation Source #

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

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

  • gtlfiSchemaARN - The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns .
  • gtlfiName - The unique name of the typed link facet.

data GetTypedLinkFacetInformation Source #

See: getTypedLinkFacetInformation smart constructor.

Instances

Eq GetTypedLinkFacetInformation Source # 
Data GetTypedLinkFacetInformation Source # 

Methods

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

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

toConstr :: GetTypedLinkFacetInformation -> Constr #

dataTypeOf :: GetTypedLinkFacetInformation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetTypedLinkFacetInformation Source # 
Show GetTypedLinkFacetInformation Source # 
Generic GetTypedLinkFacetInformation Source # 
Hashable GetTypedLinkFacetInformation Source # 
ToJSON GetTypedLinkFacetInformation Source # 
NFData GetTypedLinkFacetInformation Source # 
AWSRequest GetTypedLinkFacetInformation Source # 
ToHeaders GetTypedLinkFacetInformation Source # 
ToPath GetTypedLinkFacetInformation Source # 
ToQuery GetTypedLinkFacetInformation Source # 
type Rep GetTypedLinkFacetInformation Source # 
type Rep GetTypedLinkFacetInformation = D1 * (MetaData "GetTypedLinkFacetInformation" "Network.AWS.CloudDirectory.GetTypedLinkFacetInformation" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "GetTypedLinkFacetInformation'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gtlfiSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_gtlfiName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs GetTypedLinkFacetInformation Source # 

Request Lenses

gtlfiSchemaARN :: Lens' GetTypedLinkFacetInformation Text Source #

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns .

gtlfiName :: Lens' GetTypedLinkFacetInformation Text Source #

The unique name of the typed link facet.

Destructuring the Response

getTypedLinkFacetInformationResponse Source #

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

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

  • gtlfirsIdentityAttributeOrder - The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed link .
  • gtlfirsResponseStatus - -- | The response status code.

data GetTypedLinkFacetInformationResponse Source #

See: getTypedLinkFacetInformationResponse smart constructor.

Instances

Eq GetTypedLinkFacetInformationResponse Source # 
Data GetTypedLinkFacetInformationResponse Source # 

Methods

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

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

toConstr :: GetTypedLinkFacetInformationResponse -> Constr #

dataTypeOf :: GetTypedLinkFacetInformationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses

gtlfirsIdentityAttributeOrder :: Lens' GetTypedLinkFacetInformationResponse [Text] Source #

The order of identity attributes for the facet, from most significant to least significant. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls. For more information about identity attributes, see Typed link .