Skip to content

Commit

Permalink
fix: wrong resource type name (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugwis authored Mar 30, 2024
1 parent 4a396dd commit 6c9b0a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions definitions/definition-for-aws-icons-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,15 @@ Definitions:
Title: "Elastic Load Balancing"
Color: "rgba(0, 0, 0, 255)"

AWS::ElasticLoadBalancingV2::LoadBalancer:
Type: Resource
Icon:
Source: ArchitectureIconsPptxMedia
Path: "image1341.png"
Label:
Title: "Elastic Load Balancing"
Color: "rgba(0, 0, 0, 255)"

AWS::Elasticsearch:
Type: Resource
Icon:
Expand Down Expand Up @@ -1632,7 +1641,7 @@ Definitions:
Title: "AWS IoT Greengrass"
Color: "rgba(0, 0, 0, 255)"

AWS::Greengrass:
AWS::GreengrassV2:
Type: Resource
Icon:
Source: ArchitectureIconsPptxMedia
Expand Down Expand Up @@ -2847,7 +2856,7 @@ Definitions:
Title: "AWS Service Catalog"
Color: "rgba(0, 0, 0, 255)"

AWS::ServiceCatalog:
AWS::ServiceCatalogAppRegistry:
Type: Resource
Icon:
Source: ArchitectureIconsPptxMedia
Expand Down
6 changes: 3 additions & 3 deletions tools/make-definition-from-pptx-mappings
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ AWS::ElasticLoadBalancingV2,Elastic Load Balancing
AWS::ElasticLoadBalancingV2::Listener
AWS::ElasticLoadBalancingV2::ListenerCertificate
AWS::ElasticLoadBalancingV2::ListenerRule
AWS::ElasticLoadBalancingV2::LoadBalancer
AWS::ElasticLoadBalancingV2::LoadBalancer,Elastic Load Balancing
AWS::ElasticLoadBalancingV2::TargetGroup
AWS::ElasticLoadBalancingV2::TrustStore
AWS::ElasticLoadBalancingV2::TrustStoreRevocation
Expand Down Expand Up @@ -626,7 +626,7 @@ AWS::Greengrass::ResourceDefinition
AWS::Greengrass::ResourceDefinitionVersion
AWS::Greengrass::SubscriptionDefinition
AWS::Greengrass::SubscriptionDefinitionVersion
AWS::Greengrass,AWS IoT Greengrass
AWS::GreengrassV2,AWS IoT Greengrass
AWS::GreengrassV2::ComponentVersion
AWS::GreengrassV2::Deployment
AWS::GuardDuty,Amazon GuardDuty
Expand Down Expand Up @@ -1237,7 +1237,7 @@ AWS::ServiceCatalog::ServiceActionAssociation
AWS::ServiceCatalog::StackSetConstraint
AWS::ServiceCatalog::TagOption
AWS::ServiceCatalog::TagOptionAssociation
AWS::ServiceCatalog,AWS Service Catalog,AWS Service Catalog Application Registry
AWS::ServiceCatalogAppRegistry,AWS Service Catalog,AWS Service Catalog Application Registry
AWS::ServiceCatalogAppRegistry::Application
AWS::ServiceCatalogAppRegistry::AttributeGroup
AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
Expand Down

0 comments on commit 6c9b0a2

Please sign in to comment.