Skip to content

Commit

Permalink
Update event types after recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Sep 22, 2021
1 parent 13c7153 commit abaccc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/sources/awsdynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,9 @@ Amazon DynamoDB Stream.

## Event Types

The Amazon DynamoDB event source emits events of the following types:
The Amazon DynamoDB event source emits events of the following type:

- `com.amazon.dynamodb.insert`
- `com.amazon.dynamodb.modify`
- `com.amazon.dynamodb.remove`
- `com.amazon.dynamodb.stream_record`

[arn]: https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazondynamodb.html#amazondynamodb-resources-for-iam-policies
[accesskey]: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
Expand Down
5 changes: 4 additions & 1 deletion docs/sources/azureblobstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,17 @@ This can be confirmed by navigating back to the Azure Portal and ensuring that:

## Event Types

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

- `Microsoft.Storage.BlobCreated`
- `Microsoft.Storage.BlobDeleted`
- `Microsoft.Storage.BlobRenamed`
- `Microsoft.Storage.DirectoryCreated`
- `Microsoft.Storage.DirectoryDeleted`
- `Microsoft.Storage.DirectoryRenamed`
- `Microsoft.Storage.BlobTierChanged`
- `Microsoft.Storage.AsyncOperationInitiated`
- `Microsoft.Storage.BlobInventoryPolicyCompleted`

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

Expand Down

0 comments on commit abaccc7

Please sign in to comment.