aws-iam-data 0.0.416 → 0.0.417
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": "2025-07-23",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon API Gateway Management V2": [
|
|
8
|
+
"apigateway:ListRoutingRules"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {
|
|
12
|
+
"Amazon API Gateway Management V2": [
|
|
13
|
+
"apigateway:ListRoutingRule"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
2
17
|
{
|
|
3
18
|
"dateOfChange": "2025-07-19",
|
|
4
19
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -7426,7 +7426,7 @@
|
|
|
7426
7426
|
]
|
|
7427
7427
|
},
|
|
7428
7428
|
{
|
|
7429
|
-
"name": "
|
|
7429
|
+
"name": "ListRoutingRules",
|
|
7430
7430
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-routingrules.html#domainnames-domainname-routingrulesget",
|
|
7431
7431
|
"permissionOnly": false,
|
|
7432
7432
|
"description": "Grants permission to list routing rules under a domain name",
|
|
@@ -337508,7 +337508,7 @@
|
|
|
337508
337508
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteVectorBucketPolicy.html",
|
|
337509
337509
|
"permissionOnly": false,
|
|
337510
337510
|
"description": "Grants permission to delete the IAM resource policy from a specified vector bucket",
|
|
337511
|
-
"accessLevel": "
|
|
337511
|
+
"accessLevel": "Permissions management",
|
|
337512
337512
|
"resourceTypes": [
|
|
337513
337513
|
{
|
|
337514
337514
|
"resourceType": "VectorBucket",
|
|
@@ -337645,7 +337645,7 @@
|
|
|
337645
337645
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutVectorBucketPolicy.html",
|
|
337646
337646
|
"permissionOnly": false,
|
|
337647
337647
|
"description": "Grants permission to add an IAM resource policy to a specified vector bucket",
|
|
337648
|
-
"accessLevel": "
|
|
337648
|
+
"accessLevel": "Permissions management",
|
|
337649
337649
|
"resourceTypes": [
|
|
337650
337650
|
{
|
|
337651
337651
|
"resourceType": "VectorBucket",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10450
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 359
|
|
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.417",
|
|
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",
|