getManagedThingMetaData
inline suspend fun IotManagedIntegrationsClient.getManagedThingMetaData(crossinline block: GetManagedThingMetaDataRequest.Builder.() -> Unit): GetManagedThingMetaDataResponse
Get the metadata information for a managed thing.
The managedThing``metadata
parameter is used for associating attributes with a managedThing
that can be used for grouping over-the-air (OTA) tasks. Name value pairs in metadata
can be used in the OtaTargetQueryString
parameter for the CreateOtaTask
API operation.