Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27888,6 +27888,7 @@ paths:
- aws_configuration_read
/api/v1/integration/aws/event_bridge:
delete:
deprecated: true
description: Delete an Amazon EventBridge source.
operationId: DeleteAWSEventBridgeSource
requestBody:
Expand Down Expand Up @@ -27928,6 +27929,7 @@ paths:
permissions:
- manage_integrations
get:
deprecated: true
description: Get all Amazon EventBridge sources.
operationId: ListAWSEventBridgeSources
parameters: []
Expand Down Expand Up @@ -27959,6 +27961,7 @@ paths:
operator: OPEN
permissions: []
post:
deprecated: true
description: Create an Amazon EventBridge source.
operationId: CreateAWSEventBridgeSource
requestBody:
Expand Down
Loading