AWS: new IOT icons, and new categories: game, general, robotics (#161)

* AWS: new IOT icons.. New categories: game, general, robotics

* Adding SDK in uppercase
pull/166/head
Leandro Damascena 5 years ago committed by GitHub
parent d0347a9045
commit f80974ed52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ TMPL_APIDOC = "apidoc.tmpl"
TMPL_MODULE = "module.tmpl"
UPPER_WORDS = {
"aws": ("aws", "api", "ebs", "ec2", "efs", "emr", "rds", "ml", "mq", "nat", "vpc", "waf"),
"aws": ("aws", "api", "ebs", "ec2", "efs", "emr", "rds", "ml", "mq", "nat", "vpc", "waf", "sdk"),
"azure": ("ad", "b2c", "ai", "api", "cdn", "ddos", "dns", "fxt", "hana", "hd", "id", "sap", "sql", "vm"),
"gcp": ("gcp", "ai", "api", "cdn", "dns", "gke", "gpu", "iap", "ml", "nat", "os", "sdk", "sql", "tpu", "vpn"),
"k8s": (
@ -144,6 +144,9 @@ ALIASES = {
"engagement": {
"SimpleEmailServiceSes": "SES",
},
"general": {
"GenericOfficeBuilding": "OfficeBuilding",
},
"integration": {
"SimpleNotificationServiceSns": "SNS",
"SimpleQueueServiceSqs": "SQS",
@ -151,6 +154,7 @@ ALIASES = {
},
"iot": {
"Freertos": "FreeRTOS",
"IotHardwareBoard": "IotBoard",
},
"management": {
"SystemsManager": "SSM",

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _AWS
class _Game(_AWS):
_type = "game"
_icon_dir = "resources/aws/game"
class Gamelift(_Game):
_icon = "gamelift.png"
# Aliases

@ -0,0 +1,57 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _AWS
class _General(_AWS):
_type = "general"
_icon_dir = "resources/aws/general"
class Disk(_General):
_icon = "disk.png"
class General(_General):
_icon = "general.png"
class GenericDatabase(_General):
_icon = "generic-database.png"
class GenericFirewall(_General):
_icon = "generic-firewall.png"
class GenericOfficeBuilding(_General):
_icon = "generic-office-building.png"
class GenericSamlToken(_General):
_icon = "generic-saml-token.png"
class GenericSDK(_General):
_icon = "generic-sdk.png"
class Marketplace(_General):
_icon = "marketplace.png"
class TradicionalServer(_General):
_icon = "tradicional-server.png"
class User(_General):
_icon = "user.png"
class Users(_General):
_icon = "users.png"
# Aliases
OfficeBuilding = GenericOfficeBuilding

@ -20,6 +20,14 @@ class Iot1Click(_Iot):
_icon = "iot-1-click.png"
class IotAlexaEcho(_Iot):
_icon = "iot-alexa-echo.png"
class IotAlexaSkill(_Iot):
_icon = "iot-alexa-skill.png"
class IotAnalytics(_Iot):
_icon = "iot-analytics.png"
@ -28,6 +36,14 @@ class IotButton(_Iot):
_icon = "iot-button.png"
class IotCamera(_Iot):
_icon = "iot-camera.png"
class IotCertificate(_Iot):
_icon = "iot-certificate.png"
class IotCore(_Iot):
_icon = "iot-core.png"
@ -48,6 +64,26 @@ class IotGreengrass(_Iot):
_icon = "iot-greengrass.png"
class IotHardwareBoard(_Iot):
_icon = "iot-hardware-board.png"
class IotJobs(_Iot):
_icon = "iot-jobs.png"
class IotMqtt(_Iot):
_icon = "iot-mqtt.png"
class IotRule(_Iot):
_icon = "iot-rule.png"
class IotShadow(_Iot):
_icon = "iot-shadow.png"
class IotSitewise(_Iot):
_icon = "iot-sitewise.png"
@ -56,6 +92,11 @@ class IotThingsGraph(_Iot):
_icon = "iot-things-graph.png"
class IotTopic(_Iot):
_icon = "iot-topic.png"
# Aliases
FreeRTOS = Freertos
IotBoard = IotHardwareBoard

@ -0,0 +1,23 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _AWS
class _Robotics(_AWS):
_type = "robotics"
_icon_dir = "resources/aws/robotics"
class RobomakerSimulator(_Robotics):
_icon = "robomaker-simulator.png"
class Robomaker(_Robotics):
_icon = "robomaker.png"
class Robotics(_Robotics):
_icon = "robotics.png"
# Aliases

@ -90,6 +90,24 @@ Node classes list of aws provider.
- **diagrams.aws.engagement.Pinpoint**
- **diagrams.aws.engagement.SimpleEmailServiceSes**, **SES** (alias)
## aws.game
- **diagrams.aws.game.Gamelift**
## aws.general
- **diagrams.aws.general.Disk**
- **diagrams.aws.general.General**
- **diagrams.aws.general.GenericDatabase**
- **diagrams.aws.general.GenericFirewall**
- **diagrams.aws.general.GenericOfficeBuilding**, **OfficeBuilding** (alias)
- **diagrams.aws.general.GenericSamlToken**
- **diagrams.aws.general.GenericSDK**
- **diagrams.aws.general.Marketplace**
- **diagrams.aws.general.TradicionalServer**
- **diagrams.aws.general.User**
- **diagrams.aws.general.Users**
## aws.integration
- **diagrams.aws.integration.ApplicationIntegration**
@ -106,15 +124,25 @@ Node classes list of aws provider.
- **diagrams.aws.iot.Freertos**, **FreeRTOS** (alias)
- **diagrams.aws.iot.InternetOfThings**
- **diagrams.aws.iot.Iot1Click**
- **diagrams.aws.iot.IotAlexaEcho**
- **diagrams.aws.iot.IotAlexaSkill**
- **diagrams.aws.iot.IotAnalytics**
- **diagrams.aws.iot.IotButton**
- **diagrams.aws.iot.IotCamera**
- **diagrams.aws.iot.IotCertificate**
- **diagrams.aws.iot.IotCore**
- **diagrams.aws.iot.IotDeviceDefender**
- **diagrams.aws.iot.IotDeviceManagement**
- **diagrams.aws.iot.IotEvents**
- **diagrams.aws.iot.IotGreengrass**
- **diagrams.aws.iot.IotHardwareBoard**, **IotBoard** (alias)
- **diagrams.aws.iot.IotJobs**
- **diagrams.aws.iot.IotMqtt**
- **diagrams.aws.iot.IotRule**
- **diagrams.aws.iot.IotShadow**
- **diagrams.aws.iot.IotSitewise**
- **diagrams.aws.iot.IotThingsGraph**
- **diagrams.aws.iot.IotTopic**
## aws.management
@ -213,6 +241,12 @@ Node classes list of aws provider.
- **diagrams.aws.network.VPCRouter**
- **diagrams.aws.network.VPC**
## aws.robotics
- **diagrams.aws.robotics.RobomakerSimulator**
- **diagrams.aws.robotics.Robomaker**
- **diagrams.aws.robotics.Robotics**
## aws.security
- **diagrams.aws.security.Artifact**

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Loading…
Cancel
Save