:doc:`SystemsManagerQuickSetup <../../ssm-quicksetup>` / Client / list_quick_setup_types

**********************
list_quick_setup_types
**********************



.. py:method:: SystemsManagerQuickSetup.Client.list_quick_setup_types()

  

  Returns the available Quick Setup types.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-quicksetup-2018-05-10/ListQuickSetupTypes>`_  


  **Request Syntax**

  ::

    response = client.list_quick_setup_types()
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'QuickSetupTypeList': [
              {
                  'LatestVersion': 'string',
                  'Type': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **QuickSetupTypeList** *(list) --* 

        An array of Quick Setup types.

        
        

        - *(dict) --* 

          Information about the Quick Setup type.

          
          

          - **LatestVersion** *(string) --* 

            The latest version number of the configuration.

            
          

          - **Type** *(string) --* 

            The type of the Quick Setup configuration.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`SystemsManagerQuickSetup.Client.exceptions.ConflictException`

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

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

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

  