aws-iam-data 0.0.221 → 0.0.222
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,18 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-06-13",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS CloudTrail": [
|
|
8
|
+
"cloudtrail:GenerateQuery"
|
|
9
|
+
],
|
|
10
|
+
"AWS Entity Resolution": [
|
|
11
|
+
"entityresolution:BatchDeleteUniqueId"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"removedActions": {}
|
|
15
|
+
},
|
|
2
16
|
{
|
|
3
17
|
"dateOfChange": "2024-06-11",
|
|
4
18
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -45873,15 +45873,6 @@
|
|
|
45873
45873
|
"iam:GetRole",
|
|
45874
45874
|
"organizations:ListAWSServiceAccessForOrganization"
|
|
45875
45875
|
]
|
|
45876
|
-
},
|
|
45877
|
-
{
|
|
45878
|
-
"resourceType": "",
|
|
45879
|
-
"required": false,
|
|
45880
|
-
"conditionKeys": [
|
|
45881
|
-
"aws:RequestTag/${TagKey}",
|
|
45882
|
-
"aws:TagKeys"
|
|
45883
|
-
],
|
|
45884
|
-
"dependentActions": []
|
|
45885
45876
|
}
|
|
45886
45877
|
]
|
|
45887
45878
|
},
|
|
@@ -46051,6 +46042,20 @@
|
|
|
46051
46042
|
}
|
|
46052
46043
|
]
|
|
46053
46044
|
},
|
|
46045
|
+
{
|
|
46046
|
+
"name": "GenerateQuery",
|
|
46047
|
+
"permissionOnly": false,
|
|
46048
|
+
"description": "Grants permission to generate a query for a specified event data store using the CloudTrail Lake query generator",
|
|
46049
|
+
"accessLevel": "Write",
|
|
46050
|
+
"resourceTypes": [
|
|
46051
|
+
{
|
|
46052
|
+
"resourceType": "eventdatastore",
|
|
46053
|
+
"required": true,
|
|
46054
|
+
"conditionKeys": [],
|
|
46055
|
+
"dependentActions": []
|
|
46056
|
+
}
|
|
46057
|
+
]
|
|
46058
|
+
},
|
|
46054
46059
|
{
|
|
46055
46060
|
"name": "GetChannel",
|
|
46056
46061
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_GetChannel.html",
|
|
@@ -148884,6 +148889,21 @@
|
|
|
148884
148889
|
}
|
|
148885
148890
|
]
|
|
148886
148891
|
},
|
|
148892
|
+
{
|
|
148893
|
+
"name": "BatchDeleteUniqueId",
|
|
148894
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/entityresolution/latest/userguide/batch-delete-unique-id.html",
|
|
148895
|
+
"permissionOnly": false,
|
|
148896
|
+
"description": "Grants permission to batch delete unique Id",
|
|
148897
|
+
"accessLevel": "Write",
|
|
148898
|
+
"resourceTypes": [
|
|
148899
|
+
{
|
|
148900
|
+
"resourceType": "MatchingWorkflow",
|
|
148901
|
+
"required": true,
|
|
148902
|
+
"conditionKeys": [],
|
|
148903
|
+
"dependentActions": []
|
|
148904
|
+
}
|
|
148905
|
+
]
|
|
148906
|
+
},
|
|
148887
148907
|
{
|
|
148888
148908
|
"name": "CreateIdMappingWorkflow",
|
|
148889
148909
|
"apiReferenceUrl": "https://docs.aws.amazon.com/entityresolution/latest/userguide/API_CreateIdMappingWorkflow.html",
|
|
@@ -3551,7 +3551,7 @@
|
|
|
3551
3551
|
"name": "AWS CloudTrail",
|
|
3552
3552
|
"servicePrefix": "cloudtrail",
|
|
3553
3553
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudtrail.html",
|
|
3554
|
-
"actionsCount":
|
|
3554
|
+
"actionsCount": 55,
|
|
3555
3555
|
"actions": [
|
|
3556
3556
|
"AddTags",
|
|
3557
3557
|
"CancelQuery",
|
|
@@ -3569,6 +3569,7 @@
|
|
|
3569
3569
|
"DescribeTrails",
|
|
3570
3570
|
"DisableFederation",
|
|
3571
3571
|
"EnableFederation",
|
|
3572
|
+
"GenerateQuery",
|
|
3572
3573
|
"GetChannel",
|
|
3573
3574
|
"GetEventDataStore",
|
|
3574
3575
|
"GetEventDataStoreData",
|
|
@@ -10466,9 +10467,10 @@
|
|
|
10466
10467
|
"name": "AWS Entity Resolution",
|
|
10467
10468
|
"servicePrefix": "entityresolution",
|
|
10468
10469
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsentityresolution.html",
|
|
10469
|
-
"actionsCount":
|
|
10470
|
+
"actionsCount": 38,
|
|
10470
10471
|
"actions": [
|
|
10471
10472
|
"AddPolicyStatement",
|
|
10473
|
+
"BatchDeleteUniqueId",
|
|
10472
10474
|
"CreateIdMappingWorkflow",
|
|
10473
10475
|
"CreateIdNamespace",
|
|
10474
10476
|
"CreateMatchingWorkflow",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.222",
|
|
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",
|
package/data/db/iam.duckdb
DELETED
|
Binary file
|