{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-list-deployment-groups-input-structure.json", "name": "ListDeploymentGroupsInput", "description": "Represents the input of a ListDeploymentGroups operation.", "type": "object", "properties": { "applicationName": { "allOf": [ { "$ref": "#/components/schemas/ApplicationName" }, { "description": "The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list." } ] } }, "required": [ "applicationName" ] }