amazonka-clouddirectory-1.6.0: 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.DetachPolicy

Contents

Description

Detaches a policy from an object.

Synopsis

Creating a Request

detachPolicy Source #

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

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

  • dpDirectoryARN - The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns .
  • dpPolicyReference - Reference that identifies the policy object.
  • dpObjectReference - Reference that identifies the object whose policy object will be detached.

data DetachPolicy Source #

See: detachPolicy smart constructor.

Instances

Eq DetachPolicy Source # 
Data DetachPolicy Source # 

Methods

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

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

toConstr :: DetachPolicy -> Constr #

dataTypeOf :: DetachPolicy -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DetachPolicy Source # 
Show DetachPolicy Source # 
Generic DetachPolicy Source # 

Associated Types

type Rep DetachPolicy :: * -> * #

Hashable DetachPolicy Source # 
ToJSON DetachPolicy Source # 
NFData DetachPolicy Source # 

Methods

rnf :: DetachPolicy -> () #

AWSRequest DetachPolicy Source # 
ToHeaders DetachPolicy Source # 
ToPath DetachPolicy Source # 
ToQuery DetachPolicy Source # 
type Rep DetachPolicy Source # 
type Rep DetachPolicy = D1 * (MetaData "DetachPolicy" "Network.AWS.CloudDirectory.DetachPolicy" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "DetachPolicy'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dpDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_dpPolicyReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ObjectReference)) (S1 * (MetaSel (Just Symbol "_dpObjectReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ObjectReference)))))
type Rs DetachPolicy Source # 

Request Lenses

dpDirectoryARN :: Lens' DetachPolicy Text Source #

The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns .

dpPolicyReference :: Lens' DetachPolicy ObjectReference Source #

Reference that identifies the policy object.

dpObjectReference :: Lens' DetachPolicy ObjectReference Source #

Reference that identifies the object whose policy object will be detached.

Destructuring the Response

detachPolicyResponse Source #

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

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

data DetachPolicyResponse Source #

See: detachPolicyResponse smart constructor.

Instances

Eq DetachPolicyResponse Source # 
Data DetachPolicyResponse Source # 

Methods

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

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

toConstr :: DetachPolicyResponse -> Constr #

dataTypeOf :: DetachPolicyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DetachPolicyResponse Source # 
Show DetachPolicyResponse Source # 
Generic DetachPolicyResponse Source # 
NFData DetachPolicyResponse Source # 

Methods

rnf :: DetachPolicyResponse -> () #

type Rep DetachPolicyResponse Source # 
type Rep DetachPolicyResponse = D1 * (MetaData "DetachPolicyResponse" "Network.AWS.CloudDirectory.DetachPolicy" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" True) (C1 * (MetaCons "DetachPolicyResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

dprsResponseStatus :: Lens' DetachPolicyResponse Int Source #

  • - | The response status code.