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

**************************
list_provisioning_profiles
**************************



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

  

  List the provisioning profiles within the Amazon Web Services account.

  

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


  **Request Syntax**
  ::

    response = client.list_provisioning_profiles(
        NextToken='string',
        MaxResults=123
    )
    
  :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': [
              {
                  'Name': 'string',
                  'Id': 'string',
                  'Arn': 'string',
                  'ProvisioningType': 'FLEET_PROVISIONING'|'JITR'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        The list of provisioning profiles.

        
        

        - *(dict) --* 

          Structure describing a provisioning profile.

          
          

          - **Name** *(string) --* 

            The name of the provisioning template.

            
          

          - **Id** *(string) --* 

            The identifier of the provisioning profile.

            
          

          - **Arn** *(string) --* 

            The Amazon Resource Name (ARN) of the provisioning template used in the provisioning profile.

            
          

          - **ProvisioningType** *(string) --* 

            The type of provisioning workflow the device uses for onboarding to IoT managed integrations.

            
      
    
      

      - **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.ThrottlingException`

  