aws-iam-data 0.0.352 → 0.0.353
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-03-28",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Network Firewall": [
|
|
8
|
+
"network-firewall:DescribeFlowOperation",
|
|
9
|
+
"network-firewall:ListFlowOperationResults",
|
|
10
|
+
"network-firewall:ListFlowOperations",
|
|
11
|
+
"network-firewall:StartFlowCapture",
|
|
12
|
+
"network-firewall:StartFlowFlush"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"removedActions": {}
|
|
16
|
+
},
|
|
2
17
|
{
|
|
3
18
|
"dateOfChange": "2025-03-27",
|
|
4
19
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -109481,7 +109481,10 @@
|
|
|
109481
109481
|
{
|
|
109482
109482
|
"resourceType": "",
|
|
109483
109483
|
"required": false,
|
|
109484
|
-
"conditionKeys": [
|
|
109484
|
+
"conditionKeys": [
|
|
109485
|
+
"aws:RequestTag/${TagKey}",
|
|
109486
|
+
"aws:TagKeys"
|
|
109487
|
+
],
|
|
109485
109488
|
"dependentActions": []
|
|
109486
109489
|
}
|
|
109487
109490
|
]
|
|
@@ -110018,6 +110021,12 @@
|
|
|
110018
110021
|
"description": "Grants permission to describe the tags associated with the specified AWS Direct Connect resources",
|
|
110019
110022
|
"accessLevel": "Read",
|
|
110020
110023
|
"resourceTypes": [
|
|
110024
|
+
{
|
|
110025
|
+
"resourceType": "dx-gateway",
|
|
110026
|
+
"required": false,
|
|
110027
|
+
"conditionKeys": [],
|
|
110028
|
+
"dependentActions": []
|
|
110029
|
+
},
|
|
110021
110030
|
{
|
|
110022
110031
|
"resourceType": "dxcon",
|
|
110023
110032
|
"required": false,
|
|
@@ -110174,6 +110183,12 @@
|
|
|
110174
110183
|
"description": "Grants permission to add the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags",
|
|
110175
110184
|
"accessLevel": "Tagging",
|
|
110176
110185
|
"resourceTypes": [
|
|
110186
|
+
{
|
|
110187
|
+
"resourceType": "dx-gateway",
|
|
110188
|
+
"required": false,
|
|
110189
|
+
"conditionKeys": [],
|
|
110190
|
+
"dependentActions": []
|
|
110191
|
+
},
|
|
110177
110192
|
{
|
|
110178
110193
|
"resourceType": "dxcon",
|
|
110179
110194
|
"required": false,
|
|
@@ -110210,6 +110225,12 @@
|
|
|
110210
110225
|
"description": "Grants permission to remove one or more tags from the specified AWS Direct Connect resource",
|
|
110211
110226
|
"accessLevel": "Tagging",
|
|
110212
110227
|
"resourceTypes": [
|
|
110228
|
+
{
|
|
110229
|
+
"resourceType": "dx-gateway",
|
|
110230
|
+
"required": false,
|
|
110231
|
+
"conditionKeys": [],
|
|
110232
|
+
"dependentActions": []
|
|
110233
|
+
},
|
|
110213
110234
|
{
|
|
110214
110235
|
"resourceType": "dxcon",
|
|
110215
110236
|
"required": false,
|
|
@@ -110343,7 +110364,9 @@
|
|
|
110343
110364
|
"name": "dx-gateway",
|
|
110344
110365
|
"apiReferenceUrl": "https://docs.aws.amazon.com/directconnect/latest/APIReference/API_DirectConnectGateway.html",
|
|
110345
110366
|
"arnPattern": "arn:${Partition}:directconnect::${Account}:dx-gateway/${DirectConnectGatewayId}",
|
|
110346
|
-
"conditionKeys": [
|
|
110367
|
+
"conditionKeys": [
|
|
110368
|
+
"aws:ResourceTag/${TagKey}"
|
|
110369
|
+
]
|
|
110347
110370
|
}
|
|
110348
110371
|
],
|
|
110349
110372
|
"conditionKeys": [
|
|
@@ -263694,6 +263717,21 @@
|
|
|
263694
263717
|
}
|
|
263695
263718
|
]
|
|
263696
263719
|
},
|
|
263720
|
+
{
|
|
263721
|
+
"name": "DescribeFlowOperation",
|
|
263722
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeFlowOperation.html",
|
|
263723
|
+
"permissionOnly": false,
|
|
263724
|
+
"description": "Grants permission to describe a flow operation performed on a firewall",
|
|
263725
|
+
"accessLevel": "Read",
|
|
263726
|
+
"resourceTypes": [
|
|
263727
|
+
{
|
|
263728
|
+
"resourceType": "Firewall",
|
|
263729
|
+
"required": true,
|
|
263730
|
+
"conditionKeys": [],
|
|
263731
|
+
"dependentActions": []
|
|
263732
|
+
}
|
|
263733
|
+
]
|
|
263734
|
+
},
|
|
263697
263735
|
{
|
|
263698
263736
|
"name": "DescribeLoggingConfiguration",
|
|
263699
263737
|
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeLoggingConfiguration.html",
|
|
@@ -263871,6 +263909,36 @@
|
|
|
263871
263909
|
}
|
|
263872
263910
|
]
|
|
263873
263911
|
},
|
|
263912
|
+
{
|
|
263913
|
+
"name": "ListFlowOperationResults",
|
|
263914
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_ListFlowOperationResults.html",
|
|
263915
|
+
"permissionOnly": false,
|
|
263916
|
+
"description": "Grants permission to list results from a flow operation performed on a firewall",
|
|
263917
|
+
"accessLevel": "Read",
|
|
263918
|
+
"resourceTypes": [
|
|
263919
|
+
{
|
|
263920
|
+
"resourceType": "Firewall",
|
|
263921
|
+
"required": true,
|
|
263922
|
+
"conditionKeys": [],
|
|
263923
|
+
"dependentActions": []
|
|
263924
|
+
}
|
|
263925
|
+
]
|
|
263926
|
+
},
|
|
263927
|
+
{
|
|
263928
|
+
"name": "ListFlowOperations",
|
|
263929
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_ListFlowOperations.html",
|
|
263930
|
+
"permissionOnly": false,
|
|
263931
|
+
"description": "Grants permission to list flow operations performed on a firewall",
|
|
263932
|
+
"accessLevel": "List",
|
|
263933
|
+
"resourceTypes": [
|
|
263934
|
+
{
|
|
263935
|
+
"resourceType": "Firewall",
|
|
263936
|
+
"required": true,
|
|
263937
|
+
"conditionKeys": [],
|
|
263938
|
+
"dependentActions": []
|
|
263939
|
+
}
|
|
263940
|
+
]
|
|
263941
|
+
},
|
|
263874
263942
|
{
|
|
263875
263943
|
"name": "ListRuleGroups",
|
|
263876
263944
|
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_ListRuleGroups.html",
|
|
@@ -263982,6 +264050,36 @@
|
|
|
263982
264050
|
}
|
|
263983
264051
|
]
|
|
263984
264052
|
},
|
|
264053
|
+
{
|
|
264054
|
+
"name": "StartFlowCapture",
|
|
264055
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_StartFlowCapture.html",
|
|
264056
|
+
"permissionOnly": false,
|
|
264057
|
+
"description": "Grants permission to start capture operation on a firewall",
|
|
264058
|
+
"accessLevel": "Write",
|
|
264059
|
+
"resourceTypes": [
|
|
264060
|
+
{
|
|
264061
|
+
"resourceType": "Firewall",
|
|
264062
|
+
"required": true,
|
|
264063
|
+
"conditionKeys": [],
|
|
264064
|
+
"dependentActions": []
|
|
264065
|
+
}
|
|
264066
|
+
]
|
|
264067
|
+
},
|
|
264068
|
+
{
|
|
264069
|
+
"name": "StartFlowFlush",
|
|
264070
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_StartFlowFlush.html",
|
|
264071
|
+
"permissionOnly": false,
|
|
264072
|
+
"description": "Grants permission to start flush operation on a firewall",
|
|
264073
|
+
"accessLevel": "Write",
|
|
264074
|
+
"resourceTypes": [
|
|
264075
|
+
{
|
|
264076
|
+
"resourceType": "Firewall",
|
|
264077
|
+
"required": true,
|
|
264078
|
+
"conditionKeys": [],
|
|
264079
|
+
"dependentActions": []
|
|
264080
|
+
}
|
|
264081
|
+
]
|
|
264082
|
+
},
|
|
263985
264083
|
{
|
|
263986
264084
|
"name": "TagResource",
|
|
263987
264085
|
"apiReferenceUrl": "https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_TagResource.html",
|
|
@@ -18954,7 +18954,7 @@
|
|
|
18954
18954
|
"name": "AWS Network Firewall",
|
|
18955
18955
|
"servicePrefix": "network-firewall",
|
|
18956
18956
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsnetworkfirewall.html",
|
|
18957
|
-
"actionsCount":
|
|
18957
|
+
"actionsCount": 45,
|
|
18958
18958
|
"actions": [
|
|
18959
18959
|
"AssociateFirewallPolicy",
|
|
18960
18960
|
"AssociateSubnets",
|
|
@@ -18969,6 +18969,7 @@
|
|
|
18969
18969
|
"DeleteTLSInspectionConfiguration",
|
|
18970
18970
|
"DescribeFirewall",
|
|
18971
18971
|
"DescribeFirewallPolicy",
|
|
18972
|
+
"DescribeFlowOperation",
|
|
18972
18973
|
"DescribeLoggingConfiguration",
|
|
18973
18974
|
"DescribeResourcePolicy",
|
|
18974
18975
|
"DescribeRuleGroup",
|
|
@@ -18979,11 +18980,15 @@
|
|
|
18979
18980
|
"ListAnalysisReports",
|
|
18980
18981
|
"ListFirewallPolicies",
|
|
18981
18982
|
"ListFirewalls",
|
|
18983
|
+
"ListFlowOperationResults",
|
|
18984
|
+
"ListFlowOperations",
|
|
18982
18985
|
"ListRuleGroups",
|
|
18983
18986
|
"ListTLSInspectionConfigurations",
|
|
18984
18987
|
"ListTagsForResource",
|
|
18985
18988
|
"PutResourcePolicy",
|
|
18986
18989
|
"StartAnalysisReport",
|
|
18990
|
+
"StartFlowCapture",
|
|
18991
|
+
"StartFlowFlush",
|
|
18987
18992
|
"TagResource",
|
|
18988
18993
|
"UntagResource",
|
|
18989
18994
|
"UpdateFirewallAnalysisSettings",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10224
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4960
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3021
|
|
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.
|
|
3
|
+
"version": "0.0.353",
|
|
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",
|