-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS: Added 9 more resource groups (#192)
- Loading branch information
Showing
39 changed files
with
273 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Ar(_AWS): | ||
_type = "ar" | ||
_icon_dir = "resources/aws/ar" | ||
|
||
|
||
class Sumerian(_Ar): | ||
_icon = "sumerian.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Blockchain(_AWS): | ||
_type = "blockchain" | ||
_icon_dir = "resources/aws/blockchain" | ||
|
||
|
||
class ManagedBlockchain(_Blockchain): | ||
_icon = "managed-blockchain.png" | ||
|
||
|
||
class QuantumLedgerDatabaseQldb(_Blockchain): | ||
_icon = "quantum-ledger-database-qldb.png" | ||
|
||
|
||
# Aliases | ||
|
||
QLDB = QuantumLedgerDatabaseQldb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Business(_AWS): | ||
_type = "business" | ||
_icon_dir = "resources/aws/business" | ||
|
||
|
||
class AlexaForBusiness(_Business): | ||
_icon = "alexa-for-business.png" | ||
|
||
|
||
class Chime(_Business): | ||
_icon = "chime.png" | ||
|
||
|
||
class Workmail(_Business): | ||
_icon = "workmail.png" | ||
|
||
|
||
# Aliases | ||
|
||
A4B = AlexaForBusiness |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Cost(_AWS): | ||
_type = "cost" | ||
_icon_dir = "resources/aws/cost" | ||
|
||
|
||
class Budgets(_Cost): | ||
_icon = "budgets.png" | ||
|
||
|
||
class CostAndUsageReport(_Cost): | ||
_icon = "cost-and-usage-report.png" | ||
|
||
|
||
class CostExplorer(_Cost): | ||
_icon = "cost-explorer.png" | ||
|
||
|
||
class ReservedInstanceReporting(_Cost): | ||
_icon = "reserved-instance-reporting.png" | ||
|
||
|
||
class SavingsPlans(_Cost): | ||
_icon = "savings-plans.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Enablement(_AWS): | ||
_type = "enablement" | ||
_icon_dir = "resources/aws/enablement" | ||
|
||
|
||
class Iq(_Enablement): | ||
_icon = "iq.png" | ||
|
||
|
||
class ManagedServices(_Enablement): | ||
_icon = "managed-services.png" | ||
|
||
|
||
class ProfessionalServices(_Enablement): | ||
_icon = "professional-services.png" | ||
|
||
|
||
class Support(_Enablement): | ||
_icon = "support.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Enduser(_AWS): | ||
_type = "enduser" | ||
_icon_dir = "resources/aws/enduser" | ||
|
||
|
||
class Appstream20(_Enduser): | ||
_icon = "appstream-2-0.png" | ||
|
||
|
||
class Workdocs(_Enduser): | ||
_icon = "workdocs.png" | ||
|
||
|
||
class Worklink(_Enduser): | ||
_icon = "worklink.png" | ||
|
||
|
||
class Workspaces(_Enduser): | ||
_icon = "workspaces.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 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 Pinpoint(_Mobile): | ||
_icon = "pinpoint.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Quantum(_AWS): | ||
_type = "quantum" | ||
_icon_dir = "resources/aws/quantum" | ||
|
||
|
||
class Braket(_Quantum): | ||
_icon = "braket.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Satellite(_AWS): | ||
_type = "satellite" | ||
_icon_dir = "resources/aws/satellite" | ||
|
||
|
||
class GroundStation(_Satellite): | ||
_icon = "ground-station.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters