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

Contents

Description

Updates a TypedLinkFacet . For more information, see Typed link .

Synopsis

Creating a Request

updateTypedLinkFacet Source #

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

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

  • utlfSchemaARN - The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns .
  • utlfName - The unique name of the typed link facet.
  • utlfAttributeUpdates - Attributes update structure.
  • utlfIdentityAttributeOrder - 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 a 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 .

data UpdateTypedLinkFacet Source #

See: updateTypedLinkFacet smart constructor.

Instances

Eq UpdateTypedLinkFacet Source # 
Data UpdateTypedLinkFacet Source # 

Methods

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

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

toConstr :: UpdateTypedLinkFacet -> Constr #

dataTypeOf :: UpdateTypedLinkFacet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: UpdateTypedLinkFacet -> () #

AWSRequest UpdateTypedLinkFacet Source # 
ToQuery UpdateTypedLinkFacet Source # 
ToPath UpdateTypedLinkFacet Source # 
ToHeaders UpdateTypedLinkFacet Source # 
type Rep UpdateTypedLinkFacet Source # 
type Rep UpdateTypedLinkFacet = D1 (MetaData "UpdateTypedLinkFacet" "Network.AWS.CloudDirectory.UpdateTypedLinkFacet" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "UpdateTypedLinkFacet'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_utlfSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_utlfName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_utlfAttributeUpdates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [TypedLinkFacetAttributeUpdate])) (S1 (MetaSel (Just Symbol "_utlfIdentityAttributeOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))))
type Rs UpdateTypedLinkFacet Source # 

Request Lenses

utlfSchemaARN :: Lens' UpdateTypedLinkFacet Text Source #

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

utlfName :: Lens' UpdateTypedLinkFacet Text Source #

The unique name of the typed link facet.

utlfIdentityAttributeOrder :: Lens' UpdateTypedLinkFacet [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 a 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 .

Destructuring the Response

updateTypedLinkFacetResponse Source #

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

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

data UpdateTypedLinkFacetResponse Source #

See: updateTypedLinkFacetResponse smart constructor.

Instances

Eq UpdateTypedLinkFacetResponse Source # 
Data UpdateTypedLinkFacetResponse Source # 

Methods

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

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

toConstr :: UpdateTypedLinkFacetResponse -> Constr #

dataTypeOf :: UpdateTypedLinkFacetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateTypedLinkFacetResponse Source # 
Show UpdateTypedLinkFacetResponse Source # 
Generic UpdateTypedLinkFacetResponse Source # 
NFData UpdateTypedLinkFacetResponse Source # 
type Rep UpdateTypedLinkFacetResponse Source # 
type Rep UpdateTypedLinkFacetResponse = D1 (MetaData "UpdateTypedLinkFacetResponse" "Network.AWS.CloudDirectory.UpdateTypedLinkFacet" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" True) (C1 (MetaCons "UpdateTypedLinkFacetResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_utlfrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses