cdk-dia 0.9.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1517,6 +1517,16 @@
1517
1517
  }
1518
1518
  ]
1519
1519
  },
1520
+ {
1521
+ "resourcePrefix": "AWS::Lex",
1522
+ "genericFilePath": "icons/aws/Service/Arch_Machine-Learning/64/Arch_Amazon-Lex_64@5x.png",
1523
+ "specificResources": [
1524
+ {
1525
+ "resourceType": "AWS::Lex::Bot",
1526
+ "filePath": "icons/aws/Service/Arch_Machine-Learning/64/Arch_Amazon-Lex_64@5x.png"
1527
+ }
1528
+ ]
1529
+ },
1520
1530
  {
1521
1531
  "resourcePrefix": "AWS::S3",
1522
1532
  "genericFilePath": "icons/aws/Service/Arch_Storage/64/Arch_Amazon-S3-Standard_64@5x.png",
@@ -1937,7 +1947,7 @@
1937
1947
  },
1938
1948
  {
1939
1949
  "resourceType": "AWS::WAFv2::WebACL",
1940
- "filePath": null
1950
+ "filePath": "icons/aws/Service/Arch_Security-Identity-Compliance/64/Arch_AWS-WAF_64@5x.png"
1941
1951
  }
1942
1952
  ]
1943
1953
  },
@@ -2294,6 +2304,16 @@
2294
2304
  }
2295
2305
  ]
2296
2306
  },
2307
+ {
2308
+ "resourcePrefix": "AWS::Connect",
2309
+ "genericFilePath": "icons/aws/Service/Arch_Business-Applications/64/Arch_Amazon-Connect_64@5x.png",
2310
+ "specificResources": [
2311
+ {
2312
+ "resourceType": "AWS::Connect::Instance",
2313
+ "filePath": "icons/aws/Service/Arch_Business-Applications/64/Arch_Amazon-Connect_64@5x.png"
2314
+ }
2315
+ ]
2316
+ },
2297
2317
  {
2298
2318
  "resourcePrefix": "AWS::SecretsManager",
2299
2319
  "genericFilePath": "icons/aws/Service/Arch_Security-Identity-Compliance/64/Arch_AWS-Secrets-Manager_64@5x.png",
@@ -2793,7 +2813,7 @@
2793
2813
  },
2794
2814
  {
2795
2815
  "resourceType": "AWS::SSM::Parameter",
2796
- "filePath": null
2816
+ "filePath": "icons/aws/Resource/Res_Management-Governance/Res_48_Dark/Res_AWS-Systems-Manager_Parameter-Store_48_Dark.png"
2797
2817
  },
2798
2818
  {
2799
2819
  "resourceType": "AWS::SSM::ResourceDataSync",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdk-dia",
3
- "version": "0.9.0",
3
+ "version": "0.11.0",
4
4
  "description": "🎡 Automated diagrams of CDK provisioned infrastructure",
5
5
  "scripts": {
6
6
  "build-watch": "tsc --watch",
@@ -30,7 +30,7 @@
30
30
  "terminal-link": "^2.1.1",
31
31
  "ts-graphviz": "^0.13.2",
32
32
  "values.js": "^2.0.0",
33
- "word-wrap": "^1.2.3",
33
+ "word-wrap": "^1.2.5",
34
34
  "yargs": "^16.2.0"
35
35
  },
36
36
  "devDependencies": {