amazonka-iot-1.6.0: Amazon IoT 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.IoT.DetachPolicy

Contents

Description

Detaches a policy from the specified target.

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:

  • dPolicyName - The policy to detach.
  • dTarget - The target from which the policy 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.IoT.DetachPolicy" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DetachPolicy'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dPolicyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_dTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs DetachPolicy Source # 

Request Lenses

dPolicyName :: Lens' DetachPolicy Text Source #

The policy to detach.

dTarget :: Lens' DetachPolicy Text Source #

The target from which the policy will be detached.

Destructuring the Response

detachPolicyResponse :: DetachPolicyResponse Source #

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

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.IoT.DetachPolicy" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DetachPolicyResponse'" PrefixI False) (U1 *))