:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / list_managed_thing_schemas

**************************
list_managed_thing_schemas
**************************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.list_managed_thing_schemas(**kwargs)

  

  List schemas associated with a managed thing.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/ListManagedThingSchemas>`_  


  **Request Syntax**
  ::

    response = client.list_managed_thing_schemas(
        Identifier='string',
        EndpointIdFilter='string',
        CapabilityIdFilter='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The managed thing id.

    

  
  :type EndpointIdFilter: string
  :param EndpointIdFilter: 

    Filter on an endpoint id.

    

  
  :type CapabilityIdFilter: string
  :param CapabilityIdFilter: 

    Filter on a capability id.

    

  
  :type NextToken: string
  :param NextToken: 

    A token that can be used to retrieve the next set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return at one time.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Items': [
              {
                  'EndpointId': 'string',
                  'CapabilityId': 'string',
                  'Schema': {...}|[...]|123|123.4|'string'|True|None
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Items** *(list) --* 

        The list of managed thing schemas.

        
        

        - *(dict) --* 

          Structure representing one schema item associated with a managed thing.

          
          

          - **EndpointId** *(string) --* 

            The id of the endpoint for a managed thing.

            
          

          - **CapabilityId** *(string) --* 

            The id of the capability for a managed thing.

            
          

          - **Schema** (:ref:`document<document>`) -- 

            The validation schema for one schema item associated with a managed thing.

            
      
    
      

      - **NextToken** *(string) --* 

        A token that can be used to retrieve the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException`

  