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

Contents

Description

Describe a thing group.

Synopsis

Creating a Request

describeThingGroup #

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

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

data DescribeThingGroup #

See: describeThingGroup smart constructor.

Instances
Eq DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Data DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Methods

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

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

toConstr :: DescribeThingGroup -> Constr #

dataTypeOf :: DescribeThingGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Show DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Generic DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Associated Types

type Rep DescribeThingGroup :: Type -> Type #

Hashable DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

AWSRequest DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Associated Types

type Rs DescribeThingGroup :: Type #

ToHeaders DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

ToPath DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

ToQuery DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

NFData DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Methods

rnf :: DescribeThingGroup -> () #

type Rep DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

type Rep DescribeThingGroup = D1 (MetaData "DescribeThingGroup" "Network.AWS.IoT.DescribeThingGroup" "amazonka-iot-1.6.1-nGAJeezEdVLHUPuibI4m" True) (C1 (MetaCons "DescribeThingGroup'" PrefixI True) (S1 (MetaSel (Just "_dtgThingGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeThingGroup # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Request Lenses

dtgThingGroupName :: Lens' DescribeThingGroup Text #

The name of the thing group.

Destructuring the Response

describeThingGroupResponse #

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

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

data DescribeThingGroupResponse #

See: describeThingGroupResponse smart constructor.

Instances
Eq DescribeThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Data DescribeThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Methods

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

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

toConstr :: DescribeThingGroupResponse -> Constr #

dataTypeOf :: DescribeThingGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Show DescribeThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Generic DescribeThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Associated Types

type Rep DescribeThingGroupResponse :: Type -> Type #

NFData DescribeThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

type Rep DescribeThingGroupResponse # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

type Rep DescribeThingGroupResponse = D1 (MetaData "DescribeThingGroupResponse" "Network.AWS.IoT.DescribeThingGroup" "amazonka-iot-1.6.1-nGAJeezEdVLHUPuibI4m" False) (C1 (MetaCons "DescribeThingGroupResponse'" PrefixI True) ((S1 (MetaSel (Just "_dtgrsThingGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dtgrsThingGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dtgrsThingGroupMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ThingGroupMetadata)))) :*: ((S1 (MetaSel (Just "_dtgrsThingGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dtgrsVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 (MetaSel (Just "_dtgrsThingGroupProperties") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ThingGroupProperties)) :*: S1 (MetaSel (Just "_dtgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

dtgrsVersion :: Lens' DescribeThingGroupResponse (Maybe Integer) #

The version of the thing group.

dtgrsResponseStatus :: Lens' DescribeThingGroupResponse Int #

  • - | The response status code.