1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _AWS
class _Mobile(_AWS):
_type = "mobile"
_icon_dir = "resources/aws/mobile"
class Amplify(_Mobile):
_icon = "amplify.png"
class APIGatewayEndpoint(_Mobile):
_icon = "api-gateway-endpoint.png"
class APIGateway(_Mobile):
_icon = "api-gateway.png"
class Appsync(_Mobile):
_icon = "appsync.png"
class DeviceFarm(_Mobile):
_icon = "device-farm.png"
class Mobile(_Mobile):
_icon = "mobile.png"
class Pinpoint(_Mobile):
_icon = "pinpoint.png"
# Aliases
|