mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
426 B
26 lines
426 B
# 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
|