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.RemoveThingFromThingGroup

Contents

Description

Remove the specified thing from the specified group.

Synopsis

Creating a Request

removeThingFromThingGroup :: RemoveThingFromThingGroup #

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

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

data RemoveThingFromThingGroup #

See: removeThingFromThingGroup smart constructor.

Instances

Eq RemoveThingFromThingGroup # 
Data RemoveThingFromThingGroup # 

Methods

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

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

toConstr :: RemoveThingFromThingGroup -> Constr #

dataTypeOf :: RemoveThingFromThingGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveThingFromThingGroup # 
Show RemoveThingFromThingGroup # 
Generic RemoveThingFromThingGroup # 
Hashable RemoveThingFromThingGroup # 
ToJSON RemoveThingFromThingGroup # 
NFData RemoveThingFromThingGroup # 
AWSRequest RemoveThingFromThingGroup # 
ToHeaders RemoveThingFromThingGroup # 
ToPath RemoveThingFromThingGroup # 
ToQuery RemoveThingFromThingGroup # 
type Rep RemoveThingFromThingGroup # 
type Rep RemoveThingFromThingGroup = D1 * (MetaData "RemoveThingFromThingGroup" "Network.AWS.IoT.RemoveThingFromThingGroup" "amazonka-iot-1.6.0-7DkcvCU69a26FkRzomxomK" False) (C1 * (MetaCons "RemoveThingFromThingGroup'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_rtftgThingGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rtftgThingARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rtftgThingGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rtftgThingName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))))
type Rs RemoveThingFromThingGroup # 

Request Lenses

rtftgThingARN :: Lens' RemoveThingFromThingGroup (Maybe Text) #

The ARN of the thing to remove from the group.

rtftgThingName :: Lens' RemoveThingFromThingGroup (Maybe Text) #

The name of the thing to remove from the group.

Destructuring the Response

removeThingFromThingGroupResponse #

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

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

data RemoveThingFromThingGroupResponse #

See: removeThingFromThingGroupResponse smart constructor.

Instances

Eq RemoveThingFromThingGroupResponse # 
Data RemoveThingFromThingGroupResponse # 

Methods

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

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

toConstr :: RemoveThingFromThingGroupResponse -> Constr #

dataTypeOf :: RemoveThingFromThingGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveThingFromThingGroupResponse # 
Show RemoveThingFromThingGroupResponse # 
Generic RemoveThingFromThingGroupResponse # 
NFData RemoveThingFromThingGroupResponse # 
type Rep RemoveThingFromThingGroupResponse # 
type Rep RemoveThingFromThingGroupResponse = D1 * (MetaData "RemoveThingFromThingGroupResponse" "Network.AWS.IoT.RemoveThingFromThingGroup" "amazonka-iot-1.6.0-7DkcvCU69a26FkRzomxomK" True) (C1 * (MetaCons "RemoveThingFromThingGroupResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_rtftgrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses