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

Description

Gets information about the specified thing type.

Requires permission to access the DescribeThingType action.

Synopsis

Creating a Request

data DescribeThingType Source #

The input for the DescribeThingType operation.

See: newDescribeThingType smart constructor.

Constructors

DescribeThingType' 

Fields

Instances

Instances details
Eq DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Read DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Show DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Generic DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Associated Types

type Rep DescribeThingType :: Type -> Type #

NFData DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Methods

rnf :: DescribeThingType -> () #

Hashable DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

AWSRequest DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Associated Types

type AWSResponse DescribeThingType #

ToHeaders DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

ToPath DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

ToQuery DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

type Rep DescribeThingType Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

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

Defined in Amazonka.IoT.DescribeThingType

newDescribeThingType Source #

Create a value of DescribeThingType 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:thingTypeName:DescribeThingType', describeThingType_thingTypeName - The name of the thing type.

Request Lenses

Destructuring the Response

data DescribeThingTypeResponse Source #

The output for the DescribeThingType operation.

See: newDescribeThingTypeResponse smart constructor.

Constructors

DescribeThingTypeResponse' 

Fields

Instances

Instances details
Eq DescribeThingTypeResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Read DescribeThingTypeResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Show DescribeThingTypeResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Generic DescribeThingTypeResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

Associated Types

type Rep DescribeThingTypeResponse :: Type -> Type #

NFData DescribeThingTypeResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

type Rep DescribeThingTypeResponse Source # 
Instance details

Defined in Amazonka.IoT.DescribeThingType

type Rep DescribeThingTypeResponse = D1 ('MetaData "DescribeThingTypeResponse" "Amazonka.IoT.DescribeThingType" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "DescribeThingTypeResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "thingTypeProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingTypeProperties)) :*: (S1 ('MetaSel ('Just "thingTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thingTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "thingTypeMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ThingTypeMetadata)) :*: (S1 ('MetaSel ('Just "thingTypeArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeThingTypeResponse Source #

Create a value of DescribeThingTypeResponse 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:thingTypeProperties:DescribeThingTypeResponse', describeThingTypeResponse_thingTypeProperties - The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.

$sel:thingTypeName:DescribeThingType', describeThingTypeResponse_thingTypeName - The name of the thing type.

$sel:thingTypeId:DescribeThingTypeResponse', describeThingTypeResponse_thingTypeId - The thing type ID.

$sel:thingTypeMetadata:DescribeThingTypeResponse', describeThingTypeResponse_thingTypeMetadata - The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

$sel:thingTypeArn:DescribeThingTypeResponse', describeThingTypeResponse_thingTypeArn - The thing type ARN.

$sel:httpStatus:DescribeThingTypeResponse', describeThingTypeResponse_httpStatus - The response's http status code.

Response Lenses

describeThingTypeResponse_thingTypeProperties :: Lens' DescribeThingTypeResponse (Maybe ThingTypeProperties) Source #

The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.

describeThingTypeResponse_thingTypeMetadata :: Lens' DescribeThingTypeResponse (Maybe ThingTypeMetadata) Source #

The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.