| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IoT.RemoveThingFromThingGroup
Description
Remove the specified thing from the specified group.
Synopsis
- removeThingFromThingGroup :: RemoveThingFromThingGroup
- data RemoveThingFromThingGroup
- rtftgThingGroupARN :: Lens' RemoveThingFromThingGroup (Maybe Text)
- rtftgThingARN :: Lens' RemoveThingFromThingGroup (Maybe Text)
- rtftgThingGroupName :: Lens' RemoveThingFromThingGroup (Maybe Text)
- rtftgThingName :: Lens' RemoveThingFromThingGroup (Maybe Text)
- removeThingFromThingGroupResponse :: Int -> RemoveThingFromThingGroupResponse
- data RemoveThingFromThingGroupResponse
- rtftgrsResponseStatus :: Lens' RemoveThingFromThingGroupResponse Int
Creating a Request
removeThingFromThingGroup :: RemoveThingFromThingGroup Source #
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:
rtftgThingGroupARN- The group ARN.rtftgThingARN- The ARN of the thing to remove from the group.rtftgThingGroupName- The group name.rtftgThingName- The name of the thing to remove from the group.
data RemoveThingFromThingGroup Source #
See: removeThingFromThingGroup smart constructor.
Instances
Request Lenses
rtftgThingGroupARN :: Lens' RemoveThingFromThingGroup (Maybe Text) Source #
The group ARN.
rtftgThingARN :: Lens' RemoveThingFromThingGroup (Maybe Text) Source #
The ARN of the thing to remove from the group.
rtftgThingGroupName :: Lens' RemoveThingFromThingGroup (Maybe Text) Source #
The group name.
rtftgThingName :: Lens' RemoveThingFromThingGroup (Maybe Text) Source #
The name of the thing to remove from the group.
Destructuring the Response
removeThingFromThingGroupResponse Source #
Arguments
| :: Int | |
| -> 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:
rtftgrsResponseStatus- -- | The response status code.
data RemoveThingFromThingGroupResponse Source #
See: removeThingFromThingGroupResponse smart constructor.
Instances
Response Lenses
rtftgrsResponseStatus :: Lens' RemoveThingFromThingGroupResponse Int Source #
- - | The response status code.