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 #

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 #

See: detachPolicy smart constructor.

Instances
Eq DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Data DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

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

Defined in Network.AWS.IoT.DetachPolicy

Show DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Generic DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Associated Types

type Rep DetachPolicy :: * -> * #

Hashable DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

ToJSON DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

AWSRequest DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Associated Types

type Rs DetachPolicy :: * #

ToHeaders DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

ToPath DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

ToQuery DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

NFData DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Methods

rnf :: DetachPolicy -> () #

type Rep DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

type Rep DetachPolicy = D1 (MetaData "DetachPolicy" "Network.AWS.IoT.DetachPolicy" "amazonka-iot-1.6.0-CAejnyMMkfk3pNFUOERBSd" False) (C1 (MetaCons "DetachPolicy'" PrefixI True) (S1 (MetaSel (Just "_dPolicyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DetachPolicy # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Request Lenses

dPolicyName :: Lens' DetachPolicy Text #

The policy to detach.

dTarget :: Lens' DetachPolicy Text #

The target from which the policy will be detached.

Destructuring the Response

detachPolicyResponse :: DetachPolicyResponse #

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

data DetachPolicyResponse #

See: detachPolicyResponse smart constructor.

Instances
Eq DetachPolicyResponse # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Data DetachPolicyResponse # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

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

Defined in Network.AWS.IoT.DetachPolicy

Show DetachPolicyResponse # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Generic DetachPolicyResponse # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Associated Types

type Rep DetachPolicyResponse :: * -> * #

NFData DetachPolicyResponse # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Methods

rnf :: DetachPolicyResponse -> () #

type Rep DetachPolicyResponse # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

type Rep DetachPolicyResponse = D1 (MetaData "DetachPolicyResponse" "Network.AWS.IoT.DetachPolicy" "amazonka-iot-1.6.0-CAejnyMMkfk3pNFUOERBSd" False) (C1 (MetaCons "DetachPolicyResponse'" PrefixI False) (U1 :: * -> *))