AWS CloudFormation · Schema
ProgressEvent
Represents the current status of a resource operation request.
AutomationCloud ResourcesIaCInfrastructure as CodeStack Management
Properties
| Name | Type | Description |
|---|---|---|
| TypeName | string | The resource type name. |
| Identifier | string | The primary identifier for the resource. |
| RequestToken | string | The unique token representing this resource operation request. Use this token with GetResourceRequestStatus to check operation progress. |
| HooksRequestToken | string | The unique token for hooks processing. |
| Operation | string | The resource operation type. |
| OperationStatus | string | The current status of the resource operation request. |
| EventTime | number | When the resource operation request was initiated (Unix timestamp). |
| ResourceModel | string | A JSON string representing the resource model. |
| StatusMessage | string | A message explaining the current status. |
| ErrorCode | string | The error code if the operation failed. |
| RetryAfter | number | When to retry the operation (Unix timestamp). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ProgressEvent",
"type": "object",
"description": "Represents the current status of a resource operation request.",
"properties": {
"TypeName": {
"type": "string",
"description": "The resource type name."
},
"Identifier": {
"type": "string",
"description": "The primary identifier for the resource."
},
"RequestToken": {
"type": "string",
"description": "The unique token representing this resource operation request. Use this token with GetResourceRequestStatus to check operation progress."
},
"HooksRequestToken": {
"type": "string",
"description": "The unique token for hooks processing."
},
"Operation": {
"type": "string",
"description": "The resource operation type."
},
"OperationStatus": {
"type": "string",
"description": "The current status of the resource operation request."
},
"EventTime": {
"type": "number",
"description": "When the resource operation request was initiated (Unix timestamp)."
},
"ResourceModel": {
"type": "string",
"description": "A JSON string representing the resource model."
},
"StatusMessage": {
"type": "string",
"description": "A message explaining the current status."
},
"ErrorCode": {
"type": "string",
"description": "The error code if the operation failed."
},
"RetryAfter": {
"type": "number",
"description": "When to retry the operation (Unix timestamp)."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cloud-control-progress-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.