@intentius/chant-lexicon-aws 0.0.3 → 0.0.5

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.
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "algorithm": "xxhash64",
3
3
  "artifacts": {
4
- "manifest.json": "57e44d9b1291211e",
5
- "meta.json": "f4212058002398e3",
6
- "types/index.d.ts": "3e0241e94cd7c744",
4
+ "manifest.json": "41f6aec36bdf4377",
5
+ "meta.json": "85e3d7584599ea7e",
6
+ "types/index.d.ts": "f773e9083412c5d8",
7
+ "rules/s3-encryption.ts": "33a8de06c8bf8d62",
7
8
  "rules/hardcoded-region.ts": "c65b9015c7c361c",
8
9
  "rules/iam-wildcard.ts": "bec23d388862210a",
9
- "rules/s3-encryption.ts": "33a8de06c8bf8d62",
10
- "rules/waw014.ts": "6022eb08a789dd7b",
11
- "rules/cor020.ts": "f2c93cbb2052a63a",
12
- "rules/waw010.ts": "44c6b02d5750ec77",
13
10
  "rules/ext001.ts": "39739637b5254007",
14
- "rules/cf-refs.ts": "2241531899151bca",
15
11
  "rules/waw015.ts": "73e577dbe1af3918",
16
- "rules/waw013.ts": "b680dc528776a5e1",
17
12
  "rules/waw011.ts": "d609d2e87d0d7440",
13
+ "rules/cf-refs.ts": "2241531899151bca",
14
+ "rules/cor020.ts": "f2c93cbb2052a63a",
15
+ "rules/waw010.ts": "44c6b02d5750ec77",
16
+ "rules/waw013.ts": "b680dc528776a5e1",
17
+ "rules/waw014.ts": "6022eb08a789dd7b",
18
18
  "skills/aws-cloudformation.md": "433b8205e2a7843b"
19
19
  },
20
- "composite": "51748bb431893968"
20
+ "composite": "6d2ef0b7172259e1"
21
21
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
@@ -51,6 +51,12 @@
51
51
  "description": "Fn::Base64 — encode to Base64",
52
52
  "outputKey": "Fn::Base64",
53
53
  "isTag": false
54
+ },
55
+ {
56
+ "name": "GetAZs",
57
+ "description": "Fn::GetAZs — list Availability Zones",
58
+ "outputKey": "Fn::GetAZs",
59
+ "isTag": false
54
60
  }
55
61
  ],
56
62
  "pseudoParameters": {