{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-batch-get-on-premises-instances-input-structure.json", "name": "BatchGetOnPremisesInstancesInput", "description": "Represents the input of a BatchGetOnPremisesInstances operation.", "type": "object", "properties": { "instanceNames": { "allOf": [ { "$ref": "#/components/schemas/InstanceNameList" }, { "description": "The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25." } ] } }, "required": [ "instanceNames" ] }