agent-claw: automated task changes
This commit is contained in:
17
cdk/node_modules/aws-cdk-lib/aws-ses-actions/README.md
generated
vendored
Normal file
17
cdk/node_modules/aws-cdk-lib/aws-ses-actions/README.md
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Amazon Simple Email Service Actions Library
|
||||
|
||||
|
||||
This module contains integration classes to add action to SES email receiving rules.
|
||||
Instances of these classes should be passed to the `rule.addAction()` method.
|
||||
|
||||
Currently supported are:
|
||||
|
||||
* [Add header](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-add-header.html)
|
||||
* [Bounce](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-bounce.html)
|
||||
* [Lambda](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-lambda.html)
|
||||
* [S3](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-s3.html)
|
||||
* [SNS](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-sns.html)
|
||||
* [WorkMail](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-workmail.html)
|
||||
* [Stop](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-stop.html)
|
||||
|
||||
See the README of `aws-cdk-lib/aws-ses` for more information.
|
||||
Reference in New Issue
Block a user