Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit abaccc7

Browse files
committed
Update event types after recent changes
1 parent 13c7153 commit abaccc7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/sources/awsdynamodb.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,9 @@ Amazon DynamoDB Stream.
107107

108108
## Event Types
109109

110-
The Amazon DynamoDB event source emits events of the following types:
110+
The Amazon DynamoDB event source emits events of the following type:
111111

112-
- `com.amazon.dynamodb.insert`
113-
- `com.amazon.dynamodb.modify`
114-
- `com.amazon.dynamodb.remove`
112+
- `com.amazon.dynamodb.stream_record`
115113

116114
[arn]: https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazondynamodb.html#amazondynamodb-resources-for-iam-policies
117115
[accesskey]: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys

docs/sources/azureblobstorage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,17 @@ This can be confirmed by navigating back to the Azure Portal and ensuring that:
192192

193193
## Event Types
194194

195-
The TriggerMesh event source for Azure Blob Storage emits events of the following type:
195+
The TriggerMesh event source for Azure Blob Storage emits events of the following types:
196196

197197
- `Microsoft.Storage.BlobCreated`
198198
- `Microsoft.Storage.BlobDeleted`
199199
- `Microsoft.Storage.BlobRenamed`
200200
- `Microsoft.Storage.DirectoryCreated`
201201
- `Microsoft.Storage.DirectoryDeleted`
202202
- `Microsoft.Storage.DirectoryRenamed`
203+
- `Microsoft.Storage.BlobTierChanged`
204+
- `Microsoft.Storage.AsyncOperationInitiated`
205+
- `Microsoft.Storage.BlobInventoryPolicyCompleted`
203206

204207
[storage-acc]: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview
205208

0 commit comments

Comments
 (0)