aws-iam-data 0.0.268 → 0.0.270
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,33 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-09-18",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Lambda": [
|
|
8
|
+
"lambda:DeleteResourcePolicy",
|
|
9
|
+
"lambda:GetPublicAccessBlockConfig",
|
|
10
|
+
"lambda:GetResourcePolicy",
|
|
11
|
+
"lambda:PutPublicAccessBlockConfig",
|
|
12
|
+
"lambda:PutResourcePolicy"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"removedActions": {}
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"dateOfChange": "2024-09-17",
|
|
19
|
+
"addedServices": [],
|
|
20
|
+
"removedServices": [],
|
|
21
|
+
"addedActions": {
|
|
22
|
+
"AWS Directory Service": [
|
|
23
|
+
"ds:AccessDSData"
|
|
24
|
+
],
|
|
25
|
+
"Amazon Personalize": [
|
|
26
|
+
"personalize:UpdateSolution"
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"removedActions": {}
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
"dateOfChange": "2024-09-14",
|
|
4
33
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -100273,6 +100273,21 @@
|
|
|
100273
100273
|
}
|
|
100274
100274
|
]
|
|
100275
100275
|
},
|
|
100276
|
+
{
|
|
100277
|
+
"name": "AccessDSData",
|
|
100278
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html",
|
|
100279
|
+
"permissionOnly": true,
|
|
100280
|
+
"description": "Grants permission to access directory data using the Directory Service Data API",
|
|
100281
|
+
"accessLevel": "Permissions management",
|
|
100282
|
+
"resourceTypes": [
|
|
100283
|
+
{
|
|
100284
|
+
"resourceType": "directory",
|
|
100285
|
+
"required": true,
|
|
100286
|
+
"conditionKeys": [],
|
|
100287
|
+
"dependentActions": []
|
|
100288
|
+
}
|
|
100289
|
+
]
|
|
100290
|
+
},
|
|
100276
100291
|
{
|
|
100277
100292
|
"name": "AddIpRoutes",
|
|
100278
100293
|
"apiReferenceUrl": "https://docs.aws.amazon.com/directoryservice/latest/devguide/API_AddIpRoutes.html",
|
|
@@ -214952,6 +214967,23 @@
|
|
|
214952
214967
|
}
|
|
214953
214968
|
]
|
|
214954
214969
|
},
|
|
214970
|
+
{
|
|
214971
|
+
"name": "DeleteResourcePolicy",
|
|
214972
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_DeleteResourcePolicy.html",
|
|
214973
|
+
"permissionOnly": false,
|
|
214974
|
+
"description": "Grants permission to delete the resource-based policy for an AWS Lambda function, version, or alias",
|
|
214975
|
+
"accessLevel": "Permissions management",
|
|
214976
|
+
"resourceTypes": [
|
|
214977
|
+
{
|
|
214978
|
+
"resourceType": "function",
|
|
214979
|
+
"required": true,
|
|
214980
|
+
"conditionKeys": [],
|
|
214981
|
+
"dependentActions": [
|
|
214982
|
+
"lambda:RemovePermission"
|
|
214983
|
+
]
|
|
214984
|
+
}
|
|
214985
|
+
]
|
|
214986
|
+
},
|
|
214955
214987
|
{
|
|
214956
214988
|
"name": "DisableReplication",
|
|
214957
214989
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-edge-permissions.html",
|
|
@@ -215230,6 +215262,38 @@
|
|
|
215230
215262
|
}
|
|
215231
215263
|
]
|
|
215232
215264
|
},
|
|
215265
|
+
{
|
|
215266
|
+
"name": "GetPublicAccessBlockConfig",
|
|
215267
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_GetPublicAccessBlockConfig.html",
|
|
215268
|
+
"permissionOnly": false,
|
|
215269
|
+
"description": "Grants permission to view the PublicAccessBlockConfig of an AWS Lambda function",
|
|
215270
|
+
"accessLevel": "Read",
|
|
215271
|
+
"resourceTypes": [
|
|
215272
|
+
{
|
|
215273
|
+
"resourceType": "function",
|
|
215274
|
+
"required": true,
|
|
215275
|
+
"conditionKeys": [],
|
|
215276
|
+
"dependentActions": []
|
|
215277
|
+
}
|
|
215278
|
+
]
|
|
215279
|
+
},
|
|
215280
|
+
{
|
|
215281
|
+
"name": "GetResourcePolicy",
|
|
215282
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_GetResourcePolicy.html",
|
|
215283
|
+
"permissionOnly": false,
|
|
215284
|
+
"description": "Grants permission to view the resource-based policy for an AWS Lambda function, version, or alias",
|
|
215285
|
+
"accessLevel": "Read",
|
|
215286
|
+
"resourceTypes": [
|
|
215287
|
+
{
|
|
215288
|
+
"resourceType": "function",
|
|
215289
|
+
"required": true,
|
|
215290
|
+
"conditionKeys": [],
|
|
215291
|
+
"dependentActions": [
|
|
215292
|
+
"lambda:GetPolicy"
|
|
215293
|
+
]
|
|
215294
|
+
}
|
|
215295
|
+
]
|
|
215296
|
+
},
|
|
215233
215297
|
{
|
|
215234
215298
|
"name": "GetRuntimeManagementConfig",
|
|
215235
215299
|
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_GetRuntimeManagementConfig.html",
|
|
@@ -215621,6 +215685,39 @@
|
|
|
215621
215685
|
}
|
|
215622
215686
|
]
|
|
215623
215687
|
},
|
|
215688
|
+
{
|
|
215689
|
+
"name": "PutPublicAccessBlockConfig",
|
|
215690
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_PutPublicAccessBlockConfig.html",
|
|
215691
|
+
"permissionOnly": false,
|
|
215692
|
+
"description": "Grants permission to update the PublicAccessBlockConfig of an AWS Lambda function",
|
|
215693
|
+
"accessLevel": "Permissions management",
|
|
215694
|
+
"resourceTypes": [
|
|
215695
|
+
{
|
|
215696
|
+
"resourceType": "function",
|
|
215697
|
+
"required": true,
|
|
215698
|
+
"conditionKeys": [],
|
|
215699
|
+
"dependentActions": []
|
|
215700
|
+
}
|
|
215701
|
+
]
|
|
215702
|
+
},
|
|
215703
|
+
{
|
|
215704
|
+
"name": "PutResourcePolicy",
|
|
215705
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_PutResourcePolicy.html",
|
|
215706
|
+
"permissionOnly": false,
|
|
215707
|
+
"description": "Grants permission to update the resource-based policy for an AWS Lambda function, version, or alias",
|
|
215708
|
+
"accessLevel": "Permissions management",
|
|
215709
|
+
"resourceTypes": [
|
|
215710
|
+
{
|
|
215711
|
+
"resourceType": "function",
|
|
215712
|
+
"required": true,
|
|
215713
|
+
"conditionKeys": [],
|
|
215714
|
+
"dependentActions": [
|
|
215715
|
+
"lambda:AddPermission",
|
|
215716
|
+
"lambda:RemovePermission"
|
|
215717
|
+
]
|
|
215718
|
+
}
|
|
215719
|
+
]
|
|
215720
|
+
},
|
|
215624
215721
|
{
|
|
215625
215722
|
"name": "PutRuntimeManagementConfig",
|
|
215626
215723
|
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_PutRuntimeManagementConfig.html",
|
|
@@ -256649,6 +256746,21 @@
|
|
|
256649
256746
|
"dependentActions": []
|
|
256650
256747
|
}
|
|
256651
256748
|
]
|
|
256749
|
+
},
|
|
256750
|
+
{
|
|
256751
|
+
"name": "UpdateSolution",
|
|
256752
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/API_UpdateSolution.html",
|
|
256753
|
+
"permissionOnly": false,
|
|
256754
|
+
"description": "Grants permission to update a solution",
|
|
256755
|
+
"accessLevel": "Write",
|
|
256756
|
+
"resourceTypes": [
|
|
256757
|
+
{
|
|
256758
|
+
"resourceType": "solution",
|
|
256759
|
+
"required": true,
|
|
256760
|
+
"conditionKeys": [],
|
|
256761
|
+
"dependentActions": []
|
|
256762
|
+
}
|
|
256763
|
+
]
|
|
256652
256764
|
}
|
|
256653
256765
|
],
|
|
256654
256766
|
"resourceTypes": [
|
|
@@ -7609,9 +7609,10 @@
|
|
|
7609
7609
|
"name": "AWS Directory Service",
|
|
7610
7610
|
"servicePrefix": "ds",
|
|
7611
7611
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdirectoryservice.html",
|
|
7612
|
-
"actionsCount":
|
|
7612
|
+
"actionsCount": 78,
|
|
7613
7613
|
"actions": [
|
|
7614
7614
|
"AcceptSharedDirectory",
|
|
7615
|
+
"AccessDSData",
|
|
7615
7616
|
"AddIpRoutes",
|
|
7616
7617
|
"AddRegion",
|
|
7617
7618
|
"AddTagsToResource",
|
|
@@ -15332,7 +15333,7 @@
|
|
|
15332
15333
|
"name": "AWS Lambda",
|
|
15333
15334
|
"servicePrefix": "lambda",
|
|
15334
15335
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslambda.html",
|
|
15335
|
-
"actionsCount":
|
|
15336
|
+
"actionsCount": 75,
|
|
15336
15337
|
"actions": [
|
|
15337
15338
|
"AddLayerVersionPermission",
|
|
15338
15339
|
"AddPermission",
|
|
@@ -15351,6 +15352,7 @@
|
|
|
15351
15352
|
"DeleteFunctionUrlConfig",
|
|
15352
15353
|
"DeleteLayerVersion",
|
|
15353
15354
|
"DeleteProvisionedConcurrencyConfig",
|
|
15355
|
+
"DeleteResourcePolicy",
|
|
15354
15356
|
"DisableReplication",
|
|
15355
15357
|
"EnableReplication",
|
|
15356
15358
|
"GetAccountSettings",
|
|
@@ -15368,6 +15370,8 @@
|
|
|
15368
15370
|
"GetLayerVersionPolicy",
|
|
15369
15371
|
"GetPolicy",
|
|
15370
15372
|
"GetProvisionedConcurrencyConfig",
|
|
15373
|
+
"GetPublicAccessBlockConfig",
|
|
15374
|
+
"GetResourcePolicy",
|
|
15371
15375
|
"GetRuntimeManagementConfig",
|
|
15372
15376
|
"InvokeAsync",
|
|
15373
15377
|
"InvokeFunction",
|
|
@@ -15391,6 +15395,8 @@
|
|
|
15391
15395
|
"PutFunctionEventInvokeConfig",
|
|
15392
15396
|
"PutFunctionRecursionConfig",
|
|
15393
15397
|
"PutProvisionedConcurrencyConfig",
|
|
15398
|
+
"PutPublicAccessBlockConfig",
|
|
15399
|
+
"PutResourcePolicy",
|
|
15394
15400
|
"PutRuntimeManagementConfig",
|
|
15395
15401
|
"RemoveLayerVersionPermission",
|
|
15396
15402
|
"RemovePermission",
|
|
@@ -18708,7 +18714,7 @@
|
|
|
18708
18714
|
"name": "Amazon Personalize",
|
|
18709
18715
|
"servicePrefix": "personalize",
|
|
18710
18716
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonpersonalize.html",
|
|
18711
|
-
"actionsCount":
|
|
18717
|
+
"actionsCount": 83,
|
|
18712
18718
|
"actions": [
|
|
18713
18719
|
"CreateBatchInferenceJob",
|
|
18714
18720
|
"CreateBatchSegmentJob",
|
|
@@ -18791,7 +18797,8 @@
|
|
|
18791
18797
|
"UpdateCampaign",
|
|
18792
18798
|
"UpdateDataset",
|
|
18793
18799
|
"UpdateMetricAttribution",
|
|
18794
|
-
"UpdateRecommender"
|
|
18800
|
+
"UpdateRecommender",
|
|
18801
|
+
"UpdateSolution"
|
|
18795
18802
|
],
|
|
18796
18803
|
"resourceTypesCount": 18,
|
|
18797
18804
|
"resourceTypes": [
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
+
{
|
|
4
|
+
"key": "Write Actions",
|
|
5
|
+
"value": 9532
|
|
6
|
+
},
|
|
3
7
|
{
|
|
4
8
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
9
|
+
"value": 4632
|
|
6
10
|
},
|
|
7
11
|
{
|
|
8
12
|
"key": "List Actions",
|
|
@@ -10,11 +14,7 @@
|
|
|
10
14
|
},
|
|
11
15
|
{
|
|
12
16
|
"key": "Permissions Actions",
|
|
13
|
-
"value":
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"key": "Write Actions",
|
|
17
|
-
"value": 9531
|
|
17
|
+
"value": 297
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
"key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
|
|
173
|
-
"value":
|
|
173
|
+
"value": 68
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"key": "stack - arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.270",
|
|
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",
|