aws-iam-data 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/data/iam.json +1 -1
  2. package/package.json +1 -1
package/data/iam.json CHANGED
@@ -237168,7 +237168,7 @@
237168
237168
  {
237169
237169
  "name": "recoveryPoint",
237170
237170
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery.html",
237171
- "arnPattern": "arn:${Partition}:redshift-serverless:${Region}:${Account}:recovery-point/${RecoveryPointId}",
237171
+ "arnPattern": "arn:${Partition}:redshift-serverless:${Region}:${Account}:recoverypoint/${RecoveryPointId}",
237172
237172
  "conditionKeys": []
237173
237173
  },
237174
237174
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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": "./src/index.js",
6
6
  "types": "./src/awsIamData.d.ts",