GenericRevisionInfo is a JSON Structure definition published by Amazon CodeDeploy, describing 5 properties. 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-generic-revision-info-structure.json",
"name": "GenericRevisionInfo",
"description": "Information about an application revision.",
"type": "object",
"properties": {
"description": {
"allOf": [
{
"$ref": "#/components/schemas/Description"
},
{
"description": "A comment about the revision."
}
]
},
"deploymentGroups": {
"allOf": [
{
"$ref": "#/components/schemas/DeploymentGroupsList"
},
{
"description": "The deployment groups for which this is the current target revision."
}
]
},
"firstUsedTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "When the revision was first used by CodeDeploy."
}
]
},
"lastUsedTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "When the revision was last used by CodeDeploy."
}
]
},
"registerTime": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "When the revision was registered with CodeDeploy."
}
]
}
}
}
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.