aws-iam-data 0.0.94 → 0.0.95

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.
@@ -73036,7 +73036,6 @@
73036
73036
  "resourceType": "",
73037
73037
  "required": false,
73038
73038
  "conditionKeys": [
73039
- "aws:RequestTag/${TagKey}",
73040
73039
  "aws:TagKeys"
73041
73040
  ],
73042
73041
  "dependentActions": []
@@ -113978,7 +113977,7 @@
113978
113977
  "name": "DescribePlatformVersion",
113979
113978
  "apiReferenceUrl": "https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribePlatformVersion.html",
113980
113979
  "permissionOnly": false,
113981
- "description": "Grants permission to retrieve a description of a platform version",
113980
+ "description": "Grants permission to retrieve a description of a managed platform version",
113982
113981
  "accessLevel": "Read",
113983
113982
  "resourceTypes": [
113984
113983
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
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",