curl --location -g --request GET 'https://api.iotwireless.{region}.amazonaws.com/thing-types/'
{
"thingTypeName": "string",
"thingTypeId": "string",
"thingTypeArn": "string",
"thingTypeProperties": {
"thingTypeDescription": "string",
"searchableAttributes": []
},
"thingTypeMetadata": {
"deprecated": true,
"deprecationDate": "string",
"creationDate": "string"
}
}