aws-iam-data 0.0.507 → 0.0.508

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.
@@ -23392,8 +23392,8 @@
23392
23392
  "resourceTypes": [
23393
23393
  {
23394
23394
  "name": "plan",
23395
- "apiReferenceUrl": "https://docs.aws.amazon.com/r53recovery/latest/dg/plan.html",
23396
- "arnPattern": "arn:${Partition}:arc-region-switch:${Region}:${Account}:plan/${ResourceId}",
23395
+ "apiReferenceUrl": "https://docs.aws.amazon.com/arc-region-switch/latest/api/API_Plan.html",
23396
+ "arnPattern": "arn:${Partition}:arc-region-switch::${Account}:plan/${ResourceId}",
23397
23397
  "conditionKeys": [
23398
23398
  "aws:ResourceTag/${TagKey}"
23399
23399
  ]
@@ -217712,13 +217712,19 @@
217712
217712
  "accessLevel": "Write",
217713
217713
  "resourceTypes": [
217714
217714
  {
217715
- "resourceType": "ApplicationProvider",
217715
+ "resourceType": "Application",
217716
217716
  "required": true,
217717
217717
  "conditionKeys": [],
217718
217718
  "dependentActions": [
217719
217719
  "kms:Decrypt"
217720
217720
  ]
217721
217721
  },
217722
+ {
217723
+ "resourceType": "ApplicationProvider",
217724
+ "required": true,
217725
+ "conditionKeys": [],
217726
+ "dependentActions": []
217727
+ },
217722
217728
  {
217723
217729
  "resourceType": "Instance",
217724
217730
  "required": true,
@@ -217948,6 +217954,12 @@
217948
217954
  "kms:Decrypt"
217949
217955
  ]
217950
217956
  },
217957
+ {
217958
+ "resourceType": "TrustedTokenIssuer",
217959
+ "required": true,
217960
+ "conditionKeys": [],
217961
+ "dependentActions": []
217962
+ },
217951
217963
  {
217952
217964
  "resourceType": "",
217953
217965
  "required": false,
@@ -348799,7 +348811,7 @@
348799
348811
  "apiReferenceUrl": "https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.failover-different-accounts.html",
348800
348812
  "permissionOnly": true,
348801
348813
  "description": "Grants permission to delete the RAM access control policy for a cluster",
348802
- "accessLevel": "Write",
348814
+ "accessLevel": "Permissions management",
348803
348815
  "resourceTypes": [
348804
348816
  {
348805
348817
  "resourceType": "cluster",
@@ -349024,7 +349036,7 @@
349024
349036
  "apiReferenceUrl": "https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.failover-different-accounts.html",
349025
349037
  "permissionOnly": true,
349026
349038
  "description": "Grants permission to define the RAM access control policy for a cluster",
349027
- "accessLevel": "Write",
349039
+ "accessLevel": "Permissions management",
349028
349040
  "resourceTypes": [
349029
349041
  {
349030
349042
  "resourceType": "cluster",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11168
5
+ "value": 11166
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
17
- "value": 391
17
+ "value": 393
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.507",
3
+ "version": "0.0.508",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",