Skip to main content

AWS

Node types list for the AWS provider.

Example Usage

import { Diagram } from "diagrams-js";
import { AmazonOpensearchService, Analytics, Athena } from "diagrams-js/aws/analytics";
import { ArVr, Sumerian } from "diagrams-js/aws/ar";

const diagram = Diagram("AWS Architecture", { direction: "TB" });

const node1 = diagram.add(AmazonOpensearchService("Node 1"));
const node2 = diagram.add(ArVr("Node 2"));

node1.to(node2);

const svg = await diagram.render();
note

All node types available in the Python diagrams library are also available in diagrams-js with the same class names and structure.

Node Reference

aws/analytics

AmazonOpensearchService AmazonOpensearchService

import { AmazonOpensearchService } from "diagrams-js/aws/analytics"

Analytics Analytics

import { Analytics } from "diagrams-js/aws/analytics"

Athena Athena

import { Athena } from "diagrams-js/aws/analytics"

CloudsearchSearchDocuments CloudsearchSearchDocuments

import { CloudsearchSearchDocuments } from "diagrams-js/aws/analytics"

Cloudsearch Cloudsearch

import { Cloudsearch } from "diagrams-js/aws/analytics"

DataLakeResource DataLakeResource

import { DataLakeResource } from "diagrams-js/aws/analytics"

DataPipeline DataPipeline

import { DataPipeline } from "diagrams-js/aws/analytics"

ElasticsearchService ElasticsearchService

import { ElasticsearchService } from "diagrams-js/aws/analytics"

EMRCluster EMRCluster

import { EMRCluster } from "diagrams-js/aws/analytics"

EMREngineMaprM3 EMREngineMaprM3

import { EMREngineMaprM3 } from "diagrams-js/aws/analytics"

EMREngineMaprM5 EMREngineMaprM5

import { EMREngineMaprM5 } from "diagrams-js/aws/analytics"

EMREngineMaprM7 EMREngineMaprM7

import { EMREngineMaprM7 } from "diagrams-js/aws/analytics"

EMREngine EMREngine

import { EMREngine } from "diagrams-js/aws/analytics"

EMRHdfsCluster EMRHdfsCluster

import { EMRHdfsCluster } from "diagrams-js/aws/analytics"

EMR EMR

import { EMR } from "diagrams-js/aws/analytics"

GlueCrawlers GlueCrawlers

import { GlueCrawlers } from "diagrams-js/aws/analytics"

GlueDataCatalog GlueDataCatalog

import { GlueDataCatalog } from "diagrams-js/aws/analytics"

Glue Glue

import { Glue } from "diagrams-js/aws/analytics"

KinesisDataAnalytics KinesisDataAnalytics

import { KinesisDataAnalytics } from "diagrams-js/aws/analytics"

KinesisDataFirehose KinesisDataFirehose

import { KinesisDataFirehose } from "diagrams-js/aws/analytics"

KinesisDataStreams KinesisDataStreams

import { KinesisDataStreams } from "diagrams-js/aws/analytics"

KinesisVideoStreams KinesisVideoStreams

import { KinesisVideoStreams } from "diagrams-js/aws/analytics"

Kinesis Kinesis

import { Kinesis } from "diagrams-js/aws/analytics"

LakeFormation LakeFormation

import { LakeFormation } from "diagrams-js/aws/analytics"

ManagedStreamingForKafka ManagedStreamingForKafka

import { ManagedStreamingForKafka } from "diagrams-js/aws/analytics"

Quicksight Quicksight

import { Quicksight } from "diagrams-js/aws/analytics"

RedshiftDenseComputeNode RedshiftDenseComputeNode

import { RedshiftDenseComputeNode } from "diagrams-js/aws/analytics"

RedshiftDenseStorageNode RedshiftDenseStorageNode

import { RedshiftDenseStorageNode } from "diagrams-js/aws/analytics"

Redshift Redshift

import { Redshift } from "diagrams-js/aws/analytics"

aws/ar

ArVr ArVr

import { ArVr } from "diagrams-js/aws/ar"

Sumerian Sumerian

import { Sumerian } from "diagrams-js/aws/ar"

aws/blockchain

BlockchainResource BlockchainResource

import { BlockchainResource } from "diagrams-js/aws/blockchain"

Blockchain Blockchain

import { Blockchain } from "diagrams-js/aws/blockchain"

ManagedBlockchain ManagedBlockchain

import { ManagedBlockchain } from "diagrams-js/aws/blockchain"

QuantumLedgerDatabaseQldb QuantumLedgerDatabaseQldb

import { QuantumLedgerDatabaseQldb } from "diagrams-js/aws/blockchain"

aws/business

AlexaForBusiness AlexaForBusiness

import { AlexaForBusiness } from "diagrams-js/aws/business"

BusinessApplications BusinessApplications

import { BusinessApplications } from "diagrams-js/aws/business"

Chime Chime

import { Chime } from "diagrams-js/aws/business"

Workmail Workmail

import { Workmail } from "diagrams-js/aws/business"

aws/compute

AppRunner AppRunner

import { AppRunner } from "diagrams-js/aws/compute"

ApplicationAutoScaling ApplicationAutoScaling

import { ApplicationAutoScaling } from "diagrams-js/aws/compute"

Batch Batch

import { Batch } from "diagrams-js/aws/compute"

ComputeOptimizer ComputeOptimizer

import { ComputeOptimizer } from "diagrams-js/aws/compute"

Compute Compute

import { Compute } from "diagrams-js/aws/compute"

EC2Ami EC2Ami

import { EC2Ami } from "diagrams-js/aws/compute"

EC2AutoScaling EC2AutoScaling

import { EC2AutoScaling } from "diagrams-js/aws/compute"

EC2ContainerRegistryImage EC2ContainerRegistryImage

import { EC2ContainerRegistryImage } from "diagrams-js/aws/compute"

EC2ContainerRegistryRegistry EC2ContainerRegistryRegistry

import { EC2ContainerRegistryRegistry } from "diagrams-js/aws/compute"

EC2ContainerRegistry EC2ContainerRegistry

import { EC2ContainerRegistry } from "diagrams-js/aws/compute"

EC2ElasticIpAddress EC2ElasticIpAddress

import { EC2ElasticIpAddress } from "diagrams-js/aws/compute"

EC2ImageBuilder EC2ImageBuilder

import { EC2ImageBuilder } from "diagrams-js/aws/compute"

EC2Instance EC2Instance

import { EC2Instance } from "diagrams-js/aws/compute"

EC2Instances EC2Instances

import { EC2Instances } from "diagrams-js/aws/compute"

EC2Rescue EC2Rescue

import { EC2Rescue } from "diagrams-js/aws/compute"

EC2SpotInstance EC2SpotInstance

import { EC2SpotInstance } from "diagrams-js/aws/compute"

EC2 EC2

import { EC2 } from "diagrams-js/aws/compute"

ElasticBeanstalkApplication ElasticBeanstalkApplication

import { ElasticBeanstalkApplication } from "diagrams-js/aws/compute"

ElasticBeanstalkDeployment ElasticBeanstalkDeployment

import { ElasticBeanstalkDeployment } from "diagrams-js/aws/compute"

ElasticBeanstalk ElasticBeanstalk

import { ElasticBeanstalk } from "diagrams-js/aws/compute"

ElasticContainerServiceContainer ElasticContainerServiceContainer

import { ElasticContainerServiceContainer } from "diagrams-js/aws/compute"

ElasticContainerServiceServiceConnect ElasticContainerServiceServiceConnect

import { ElasticContainerServiceServiceConnect } from "diagrams-js/aws/compute"

ElasticContainerServiceService ElasticContainerServiceService

import { ElasticContainerServiceService } from "diagrams-js/aws/compute"

ElasticContainerServiceTask ElasticContainerServiceTask

import { ElasticContainerServiceTask } from "diagrams-js/aws/compute"

ElasticContainerService ElasticContainerService

import { ElasticContainerService } from "diagrams-js/aws/compute"

ElasticKubernetesService ElasticKubernetesService

import { ElasticKubernetesService } from "diagrams-js/aws/compute"

Fargate Fargate

import { Fargate } from "diagrams-js/aws/compute"

LambdaFunction LambdaFunction

import { LambdaFunction } from "diagrams-js/aws/compute"

Lambda Lambda

import { Lambda } from "diagrams-js/aws/compute"

Lightsail Lightsail

import { Lightsail } from "diagrams-js/aws/compute"

LocalZones LocalZones

import { LocalZones } from "diagrams-js/aws/compute"

Outposts Outposts

import { Outposts } from "diagrams-js/aws/compute"

ServerlessApplicationRepository ServerlessApplicationRepository

import { ServerlessApplicationRepository } from "diagrams-js/aws/compute"

ThinkboxDeadline ThinkboxDeadline

import { ThinkboxDeadline } from "diagrams-js/aws/compute"

ThinkboxDraft ThinkboxDraft

import { ThinkboxDraft } from "diagrams-js/aws/compute"

ThinkboxFrost ThinkboxFrost

import { ThinkboxFrost } from "diagrams-js/aws/compute"

ThinkboxKrakatoa ThinkboxKrakatoa

import { ThinkboxKrakatoa } from "diagrams-js/aws/compute"

ThinkboxSequoia ThinkboxSequoia

import { ThinkboxSequoia } from "diagrams-js/aws/compute"

ThinkboxStoke ThinkboxStoke

import { ThinkboxStoke } from "diagrams-js/aws/compute"

ThinkboxXmesh ThinkboxXmesh

import { ThinkboxXmesh } from "diagrams-js/aws/compute"

VmwareCloudOnAWS VmwareCloudOnAWS

import { VmwareCloudOnAWS } from "diagrams-js/aws/compute"

Wavelength Wavelength

import { Wavelength } from "diagrams-js/aws/compute"

aws/cost

Budgets Budgets

import { Budgets } from "diagrams-js/aws/cost"

CostAndUsageReport CostAndUsageReport

import { CostAndUsageReport } from "diagrams-js/aws/cost"

CostExplorer CostExplorer

import { CostExplorer } from "diagrams-js/aws/cost"

CostManagement CostManagement

import { CostManagement } from "diagrams-js/aws/cost"

ReservedInstanceReporting ReservedInstanceReporting

import { ReservedInstanceReporting } from "diagrams-js/aws/cost"

SavingsPlans SavingsPlans

import { SavingsPlans } from "diagrams-js/aws/cost"

aws/database

AuroraInstance AuroraInstance

import { AuroraInstance } from "diagrams-js/aws/database"

Aurora Aurora

import { Aurora } from "diagrams-js/aws/database"

DatabaseMigrationServiceDatabaseMigrationWorkflow DatabaseMigrationServiceDatabaseMigrationWorkflow

import { DatabaseMigrationServiceDatabaseMigrationWorkflow } from "diagrams-js/aws/database"

DatabaseMigrationService DatabaseMigrationService

import { DatabaseMigrationService } from "diagrams-js/aws/database"

Database Database

import { Database } from "diagrams-js/aws/database"

DocumentdbMongodbCompatibility DocumentdbMongodbCompatibility

import { DocumentdbMongodbCompatibility } from "diagrams-js/aws/database"

DynamodbAttribute DynamodbAttribute

import { DynamodbAttribute } from "diagrams-js/aws/database"

DynamodbAttributes DynamodbAttributes

import { DynamodbAttributes } from "diagrams-js/aws/database"

DynamodbDax DynamodbDax

import { DynamodbDax } from "diagrams-js/aws/database"

DynamodbGlobalSecondaryIndex DynamodbGlobalSecondaryIndex

import { DynamodbGlobalSecondaryIndex } from "diagrams-js/aws/database"

DynamodbItem DynamodbItem

import { DynamodbItem } from "diagrams-js/aws/database"

DynamodbItems DynamodbItems

import { DynamodbItems } from "diagrams-js/aws/database"

DynamodbStreams DynamodbStreams

import { DynamodbStreams } from "diagrams-js/aws/database"

DynamodbTable DynamodbTable

import { DynamodbTable } from "diagrams-js/aws/database"

Dynamodb Dynamodb

import { Dynamodb } from "diagrams-js/aws/database"

ElasticacheCacheNode ElasticacheCacheNode

import { ElasticacheCacheNode } from "diagrams-js/aws/database"

ElasticacheForMemcached ElasticacheForMemcached

import { ElasticacheForMemcached } from "diagrams-js/aws/database"

ElasticacheForRedis ElasticacheForRedis

import { ElasticacheForRedis } from "diagrams-js/aws/database"

Elasticache Elasticache

import { Elasticache } from "diagrams-js/aws/database"

KeyspacesManagedApacheCassandraService KeyspacesManagedApacheCassandraService

import { KeyspacesManagedApacheCassandraService } from "diagrams-js/aws/database"

Neptune Neptune

import { Neptune } from "diagrams-js/aws/database"

QuantumLedgerDatabaseQldb QuantumLedgerDatabaseQldb

import { QuantumLedgerDatabaseQldb } from "diagrams-js/aws/database"

RDSInstance RDSInstance

import { RDSInstance } from "diagrams-js/aws/database"

RDSMariadbInstance RDSMariadbInstance

import { RDSMariadbInstance } from "diagrams-js/aws/database"

RDSMysqlInstance RDSMysqlInstance

import { RDSMysqlInstance } from "diagrams-js/aws/database"

RDSOnVmware RDSOnVmware

import { RDSOnVmware } from "diagrams-js/aws/database"

RDSOracleInstance RDSOracleInstance

import { RDSOracleInstance } from "diagrams-js/aws/database"

RDSPostgresqlInstance RDSPostgresqlInstance

import { RDSPostgresqlInstance } from "diagrams-js/aws/database"

RDSSqlServerInstance RDSSqlServerInstance

import { RDSSqlServerInstance } from "diagrams-js/aws/database"

RDS RDS

import { RDS } from "diagrams-js/aws/database"

RedshiftDenseComputeNode RedshiftDenseComputeNode

import { RedshiftDenseComputeNode } from "diagrams-js/aws/database"

RedshiftDenseStorageNode RedshiftDenseStorageNode

import { RedshiftDenseStorageNode } from "diagrams-js/aws/database"

Redshift Redshift

import { Redshift } from "diagrams-js/aws/database"

Timestream Timestream

import { Timestream } from "diagrams-js/aws/database"

aws/devtools

CloudDevelopmentKit CloudDevelopmentKit

import { CloudDevelopmentKit } from "diagrams-js/aws/devtools"

Cloud9Resource Cloud9Resource

import { Cloud9Resource } from "diagrams-js/aws/devtools"

Cloud9 Cloud9

import { Cloud9 } from "diagrams-js/aws/devtools"

Cloudshell Cloudshell

import { Cloudshell } from "diagrams-js/aws/devtools"

Codeartifact Codeartifact

import { Codeartifact } from "diagrams-js/aws/devtools"

Codebuild Codebuild

import { Codebuild } from "diagrams-js/aws/devtools"

Codecommit Codecommit

import { Codecommit } from "diagrams-js/aws/devtools"

Codedeploy Codedeploy

import { Codedeploy } from "diagrams-js/aws/devtools"

Codepipeline Codepipeline

import { Codepipeline } from "diagrams-js/aws/devtools"

Codestar Codestar

import { Codestar } from "diagrams-js/aws/devtools"

CommandLineInterface CommandLineInterface

import { CommandLineInterface } from "diagrams-js/aws/devtools"

DeveloperTools DeveloperTools

import { DeveloperTools } from "diagrams-js/aws/devtools"

ToolsAndSdks ToolsAndSdks

import { ToolsAndSdks } from "diagrams-js/aws/devtools"

XRay XRay

import { XRay } from "diagrams-js/aws/devtools"

aws/enablement

CustomerEnablement CustomerEnablement

import { CustomerEnablement } from "diagrams-js/aws/enablement"

Iq Iq

import { Iq } from "diagrams-js/aws/enablement"

ManagedServices ManagedServices

import { ManagedServices } from "diagrams-js/aws/enablement"

ProfessionalServices ProfessionalServices

import { ProfessionalServices } from "diagrams-js/aws/enablement"

Support Support

import { Support } from "diagrams-js/aws/enablement"

aws/enduser

Appstream20 Appstream20

import { Appstream20 } from "diagrams-js/aws/enduser"

DesktopAndAppStreaming DesktopAndAppStreaming

import { DesktopAndAppStreaming } from "diagrams-js/aws/enduser"

Workdocs Workdocs

import { Workdocs } from "diagrams-js/aws/enduser"

Worklink Worklink

import { Worklink } from "diagrams-js/aws/enduser"

Workspaces Workspaces

import { Workspaces } from "diagrams-js/aws/enduser"

aws/engagement

Connect Connect

import { Connect } from "diagrams-js/aws/engagement"

CustomerEngagement CustomerEngagement

import { CustomerEngagement } from "diagrams-js/aws/engagement"

Pinpoint Pinpoint

import { Pinpoint } from "diagrams-js/aws/engagement"

SimpleEmailServiceSesEmail SimpleEmailServiceSesEmail

import { SimpleEmailServiceSesEmail } from "diagrams-js/aws/engagement"

SimpleEmailServiceSes SimpleEmailServiceSes

import { SimpleEmailServiceSes } from "diagrams-js/aws/engagement"

aws/game

GameTech GameTech

import { GameTech } from "diagrams-js/aws/game"

Gamelift Gamelift

import { Gamelift } from "diagrams-js/aws/game"

aws/general

Client Client

import { Client } from "diagrams-js/aws/general"

Disk Disk

import { Disk } from "diagrams-js/aws/general"

Forums Forums

import { Forums } from "diagrams-js/aws/general"

General General

import { General } from "diagrams-js/aws/general"

GenericDatabase GenericDatabase

import { GenericDatabase } from "diagrams-js/aws/general"

GenericFirewall GenericFirewall

import { GenericFirewall } from "diagrams-js/aws/general"

GenericOfficeBuilding GenericOfficeBuilding

import { GenericOfficeBuilding } from "diagrams-js/aws/general"

GenericSamlToken GenericSamlToken

import { GenericSamlToken } from "diagrams-js/aws/general"

GenericSDK GenericSDK

import { GenericSDK } from "diagrams-js/aws/general"

InternetAlt1 InternetAlt1

import { InternetAlt1 } from "diagrams-js/aws/general"

InternetAlt2 InternetAlt2

import { InternetAlt2 } from "diagrams-js/aws/general"

InternetGateway InternetGateway

import { InternetGateway } from "diagrams-js/aws/general"

Marketplace Marketplace

import { Marketplace } from "diagrams-js/aws/general"

MobileClient MobileClient

import { MobileClient } from "diagrams-js/aws/general"

Multimedia Multimedia

import { Multimedia } from "diagrams-js/aws/general"

OfficeBuilding OfficeBuilding

import { OfficeBuilding } from "diagrams-js/aws/general"

SamlToken SamlToken

import { SamlToken } from "diagrams-js/aws/general"

SDK SDK

import { SDK } from "diagrams-js/aws/general"

SslPadlock SslPadlock

import { SslPadlock } from "diagrams-js/aws/general"

TapeStorage TapeStorage

import { TapeStorage } from "diagrams-js/aws/general"

Toolkit Toolkit

import { Toolkit } from "diagrams-js/aws/general"

TraditionalServer TraditionalServer

import { TraditionalServer } from "diagrams-js/aws/general"

User User

import { User } from "diagrams-js/aws/general"

Users Users

import { Users } from "diagrams-js/aws/general"

aws/integration

ApplicationIntegration ApplicationIntegration

import { ApplicationIntegration } from "diagrams-js/aws/integration"

Appsync Appsync

import { Appsync } from "diagrams-js/aws/integration"

ConsoleMobileApplication ConsoleMobileApplication

import { ConsoleMobileApplication } from "diagrams-js/aws/integration"

EventResource EventResource

import { EventResource } from "diagrams-js/aws/integration"

EventbridgeCustomEventBusResource EventbridgeCustomEventBusResource

import { EventbridgeCustomEventBusResource } from "diagrams-js/aws/integration"

EventbridgeDefaultEventBusResource EventbridgeDefaultEventBusResource

import { EventbridgeDefaultEventBusResource } from "diagrams-js/aws/integration"

EventbridgeEvent EventbridgeEvent

import { EventbridgeEvent } from "diagrams-js/aws/integration"

EventbridgePipes EventbridgePipes

import { EventbridgePipes } from "diagrams-js/aws/integration"

EventbridgeRule EventbridgeRule

import { EventbridgeRule } from "diagrams-js/aws/integration"

EventbridgeSaasPartnerEventBusResource EventbridgeSaasPartnerEventBusResource

import { EventbridgeSaasPartnerEventBusResource } from "diagrams-js/aws/integration"

EventbridgeScheduler EventbridgeScheduler

import { EventbridgeScheduler } from "diagrams-js/aws/integration"

EventbridgeSchema EventbridgeSchema

import { EventbridgeSchema } from "diagrams-js/aws/integration"

Eventbridge Eventbridge

import { Eventbridge } from "diagrams-js/aws/integration"

ExpressWorkflows ExpressWorkflows

import { ExpressWorkflows } from "diagrams-js/aws/integration"

MQ MQ

import { MQ } from "diagrams-js/aws/integration"

SimpleNotificationServiceSnsEmailNotification SimpleNotificationServiceSnsEmailNotification

import { SimpleNotificationServiceSnsEmailNotification } from "diagrams-js/aws/integration"

SimpleNotificationServiceSnsHttpNotification SimpleNotificationServiceSnsHttpNotification

import { SimpleNotificationServiceSnsHttpNotification } from "diagrams-js/aws/integration"

SimpleNotificationServiceSnsTopic SimpleNotificationServiceSnsTopic

import { SimpleNotificationServiceSnsTopic } from "diagrams-js/aws/integration"

SimpleNotificationServiceSns SimpleNotificationServiceSns

import { SimpleNotificationServiceSns } from "diagrams-js/aws/integration"

SimpleQueueServiceSqsMessage SimpleQueueServiceSqsMessage

import { SimpleQueueServiceSqsMessage } from "diagrams-js/aws/integration"

SimpleQueueServiceSqsQueue SimpleQueueServiceSqsQueue

import { SimpleQueueServiceSqsQueue } from "diagrams-js/aws/integration"

SimpleQueueServiceSqs SimpleQueueServiceSqs

import { SimpleQueueServiceSqs } from "diagrams-js/aws/integration"

StepFunctions StepFunctions

import { StepFunctions } from "diagrams-js/aws/integration"

aws/iot

Freertos Freertos

import { Freertos } from "diagrams-js/aws/iot"

InternetOfThings InternetOfThings

import { InternetOfThings } from "diagrams-js/aws/iot"

Iot1Click Iot1Click

import { Iot1Click } from "diagrams-js/aws/iot"

IotAction IotAction

import { IotAction } from "diagrams-js/aws/iot"

IotActuator IotActuator

import { IotActuator } from "diagrams-js/aws/iot"

IotAlexaEcho IotAlexaEcho

import { IotAlexaEcho } from "diagrams-js/aws/iot"

IotAlexaEnabledDevice IotAlexaEnabledDevice

import { IotAlexaEnabledDevice } from "diagrams-js/aws/iot"

IotAlexaSkill IotAlexaSkill

import { IotAlexaSkill } from "diagrams-js/aws/iot"

IotAlexaVoiceService IotAlexaVoiceService

import { IotAlexaVoiceService } from "diagrams-js/aws/iot"

IotAnalyticsChannel IotAnalyticsChannel

import { IotAnalyticsChannel } from "diagrams-js/aws/iot"

IotAnalyticsDataSet IotAnalyticsDataSet

import { IotAnalyticsDataSet } from "diagrams-js/aws/iot"

IotAnalyticsDataStore IotAnalyticsDataStore

import { IotAnalyticsDataStore } from "diagrams-js/aws/iot"

IotAnalyticsNotebook IotAnalyticsNotebook

import { IotAnalyticsNotebook } from "diagrams-js/aws/iot"

IotAnalyticsPipeline IotAnalyticsPipeline

import { IotAnalyticsPipeline } from "diagrams-js/aws/iot"

IotAnalytics IotAnalytics

import { IotAnalytics } from "diagrams-js/aws/iot"

IotBank IotBank

import { IotBank } from "diagrams-js/aws/iot"

IotBicycle IotBicycle

import { IotBicycle } from "diagrams-js/aws/iot"

IotButton IotButton

import { IotButton } from "diagrams-js/aws/iot"

IotCamera IotCamera

import { IotCamera } from "diagrams-js/aws/iot"

IotCar IotCar

import { IotCar } from "diagrams-js/aws/iot"

IotCart IotCart

import { IotCart } from "diagrams-js/aws/iot"

IotCertificate IotCertificate

import { IotCertificate } from "diagrams-js/aws/iot"

IotCoffeePot IotCoffeePot

import { IotCoffeePot } from "diagrams-js/aws/iot"

IotCore IotCore

import { IotCore } from "diagrams-js/aws/iot"

IotDesiredState IotDesiredState

import { IotDesiredState } from "diagrams-js/aws/iot"

IotDeviceDefender IotDeviceDefender

import { IotDeviceDefender } from "diagrams-js/aws/iot"

IotDeviceGateway IotDeviceGateway

import { IotDeviceGateway } from "diagrams-js/aws/iot"

IotDeviceManagement IotDeviceManagement

import { IotDeviceManagement } from "diagrams-js/aws/iot"

IotDoorLock IotDoorLock

import { IotDoorLock } from "diagrams-js/aws/iot"

IotEvents IotEvents

import { IotEvents } from "diagrams-js/aws/iot"

IotFactory IotFactory

import { IotFactory } from "diagrams-js/aws/iot"

IotFireTvStick IotFireTvStick

import { IotFireTvStick } from "diagrams-js/aws/iot"

IotFireTv IotFireTv

import { IotFireTv } from "diagrams-js/aws/iot"

IotGeneric IotGeneric

import { IotGeneric } from "diagrams-js/aws/iot"

IotGreengrassConnector IotGreengrassConnector

import { IotGreengrassConnector } from "diagrams-js/aws/iot"

IotGreengrass IotGreengrass

import { IotGreengrass } from "diagrams-js/aws/iot"

IotHardwareBoard IotHardwareBoard

import { IotHardwareBoard } from "diagrams-js/aws/iot"

IotHouse IotHouse

import { IotHouse } from "diagrams-js/aws/iot"

IotHttp IotHttp

import { IotHttp } from "diagrams-js/aws/iot"

IotHttp2 IotHttp2

import { IotHttp2 } from "diagrams-js/aws/iot"

IotJobs IotJobs

import { IotJobs } from "diagrams-js/aws/iot"

IotLambda IotLambda

import { IotLambda } from "diagrams-js/aws/iot"

IotLightbulb IotLightbulb

import { IotLightbulb } from "diagrams-js/aws/iot"

IotMedicalEmergency IotMedicalEmergency

import { IotMedicalEmergency } from "diagrams-js/aws/iot"

IotMqtt IotMqtt

import { IotMqtt } from "diagrams-js/aws/iot"

IotOverTheAirUpdate IotOverTheAirUpdate

import { IotOverTheAirUpdate } from "diagrams-js/aws/iot"

IotPolicyEmergency IotPolicyEmergency

import { IotPolicyEmergency } from "diagrams-js/aws/iot"

IotPolicy IotPolicy

import { IotPolicy } from "diagrams-js/aws/iot"

IotReportedState IotReportedState

import { IotReportedState } from "diagrams-js/aws/iot"

IotRule IotRule

import { IotRule } from "diagrams-js/aws/iot"

IotSensor IotSensor

import { IotSensor } from "diagrams-js/aws/iot"

IotServo IotServo

import { IotServo } from "diagrams-js/aws/iot"

IotShadow IotShadow

import { IotShadow } from "diagrams-js/aws/iot"

IotSimulator IotSimulator

import { IotSimulator } from "diagrams-js/aws/iot"

IotSitewise IotSitewise

import { IotSitewise } from "diagrams-js/aws/iot"

IotThermostat IotThermostat

import { IotThermostat } from "diagrams-js/aws/iot"

IotThingsGraph IotThingsGraph

import { IotThingsGraph } from "diagrams-js/aws/iot"

IotTopic IotTopic

import { IotTopic } from "diagrams-js/aws/iot"

IotTravel IotTravel

import { IotTravel } from "diagrams-js/aws/iot"

IotUtility IotUtility

import { IotUtility } from "diagrams-js/aws/iot"

IotWindfarm IotWindfarm

import { IotWindfarm } from "diagrams-js/aws/iot"

aws/management

AmazonDevopsGuru AmazonDevopsGuru

import { AmazonDevopsGuru } from "diagrams-js/aws/management"

AmazonManagedGrafana AmazonManagedGrafana

import { AmazonManagedGrafana } from "diagrams-js/aws/management"

AmazonManagedPrometheus AmazonManagedPrometheus

import { AmazonManagedPrometheus } from "diagrams-js/aws/management"

AmazonManagedWorkflowsApacheAirflow AmazonManagedWorkflowsApacheAirflow

import { AmazonManagedWorkflowsApacheAirflow } from "diagrams-js/aws/management"

AutoScaling AutoScaling

import { AutoScaling } from "diagrams-js/aws/management"

Chatbot Chatbot

import { Chatbot } from "diagrams-js/aws/management"

CloudformationChangeSet CloudformationChangeSet

import { CloudformationChangeSet } from "diagrams-js/aws/management"

CloudformationStack CloudformationStack

import { CloudformationStack } from "diagrams-js/aws/management"

CloudformationTemplate CloudformationTemplate

import { CloudformationTemplate } from "diagrams-js/aws/management"

Cloudformation Cloudformation

import { Cloudformation } from "diagrams-js/aws/management"

Cloudtrail Cloudtrail

import { Cloudtrail } from "diagrams-js/aws/management"

CloudwatchAlarm CloudwatchAlarm

import { CloudwatchAlarm } from "diagrams-js/aws/management"

CloudwatchEventEventBased CloudwatchEventEventBased

import { CloudwatchEventEventBased } from "diagrams-js/aws/management"

CloudwatchEventTimeBased CloudwatchEventTimeBased

import { CloudwatchEventTimeBased } from "diagrams-js/aws/management"

CloudwatchLogs CloudwatchLogs

import { CloudwatchLogs } from "diagrams-js/aws/management"

CloudwatchRule CloudwatchRule

import { CloudwatchRule } from "diagrams-js/aws/management"

Cloudwatch Cloudwatch

import { Cloudwatch } from "diagrams-js/aws/management"

Codeguru Codeguru

import { Codeguru } from "diagrams-js/aws/management"

CommandLineInterface CommandLineInterface

import { CommandLineInterface } from "diagrams-js/aws/management"

Config Config

import { Config } from "diagrams-js/aws/management"

ControlTower ControlTower

import { ControlTower } from "diagrams-js/aws/management"

LicenseManager LicenseManager

import { LicenseManager } from "diagrams-js/aws/management"

ManagedServices ManagedServices

import { ManagedServices } from "diagrams-js/aws/management"

ManagementAndGovernance ManagementAndGovernance

import { ManagementAndGovernance } from "diagrams-js/aws/management"

ManagementConsole ManagementConsole

import { ManagementConsole } from "diagrams-js/aws/management"

OpsworksApps OpsworksApps

import { OpsworksApps } from "diagrams-js/aws/management"

OpsworksDeployments OpsworksDeployments

import { OpsworksDeployments } from "diagrams-js/aws/management"

OpsworksInstances OpsworksInstances

import { OpsworksInstances } from "diagrams-js/aws/management"

OpsworksLayers OpsworksLayers

import { OpsworksLayers } from "diagrams-js/aws/management"

OpsworksMonitoring OpsworksMonitoring

import { OpsworksMonitoring } from "diagrams-js/aws/management"

OpsworksPermissions OpsworksPermissions

import { OpsworksPermissions } from "diagrams-js/aws/management"

OpsworksResources OpsworksResources

import { OpsworksResources } from "diagrams-js/aws/management"

OpsworksStack OpsworksStack

import { OpsworksStack } from "diagrams-js/aws/management"

Opsworks Opsworks

import { Opsworks } from "diagrams-js/aws/management"

OrganizationsAccount OrganizationsAccount

import { OrganizationsAccount } from "diagrams-js/aws/management"

OrganizationsOrganizationalUnit OrganizationsOrganizationalUnit

import { OrganizationsOrganizationalUnit } from "diagrams-js/aws/management"

Organizations Organizations

import { Organizations } from "diagrams-js/aws/management"

PersonalHealthDashboard PersonalHealthDashboard

import { PersonalHealthDashboard } from "diagrams-js/aws/management"

Proton Proton

import { Proton } from "diagrams-js/aws/management"

ServiceCatalog ServiceCatalog

import { ServiceCatalog } from "diagrams-js/aws/management"

SystemsManagerAppConfig SystemsManagerAppConfig

import { SystemsManagerAppConfig } from "diagrams-js/aws/management"

SystemsManagerAutomation SystemsManagerAutomation

import { SystemsManagerAutomation } from "diagrams-js/aws/management"

SystemsManagerDocuments SystemsManagerDocuments

import { SystemsManagerDocuments } from "diagrams-js/aws/management"

SystemsManagerInventory SystemsManagerInventory

import { SystemsManagerInventory } from "diagrams-js/aws/management"

SystemsManagerMaintenanceWindows SystemsManagerMaintenanceWindows

import { SystemsManagerMaintenanceWindows } from "diagrams-js/aws/management"

SystemsManagerOpscenter SystemsManagerOpscenter

import { SystemsManagerOpscenter } from "diagrams-js/aws/management"

SystemsManagerParameterStore SystemsManagerParameterStore

import { SystemsManagerParameterStore } from "diagrams-js/aws/management"

SystemsManagerPatchManager SystemsManagerPatchManager

import { SystemsManagerPatchManager } from "diagrams-js/aws/management"

SystemsManagerRunCommand SystemsManagerRunCommand

import { SystemsManagerRunCommand } from "diagrams-js/aws/management"

SystemsManagerStateManager SystemsManagerStateManager

import { SystemsManagerStateManager } from "diagrams-js/aws/management"

SystemsManager SystemsManager

import { SystemsManager } from "diagrams-js/aws/management"

TrustedAdvisorChecklistCost TrustedAdvisorChecklistCost

import { TrustedAdvisorChecklistCost } from "diagrams-js/aws/management"

TrustedAdvisorChecklistFaultTolerant TrustedAdvisorChecklistFaultTolerant

import { TrustedAdvisorChecklistFaultTolerant } from "diagrams-js/aws/management"

TrustedAdvisorChecklistPerformance TrustedAdvisorChecklistPerformance

import { TrustedAdvisorChecklistPerformance } from "diagrams-js/aws/management"

TrustedAdvisorChecklistSecurity TrustedAdvisorChecklistSecurity

import { TrustedAdvisorChecklistSecurity } from "diagrams-js/aws/management"

TrustedAdvisorChecklist TrustedAdvisorChecklist

import { TrustedAdvisorChecklist } from "diagrams-js/aws/management"

TrustedAdvisor TrustedAdvisor

import { TrustedAdvisor } from "diagrams-js/aws/management"

UserNotifications UserNotifications

import { UserNotifications } from "diagrams-js/aws/management"

WellArchitectedTool WellArchitectedTool

import { WellArchitectedTool } from "diagrams-js/aws/management"

aws/media

ElasticTranscoder ElasticTranscoder

import { ElasticTranscoder } from "diagrams-js/aws/media"

ElementalConductor ElementalConductor

import { ElementalConductor } from "diagrams-js/aws/media"

ElementalDelta ElementalDelta

import { ElementalDelta } from "diagrams-js/aws/media"

ElementalLive ElementalLive

import { ElementalLive } from "diagrams-js/aws/media"

ElementalMediaconnect ElementalMediaconnect

import { ElementalMediaconnect } from "diagrams-js/aws/media"

ElementalMediaconvert ElementalMediaconvert

import { ElementalMediaconvert } from "diagrams-js/aws/media"

ElementalMedialive ElementalMedialive

import { ElementalMedialive } from "diagrams-js/aws/media"

ElementalMediapackage ElementalMediapackage

import { ElementalMediapackage } from "diagrams-js/aws/media"

ElementalMediastore ElementalMediastore

import { ElementalMediastore } from "diagrams-js/aws/media"

ElementalMediatailor ElementalMediatailor

import { ElementalMediatailor } from "diagrams-js/aws/media"

ElementalServer ElementalServer

import { ElementalServer } from "diagrams-js/aws/media"

KinesisVideoStreams KinesisVideoStreams

import { KinesisVideoStreams } from "diagrams-js/aws/media"

MediaServices MediaServices

import { MediaServices } from "diagrams-js/aws/media"

aws/migration

ApplicationDiscoveryService ApplicationDiscoveryService

import { ApplicationDiscoveryService } from "diagrams-js/aws/migration"

CloudendureMigration CloudendureMigration

import { CloudendureMigration } from "diagrams-js/aws/migration"

DatabaseMigrationService DatabaseMigrationService

import { DatabaseMigrationService } from "diagrams-js/aws/migration"

DatasyncAgent DatasyncAgent

import { DatasyncAgent } from "diagrams-js/aws/migration"

Datasync Datasync

import { Datasync } from "diagrams-js/aws/migration"

MigrationAndTransfer MigrationAndTransfer

import { MigrationAndTransfer } from "diagrams-js/aws/migration"

MigrationHub MigrationHub

import { MigrationHub } from "diagrams-js/aws/migration"

ServerMigrationService ServerMigrationService

import { ServerMigrationService } from "diagrams-js/aws/migration"

SnowballEdge SnowballEdge

import { SnowballEdge } from "diagrams-js/aws/migration"

Snowball Snowball

import { Snowball } from "diagrams-js/aws/migration"

Snowmobile Snowmobile

import { Snowmobile } from "diagrams-js/aws/migration"

TransferForSftp TransferForSftp

import { TransferForSftp } from "diagrams-js/aws/migration"

aws/ml

ApacheMxnetOnAWS ApacheMxnetOnAWS

import { ApacheMxnetOnAWS } from "diagrams-js/aws/ml"

AugmentedAi AugmentedAi

import { AugmentedAi } from "diagrams-js/aws/ml"

Bedrock Bedrock

import { Bedrock } from "diagrams-js/aws/ml"

Comprehend Comprehend

import { Comprehend } from "diagrams-js/aws/ml"

DeepLearningAmis DeepLearningAmis

import { DeepLearningAmis } from "diagrams-js/aws/ml"

DeepLearningContainers DeepLearningContainers

import { DeepLearningContainers } from "diagrams-js/aws/ml"

Deepcomposer Deepcomposer

import { Deepcomposer } from "diagrams-js/aws/ml"

Deeplens Deeplens

import { Deeplens } from "diagrams-js/aws/ml"

Deepracer Deepracer

import { Deepracer } from "diagrams-js/aws/ml"

ElasticInference ElasticInference

import { ElasticInference } from "diagrams-js/aws/ml"

Forecast Forecast

import { Forecast } from "diagrams-js/aws/ml"

FraudDetector FraudDetector

import { FraudDetector } from "diagrams-js/aws/ml"

Kendra Kendra

import { Kendra } from "diagrams-js/aws/ml"

Lex Lex

import { Lex } from "diagrams-js/aws/ml"

MachineLearning MachineLearning

import { MachineLearning } from "diagrams-js/aws/ml"

Personalize Personalize

import { Personalize } from "diagrams-js/aws/ml"

Polly Polly

import { Polly } from "diagrams-js/aws/ml"

Q Q

import { Q } from "diagrams-js/aws/ml"

RekognitionImage RekognitionImage

import { RekognitionImage } from "diagrams-js/aws/ml"

RekognitionVideo RekognitionVideo

import { RekognitionVideo } from "diagrams-js/aws/ml"

Rekognition Rekognition

import { Rekognition } from "diagrams-js/aws/ml"

SagemakerGroundTruth SagemakerGroundTruth

import { SagemakerGroundTruth } from "diagrams-js/aws/ml"

SagemakerModel SagemakerModel

import { SagemakerModel } from "diagrams-js/aws/ml"

SagemakerNotebook SagemakerNotebook

import { SagemakerNotebook } from "diagrams-js/aws/ml"

SagemakerTrainingJob SagemakerTrainingJob

import { SagemakerTrainingJob } from "diagrams-js/aws/ml"

Sagemaker Sagemaker

import { Sagemaker } from "diagrams-js/aws/ml"

TensorflowOnAWS TensorflowOnAWS

import { TensorflowOnAWS } from "diagrams-js/aws/ml"

Textract Textract

import { Textract } from "diagrams-js/aws/ml"

Transcribe Transcribe

import { Transcribe } from "diagrams-js/aws/ml"

Transform Transform

import { Transform } from "diagrams-js/aws/ml"

Translate Translate

import { Translate } from "diagrams-js/aws/ml"

aws/mobile

Amplify Amplify

import { Amplify } from "diagrams-js/aws/mobile"

APIGatewayEndpoint APIGatewayEndpoint

import { APIGatewayEndpoint } from "diagrams-js/aws/mobile"

APIGateway APIGateway

import { APIGateway } from "diagrams-js/aws/mobile"

Appsync Appsync

import { Appsync } from "diagrams-js/aws/mobile"

DeviceFarm DeviceFarm

import { DeviceFarm } from "diagrams-js/aws/mobile"

Mobile Mobile

import { Mobile } from "diagrams-js/aws/mobile"

Pinpoint Pinpoint

import { Pinpoint } from "diagrams-js/aws/mobile"

aws/network

APIGatewayEndpoint APIGatewayEndpoint

import { APIGatewayEndpoint } from "diagrams-js/aws/network"

APIGateway APIGateway

import { APIGateway } from "diagrams-js/aws/network"

AppMesh AppMesh

import { AppMesh } from "diagrams-js/aws/network"

ClientVpn ClientVpn

import { ClientVpn } from "diagrams-js/aws/network"

CloudMap CloudMap

import { CloudMap } from "diagrams-js/aws/network"

CloudFrontDownloadDistribution CloudFrontDownloadDistribution

import { CloudFrontDownloadDistribution } from "diagrams-js/aws/network"

CloudFrontEdgeLocation CloudFrontEdgeLocation

import { CloudFrontEdgeLocation } from "diagrams-js/aws/network"

CloudFrontStreamingDistribution CloudFrontStreamingDistribution

import { CloudFrontStreamingDistribution } from "diagrams-js/aws/network"

CloudFront CloudFront

import { CloudFront } from "diagrams-js/aws/network"

DirectConnect DirectConnect

import { DirectConnect } from "diagrams-js/aws/network"

ElasticLoadBalancing ElasticLoadBalancing

import { ElasticLoadBalancing } from "diagrams-js/aws/network"

ElbApplicationLoadBalancer ElbApplicationLoadBalancer

import { ElbApplicationLoadBalancer } from "diagrams-js/aws/network"

ElbClassicLoadBalancer ElbClassicLoadBalancer

import { ElbClassicLoadBalancer } from "diagrams-js/aws/network"

ElbNetworkLoadBalancer ElbNetworkLoadBalancer

import { ElbNetworkLoadBalancer } from "diagrams-js/aws/network"

Endpoint Endpoint

import { Endpoint } from "diagrams-js/aws/network"

GlobalAccelerator GlobalAccelerator

import { GlobalAccelerator } from "diagrams-js/aws/network"

InternetGateway InternetGateway

import { InternetGateway } from "diagrams-js/aws/network"

Nacl Nacl

import { Nacl } from "diagrams-js/aws/network"

NATGateway NATGateway

import { NATGateway } from "diagrams-js/aws/network"

NetworkFirewall NetworkFirewall

import { NetworkFirewall } from "diagrams-js/aws/network"

NetworkingAndContentDelivery NetworkingAndContentDelivery

import { NetworkingAndContentDelivery } from "diagrams-js/aws/network"

PrivateSubnet PrivateSubnet

import { PrivateSubnet } from "diagrams-js/aws/network"

Privatelink Privatelink

import { Privatelink } from "diagrams-js/aws/network"

PublicSubnet PublicSubnet

import { PublicSubnet } from "diagrams-js/aws/network"

Route53HostedZone Route53HostedZone

import { Route53HostedZone } from "diagrams-js/aws/network"

Route53 Route53

import { Route53 } from "diagrams-js/aws/network"

RouteTable RouteTable

import { RouteTable } from "diagrams-js/aws/network"

SiteToSiteVpn SiteToSiteVpn

import { SiteToSiteVpn } from "diagrams-js/aws/network"

TransitGatewayAttachment TransitGatewayAttachment

import { TransitGatewayAttachment } from "diagrams-js/aws/network"

TransitGateway TransitGateway

import { TransitGateway } from "diagrams-js/aws/network"

VPCCustomerGateway VPCCustomerGateway

import { VPCCustomerGateway } from "diagrams-js/aws/network"

VPCElasticNetworkAdapter VPCElasticNetworkAdapter

import { VPCElasticNetworkAdapter } from "diagrams-js/aws/network"

VPCElasticNetworkInterface VPCElasticNetworkInterface

import { VPCElasticNetworkInterface } from "diagrams-js/aws/network"

VPCFlowLogs VPCFlowLogs

import { VPCFlowLogs } from "diagrams-js/aws/network"

VPCPeering VPCPeering

import { VPCPeering } from "diagrams-js/aws/network"

VPCRouter VPCRouter

import { VPCRouter } from "diagrams-js/aws/network"

VPCTrafficMirroring VPCTrafficMirroring

import { VPCTrafficMirroring } from "diagrams-js/aws/network"

VPC VPC

import { VPC } from "diagrams-js/aws/network"

VpnConnection VpnConnection

import { VpnConnection } from "diagrams-js/aws/network"

VpnGateway VpnGateway

import { VpnGateway } from "diagrams-js/aws/network"

aws/quantum

Braket Braket

import { Braket } from "diagrams-js/aws/quantum"

QuantumTechnologies QuantumTechnologies

import { QuantumTechnologies } from "diagrams-js/aws/quantum"

aws/robotics

RobomakerCloudExtensionRos RobomakerCloudExtensionRos

import { RobomakerCloudExtensionRos } from "diagrams-js/aws/robotics"

RobomakerDevelopmentEnvironment RobomakerDevelopmentEnvironment

import { RobomakerDevelopmentEnvironment } from "diagrams-js/aws/robotics"

RobomakerFleetManagement RobomakerFleetManagement

import { RobomakerFleetManagement } from "diagrams-js/aws/robotics"

RobomakerSimulator RobomakerSimulator

import { RobomakerSimulator } from "diagrams-js/aws/robotics"

Robomaker Robomaker

import { Robomaker } from "diagrams-js/aws/robotics"

Robotics Robotics

import { Robotics } from "diagrams-js/aws/robotics"

aws/satellite

GroundStation GroundStation

import { GroundStation } from "diagrams-js/aws/satellite"

Satellite Satellite

import { Satellite } from "diagrams-js/aws/satellite"

aws/security

AdConnector AdConnector

import { AdConnector } from "diagrams-js/aws/security"

Artifact Artifact

import { Artifact } from "diagrams-js/aws/security"

CertificateAuthority CertificateAuthority

import { CertificateAuthority } from "diagrams-js/aws/security"

CertificateManager CertificateManager

import { CertificateManager } from "diagrams-js/aws/security"

CloudDirectory CloudDirectory

import { CloudDirectory } from "diagrams-js/aws/security"

Cloudhsm Cloudhsm

import { Cloudhsm } from "diagrams-js/aws/security"

Cognito Cognito

import { Cognito } from "diagrams-js/aws/security"

Detective Detective

import { Detective } from "diagrams-js/aws/security"

DirectoryService DirectoryService

import { DirectoryService } from "diagrams-js/aws/security"

FirewallManager FirewallManager

import { FirewallManager } from "diagrams-js/aws/security"

Guardduty Guardduty

import { Guardduty } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamAccessAnalyzer IdentityAndAccessManagementIamAccessAnalyzer

import { IdentityAndAccessManagementIamAccessAnalyzer } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamAddOn IdentityAndAccessManagementIamAddOn

import { IdentityAndAccessManagementIamAddOn } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamAWSStsAlternate IdentityAndAccessManagementIamAWSStsAlternate

import { IdentityAndAccessManagementIamAWSStsAlternate } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamAWSSts IdentityAndAccessManagementIamAWSSts

import { IdentityAndAccessManagementIamAWSSts } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamDataEncryptionKey IdentityAndAccessManagementIamDataEncryptionKey

import { IdentityAndAccessManagementIamDataEncryptionKey } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamEncryptedData IdentityAndAccessManagementIamEncryptedData

import { IdentityAndAccessManagementIamEncryptedData } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamLongTermSecurityCredential IdentityAndAccessManagementIamLongTermSecurityCredential

import { IdentityAndAccessManagementIamLongTermSecurityCredential } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamMfaToken IdentityAndAccessManagementIamMfaToken

import { IdentityAndAccessManagementIamMfaToken } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamPermissions IdentityAndAccessManagementIamPermissions

import { IdentityAndAccessManagementIamPermissions } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamRole IdentityAndAccessManagementIamRole

import { IdentityAndAccessManagementIamRole } from "diagrams-js/aws/security"

IdentityAndAccessManagementIamTemporarySecurityCredential IdentityAndAccessManagementIamTemporarySecurityCredential

import { IdentityAndAccessManagementIamTemporarySecurityCredential } from "diagrams-js/aws/security"

IdentityAndAccessManagementIam IdentityAndAccessManagementIam

import { IdentityAndAccessManagementIam } from "diagrams-js/aws/security"

InspectorAgent InspectorAgent

import { InspectorAgent } from "diagrams-js/aws/security"

Inspector Inspector

import { Inspector } from "diagrams-js/aws/security"

KeyManagementService KeyManagementService

import { KeyManagementService } from "diagrams-js/aws/security"

Macie Macie

import { Macie } from "diagrams-js/aws/security"

ManagedMicrosoftAd ManagedMicrosoftAd

import { ManagedMicrosoftAd } from "diagrams-js/aws/security"

ResourceAccessManager ResourceAccessManager

import { ResourceAccessManager } from "diagrams-js/aws/security"

SecretsManager SecretsManager

import { SecretsManager } from "diagrams-js/aws/security"

SecurityHubFinding SecurityHubFinding

import { SecurityHubFinding } from "diagrams-js/aws/security"

SecurityHub SecurityHub

import { SecurityHub } from "diagrams-js/aws/security"

SecurityIdentityAndCompliance SecurityIdentityAndCompliance

import { SecurityIdentityAndCompliance } from "diagrams-js/aws/security"

SecurityLake SecurityLake

import { SecurityLake } from "diagrams-js/aws/security"

ShieldAdvanced ShieldAdvanced

import { ShieldAdvanced } from "diagrams-js/aws/security"

Shield Shield

import { Shield } from "diagrams-js/aws/security"

SimpleAd SimpleAd

import { SimpleAd } from "diagrams-js/aws/security"

SingleSignOn SingleSignOn

import { SingleSignOn } from "diagrams-js/aws/security"

WAFFilteringRule WAFFilteringRule

import { WAFFilteringRule } from "diagrams-js/aws/security"

WAF WAF

import { WAF } from "diagrams-js/aws/security"

aws/storage

Backup Backup

import { Backup } from "diagrams-js/aws/storage"

CloudendureDisasterRecovery CloudendureDisasterRecovery

import { CloudendureDisasterRecovery } from "diagrams-js/aws/storage"

EFSInfrequentaccessPrimaryBg EFSInfrequentaccessPrimaryBg

import { EFSInfrequentaccessPrimaryBg } from "diagrams-js/aws/storage"

EFSStandardPrimaryBg EFSStandardPrimaryBg

import { EFSStandardPrimaryBg } from "diagrams-js/aws/storage"

ElasticBlockStoreEBSSnapshot ElasticBlockStoreEBSSnapshot

import { ElasticBlockStoreEBSSnapshot } from "diagrams-js/aws/storage"

ElasticBlockStoreEBSVolume ElasticBlockStoreEBSVolume

import { ElasticBlockStoreEBSVolume } from "diagrams-js/aws/storage"

ElasticBlockStoreEBS ElasticBlockStoreEBS

import { ElasticBlockStoreEBS } from "diagrams-js/aws/storage"

ElasticFileSystemEFSFileSystem ElasticFileSystemEFSFileSystem

import { ElasticFileSystemEFSFileSystem } from "diagrams-js/aws/storage"

ElasticFileSystemEFS ElasticFileSystemEFS

import { ElasticFileSystemEFS } from "diagrams-js/aws/storage"

FsxForLustre FsxForLustre

import { FsxForLustre } from "diagrams-js/aws/storage"

FsxForWindowsFileServer FsxForWindowsFileServer

import { FsxForWindowsFileServer } from "diagrams-js/aws/storage"

Fsx Fsx

import { Fsx } from "diagrams-js/aws/storage"

MultipleVolumesResource MultipleVolumesResource

import { MultipleVolumesResource } from "diagrams-js/aws/storage"

S3AccessPoints S3AccessPoints

import { S3AccessPoints } from "diagrams-js/aws/storage"

S3GlacierArchive S3GlacierArchive

import { S3GlacierArchive } from "diagrams-js/aws/storage"

S3GlacierVault S3GlacierVault

import { S3GlacierVault } from "diagrams-js/aws/storage"

S3Glacier S3Glacier

import { S3Glacier } from "diagrams-js/aws/storage"

S3ObjectLambdaAccessPoints S3ObjectLambdaAccessPoints

import { S3ObjectLambdaAccessPoints } from "diagrams-js/aws/storage"

SimpleStorageServiceS3BucketWithObjects SimpleStorageServiceS3BucketWithObjects

import { SimpleStorageServiceS3BucketWithObjects } from "diagrams-js/aws/storage"

SimpleStorageServiceS3Bucket SimpleStorageServiceS3Bucket

import { SimpleStorageServiceS3Bucket } from "diagrams-js/aws/storage"

SimpleStorageServiceS3Object SimpleStorageServiceS3Object

import { SimpleStorageServiceS3Object } from "diagrams-js/aws/storage"

SimpleStorageServiceS3 SimpleStorageServiceS3

import { SimpleStorageServiceS3 } from "diagrams-js/aws/storage"

SnowFamilySnowballImportExport SnowFamilySnowballImportExport

import { SnowFamilySnowballImportExport } from "diagrams-js/aws/storage"

SnowballEdge SnowballEdge

import { SnowballEdge } from "diagrams-js/aws/storage"

Snowball Snowball

import { Snowball } from "diagrams-js/aws/storage"

Snowmobile Snowmobile

import { Snowmobile } from "diagrams-js/aws/storage"

StorageGatewayCachedVolume StorageGatewayCachedVolume

import { StorageGatewayCachedVolume } from "diagrams-js/aws/storage"

StorageGatewayNonCachedVolume StorageGatewayNonCachedVolume

import { StorageGatewayNonCachedVolume } from "diagrams-js/aws/storage"

StorageGatewayVirtualTapeLibrary StorageGatewayVirtualTapeLibrary

import { StorageGatewayVirtualTapeLibrary } from "diagrams-js/aws/storage"

StorageGateway StorageGateway

import { StorageGateway } from "diagrams-js/aws/storage"

Storage Storage

import { Storage } from "diagrams-js/aws/storage"