-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aws): upgrade to AWS-Architecture-Icons_SVG_20200131
- Loading branch information
Showing
215 changed files
with
2,421 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
.../documentation/aws/ApplicationIntegration/AwsApplicationIntegration.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3 Bytes
(100%)
cloud/documentation/aws/AwsCostManagement/AwsCostManagement.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.69 KB
cloud/documentation/aws/AwsCostManagement/AwsSavingsPlans.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions
81
cloud/documentation/aws/AwsCostManagement/AwsSavingsPlans.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# AwsSavingsPlans | ||
```text | ||
elements/aws/AwsCostManagement/AwsSavingsPlans | ||
``` | ||
| Icon | Element | Card | | ||
| :-: | :-: | --- | | ||
| ![AwsSavingsPlans icon](../../../icons/aws/AwsCostManagement/AwsSavingsPlans.png) | ![AwsSavingsPlans element](AwsSavingsPlans.element.png) | ![AwsSavingsPlans card](AwsSavingsPlans.card.png) | | ||
## Element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BRANCH="master" | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud" | ||
' loads the library | ||
!includeurl $LIB_BASE_LOCATION/library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsSavingsPlans element | ||
include('elements/aws/AwsCostManagement/AwsSavingsPlans') | ||
AwsSavingsPlans('element', 'Savings Plans', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../../" | ||
' loads the library | ||
!include ../../../library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsSavingsPlans element | ||
include('elements/aws/AwsCostManagement/AwsSavingsPlans') | ||
AwsSavingsPlans('element', 'Savings Plans', 'an optional tech field') | ||
@enduml | ||
``` | ||
## Card | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BRANCH="master" | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud" | ||
' loads the library | ||
!includeurl $LIB_BASE_LOCATION/library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsSavingsPlans card | ||
include('elements/aws/AwsCostManagement/AwsSavingsPlans') | ||
AwsSavingsPlansCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../../" | ||
' loads the library | ||
!include ../../../library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsSavingsPlans card | ||
include('elements/aws/AwsCostManagement/AwsSavingsPlans') | ||
AwsSavingsPlansCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` |
Binary file modified
BIN
+3 Bytes
(100%)
cloud/documentation/aws/Blockchain/AwsBlockchain.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1 Byte
(100%)
cloud/documentation/aws/BusinessApplications/AwsBusinessApplications.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# AwsBottlerocket | ||
```text | ||
elements/aws/Compute/AwsBottlerocket | ||
``` | ||
| Icon | Element | Card | | ||
| :-: | :-: | --- | | ||
| ![AwsBottlerocket icon](../../../icons/aws/Compute/AwsBottlerocket.png) | ![AwsBottlerocket element](AwsBottlerocket.element.png) | ![AwsBottlerocket card](AwsBottlerocket.card.png) | | ||
## Element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BRANCH="master" | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud" | ||
' loads the library | ||
!includeurl $LIB_BASE_LOCATION/library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsBottlerocket element | ||
include('elements/aws/Compute/AwsBottlerocket') | ||
AwsBottlerocket('element', 'Bottlerocket', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../../" | ||
' loads the library | ||
!include ../../../library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsBottlerocket element | ||
include('elements/aws/Compute/AwsBottlerocket') | ||
AwsBottlerocket('element', 'Bottlerocket', 'an optional tech field') | ||
@enduml | ||
``` | ||
## Card | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BRANCH="master" | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud" | ||
' loads the library | ||
!includeurl $LIB_BASE_LOCATION/library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsBottlerocket card | ||
include('elements/aws/Compute/AwsBottlerocket') | ||
AwsBottlerocketCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../../" | ||
' loads the library | ||
!include ../../../library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsBottlerocket card | ||
include('elements/aws/Compute/AwsBottlerocket') | ||
AwsBottlerocketCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2 Bytes
(100%)
cloud/documentation/aws/CustomerEngagement/AwsCustomerEngagement.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4 Bytes
(100%)
cloud/documentation/aws/DeveloperTools/AwsDeveloperTools.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2 Bytes
(100%)
cloud/documentation/aws/EndUserComputing/AwsEndUserComputing.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# AwsEmail | ||
```text | ||
elements/aws/General/AwsEmail | ||
``` | ||
| Icon | Element | Card | | ||
| :-: | :-: | --- | | ||
| ![AwsEmail icon](../../../icons/aws/General/AwsEmail.png) | ![AwsEmail element](AwsEmail.element.png) | ![AwsEmail card](AwsEmail.card.png) | | ||
## Element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BRANCH="master" | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud" | ||
' loads the library | ||
!includeurl $LIB_BASE_LOCATION/library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsEmail element | ||
include('elements/aws/General/AwsEmail') | ||
AwsEmail('element', 'Email', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../../" | ||
' loads the library | ||
!include ../../../library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsEmail element | ||
include('elements/aws/General/AwsEmail') | ||
AwsEmail('element', 'Email', 'an optional tech field') | ||
@enduml | ||
``` | ||
## Card | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BRANCH="master" | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud" | ||
' loads the library | ||
!includeurl $LIB_BASE_LOCATION/library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsEmail card | ||
include('elements/aws/General/AwsEmail') | ||
AwsEmailCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../../../" | ||
' loads the library | ||
!include ../../../library.puml | ||
' loads the style | ||
include('styles/aws') | ||
' loads the AwsEmail card | ||
include('elements/aws/General/AwsEmail') | ||
AwsEmailCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.') | ||
@enduml | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4 Bytes
(100%)
cloud/documentation/aws/InternetOfThings/AwsInternetOfThings.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.59 KB
cloud/documentation/aws/InternetOfThings/AwsIotDeviceJobsResource.card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.94 KB
cloud/documentation/aws/InternetOfThings/AwsIotDeviceJobsResource.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.