Merge pull request #57 from zach-anthony/master

feat(aws - customer engagement): added Customer Engagement services
pull/61/head
MinJae Kwon 5 years ago committed by GitHub
commit f5ba01faba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,6 +131,9 @@ ALIASES = {
"CommandLineInterface": "CLI",
"DeveloperTools": "DevTools",
},
"engagement": {
"SimpleEmailServiceSes": "SES",
},
"integration": {
"SimpleNotificationServiceSns": "SNS",
"SimpleQueueServiceSqs": "SQS",

@ -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

@ -127,6 +127,12 @@ Node classes list of aws provider.
- **diagrams.aws.iot.IotSitewise**
- **diagrams.aws.iot.IotThingsGraph**
## aws.engagement
- **diagrams.aws.engagement.Connect**
- **diagrams.aws.engagement.Pinpoint**
- **diagrams.aws.engagement.SimpleEmailServiceSes**, **SES** (alias)
## aws.compute
- **diagrams.aws.compute.ApplicationAutoScaling**, **AutoScaling** (alias)

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save