ManagedintegrationsforIoTDeviceManagement / Client / get_managed_thing_meta_data
get_managed_thing_meta_data¶
- ManagedintegrationsforIoTDeviceManagement.Client.get_managed_thing_meta_data(**kwargs)¶
- Get the metadata information for a managed thing. - Note- The - managedThing- metadataparameter is used for associating attributes with a- managedThingthat can be used for grouping over-the-air (OTA) tasks. Name value pairs in- metadatacan be used in the- OtaTargetQueryStringparameter for the- CreateOtaTaskAPI operation.- See also: AWS API Documentation - Request Syntax- response = client.get_managed_thing_meta_data( Identifier='string' ) - Parameters:
- Identifier (string) – - [REQUIRED] - The managed thing id. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'ManagedThingId': 'string', 'MetaData': { 'string': 'string' } } - Response Structure- (dict) – - ManagedThingId (string) – - The managed thing id. 
- MetaData (dict) – - The metadata for the managed thing. - (string) – - (string) – 
 
 
 
 
 - Exceptions- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.UnauthorizedException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
- ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException