feat(aws:analytics): add more analytics services

pull/11/head
mingrammer 6 years ago
parent 2552fbfb22
commit 870b387ded

@ -16,6 +16,10 @@ class Athena(_Analytics):
_icon = "athena.png"
class CloudsearchSearchDocuments(_Analytics):
_icon = "cloudsearch-search-documents.png"
class Cloudsearch(_Analytics):
_icon = "cloudsearch.png"
@ -28,10 +32,26 @@ class ElasticsearchService(_Analytics):
_icon = "elasticsearch-service.png"
class EMRCluster(_Analytics):
_icon = "emr-cluster.png"
class EMRHdfsCluster(_Analytics):
_icon = "emr-hdfs-cluster.png"
class EMR(_Analytics):
_icon = "emr.png"
class GlueCrawlers(_Analytics):
_icon = "glue-crawlers.png"
class GlueDataCatalog(_Analytics):
_icon = "glue-data-catalog.png"
class Glue(_Analytics):
_icon = "glue.png"
@ -68,6 +88,14 @@ class Quicksight(_Analytics):
_icon = "quicksight.png"
class RedshiftDenseComputeNode(_Analytics):
_icon = "redshift-dense-compute-node.png"
class RedshiftDenseStorageNode(_Analytics):
_icon = "redshift-dense-storage-node.png"
class Redshift(_Analytics):
_icon = "redshift.png"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Loading…
Cancel
Save