* AWS: new IOT icons.. New categories: game, general, robotics * Adding SDK in uppercasepull/166/head
@@ -48,7 +48,7 @@ TMPL_APIDOC = "apidoc.tmpl" | |||||
TMPL_MODULE = "module.tmpl" | TMPL_MODULE = "module.tmpl" | ||||
UPPER_WORDS = { | 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"), | "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"), | "gcp": ("gcp", "ai", "api", "cdn", "dns", "gke", "gpu", "iap", "ml", "nat", "os", "sdk", "sql", "tpu", "vpn"), | ||||
"k8s": ( | "k8s": ( | ||||
@@ -144,6 +144,9 @@ ALIASES = { | |||||
"engagement": { | "engagement": { | ||||
"SimpleEmailServiceSes": "SES", | "SimpleEmailServiceSes": "SES", | ||||
}, | }, | ||||
"general": { | |||||
"GenericOfficeBuilding": "OfficeBuilding", | |||||
}, | |||||
"integration": { | "integration": { | ||||
"SimpleNotificationServiceSns": "SNS", | "SimpleNotificationServiceSns": "SNS", | ||||
"SimpleQueueServiceSqs": "SQS", | "SimpleQueueServiceSqs": "SQS", | ||||
@@ -151,6 +154,7 @@ ALIASES = { | |||||
}, | }, | ||||
"iot": { | "iot": { | ||||
"Freertos": "FreeRTOS", | "Freertos": "FreeRTOS", | ||||
"IotHardwareBoard": "IotBoard", | |||||
}, | }, | ||||
"management": { | "management": { | ||||
"SystemsManager": "SSM", | "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" | _icon = "iot-1-click.png" | ||||
class IotAlexaEcho(_Iot): | |||||
_icon = "iot-alexa-echo.png" | |||||
class IotAlexaSkill(_Iot): | |||||
_icon = "iot-alexa-skill.png" | |||||
class IotAnalytics(_Iot): | class IotAnalytics(_Iot): | ||||
_icon = "iot-analytics.png" | _icon = "iot-analytics.png" | ||||
@@ -28,6 +36,14 @@ class IotButton(_Iot): | |||||
_icon = "iot-button.png" | _icon = "iot-button.png" | ||||
class IotCamera(_Iot): | |||||
_icon = "iot-camera.png" | |||||
class IotCertificate(_Iot): | |||||
_icon = "iot-certificate.png" | |||||
class IotCore(_Iot): | class IotCore(_Iot): | ||||
_icon = "iot-core.png" | _icon = "iot-core.png" | ||||
@@ -48,6 +64,26 @@ class IotGreengrass(_Iot): | |||||
_icon = "iot-greengrass.png" | _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): | class IotSitewise(_Iot): | ||||
_icon = "iot-sitewise.png" | _icon = "iot-sitewise.png" | ||||
@@ -56,6 +92,11 @@ class IotThingsGraph(_Iot): | |||||
_icon = "iot-things-graph.png" | _icon = "iot-things-graph.png" | ||||
class IotTopic(_Iot): | |||||
_icon = "iot-topic.png" | |||||
# Aliases | # Aliases | ||||
FreeRTOS = Freertos | 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.Pinpoint** | ||||
- **diagrams.aws.engagement.SimpleEmailServiceSes**, **SES** (alias) | - **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 | ## aws.integration | ||||
- **diagrams.aws.integration.ApplicationIntegration** | - **diagrams.aws.integration.ApplicationIntegration** | ||||
@@ -106,15 +124,25 @@ Node classes list of aws provider. | |||||
- **diagrams.aws.iot.Freertos**, **FreeRTOS** (alias) | - **diagrams.aws.iot.Freertos**, **FreeRTOS** (alias) | ||||
- **diagrams.aws.iot.InternetOfThings** | - **diagrams.aws.iot.InternetOfThings** | ||||
- **diagrams.aws.iot.Iot1Click** | - **diagrams.aws.iot.Iot1Click** | ||||
- **diagrams.aws.iot.IotAlexaEcho** | |||||
- **diagrams.aws.iot.IotAlexaSkill** | |||||
- **diagrams.aws.iot.IotAnalytics** | - **diagrams.aws.iot.IotAnalytics** | ||||
- **diagrams.aws.iot.IotButton** | - **diagrams.aws.iot.IotButton** | ||||
- **diagrams.aws.iot.IotCamera** | |||||
- **diagrams.aws.iot.IotCertificate** | |||||
- **diagrams.aws.iot.IotCore** | - **diagrams.aws.iot.IotCore** | ||||
- **diagrams.aws.iot.IotDeviceDefender** | - **diagrams.aws.iot.IotDeviceDefender** | ||||
- **diagrams.aws.iot.IotDeviceManagement** | - **diagrams.aws.iot.IotDeviceManagement** | ||||
- **diagrams.aws.iot.IotEvents** | - **diagrams.aws.iot.IotEvents** | ||||
- **diagrams.aws.iot.IotGreengrass** | - **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.IotSitewise** | ||||
- **diagrams.aws.iot.IotThingsGraph** | - **diagrams.aws.iot.IotThingsGraph** | ||||
- **diagrams.aws.iot.IotTopic** | |||||
## aws.management | ## aws.management | ||||
@@ -213,6 +241,12 @@ Node classes list of aws provider. | |||||
- **diagrams.aws.network.VPCRouter** | - **diagrams.aws.network.VPCRouter** | ||||
- **diagrams.aws.network.VPC** | - **diagrams.aws.network.VPC** | ||||
## aws.robotics | |||||
- **diagrams.aws.robotics.RobomakerSimulator** | |||||
- **diagrams.aws.robotics.Robomaker** | |||||
- **diagrams.aws.robotics.Robotics** | |||||
## aws.security | ## aws.security | ||||
- **diagrams.aws.security.Artifact** | - **diagrams.aws.security.Artifact** | ||||