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

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Data UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

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

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Show UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Generic UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type Rep UpdateTypedLinkFacet :: Type -> Type #

Hashable UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

ToJSON UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

AWSRequest UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type Rs UpdateTypedLinkFacet :: Type #

ToHeaders UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

ToPath UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

ToQuery UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

NFData UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Methods

rnf :: UpdateTypedLinkFacet -> () #

type Rep UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

type Rep UpdateTypedLinkFacet = D1 (MetaData "UpdateTypedLinkFacet" "Network.AWS.CloudDirectory.UpdateTypedLinkFacet" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "UpdateTypedLinkFacet'" PrefixI True) ((S1 (MetaSel (Just "_utlfSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_utlfName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_utlfAttributeUpdates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [TypedLinkFacetAttributeUpdate]) :*: S1 (MetaSel (Just "_utlfIdentityAttributeOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text]))))
type Rs UpdateTypedLinkFacet Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

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

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Data UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

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

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Show UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Generic UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

Associated Types

type Rep UpdateTypedLinkFacetResponse :: Type -> Type #

NFData UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

type Rep UpdateTypedLinkFacetResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.UpdateTypedLinkFacet

type Rep UpdateTypedLinkFacetResponse = D1 (MetaData "UpdateTypedLinkFacetResponse" "Network.AWS.CloudDirectory.UpdateTypedLinkFacet" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" True) (C1 (MetaCons "UpdateTypedLinkFacetResponse'" PrefixI True) (S1 (MetaSel (Just "_utlfrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses