Amazon Nova · AsyncAPI Specification
Amazon Nova Events
Version
View Spec
View on GitHub
Foundation ModelsGenerative AIImage-GenerationMachine-LearningMulti-ModalSpeechVideo GenerationAsyncAPIEvents
AsyncAPI Specification
generated: '2026-09-01'
method: searched
source:
- https://docs.aws.amazon.com/bedrock/latest/userguide/monitoring-eventbridge.html
- https://docs.aws.amazon.com/bedrock/latest/userguide/monitoring-eventbridge-how-it-works.html
spec_type: EventCatalog
asyncapi_published: false
note: >-
Amazon Nova publishes NO AsyncAPI document and NO HTTP webhooks. It does have a real, documented
asynchronous event surface, and it is delivered over Amazon EventBridge rather than by callback:
Amazon Bedrock emits job state-change events to the default event bus with source `aws.bedrock`,
and a consumer writes a rule to route them to Lambda, SNS, SQS or an HTTP API destination. This
is the cloud-native equivalent of a webhook subscription, recorded honestly as what it is — the
subscriber owns the rule, and Amazon does not POST to a caller-supplied URL.
transport:
name: Amazon EventBridge
bus: default
source: aws.bedrock
delivery: best-effort, near real time
cost: no charge to receive AWS events from EventBridge
docs: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html
events:
- detail_type: Batch Inference Job State Change
source: aws.bedrock
description: >-
Status change on a batch inference job — the offline, high-volume path for Amazon Nova
understanding models.
correlates_with: GetModelInvocationJob
resources: 'arn:aws:bedrock:<region>:<account>:model-invocation-job/<id>'
- detail_type: Model Customization Job State Change
source: aws.bedrock
description: >-
Status change on a fine-tuning / customization job. Amazon Nova Pro, Lite, Micro and Canvas
support customization.
correlates_with: GetModelCustomizationJob
resources: 'arn:aws:bedrock:<region>:<account>:model-customization-job/<id>'
- detail_type: Bedrock Data Automation Job Succeeded
source: aws.bedrock
description: Completion event for an Amazon Bedrock Data Automation job.
gaps:
- >-
StartAsyncInvoke — the operation Amazon Nova Reel video generation runs on — has NO documented
EventBridge event. A caller must poll GetAsyncInvoke, which is exactly the polling the
EventBridge page says events exist to avoid.
- >-
Synchronous inference (InvokeModel, Converse) emits no events, which is expected for a
request/response surface.
subscribe_pattern:
description: EventBridge rule pattern for every Amazon Bedrock job state change.
pattern:
source: [aws.bedrock]
detail-type: [Batch Inference Job State Change, Model Customization Job State Change]
Work with this as data
Every AsyncAPI spec 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 asyncapi
4 MCP tools reach this
find_asyncapisBrowse and filter every AsyncAPI spec 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 AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/amazon-nova-events"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?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.