:doc:`QBusiness <../../qbusiness>` / Client / list_plugin_type_metadata

*************************
list_plugin_type_metadata
*************************



.. py:method:: QBusiness.Client.list_plugin_type_metadata(**kwargs)

  

  Lists metadata for all Amazon Q Business plugin types.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/ListPluginTypeMetadata>`_  


  **Request Syntax**
  ::

    response = client.list_plugin_type_metadata(
        nextToken='string',
        maxResults=123
    )
    
  :type nextToken: string
  :param nextToken: 

    If the metadata returned exceeds ``maxResults``, Amazon Q Business returns a next token as a pagination token to retrieve the next set of metadata.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum number of plugin metadata items to return.

    

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

    
    ::

      {
          'nextToken': 'string',
          'items': [
              {
                  'type': 'SERVICE_NOW'|'SALESFORCE'|'JIRA'|'ZENDESK'|'CUSTOM'|'QUICKSIGHT'|'SERVICENOW_NOW_PLATFORM'|'JIRA_CLOUD'|'SALESFORCE_CRM'|'ZENDESK_SUITE'|'ATLASSIAN_CONFLUENCE'|'GOOGLE_CALENDAR'|'MICROSOFT_TEAMS'|'MICROSOFT_EXCHANGE'|'PAGERDUTY_ADVANCE'|'SMARTSHEET'|'ASANA',
                  'category': 'Customer relationship management (CRM)'|'Project management'|'Communication'|'Productivity'|'Ticketing and incident management',
                  'description': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **nextToken** *(string) --* 

        If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugin metadata.

        
      

      - **items** *(list) --* 

        An array of information on plugin metadata.

        
        

        - *(dict) --* 

          Summary metadata information for a Amazon Q Business plugin.

          
          

          - **type** *(string) --* 

            The type of the plugin.

            
          

          - **category** *(string) --* 

            The category of the plugin type.

            
          

          - **description** *(string) --* 

            The description assigned by Amazon Q Business to a plugin. You can't modify this value.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`QBusiness.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`QBusiness.Client.exceptions.ValidationException`

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

  