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

Contents

Description

Detaches the specified object from the specified index.

Synopsis

Creating a Request

detachFromIndex Source #

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

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

data DetachFromIndex Source #

See: detachFromIndex smart constructor.

Instances

Eq DetachFromIndex Source # 
Data DetachFromIndex Source # 

Methods

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

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

toConstr :: DetachFromIndex -> Constr #

dataTypeOf :: DetachFromIndex -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: DetachFromIndex -> () #

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

Request Lenses

dfiDirectoryARN :: Lens' DetachFromIndex Text Source #

The Amazon Resource Name (ARN) of the directory the index and object exist in.

dfiIndexReference :: Lens' DetachFromIndex ObjectReference Source #

A reference to the index object.

dfiTargetReference :: Lens' DetachFromIndex ObjectReference Source #

A reference to the object being detached from the index.

Destructuring the Response

detachFromIndexResponse Source #

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

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

data DetachFromIndexResponse Source #

See: detachFromIndexResponse smart constructor.

Instances

Eq DetachFromIndexResponse Source # 
Data DetachFromIndexResponse Source # 

Methods

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

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

toConstr :: DetachFromIndexResponse -> Constr #

dataTypeOf :: DetachFromIndexResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DetachFromIndexResponse Source # 
Show DetachFromIndexResponse Source # 
Generic DetachFromIndexResponse Source # 
NFData DetachFromIndexResponse Source # 

Methods

rnf :: DetachFromIndexResponse -> () #

type Rep DetachFromIndexResponse Source # 
type Rep DetachFromIndexResponse = D1 (MetaData "DetachFromIndexResponse" "Network.AWS.CloudDirectory.DetachFromIndex" "amazonka-clouddirectory-1.5.0-4g2rtj0PtNBHCN8G8qmiXW" False) (C1 (MetaCons "DetachFromIndexResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dfirsDetachedObjectIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dfirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dfirsDetachedObjectIdentifier :: Lens' DetachFromIndexResponse (Maybe Text) Source #

The ObjectIdentifier of the object that was detached from the index.