/
/AWS Connected Device Framework: Notifications
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14m ago · Updated 3y ago
Events5
  • getLists all events for a specific event source
  • postCreates a new Event
  • getReturns a single event
  • deleteDeletes an event
  • patchUpdates an existing event.
EventSources4
  • getReturns all configured event sources
  • postCreates a new EventSource
  • getReturns a single event source
  • deleteDeletes an event source
Subscriptions7
  • getLists all subscriptions for the provided event
  • postCreates a new subscription of an event
  • getReturns a single subscription
  • deleteDeletes a subscription
  • patchModify existing subscription
  • getLists all subscriptions for the provided user
  • deleteDelete subscriptions for a given user
Targets2
  • postAdds a new target to an existing subscription
  • deleteDelete a specific target from an existing subscription
    EventSources

    Returns all configured event sources

    get/eventsources

    Response

    — unresolved $ref

    Changes