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

Contents

Description

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed link .

Synopsis

Creating a Request

listOutgoingTypedLinks Source #

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

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

  • lotlFilterAttributeRanges - Provides range filters for multiple attributes. 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.
  • lotlConsistencyLevel - The consistency level to execute the request at.
  • lotlNextToken - The pagination token.
  • lotlFilterTypedLink - Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
  • lotlMaxResults - The maximum number of results to retrieve.
  • lotlDirectoryARN - The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
  • lotlObjectReference - A reference that identifies the object whose attributes will be listed.

data ListOutgoingTypedLinks Source #

See: listOutgoingTypedLinks smart constructor.

Request Lenses

lotlFilterAttributeRanges :: Lens' ListOutgoingTypedLinks [TypedLinkAttributeRange] Source #

Provides range filters for multiple attributes. 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.

lotlConsistencyLevel :: Lens' ListOutgoingTypedLinks (Maybe ConsistencyLevel) Source #

The consistency level to execute the request at.

lotlFilterTypedLink :: Lens' ListOutgoingTypedLinks (Maybe TypedLinkSchemaAndFacetName) Source #

Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.

lotlMaxResults :: Lens' ListOutgoingTypedLinks (Maybe Natural) Source #

The maximum number of results to retrieve.

lotlDirectoryARN :: Lens' ListOutgoingTypedLinks Text Source #

The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

lotlObjectReference :: Lens' ListOutgoingTypedLinks ObjectReference Source #

A reference that identifies the object whose attributes will be listed.

Destructuring the Response

listOutgoingTypedLinksResponse Source #

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

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

data ListOutgoingTypedLinksResponse Source #

See: listOutgoingTypedLinksResponse smart constructor.

Instances
Eq ListOutgoingTypedLinksResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListOutgoingTypedLinks

Data ListOutgoingTypedLinksResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListOutgoingTypedLinks

Methods

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

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

toConstr :: ListOutgoingTypedLinksResponse -> Constr #

dataTypeOf :: ListOutgoingTypedLinksResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListOutgoingTypedLinksResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListOutgoingTypedLinks

Show ListOutgoingTypedLinksResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListOutgoingTypedLinks

Generic ListOutgoingTypedLinksResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListOutgoingTypedLinks

Associated Types

type Rep ListOutgoingTypedLinksResponse :: Type -> Type #

NFData ListOutgoingTypedLinksResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListOutgoingTypedLinks

type Rep ListOutgoingTypedLinksResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.ListOutgoingTypedLinks

type Rep ListOutgoingTypedLinksResponse = D1 (MetaData "ListOutgoingTypedLinksResponse" "Network.AWS.CloudDirectory.ListOutgoingTypedLinks" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "ListOutgoingTypedLinksResponse'" PrefixI True) (S1 (MetaSel (Just "_lotlrsTypedLinkSpecifiers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TypedLinkSpecifier])) :*: (S1 (MetaSel (Just "_lotlrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lotlrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses