aws-iam-data 0.0.269 → 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,19 @@
|
|
|
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
|
+
},
|
|
2
17
|
{
|
|
3
18
|
"dateOfChange": "2024-09-17",
|
|
4
19
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -214967,6 +214967,23 @@
|
|
|
214967
214967
|
}
|
|
214968
214968
|
]
|
|
214969
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
|
+
},
|
|
214970
214987
|
{
|
|
214971
214988
|
"name": "DisableReplication",
|
|
214972
214989
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-edge-permissions.html",
|
|
@@ -215245,6 +215262,38 @@
|
|
|
215245
215262
|
}
|
|
215246
215263
|
]
|
|
215247
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
|
+
},
|
|
215248
215297
|
{
|
|
215249
215298
|
"name": "GetRuntimeManagementConfig",
|
|
215250
215299
|
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_GetRuntimeManagementConfig.html",
|
|
@@ -215636,6 +215685,39 @@
|
|
|
215636
215685
|
}
|
|
215637
215686
|
]
|
|
215638
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
|
+
},
|
|
215639
215721
|
{
|
|
215640
215722
|
"name": "PutRuntimeManagementConfig",
|
|
215641
215723
|
"apiReferenceUrl": "https://docs.aws.amazon.com/lambda/latest/dg/API_PutRuntimeManagementConfig.html",
|
|
@@ -15333,7 +15333,7 @@
|
|
|
15333
15333
|
"name": "AWS Lambda",
|
|
15334
15334
|
"servicePrefix": "lambda",
|
|
15335
15335
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslambda.html",
|
|
15336
|
-
"actionsCount":
|
|
15336
|
+
"actionsCount": 75,
|
|
15337
15337
|
"actions": [
|
|
15338
15338
|
"AddLayerVersionPermission",
|
|
15339
15339
|
"AddPermission",
|
|
@@ -15352,6 +15352,7 @@
|
|
|
15352
15352
|
"DeleteFunctionUrlConfig",
|
|
15353
15353
|
"DeleteLayerVersion",
|
|
15354
15354
|
"DeleteProvisionedConcurrencyConfig",
|
|
15355
|
+
"DeleteResourcePolicy",
|
|
15355
15356
|
"DisableReplication",
|
|
15356
15357
|
"EnableReplication",
|
|
15357
15358
|
"GetAccountSettings",
|
|
@@ -15369,6 +15370,8 @@
|
|
|
15369
15370
|
"GetLayerVersionPolicy",
|
|
15370
15371
|
"GetPolicy",
|
|
15371
15372
|
"GetProvisionedConcurrencyConfig",
|
|
15373
|
+
"GetPublicAccessBlockConfig",
|
|
15374
|
+
"GetResourcePolicy",
|
|
15372
15375
|
"GetRuntimeManagementConfig",
|
|
15373
15376
|
"InvokeAsync",
|
|
15374
15377
|
"InvokeFunction",
|
|
@@ -15392,6 +15395,8 @@
|
|
|
15392
15395
|
"PutFunctionEventInvokeConfig",
|
|
15393
15396
|
"PutFunctionRecursionConfig",
|
|
15394
15397
|
"PutProvisionedConcurrencyConfig",
|
|
15398
|
+
"PutPublicAccessBlockConfig",
|
|
15399
|
+
"PutResourcePolicy",
|
|
15395
15400
|
"PutRuntimeManagementConfig",
|
|
15396
15401
|
"RemoveLayerVersionPermission",
|
|
15397
15402
|
"RemovePermission",
|
|
@@ -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": 9532
|
|
17
|
+
"value": 297
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
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",
|