amazonka-clouddirectory-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Data GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

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

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Show GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Generic GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Associated Types

type Rep GetTypedLinkFacetInformation :: Type -> Type #

Hashable GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

ToJSON GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

AWSRequest GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Associated Types

type Rs GetTypedLinkFacetInformation :: Type #

ToHeaders GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

ToPath GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

ToQuery GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

NFData GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformation = D1 (MetaData "GetTypedLinkFacetInformation" "Network.AWS.CloudDirectory.GetTypedLinkFacetInformation" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "GetTypedLinkFacetInformation'" PrefixI True) (S1 (MetaSel (Just "_gtlfiSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_gtlfiName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetTypedLinkFacetInformation Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

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

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Data GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

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

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Show GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

Generic GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

NFData GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformationResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.GetTypedLinkFacetInformation

type Rep GetTypedLinkFacetInformationResponse = D1 (MetaData "GetTypedLinkFacetInformationResponse" "Network.AWS.CloudDirectory.GetTypedLinkFacetInformation" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "GetTypedLinkFacetInformationResponse'" PrefixI True) (S1 (MetaSel (Just "_gtlfirsIdentityAttributeOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_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 .