BatchGetDeploymentGroupsInput is a JSON Structure definition published by Amazon CodeDeploy, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-batch-get-deployment-groups-input-structure.json",
"name": "BatchGetDeploymentGroupsInput",
"description": "Represents the input of a <code>BatchGetDeploymentGroups</code> operation.",
"type": "object",
"properties": {
"applicationName": {
"allOf": [
{
"$ref": "#/components/schemas/ApplicationName"
},
{
"description": "The name of an CodeDeploy application associated with the applicable IAM or Amazon Web Services account."
}
]
},
"deploymentGroupNames": {
"allOf": [
{
"$ref": "#/components/schemas/DeploymentGroupsList"
},
{
"description": "The names of the deployment groups."
}
]
}
},
"required": [
"applicationName",
"deploymentGroupNames"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.