{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-list-deployment-targets-input-structure.json", "name": "ListDeploymentTargetsInput", "description": "ListDeploymentTargetsInput schema from Amazon CodeDeploy", "type": "object", "properties": { "deploymentId": { "allOf": [ { "$ref": "#/components/schemas/DeploymentId" }, { "description": " The unique ID of a deployment. " } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": " A token identifier returned from the previous ListDeploymentTargets call. It can be used to return the next set of deployment targets in the list. " } ] }, "targetFilters": { "allOf": [ { "$ref": "#/components/schemas/TargetFilters" }, { "description": "

A key used to filter the returned targets. The two valid values are:

" } ] } } }