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

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Data RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.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 # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Show RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Generic RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Associated Types

type Rep RemoveThingFromThingGroup :: * -> * #

Hashable RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

ToJSON RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

AWSRequest RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Associated Types

type Rs RemoveThingFromThingGroup :: * #

ToHeaders RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

ToPath RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

ToQuery RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

NFData RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

type Rep RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

type Rep RemoveThingFromThingGroup = D1 (MetaData "RemoveThingFromThingGroup" "Network.AWS.IoT.RemoveThingFromThingGroup" "amazonka-iot-1.6.0-7Vy7dErS7zJKuWc6mk800q" False) (C1 (MetaCons "RemoveThingFromThingGroup'" PrefixI True) ((S1 (MetaSel (Just "_rtftgThingGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rtftgThingARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rtftgThingGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rtftgThingName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))
type Rs RemoveThingFromThingGroup # 
Instance details

Defined in Network.AWS.IoT.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 # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Data RemoveThingFromThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

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

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Show RemoveThingFromThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Generic RemoveThingFromThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

Associated Types

type Rep RemoveThingFromThingGroupResponse :: * -> * #

NFData RemoveThingFromThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

type Rep RemoveThingFromThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.RemoveThingFromThingGroup

type Rep RemoveThingFromThingGroupResponse = D1 (MetaData "RemoveThingFromThingGroupResponse" "Network.AWS.IoT.RemoveThingFromThingGroup" "amazonka-iot-1.6.0-7Vy7dErS7zJKuWc6mk800q" True) (C1 (MetaCons "RemoveThingFromThingGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_rtftgrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses