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 Source #

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 Source #

See: describeThingGroup smart constructor.

Instances
Eq DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

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

Defined in Network.AWS.IoT.DescribeThingGroup

Show DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Generic DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Associated Types

type Rep DescribeThingGroup :: Type -> Type #

Hashable DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

AWSRequest DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Associated Types

type Rs DescribeThingGroup :: Type #

ToHeaders DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

ToPath DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

ToQuery DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

NFData DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Methods

rnf :: DescribeThingGroup -> () #

type Rep DescribeThingGroup Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

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

Defined in Network.AWS.IoT.DescribeThingGroup

Request Lenses

dtgThingGroupName :: Lens' DescribeThingGroup Text Source #

The name of the thing group.

Destructuring the Response

describeThingGroupResponse Source #

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 Source #

See: describeThingGroupResponse smart constructor.

Instances
Eq DescribeThingGroupResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

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

Defined in Network.AWS.IoT.DescribeThingGroup

Show DescribeThingGroupResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Generic DescribeThingGroupResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

Associated Types

type Rep DescribeThingGroupResponse :: Type -> Type #

NFData DescribeThingGroupResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

type Rep DescribeThingGroupResponse Source # 
Instance details

Defined in Network.AWS.IoT.DescribeThingGroup

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

The version of the thing group.