mirror of https://github.com/mingrammer/diagrams
Included Amazon Connect, Amazon Pinpoint and Amazon Simple Email Service (SES)pull/57/head
parent
a49ee25105
commit
dc6c114185
@ -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
|
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in new issue