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

Contents

Description

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

Synopsis

Creating a Request

deleteTypedLinkFacet Source #

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

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

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

data DeleteTypedLinkFacet Source #

See: deleteTypedLinkFacet smart constructor.

Instances

Eq DeleteTypedLinkFacet Source # 
Data DeleteTypedLinkFacet Source # 

Methods

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

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

toConstr :: DeleteTypedLinkFacet -> Constr #

dataTypeOf :: DeleteTypedLinkFacet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DeleteTypedLinkFacet -> () #

AWSRequest DeleteTypedLinkFacet Source # 
ToQuery DeleteTypedLinkFacet Source # 
ToPath DeleteTypedLinkFacet Source # 
ToHeaders DeleteTypedLinkFacet Source # 
type Rep DeleteTypedLinkFacet Source # 
type Rep DeleteTypedLinkFacet = D1 (MetaData "DeleteTypedLinkFacet" "Network.AWS.CloudDirectory.DeleteTypedLinkFacet" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "DeleteTypedLinkFacet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dtlfSchemaARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dtlfName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs DeleteTypedLinkFacet Source # 

Request Lenses

dtlfSchemaARN :: Lens' DeleteTypedLinkFacet Text Source #

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

dtlfName :: Lens' DeleteTypedLinkFacet Text Source #

The unique name of the typed link facet.

Destructuring the Response

deleteTypedLinkFacetResponse Source #

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

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

data DeleteTypedLinkFacetResponse Source #

See: deleteTypedLinkFacetResponse smart constructor.

Instances

Eq DeleteTypedLinkFacetResponse Source # 
Data DeleteTypedLinkFacetResponse Source # 

Methods

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

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

toConstr :: DeleteTypedLinkFacetResponse -> Constr #

dataTypeOf :: DeleteTypedLinkFacetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses