aws-iam-data 0.0.161 → 0.0.162

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.
@@ -271371,7 +271371,8 @@
271371
271371
  "resourceType": "",
271372
271372
  "required": false,
271373
271373
  "conditionKeys": [
271374
- "ram:ShareOwnerAccountId"
271374
+ "ram:ShareOwnerAccountId",
271375
+ "ram:ResourceShareName"
271375
271376
  ],
271376
271377
  "dependentActions": []
271377
271378
  }
@@ -271756,6 +271757,14 @@
271756
271757
  "required": true,
271757
271758
  "conditionKeys": [],
271758
271759
  "dependentActions": []
271760
+ },
271761
+ {
271762
+ "resourceType": "",
271763
+ "required": false,
271764
+ "conditionKeys": [
271765
+ "ram:ResourceShareName"
271766
+ ],
271767
+ "dependentActions": []
271759
271768
  }
271760
271769
  ]
271761
271770
  },
@@ -271960,7 +271969,8 @@
271960
271969
  "resourceType": "",
271961
271970
  "required": false,
271962
271971
  "conditionKeys": [
271963
- "ram:ShareOwnerAccountId"
271972
+ "ram:ShareOwnerAccountId",
271973
+ "ram:ResourceShareName"
271964
271974
  ],
271965
271975
  "dependentActions": []
271966
271976
  }
@@ -272073,7 +272083,6 @@
272073
272083
  "resourceType": "",
272074
272084
  "required": false,
272075
272085
  "conditionKeys": [
272076
- "aws:RequestTag/${TagKey}",
272077
272086
  "aws:TagKeys"
272078
272087
  ],
272079
272088
  "dependentActions": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.161",
3
+ "version": "0.0.162",
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",