Response with list of vCenter clients
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-describe-vcenter-clients-response-schema.json", "title": "DescribeVcenterClientsResponse", "description": "Response with list of vCenter clients", "type": "object", "properties": { "items": { "type": "array", "description": "List of vCenter clients" }, "nextToken": { "type": "string", "description": "Pagination token" } } }