Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
47fd368
Initial content commit
Apr 23, 2019
ee6065f
Regenerated dist puml files
May 17, 2019
3722dca
Processed 209-05-21 Icon (#7)
gadams999 Jun 14, 2019
2c16278
Processed 2019-07-29 Icons, update for 4.0
Aug 22, 2019
5ff3841
Merge branch 'release/4.0'
Aug 22, 2019
caf997e
build with new Pillow working; correct icon name (#9)
gadams999 Oct 23, 2019
4057f42
Processed 5.0-2019.10.31 icon set (#13)
gadams999 Dec 11, 2019
a698153
Icon builder corrections (#17)
gadams999 Jan 10, 2020
b3f8c51
Processed 6.0 icon-set (#19)
gadams999 Mar 27, 2020
cb622f2
Processed Release 7.0 icons (#22)
gadams999 May 5, 2020
612bfca
Process iconset 9.0 2021.01.31 (#32)
gadams999 Apr 30, 2021
bd20d39
Process iconset 10.0 2021.04.30 (#35)
gadams999 May 7, 2021
d573228
V11 working (#39)
gadams999 Oct 8, 2021
6a5f06b
iconset 13 2022.04.30 with PNG image defaults (#46)
hakanson Jun 6, 2022
69c8b95
Rename StorageGatewayNonCachedVolume.puml to StorageGatewayNoncachedV…
gadams999 Jun 6, 2022
7d014e2
fixed case on filename
hakanson Jun 6, 2022
501f470
Add support for Groups (#47)
mcwarman Jul 25, 2022
a835c3d
Process iconset 14.0 2022.07.31 (#49)
hakanson Sep 13, 2022
a2e155e
Process iconset 15.0 2023.01.31 (#56)
hakanson Feb 2, 2023
12dc864
Process iconset 16.0 2023.04.28 (#60)
hakanson Jun 19, 2023
159214c
Process iconset 17.0 2023.10.23 (#68)
hakanson Nov 26, 2023
56ea8f0
Process iconset 18.0 2024.02.06 (#74)
hakanson Mar 13, 2024
2137a1a
Process iconset 19.0 2024.06.07 (#79)
hakanson Jan 19, 2025
768840c
Process iconset 20.0 2025.02.07 (#82)
hakanson Jun 24, 2025
3d623dc
move files to stdlib folder
typekpb Oct 22, 2025
4b38570
adding readme
typekpb Oct 22, 2025
51832e2
Merge branch 'master' of github.com:typekpb/plantuml-stdlib into from…
typekpb Oct 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
70 changes: 70 additions & 0 deletions stdlib/awslib20/AWSC4Integration.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
' Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
' SPDX-License-Identifier: MIT (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/master/LICENSE)
' AWS C4 UML Integration

!ifdef COMPONENT_BG_COLOR
!define COMPONENT_LEGEND
!else
!ifdef CONTAINER_BG_COLOR
!define CONTAINER_LEGEND
!else
!define CONTEXT_LEGEND
!endif
!endif

!ifdef CONTEXT_LEGEND
!definelong LAYOUT_WITH_LEGEND
hide <<person>> stereotype
hide <<external_system>> stereotype
hide <<system>> stereotype
hide <<external_system>> stereotype
legend right
|= |= Type |
|<PERSON_BG_COLOR> | person |
|<EXTERNAL_PERSON_BG_COLOR> | external person |
|<SYSTEM_BG_COLOR> | system |
|<EXTERNAL_SYSTEM_BG_COLOR> | external system |
|<AWS_BG_COLOR> | AWS service container |
endlegend
!enddefinelong
!endif

!ifdef CONTAINER_LEGEND
!definelong LAYOUT_WITH_LEGEND
hide <<person>> stereotype
hide <<external_system>> stereotype
hide <<system>> stereotype
hide <<external_system>> stereotype
hide <<container>> stereotype
legend right
|= |= Type |
|<PERSON_BG_COLOR> | person |
|<EXTERNAL_PERSON_BG_COLOR> | external person |
|<SYSTEM_BG_COLOR> | system |
|<EXTERNAL_SYSTEM_BG_COLOR> | external system |
|<CONTAINER_BG_COLOR> | container |
|<AWS_BG_COLOR> | AWS service container |
endlegend
!enddefinelong
!endif

!ifdef COMPONENT_LEGEND
!definelong LAYOUT_WITH_LEGEND
hide <<person>> stereotype
hide <<external_system>> stereotype
hide <<system>> stereotype
hide <<external_system>> stereotype
hide <<container>> stereotype
hide <<component>> stereotype
legend right
|= |= Type |
|<PERSON_BG_COLOR> | person |
|<EXTERNAL_PERSON_BG_COLOR> | external person |
|<SYSTEM_BG_COLOR> | system |
|<EXTERNAL_SYSTEM_BG_COLOR> | external system |
|<CONTAINER_BG_COLOR> | container |
|<AWS_BG_COLOR> | AWS service container |
|<COMPONENT_BG_COLOR> | component |
endlegend
!enddefinelong
!endif
Loading