{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-list-on-premises-instances-input-schema.json",
"title": "ListOnPremisesInstancesInput",
"description": "Represents the input of a ListOnPremisesInstances operation.",
"type": "object",
"properties": {
"registrationStatus": {
"allOf": [
{
"$ref": "#/components/schemas/RegistrationStatus"
},
{
"description": "
The registration status of the on-premises instances:
Deregistered: Include deregistered on-premises instances in the resulting list.
Registered: Include registered on-premises instances in the resulting list.