Retrieves a paginated list of deployments.
get/greengrass/v2/deployments
Query parameters
targetArnstring
The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the target IoT thing or thing group.
historyFilter'ALL' | 'LATEST_ONLY'
<p>The filter for the list of deployments. Choose one of the following options:</p> <ul> <li> <p> <code>ALL</code> – The list includes all deployments.</p> </li> <li> <p> <code>LATEST_ONLY</code> – The list includes only the latest revision of each deployment.</p> </li> </ul> <p>Default: <code>LATEST_ONLY</code> </p>
parentTargetArnstring
The parent deployment's target <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> within a subdeployment.
maxResultsinteger
The maximum number of results to be returned per paginated request.
nextTokenstring
The token to be used for the next set of paginated results.
Response
Success