{ "type": "object", "required": [ "ResourceId" ], "name": "DescribeConnectClientAddInsRequest", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The directory identifier for which the client add-in is configured." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/Limit" }, { "description": "The maximum number of items to return." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-connect-client-add-ins-request-structure.json", "description": "DescribeConnectClientAddInsRequest schema from Amazon WorkSpaces API" }