Skip to content

Commit

Permalink
V11 working (#39)
Browse files Browse the repository at this point in the history
* cleanup of case duplicates

* doc bump to release 11.1

Co-authored-by: Gavin Adams <[email protected]>
  • Loading branch information
gadams999 and Gavin Adams authored Oct 8, 2021
1 parent 139260f commit e72d5f5
Show file tree
Hide file tree
Showing 198 changed files with 4,428 additions and 1,240 deletions.
54 changes: 40 additions & 14 deletions AWSSymbols.md

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ In order to incorporate and use the _AWS Icons for PlantUML_ resources, `!includ

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:

<pre><code>!includeurl https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v10.0</b>/dist/AWSCommon.puml
<pre><code>!includeurl https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v11.1</b>/dist/AWSCommon.puml
</code></pre>

or this if defining the URL:

<pre><code>!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v10.0</b>/dist
<pre><code>!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/<b>v11.1</b>/dist
</code></pre>

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 _v10.0_ release.
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 _v11.1_ release.

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.

Expand Down Expand Up @@ -73,7 +73,7 @@ For example, including these files from the repository (URL), the includes would

```bash
' Define the main location (URL or local file path)
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/dist
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
' Include main AWSCommon and then sprite files
!includeurl AWSPuml/AWSCommon.puml
!includeurl AWSPuml/BusinessApplications/all.puml
Expand All @@ -91,7 +91,7 @@ This is the [`examples/HelloWorld.puml`](examples/HelloWorld.puml) diagram code:
```plantuml
@startuml Hello World
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/dist
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
!includeurl AWSPuml/AWSCommon.puml
!includeurl AWSPuml/EndUserComputing/all.puml
!includeurl AWSPuml/Storage/SimpleStorageService.puml
Expand All @@ -108,7 +108,7 @@ desktopAlias --> storageAlias

This code generates the following diagram:

![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/examples/HelloWorld.puml)
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/examples/HelloWorld.puml)

## Examples

Expand All @@ -123,7 +123,7 @@ This example shows AWS IoT processing of messages via the Rules Engine with an e
```bash
@startuml Basic Usage - AWS IoT Rules Engine

!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/dist
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
!includeurl AWSPuml/AWSCommon.puml
!includeurl AWSPuml/InternetOfThings/IoTRule.puml
!includeurl AWSPuml/Analytics/KinesisDataStreams.puml
Expand All @@ -146,7 +146,7 @@ iotRule --> errorQueue : Failed action message

This code generates the following diagram:

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

### Raw Sprites

Expand All @@ -155,7 +155,7 @@ The individual icon sprites (complete list [here](AWSSymbols.md)) can be include
```bash
@startuml Raw usage - Sprites

!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/dist
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
!includeurl AWSPuml/AWSCommon.puml
!includeurl AWSPuml/MachineLearning/SageMakerModel.puml
!includeurl AWSPuml/Robotics/RoboMaker.puml
Expand All @@ -174,7 +174,7 @@ mySecondFunction --> mySecondML

This code generates the following diagram:

![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv10.0%2Fexamples%2FRaw%2520Sprite%2520Usage.puml)
![](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv11.1%2Fexamples%2FRaw%2520Sprite%2520Usage.puml)

### Simplified View

Expand All @@ -183,7 +183,7 @@ In some cases, PlantUML diagrams may contain too much information, but are still
```bash
@startuml Two Modes - Technical View

!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/dist
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
!includeurl AWSPuml/AWSCommon.puml

' Uncomment the following line to create simplified view
Expand Down Expand Up @@ -215,11 +215,11 @@ recordVote --> voteDb

This code generates the following diagram:

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

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

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

### Sequence Diagrams

Expand All @@ -228,7 +228,7 @@ Icons can also be used in UML sequence diagrams, either in full stereotype or by
```bash
@startuml Sequence Diagram - Spots and stereotypes

!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/dist
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
!includeurl AWSPuml/AWSCommon.puml
!includeurl AWSPuml/Compute/all.puml
!includeurl AWSPuml/ApplicationIntegration/APIGateway.puml
Expand All @@ -255,12 +255,12 @@ api -> user: Returns status code

This code generates the fully detailed diagram with stereotypes. The participants follow the spot letter and stereotype formatting, with the icon to the left of the description.

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

```bash
@startuml Sequence Diagram - Sprites

!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v10.0/dist
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v11.1/dist
!includeurl AWSPuml/AWSCommon.puml
!includeurl AWSPuml/Compute/all.puml
!includeurl AWSPuml/ApplicationIntegration/APIGateway.puml
Expand Down Expand Up @@ -297,15 +297,15 @@ api -> user: Returns status code

This code generates the same sequence diagram demonstrating how text and icon (sprite) positioning can be modified.

![Sprite View Sequence Diagram](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv10.0%2Fexamples%2FSequence%2520-%2520Sprites.puml)
![Sprite View Sequence Diagram](http://www.plantuml.com/plantuml/proxy?idx=0&src=https%3A%2F%2Fraw.githubusercontent.com%2Fawslabs%2Faws-icons-for-plantuml%2Fv11.1%2Fexamples%2FSequence%2520-%2520Sprites.puml)

## Distribution "Dist" Details

All images, filenames, and content are provided from Amazon Web Services (AWS).

To reduce the length of the filename and ultimately the PUML file details, the leading _Amazon_ or _AWS_ have been removed from the product or service icon.

Beyond that, starting with the _v10.0_ release, all filenames now follow the original icon names provided by AWS. While this makes the [AWS Symbols](AWSSymbols.md) more difficult to view, this will reduce curation of new releases. It is recommended to use a versions release tag when referencing this repository instead of the `main` branch.
Beyond that, starting with the _v11.1_ release, all filenames now follow the original icon names provided by AWS. While this makes the [AWS Symbols](AWSSymbols.md) more difficult to view, this will reduce curation of new releases. It is recommended to use a versions release tag when referencing this repository instead of the `main` branch.

## Advanced Examples

Expand Down
Binary file modified dist/ARVR/ARVR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions dist/ARVR/ARVR.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
' Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
' SPDX-License-Identifier: CC-BY-ND-2.0 (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/main/LICENSE)
sprite $ARVR [64x64/16z] {
xPD7bWCn20NtelxzZplZJ2UUUGehKvrRb3Aj5KLHcDBOjKwIomgGvNlAXKvBW-ZHut3BwF5eJQd1XqPQTqpopgWBl7awaDnl7QpsooyVYHxVTObk7_6uzVYU
ufBr-Jn54ps-UyWoVdyv2YRFNuFk-MjO74pXRbG8szli59FNTla77U4G_Ys0FTvu6F3h54Nn3m
xTS5WaCn28JX8II1uVxtNPTQP5tANvUlVIxsqPmVoCqO7uYVvjEdJv_UT9ejl47A985DlQF4j0AVU1RXt5CAnrvXiSYWGz_GOrb76tW7P2F0B_iEtGfzv1aR
yVjyUl8ZdWeet-yhMaDzj_TxM-7lzKNuiCQ-qtVqWuUrzyCl7lpnoKQbZzQ_A6BnaWdyPQFcXrnZu5c0rxLSNf011sk_ShpzjFQI7OvAg_fKir-n_qcVFdtw
3vy_VxHR
}

AWSEntityColoring(ARVR)
Expand Down
5 changes: 3 additions & 2 deletions dist/ARVR/all.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
'SPDX-License-Identifier: MIT (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/main/LICENSE)

sprite $ARVR [64x64/16z] {
xPD7bWCn20NtelxzZplZJ2UUUGehKvrRb3Aj5KLHcDBOjKwIomgGvNlAXKvBW-ZHut3BwF5eJQd1XqPQTqpopgWBl7awaDnl7QpsooyVYHxVTObk7_6uzVYU
ufBr-Jn54ps-UyWoVdyv2YRFNuFk-MjO74pXRbG8szli59FNTla77U4G_Ys0FTvu6F3h54Nn3m
xTS5WaCn28JX8II1uVxtNPTQP5tANvUlVIxsqPmVoCqO7uYVvjEdJv_UT9ejl47A985DlQF4j0AVU1RXt5CAnrvXiSYWGz_GOrb76tW7P2F0B_iEtGfzv1aR
yVjyUl8ZdWeet-yhMaDzj_TxM-7lzKNuiCQ-qtVqWuUrzyCl7lpnoKQbZzQ_A6BnaWdyPQFcXrnZu5c0rxLSNf011sk_ShpzjFQI7OvAg_fKir-n_qcVFdtw
3vy_VxHR
}

AWSEntityColoring(ARVR)
Expand Down
Binary file modified dist/AWSCostManagement/AWSCostManagement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions dist/AWSCostManagement/AWSCostManagement.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
' Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
' SPDX-License-Identifier: CC-BY-ND-2.0 (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/main/LICENSE)
sprite $AWSCostManagement [64x64/16z] {
xTH50iCm34JHjUMP-n-tp8QHoctqDy4NZijLcG6y3TNSdFsgqsExPoMlJcYLX8lRVhzwUpu3JU8pDA8zSC2NTk-WP-Fv7d_eJc_2U_j13rxL-AlGUaOyUzv_
_TetnJpO1Er5l-31UH2UAkdBh6_twLMl_Vvqt-wvgvs7k7_bFSzVN_B3Fdty_Rt1v_EF_JznZxyVlqAr7Wo40yhM
xTS5OiH028LXO0YykV-56tSZKz_zAwjVNBqqv8BWdejw-xVVvZOFKQ-qZ2taZHH62KCcP16lDFmR4efuaNOYC9yYZtgV4uzvLjNqt2lNqNC_aU_toatRwIVk
qutVBZlTBh-aNImNNaOYiyQ1oLqFMOIOtnRnsE-kTzfFRtgZodRYTDiZx_H2NlUYkzvvlwfq-_ikh-FKDa-GCsBJRrhNV50rJz3k_u7bTt0mup_ZqPId9r6V
gAvPsjJaOU_3LOCruSyjlqhgh5aGpHCqdaNegH-UsBViFpZjqjD55nvs4JQ-eBT_-yBxvz8-
}

AWSEntityColoring(AWSCostManagement)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions dist/AWSCostManagement/ApplicationCostProfiler.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
' Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
' SPDX-License-Identifier: CC-BY-ND-2.0 (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/main/LICENSE)
sprite $ApplicationCostProfiler [64x64/16z] {
xPLP4kCW34HRA-B-1vxL6eQAKZYQvSllq-YPffqYyt_ny10UyoxLf67Sj8razdq5qFUTmAFl2yZdl7pLJtt-QLu-qMT-46mU_H7lTxTvz0TiraYkz7o7v6JB
HqupTbzmnzUibw0DFo2hn8QVsojiTdpm_BdAi-FxzPGHBLyHsKBBPyeMUZuaNrFw9mAQOiVFK07j-iJV85ZFzvy-xztilj9rkKRb-yfV--iJ5VxOWjS-yUNN
_I-ZzcDzuW9m4OveFs9E5Z0oH-tN4mk3NrDH-mFw_XPVfnkGsYV4_gm-m1HuVRtOYb7XkK1LG5ktMvJw2XZqca31guMQTV8WoBP9C6JRvFJt8u3-cXi2wDP2
nNxomG29cga0AurdZfh0IXTA-05Rh8hfT0jitGVHvQOUy_W2U_VxrQEUtLV-OF1Hp-vV_90CTcOG8Fwxxu9CTGjd0ApcHExA06JCZmXZ816R7MBuDqRCVyJ3
mrS
}

AWSEntityColoring(ApplicationCostProfiler)
!define ApplicationCostProfiler(e_alias, e_label, e_techn) AWSEntity(e_alias, e_label, e_techn, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)
!define ApplicationCostProfiler(e_alias, e_label, e_techn, e_descr) AWSEntity(e_alias, e_label, e_techn, e_descr, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)
!define ApplicationCostProfilerParticipant(p_alias, p_label, p_techn) AWSParticipant(p_alias, p_label, p_techn, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)
!define ApplicationCostProfilerParticipant(p_alias, p_label, p_techn, p_descr) AWSParticipant(p_alias, p_label, p_techn, p_descr, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)
Binary file removed dist/AWSCostManagement/CustomBillingManager.png
Binary file not shown.
13 changes: 0 additions & 13 deletions dist/AWSCostManagement/CustomBillingManager.puml

This file was deleted.

31 changes: 17 additions & 14 deletions dist/AWSCostManagement/all.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
'SPDX-License-Identifier: MIT (For details, see https://github.com/awslabs/aws-icons-for-plantuml/blob/main/LICENSE)

sprite $AWSCostManagement [64x64/16z] {
xTH50iCm34JHjUMP-n-tp8QHoctqDy4NZijLcG6y3TNSdFsgqsExPoMlJcYLX8lRVhzwUpu3JU8pDA8zSC2NTk-WP-Fv7d_eJc_2U_j13rxL-AlGUaOyUzv_
_TetnJpO1Er5l-31UH2UAkdBh6_twLMl_Vvqt-wvgvs7k7_bFSzVN_B3Fdty_Rt1v_EF_JznZxyVlqAr7Wo40yhM
xTS5OiH028LXO0YykV-56tSZKz_zAwjVNBqqv8BWdejw-xVVvZOFKQ-qZ2taZHH62KCcP16lDFmR4efuaNOYC9yYZtgV4uzvLjNqt2lNqNC_aU_toatRwIVk
qutVBZlTBh-aNImNNaOYiyQ1oLqFMOIOtnRnsE-kTzfFRtgZodRYTDiZx_H2NlUYkzvvlwfq-_ikh-FKDa-GCsBJRrhNV50rJz3k_u7bTt0mup_ZqPId9r6V
gAvPsjJaOU_3LOCruSyjlqhgh5aGpHCqdaNegH-UsBViFpZjqjD55nvs4JQ-eBT_-yBxvz8-
}

AWSEntityColoring(AWSCostManagement)
Expand All @@ -12,6 +13,20 @@ AWSEntityColoring(AWSCostManagement)
!define AWSCostManagementParticipant(p_alias, p_label, p_techn) AWSParticipant(p_alias, p_label, p_techn, #3F8624, AWSCostManagement, AWSCostManagement)
!define AWSCostManagementParticipant(p_alias, p_label, p_techn, p_descr) AWSParticipant(p_alias, p_label, p_techn, p_descr, #3F8624, AWSCostManagement, AWSCostManagement)

sprite $ApplicationCostProfiler [64x64/16z] {
xPLP4kCW34HRA-B-1vxL6eQAKZYQvSllq-YPffqYyt_ny10UyoxLf67Sj8razdq5qFUTmAFl2yZdl7pLJtt-QLu-qMT-46mU_H7lTxTvz0TiraYkz7o7v6JB
HqupTbzmnzUibw0DFo2hn8QVsojiTdpm_BdAi-FxzPGHBLyHsKBBPyeMUZuaNrFw9mAQOiVFK07j-iJV85ZFzvy-xztilj9rkKRb-yfV--iJ5VxOWjS-yUNN
_I-ZzcDzuW9m4OveFs9E5Z0oH-tN4mk3NrDH-mFw_XPVfnkGsYV4_gm-m1HuVRtOYb7XkK1LG5ktMvJw2XZqca31guMQTV8WoBP9C6JRvFJt8u3-cXi2wDP2
nNxomG29cga0AurdZfh0IXTA-05Rh8hfT0jitGVHvQOUy_W2U_VxrQEUtLV-OF1Hp-vV_90CTcOG8Fwxxu9CTGjd0ApcHExA06JCZmXZ816R7MBuDqRCVyJ3
mrS
}

AWSEntityColoring(ApplicationCostProfiler)
!define ApplicationCostProfiler(e_alias, e_label, e_techn) AWSEntity(e_alias, e_label, e_techn, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)
!define ApplicationCostProfiler(e_alias, e_label, e_techn, e_descr) AWSEntity(e_alias, e_label, e_techn, e_descr, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)
!define ApplicationCostProfilerParticipant(p_alias, p_label, p_techn) AWSParticipant(p_alias, p_label, p_techn, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)
!define ApplicationCostProfilerParticipant(p_alias, p_label, p_techn, p_descr) AWSParticipant(p_alias, p_label, p_techn, p_descr, #3F8624, ApplicationCostProfiler, ApplicationCostProfiler)

sprite $Budgets [64x64/16z] {
xTC5hkmm38NXuv3j_I_uGUV8b-hKjnfnV-705rJylJqzsKgoccz8QZKlegU9LBsVTii_NddtTttdtT_rfZe0kUEPGkIELoCNk-CdeEH-mqyqmNpnNtfojuPs
yAEw9__N82_xtbs4FCumVEzxRGt3HTp8MVY1PZikcAzrQhAl2R6KAx2ktiy2DE7yQUSvISB5Ak_Nv7o03eoA7q1FF9fTUMj8lNLWkgzroe_l9z0jyyVFkmks
Expand Down Expand Up @@ -52,18 +67,6 @@ AWSEntityColoring(CostandUsageReport)
!define CostandUsageReportParticipant(p_alias, p_label, p_techn) AWSParticipant(p_alias, p_label, p_techn, #3F8624, CostandUsageReport, CostandUsageReport)
!define CostandUsageReportParticipant(p_alias, p_label, p_techn, p_descr) AWSParticipant(p_alias, p_label, p_techn, p_descr, #3F8624, CostandUsageReport, CostandUsageReport)

sprite $CustomBillingManager [64x64/16z] {
xTPLWWKX34JH2ccePFyB7k6vmWJ6EIr_jrtmYPQ5vJvw7pnIEll4UmJ8VRtwFIA2FDHxmZRKkqA7UbUaeTut91lfFKCiraChWLYaLnpbG7_2_z0JTsbldv7q
5gI_fz-IMNrBxOaBsknP3cf_UGqWpLvniE_f9zBkZGUn_cJVNqWVxMtJSwMdfrRX-vTHnVgJARtLdrvvOrRUHAw_kW0W0KYxrxHNUoDfpZU-NtVtttd-MgBd
Vth_G-V__T-VyU_d-FTx_VyIdygjlgc4niydFisol08
}

AWSEntityColoring(CustomBillingManager)
!define CustomBillingManager(e_alias, e_label, e_techn) AWSEntity(e_alias, e_label, e_techn, #3F8624, CustomBillingManager, CustomBillingManager)
!define CustomBillingManager(e_alias, e_label, e_techn, e_descr) AWSEntity(e_alias, e_label, e_techn, e_descr, #3F8624, CustomBillingManager, CustomBillingManager)
!define CustomBillingManagerParticipant(p_alias, p_label, p_techn) AWSParticipant(p_alias, p_label, p_techn, #3F8624, CustomBillingManager, CustomBillingManager)
!define CustomBillingManagerParticipant(p_alias, p_label, p_techn, p_descr) AWSParticipant(p_alias, p_label, p_techn, p_descr, #3F8624, CustomBillingManager, CustomBillingManager)

sprite $ReservedInstanceReporting [64x64/16z] {
xLO7SiCm38D8sAJ-_-3kXLDqqfNT3R9Z0qTnzy_35LUSPutVshVoixKi7Du0mDxdWZmQm0W2xTWs8lZqwVUqn-_tGXwFtxbG8bmPgkRWmW274sZCIwSPwIDS
FQRUzBu40PygSys7EVmodOOb_S3PHu4drvquTXBsIM2WRwHpW5q4XDw9M7a_kmW8lUSY0WbNHkRJ3z6VGEnZz7G0yEn1ETzckGTWf06nsH0qFlb4320rlbCO
Expand Down
Binary file removed dist/AllProducts/AllProducts.png
Binary file not shown.
13 changes: 0 additions & 13 deletions dist/AllProducts/AllProducts.puml

This file was deleted.

Loading

0 comments on commit e72d5f5

Please sign in to comment.