aws-iam-data 0.0.149 → 0.0.150

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.
@@ -72050,12 +72050,24 @@
72050
72050
  "description": "Grants permission to start an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started",
72051
72051
  "accessLevel": "Write",
72052
72052
  "resourceTypes": [
72053
+ {
72054
+ "resourceType": "contact",
72055
+ "required": true,
72056
+ "conditionKeys": [],
72057
+ "dependentActions": []
72058
+ },
72053
72059
  {
72054
72060
  "resourceType": "contact-evaluation",
72055
72061
  "required": true,
72056
72062
  "conditionKeys": [],
72057
72063
  "dependentActions": []
72058
72064
  },
72065
+ {
72066
+ "resourceType": "evaluation-form",
72067
+ "required": true,
72068
+ "conditionKeys": [],
72069
+ "dependentActions": []
72070
+ },
72059
72071
  {
72060
72072
  "resourceType": "",
72061
72073
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
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",