GetManagedThingMetaData
Source:
src/AWS/IoTManagedIntegrations/GetManagedThingMetaData.ts
Runtime binding for the GetManagedThingMetaData operation (IAM action
iotmanagedintegrations:GetManagedThingMetaData), scoped to one
ManagedThing.
Reads the metadata key-value pairs attached to the bound managed thing.
Provide the implementation with
Effect.provide(AWS.IoTManagedIntegrations.GetManagedThingMetaDataHttp).
Reading Device State
Section titled “Reading Device State”const getMetaData = yield* IoTManagedIntegrations.GetManagedThingMetaData(thing);
const { MetaData } = yield* getMetaData();