libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.DescribeThingGroup

Description

Describe a thing group.

Requires permission to access the DescribeThingGroup action.

Synopsis

Creating a Request

data DescribeThingGroup Source #

See: newDescribeThingGroup smart constructor.

Constructors

DescribeThingGroup' 

Fields

Instances

Instances details
Eq DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Read DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Show DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Generic DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Associated Types

type Rep DescribeThingGroup :: Type -> Type #

NFData DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Methods

rnf :: DescribeThingGroup -> () #

Hashable DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

AWSRequest DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Associated Types

type AWSResponse DescribeThingGroup #

ToHeaders DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

ToPath DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

ToQuery DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

type Rep DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

type Rep DescribeThingGroup = D1 ('MetaData "DescribeThingGroup" "Amazonka.IoT.DescribeThingGroup" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DescribeThingGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeThingGroup Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

newDescribeThingGroup Source #

Create a value of DescribeThingGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:thingGroupName:DescribeThingGroup', describeThingGroup_thingGroupName - The name of the thing group.

Request Lenses

Destructuring the Response

data DescribeThingGroupResponse Source #

See: newDescribeThingGroupResponse smart constructor.

Constructors

DescribeThingGroupResponse' 

Fields

Instances

Instances details
Eq DescribeThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Read DescribeThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Show DescribeThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Generic DescribeThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

Associated Types

type Rep DescribeThingGroupResponse :: Type -> Type #

NFData DescribeThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

type Rep DescribeThingGroupResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingGroup

type Rep DescribeThingGroupResponse = D1 ('MetaData "DescribeThingGroupResponse" "Amazonka.IoT.DescribeThingGroup" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DescribeThingGroupResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamicGroupStatus)) :*: S1 ('MetaSel ('Just "queryVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "thingGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "thingGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thingGroupMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingGroupMetadata))))) :*: ((S1 ('MetaSel ('Just "thingGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "queryString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "thingGroupProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingGroupProperties)) :*: (S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeThingGroupResponse Source #

Create a value of DescribeThingGroupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:DescribeThingGroupResponse', describeThingGroupResponse_status - The dynamic thing group status.

$sel:queryVersion:DescribeThingGroupResponse', describeThingGroupResponse_queryVersion - The dynamic thing group query version.

$sel:thingGroupArn:DescribeThingGroupResponse', describeThingGroupResponse_thingGroupArn - The thing group ARN.

$sel:thingGroupId:DescribeThingGroupResponse', describeThingGroupResponse_thingGroupId - The thing group ID.

$sel:thingGroupMetadata:DescribeThingGroupResponse', describeThingGroupResponse_thingGroupMetadata - Thing group metadata.

$sel:thingGroupName:DescribeThingGroup', describeThingGroupResponse_thingGroupName - The name of the thing group.

$sel:queryString:DescribeThingGroupResponse', describeThingGroupResponse_queryString - The dynamic thing group search query string.

$sel:version:DescribeThingGroupResponse', describeThingGroupResponse_version - The version of the thing group.

$sel:thingGroupProperties:DescribeThingGroupResponse', describeThingGroupResponse_thingGroupProperties - The thing group properties.

$sel:indexName:DescribeThingGroupResponse', describeThingGroupResponse_indexName - The dynamic thing group index name.

$sel:httpStatus:DescribeThingGroupResponse', describeThingGroupResponse_httpStatus - The response's http status code.

Response Lenses