aws-iam-data 0.0.204 → 0.0.205

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.
@@ -1,4 +1,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-05-14",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Connect Cases": [
8
+ "cases:DeleteRelatedItem"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2024-05-11",
4
15
  "addedServices": [],
@@ -76228,6 +76228,33 @@
76228
76228
  }
76229
76229
  ]
76230
76230
  },
76231
+ {
76232
+ "name": "DeleteRelatedItem",
76233
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cases/latest/APIReference/API_DeleteRelatedItem.html",
76234
+ "permissionOnly": true,
76235
+ "description": "Grants permission to delete a related item associated to a case in the case domain",
76236
+ "accessLevel": "Write",
76237
+ "resourceTypes": [
76238
+ {
76239
+ "resourceType": "Case",
76240
+ "required": true,
76241
+ "conditionKeys": [],
76242
+ "dependentActions": []
76243
+ },
76244
+ {
76245
+ "resourceType": "Domain",
76246
+ "required": true,
76247
+ "conditionKeys": [],
76248
+ "dependentActions": []
76249
+ },
76250
+ {
76251
+ "resourceType": "RelatedItem",
76252
+ "required": true,
76253
+ "conditionKeys": [],
76254
+ "dependentActions": []
76255
+ }
76256
+ ]
76257
+ },
76231
76258
  {
76232
76259
  "name": "DeleteTemplate",
76233
76260
  "apiReferenceUrl": "https://docs.aws.amazon.com/cases/latest/APIReference/API_DeleteTemplate.html",
@@ -5760,7 +5760,7 @@
5760
5760
  "name": "Amazon Connect Cases",
5761
5761
  "servicePrefix": "cases",
5762
5762
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcases.html",
5763
- "actionsCount": 34,
5763
+ "actionsCount": 35,
5764
5764
  "actions": [
5765
5765
  "BatchGetField",
5766
5766
  "BatchPutFieldOptions",
@@ -5773,6 +5773,7 @@
5773
5773
  "DeleteDomain",
5774
5774
  "DeleteField",
5775
5775
  "DeleteLayout",
5776
+ "DeleteRelatedItem",
5776
5777
  "DeleteTemplate",
5777
5778
  "GetCase",
5778
5779
  "GetCaseAuditEvents",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9262
5
+ "value": 9263
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.204",
3
+ "version": "0.0.205",
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",