amazonka-iot-1.6.1: 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 # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Data DetachPolicy Source # 
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 Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Show DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Generic DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Associated Types

type Rep DetachPolicy :: Type -> Type #

Hashable DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

ToJSON DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

AWSRequest DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Associated Types

type Rs DetachPolicy :: Type #

ToHeaders DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

ToPath DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

ToQuery DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

NFData DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Methods

rnf :: DetachPolicy -> () #

type Rep DetachPolicy Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

type Rep DetachPolicy = D1 (MetaData "DetachPolicy" "Network.AWS.IoT.DetachPolicy" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" 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 Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

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

Defined in Network.AWS.IoT.DetachPolicy

Data DetachPolicyResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Show DetachPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Generic DetachPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Associated Types

type Rep DetachPolicyResponse :: Type -> Type #

NFData DetachPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

Methods

rnf :: DetachPolicyResponse -> () #

type Rep DetachPolicyResponse Source # 
Instance details

Defined in Network.AWS.IoT.DetachPolicy

type Rep DetachPolicyResponse = D1 (MetaData "DetachPolicyResponse" "Network.AWS.IoT.DetachPolicy" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "DetachPolicyResponse'" PrefixI False) (U1 :: Type -> Type))