{ "$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-instances-output-structure.json", "name": "ListDeploymentInstancesOutput", "description": "Represents the output of a ListDeploymentInstances operation.", "type": "object", "properties": { "instancesList": { "allOf": [ { "$ref": "#/components/schemas/InstancesList" }, { "description": "A list of instance IDs." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list." } ] } } }