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

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Data DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

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

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Show DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Generic DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Associated Types

type Rep DetachFromIndex :: Type -> Type #

Hashable DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

ToJSON DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

AWSRequest DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Associated Types

type Rs DetachFromIndex :: Type #

ToHeaders DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

ToPath DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

ToQuery DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

NFData DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Methods

rnf :: DetachFromIndex -> () #

type Rep DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

type Rep DetachFromIndex = D1 (MetaData "DetachFromIndex" "Network.AWS.CloudDirectory.DetachFromIndex" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "DetachFromIndex'" PrefixI True) (S1 (MetaSel (Just "_dfiDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_dfiIndexReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectReference) :*: S1 (MetaSel (Just "_dfiTargetReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectReference))))
type Rs DetachFromIndex Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

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

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Data DetachFromIndexResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

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

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Show DetachFromIndexResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Generic DetachFromIndexResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Associated Types

type Rep DetachFromIndexResponse :: Type -> Type #

NFData DetachFromIndexResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

Methods

rnf :: DetachFromIndexResponse -> () #

type Rep DetachFromIndexResponse Source # 
Instance details

Defined in Network.AWS.CloudDirectory.DetachFromIndex

type Rep DetachFromIndexResponse = D1 (MetaData "DetachFromIndexResponse" "Network.AWS.CloudDirectory.DetachFromIndex" "amazonka-clouddirectory-1.6.1-JrYxtgIzVKD25mU0ZgOTPe" False) (C1 (MetaCons "DetachFromIndexResponse'" PrefixI True) (S1 (MetaSel (Just "_dfirsDetachedObjectIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.