ManagedintegrationsforIoTDeviceManagement / Client / list_provisioning_profiles

list_provisioning_profiles#

ManagedintegrationsforIoTDeviceManagement.Client.list_provisioning_profiles(**kwargs)#

List the provisioning profiles within the Amazon Web Services account.

See also: AWS API Documentation

Request Syntax

response = client.list_provisioning_profiles(
    NextToken='string',
    MaxResults=123
)
Parameters:
  • NextToken (string) – A token that can be used to retrieve the next set of results.

  • MaxResults (integer) – The maximum number of results to return at one time.

Return type:

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