aws-iam-data 0.0.154 → 0.0.156

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,17 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-02-23",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Resource Groups": [
8
+ "resource-groups:DeleteGroupPolicy",
9
+ "resource-groups:GetGroupPolicy",
10
+ "resource-groups:ListResourceTypes"
11
+ ]
12
+ },
13
+ "removedActions": {}
14
+ },
2
15
  {
3
16
  "dateOfChange": "2024-02-21",
4
17
  "addedServices": [
@@ -45139,6 +45139,12 @@
45139
45139
  "cloudtrail:AddTags"
45140
45140
  ]
45141
45141
  },
45142
+ {
45143
+ "resourceType": "eventdatastore",
45144
+ "required": true,
45145
+ "conditionKeys": [],
45146
+ "dependentActions": []
45147
+ },
45142
45148
  {
45143
45149
  "resourceType": "",
45144
45150
  "required": false,
@@ -45359,7 +45365,13 @@
45359
45365
  "resourceType": "eventdatastore",
45360
45366
  "required": true,
45361
45367
  "conditionKeys": [],
45362
- "dependentActions": []
45368
+ "dependentActions": [
45369
+ "glue:DeleteDatabase",
45370
+ "glue:DeleteTable",
45371
+ "glue:PassConnection",
45372
+ "lakeformation:DeregisterResource",
45373
+ "lakeformation:RegisterResource"
45374
+ ]
45363
45375
  }
45364
45376
  ]
45365
45377
  },
@@ -45374,7 +45386,14 @@
45374
45386
  "resourceType": "eventdatastore",
45375
45387
  "required": true,
45376
45388
  "conditionKeys": [],
45377
- "dependentActions": []
45389
+ "dependentActions": [
45390
+ "glue:CreateDatabase",
45391
+ "glue:CreateTable",
45392
+ "iam:GetRole",
45393
+ "iam:PassRole",
45394
+ "lakeformation:DeregisterResource",
45395
+ "lakeformation:RegisterResource"
45396
+ ]
45378
45397
  }
45379
45398
  ]
45380
45399
  },
@@ -45410,7 +45429,7 @@
45410
45429
  },
45411
45430
  {
45412
45431
  "name": "GetEventDataStoreData",
45413
- "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/query-federation.html#query-federation-permissions",
45432
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-federation.html#query-federation-permissions",
45414
45433
  "permissionOnly": false,
45415
45434
  "description": "Grants permission to get data from an event data store by using the AWS Glue Data Catalog",
45416
45435
  "accessLevel": "Read",
@@ -45419,7 +45438,10 @@
45419
45438
  "resourceType": "eventdatastore",
45420
45439
  "required": true,
45421
45440
  "conditionKeys": [],
45422
- "dependentActions": []
45441
+ "dependentActions": [
45442
+ "kms:Decrypt",
45443
+ "kms:GenerateDataKey"
45444
+ ]
45423
45445
  }
45424
45446
  ]
45425
45447
  },
@@ -46019,13 +46041,13 @@
46019
46041
  {
46020
46042
  "name": "aws:RequestTag/${TagKey}",
46021
46043
  "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
46022
- "description": "Filters access by a tag's key and value in a request",
46044
+ "description": "Filters access by the tag key-value pairs in the request",
46023
46045
  "type": "String"
46024
46046
  },
46025
46047
  {
46026
46048
  "name": "aws:ResourceTag/${TagKey}",
46027
46049
  "apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
46028
- "description": "Filters actions based on the presence of tag key-value pairs in the request",
46050
+ "description": "Filters access by the tags attached to the resource",
46029
46051
  "type": "String"
46030
46052
  },
46031
46053
  {
@@ -272881,7 +272903,9 @@
272881
272903
  "aws:RequestTag/${TagKey}",
272882
272904
  "aws:TagKeys"
272883
272905
  ],
272884
- "dependentActions": []
272906
+ "dependentActions": [
272907
+ "cloudformation:DescribeStacks"
272908
+ ]
272885
272909
  }
272886
272910
  ]
272887
272911
  },
@@ -272900,6 +272924,21 @@
272900
272924
  }
272901
272925
  ]
272902
272926
  },
272927
+ {
272928
+ "name": "DeleteGroupPolicy",
272929
+ "apiReferenceUrl": "https://docs.aws.amazon.com/license-manager/latest/userguide/management-role.html#service-linked-role-permissions-management-role",
272930
+ "permissionOnly": true,
272931
+ "description": "Grants permission to delete a resource-based policy for the specified group",
272932
+ "accessLevel": "Write",
272933
+ "resourceTypes": [
272934
+ {
272935
+ "resourceType": "group",
272936
+ "required": true,
272937
+ "conditionKeys": [],
272938
+ "dependentActions": []
272939
+ }
272940
+ ]
272941
+ },
272903
272942
  {
272904
272943
  "name": "DisassociateResource",
272905
272944
  "apiReferenceUrl": "https://docs.aws.amazon.com/servicecatalog/latest/arguide/associate-resources.html",
@@ -272960,6 +272999,21 @@
272960
272999
  }
272961
273000
  ]
272962
273001
  },
273002
+ {
273003
+ "name": "GetGroupPolicy",
273004
+ "apiReferenceUrl": "https://docs.aws.amazon.com/license-manager/latest/userguide/management-role.html#service-linked-role-permissions-management-role",
273005
+ "permissionOnly": true,
273006
+ "description": "Grants permission to get a resource-based policy for the specified group",
273007
+ "accessLevel": "Read",
273008
+ "resourceTypes": [
273009
+ {
273010
+ "resourceType": "group",
273011
+ "required": true,
273012
+ "conditionKeys": [],
273013
+ "dependentActions": []
273014
+ }
273015
+ ]
273016
+ },
272963
273017
  {
272964
273018
  "name": "GetGroupQuery",
272965
273019
  "apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/APIReference/API_GetGroupQuery.html",
@@ -273039,6 +273093,21 @@
273039
273093
  }
273040
273094
  ]
273041
273095
  },
273096
+ {
273097
+ "name": "ListResourceTypes",
273098
+ "apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-query.html",
273099
+ "permissionOnly": true,
273100
+ "description": "Grants permission to list supported resource types",
273101
+ "accessLevel": "List",
273102
+ "resourceTypes": [
273103
+ {
273104
+ "resourceType": "",
273105
+ "required": false,
273106
+ "conditionKeys": [],
273107
+ "dependentActions": []
273108
+ }
273109
+ ]
273110
+ },
273042
273111
  {
273043
273112
  "name": "PutGroupConfiguration",
273044
273113
  "apiReferenceUrl": "https://docs.aws.amazon.com/ARG/latest/APIReference/API_PutGroupConfiguration.html",
@@ -273191,7 +273260,9 @@
273191
273260
  "resourceType": "group",
273192
273261
  "required": true,
273193
273262
  "conditionKeys": [],
273194
- "dependentActions": []
273263
+ "dependentActions": [
273264
+ "cloudformation:DescribeStacks"
273265
+ ]
273195
273266
  }
273196
273267
  ]
273197
273268
  }
@@ -20106,20 +20106,23 @@
20106
20106
  "name": "AWS Resource Groups",
20107
20107
  "servicePrefix": "resource-groups",
20108
20108
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourcegroups.html",
20109
- "actionsCount": 21,
20109
+ "actionsCount": 24,
20110
20110
  "actions": [
20111
20111
  "AssociateResource",
20112
20112
  "CreateGroup",
20113
20113
  "DeleteGroup",
20114
+ "DeleteGroupPolicy",
20114
20115
  "DisassociateResource",
20115
20116
  "GetAccountSettings",
20116
20117
  "GetGroup",
20117
20118
  "GetGroupConfiguration",
20119
+ "GetGroupPolicy",
20118
20120
  "GetGroupQuery",
20119
20121
  "GetTags",
20120
20122
  "GroupResources",
20121
20123
  "ListGroupResources",
20122
20124
  "ListGroups",
20125
+ "ListResourceTypes",
20123
20126
  "PutGroupConfiguration",
20124
20127
  "PutGroupPolicy",
20125
20128
  "SearchResources",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9064
5
+ "value": 9065
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4421
9
+ "value": 4422
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2640
13
+ "value": 2641
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.154",
3
+ "version": "0.0.156",
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",