{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-get-on-premises-instance-input-structure.json", "name": "GetOnPremisesInstanceInput", "description": " Represents the input of a GetOnPremisesInstance operation. ", "type": "object", "properties": { "instanceName": { "allOf": [ { "$ref": "#/components/schemas/InstanceName" }, { "description": " The name of the on-premises instance about which to get information. " } ] } }, "required": [ "instanceName" ] }