Skip to content

Commit 0b6eaa3

Browse files
authored
Process iconset 17.0 2023.10.23 (#68)
* fix border color * update code and config to v17 * update examples to v17 * Process iconset 17.0 2023.10.23 * fix structurizr color
1 parent 3d42fc8 commit 0b6eaa3

File tree

77 files changed

+4180
-1075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4180
-1075
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"label": "PlantUML picoweb 8080",
1616
"type": "shell",
17-
"command": "cd scripts && java -jar plantuml-mit-1.2023.7.jar -picoweb"
17+
"command": "cd scripts && java -jar plantuml-mit-1.2023.12.jar -picoweb"
1818
}
1919
]
2020
}

AWSSymbols.md

Lines changed: 11 additions & 5 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ In order to incorporate and use the _AWS Icons for PlantUML_ resources, `!includ
3535

3636
To get started, include the `AWSCommon.puml` file from the `dist` directory in each `.puml` file or PlantUML diagram. This can be referenced by a URL directly to this repository, or by including the file locally. To use this repository, use the following:
3737

38-
<pre><code>!include https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v16.0</b>/dist/AWSCommon.puml
38+
<pre><code>!include https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v17.0</b>/dist/AWSCommon.puml
3939
</code></pre>
4040

4141
or this if defining the URL:
4242

43-
<pre><code>!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v16.0</b>/dist
43+
<pre><code>!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v17.0</b>/dist
4444
</code></pre>
4545

46-
This references the latest _GitHub release_ version of the referenced file from GitHub when an Internet connection is available. It is recommended _not_ to use the `main` branch, but instead a specific release version. The examples below reference the current _v16.0_ release.
46+
This references the latest _GitHub release_ version of the referenced file from GitHub when an Internet connection is available. It is recommended _not_ to use the `main` branch, but instead a specific release version. The examples below reference the current _v17.0_ release.
4747

4848
All examples reference _main_ and are designed with the most recent files. For consistency of UML diagrams when referencing the files directly via GitHub and not generated locally, it is recommended to use a specific release version.
4949

@@ -71,7 +71,7 @@ For example, including these files from the repository (URL), the includes would
7171

7272
```
7373
' Define the main location (URL or local file path)
74-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
74+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
7575
' Include main AWSCommon and then resource files
7676
!include AWSPuml/AWSCommon.puml
7777
!include AWSPuml/BusinessApplications/all.puml
@@ -91,7 +91,7 @@ This is the [`examples/HelloWorld.puml`](examples/HelloWorld.puml) diagram code:
9191
' Uncomment the line below for "dark mode" styling
9292
'!$AWS_DARK = true
9393
94-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
94+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
9595
!include AWSPuml/AWSCommon.puml
9696
!include AWSPuml/BusinessApplications/all.puml
9797
!include AWSPuml/Storage/SimpleStorageService.puml
@@ -108,7 +108,7 @@ desktopAlias --> storageAlias
108108

109109
This code generates the following diagram:
110110

111-
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/examples/HelloWorld.puml)
111+
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/examples/HelloWorld.puml)
112112

113113
## Examples
114114

@@ -127,7 +127,7 @@ This example shows AWS IoT processing of messages via the Rules Engine with an e
127127
' Uncomment the line below for "dark mode" styling
128128
'!$AWS_DARK = true
129129
130-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
130+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
131131
!include AWSPuml/AWSCommon.puml
132132
!include AWSPuml/InternetOfThings/IoTRule.puml
133133
!include AWSPuml/Analytics/KinesisDataStreams.puml
@@ -150,7 +150,7 @@ iotRule --> errorQueue : Failed action message
150150

151151
This code generates the following diagram:
152152

153-
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FBasic%2520Usage.puml)
153+
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FBasic%2520Usage.puml)
154154

155155
### Raw Images
156156

@@ -161,7 +161,7 @@ The individual icon images (complete list [here](AWSSymbols.md)) can be included
161161
' Uncomment the line below for "dark mode" styling
162162
'!$AWS_DARK = true
163163
164-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
164+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
165165
!include AWSPuml/AWSCommon.puml
166166
!include AWSPuml/MachineLearning/SageMakerModel.puml
167167
!include AWSPuml/Robotics/RoboMaker.puml
@@ -180,7 +180,7 @@ mySecondFunction --> mySecondML
180180

181181
This code generates the following diagram:
182182

183-
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FRaw%2520Image%2520Usage.puml)
183+
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FRaw%2520Image%2520Usage.puml)
184184

185185
### Simplified View
186186

@@ -191,7 +191,7 @@ In some cases, PlantUML diagrams may contain too much information, but are still
191191
' Uncomment the line below for "dark mode" styling
192192
'!$AWS_DARK = true
193193
194-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
194+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
195195
!include AWSPuml/AWSCommon.puml
196196
197197
' Uncomment the following line to create simplified view
@@ -222,11 +222,11 @@ recordVote --> voteDb
222222

223223
This code generates the following diagram:
224224

225-
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FTwo%2520Modes%2520-%2520Technical%2520View.puml)
225+
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FTwo%2520Modes%2520-%2520Technical%2520View.puml)
226226

227227
And if the `!include AWSPuml/AWSSimplified.puml`is uncommented, this simplified view is created:
228228

229-
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FTwo%2520Modes%2520-%2520Simple%2520View.puml)
229+
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FTwo%2520Modes%2520-%2520Simple%2520View.puml)
230230

231231
### Sequence Diagrams
232232

@@ -237,7 +237,7 @@ Icons can also be used in UML sequence diagrams, either with Participant macros
237237
' Uncomment the line below for "dark mode" styling
238238
'!$AWS_DARK = true
239239
240-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
240+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
241241
!include AWSPuml/AWSCommon.puml
242242
!include AWSPuml/Compute/all.puml
243243
!include AWSPuml/ApplicationIntegration/APIGateway.puml
@@ -263,14 +263,14 @@ api -> user: Returns status code
263263

264264
The code above generates the fully detailed diagram with stereotypes.
265265

266-
![Technical View Sequence Diagram](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FSequence%2520-%2520Technical.puml)
266+
![Technical View Sequence Diagram](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FSequence%2520-%2520Technical.puml)
267267

268268
```
269269
@startuml Sequence Diagram - Images
270270
' Uncomment the line below for "dark mode" styling
271271
'!$AWS_DARK = true
272272
273-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
273+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
274274
!include AWSPuml/AWSCommon.puml
275275
!include AWSPuml/AWSExperimental.puml
276276
!include AWSPuml/Compute/Lambda.puml
@@ -308,7 +308,7 @@ return status code
308308

309309
The code above generates the same sequence diagram demonstrating how colors, text positioning, and stereotypes can be modified.
310310

311-
![Image View Sequence Diagram](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FSequence%2520-%2520Images.puml)
311+
![Image View Sequence Diagram](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FSequence%2520-%2520Images.puml)
312312

313313
### Groups
314314

@@ -319,7 +319,7 @@ Groups are a system element which shows the connection between multiple services
319319
' Uncomment the line below for "dark mode" styling
320320
'!$AWS_DARK = true
321321
322-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
322+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
323323
!include AWSPuml/AWSCommon.puml
324324
!include AWSPuml/AWSSimplified.puml
325325
!include AWSPuml/Compute/EC2.puml
@@ -370,7 +370,7 @@ AWSCloudGroup(cloud) {
370370

371371
This code generates the following diagram:
372372

373-
![VPC Groups Sample](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FGroups%2520-%2520VPC.puml)
373+
![VPC Groups Sample](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FGroups%2520-%2520VPC.puml)
374374

375375
Custom groups can also be constructed using the `$AWSDefineGroup` macro. Here is an AWS CodePipeline human approval workflow example defining a custom group for AWS CodePipeline.
376376

@@ -381,7 +381,7 @@ Custom groups can also be constructed using the `$AWSDefineGroup` macro. Here i
381381
' Uncomment the line below for "dark mode" styling
382382
'!$AWS_DARK = true
383383
384-
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v16.0/dist
384+
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v17.0/dist
385385
!include AWSPuml/AWSCommon.puml
386386
!include AWSPuml/ApplicationIntegration/SimpleNotificationService.puml
387387
!include AWSPuml/Compute/EC2.puml
@@ -434,7 +434,7 @@ CodePipelineGroup(pipeline){
434434
@enduml
435435
```
436436

437-
![Amazon S3 Upload Workflow Sample](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv16.0%2Fexamples%2FGroups%2520-%2520CodePipeline.puml)
437+
![Amazon S3 Upload Workflow Sample](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv17.0%2Fexamples%2FGroups%2520-%2520CodePipeline.puml)
438438

439439
## Distribution "Dist" Details
440440

dist/AWSCommon.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
!$AWS_FG_COLOR = "#000000"
2929
!$AWS_ARROW_COLOR = "#000000"
3030
!endif
31-
!define AWS_BORDER_COLOR #FF9900
32-
!$AWS_BORDER_COLOR = "#FF9900"
31+
!define AWS_BORDER_COLOR #7D8998
32+
!$AWS_BORDER_COLOR = "#7D8998"
3333
!define AWS_SYMBOL_COLOR AWS_COLOR
3434
!$AWS_COLOR_GRAY = "#7D8998"
3535

dist/AWSRaw.puml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
!$AWS_COLOR_SQUID = "#232F3E"
88
!define AWS_BG_COLOR #FFFFFF
99
!$AWS_BG_COLOR = "#000000"
10-
!define AWS_BORDER_COLOR #FF9900
11-
!$AWS_BORDER_COLOR = "#FF9900"
10+
!define AWS_BORDER_COLOR #7D8998
11+
!$AWS_BORDER_COLOR = "#7D8998"
1212
!define AWS_SYMBOL_COLOR AWS_COLOR
13+
!$AWS_COLOR_GRAY = "#7D8998"
1314

1415
' Styling
1516
' ##################################
@@ -19,7 +20,7 @@
1920
!definelong AWSEntityColoring(e_stereo)
2021
skinparam rectangle<<e_stereo>> {
2122
BackgroundColor $AWS_BG_COLOR
22-
BorderColor $AWS_BORDER_COLOR
23+
BorderColor $AWS_COLOR_GRAY
2324

2425
}
2526
!enddefinelong

dist/Analytics/EntityResolution.png

1.94 KB
Loading

dist/Analytics/EntityResolution.puml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
' Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
' SPDX-License-Identifier: CC-BY-ND-2.0 (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/main/LICENSE)
3+
sprite $EntityResolution [64x64/16z] {
4+
xLO5ZWLH2EipcFjVUEKnwGe_ILcNwSeNGakAP8uVXWiNh0FTn4Z6nCQK8Xa6JFS9c1B9wC4_qPL81k2FBuuCHZupFrT9xnaH_0irOZK0z4_fNmC9V4Ok-oVD
5+
Jpy9V3oohSSYW1tH40JMmPo6nQ18q00CfpDwBWkVppjJsoAQM9TVKJXDfBomj-mNJJp7pfM-BsE_GlQSbu4XxIrx_9o0yiBSir_F2P9ymktj8W7bQ_aauD8L
6+
zvO4DBHuzzWRyUxUrD-JQChUhbi42-qOW2dttpD1BEx0YQaJK3vCf4Cg0ULpXtG2GqiJKY5ecCLy4l1kwFKpgR-w6rEy_oGOnxDolG6T_IiGT8mGRyOBfHBq
7+
hUXRV1nL608pnClWHXR5yqKhYwTv-OvyVTxg5useFqdMdsH_A2vSk0S
8+
}
9+
10+
!function $EntityResolutionIMG($scale=1)
11+
!return "<img data:image/png;base64,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{scale="+$scale+"}>"
12+
!endfunction
13+
14+
AWSEntityColoring(EntityResolution)
15+
!define EntityResolution(e_alias, e_label, e_techn) AWSEntity(e_alias, e_label, e_techn, #8C4FFF, EntityResolution, EntityResolution)
16+
!define EntityResolution(e_alias, e_label, e_techn, e_descr) AWSEntity(e_alias, e_label, e_techn, e_descr, #8C4FFF, EntityResolution, EntityResolution)
17+
!define EntityResolutionParticipant(p_alias, p_label, p_techn) AWSParticipant(p_alias, p_label, p_techn, #8C4FFF, EntityResolution, EntityResolution)
18+
!define EntityResolutionParticipant(p_alias, p_label, p_techn, p_descr) AWSParticipant(p_alias, p_label, p_techn, p_descr, #8C4FFF, EntityResolution, EntityResolution)
-1.59 KB
Binary file not shown.

dist/Analytics/KinesisDataAnalytics.puml

Lines changed: 0 additions & 18 deletions
This file was deleted.
2.2 KB
Loading

0 commit comments

Comments
 (0)