-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aws - customer engagement): added Customer Engagement services f…
…or AWS Included Amazon Connect, Amazon Pinpoint and Amazon Simple Email Service (SES)
- Loading branch information
1 parent
a49ee25
commit dc6c114
Showing
6 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Engagement(_AWS): | ||
_type = "engagement" | ||
_icon_dir = "resources/aws/engagement" | ||
|
||
|
||
class Connect(_Engagement): | ||
_icon = "connect.png" | ||
|
||
|
||
class Pinpoint(_Engagement): | ||
_icon = "pinpoint.png" | ||
|
||
|
||
class SimpleEmailServiceSes(_Engagement): | ||
_icon = "simple-email-service-ses.png" | ||
|
||
|
||
# Aliases | ||
|
||
SES = SimpleEmailServiceSes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.