aws-iam-data 0.0.22 → 0.0.24
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.
- package/data/json/changelog.json +20 -0
- package/data/json/iam.json +221 -5
- package/data/json/metadata.json +16 -4
- package/data/json/reports.json +420 -0
- package/package.json +2 -1
- package/src/index.js +2 -0
package/data/json/changelog.json
CHANGED
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2023-06-13",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon CodeGuru Security": [
|
|
8
|
+
"codeguru-security:GetMetricsSummary",
|
|
9
|
+
"codeguru-security:ListFindingsMetrics",
|
|
10
|
+
"codeguru-security:ListTagsForResource",
|
|
11
|
+
"codeguru-security:TagResource",
|
|
12
|
+
"codeguru-security:UntagResource"
|
|
13
|
+
],
|
|
14
|
+
"Amazon Connect": [
|
|
15
|
+
"connect:SearchHoursOfOperations",
|
|
16
|
+
"connect:SearchPrompts",
|
|
17
|
+
"connect:SearchQuickConnects"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"removedActions": {}
|
|
21
|
+
},
|
|
2
22
|
{
|
|
3
23
|
"dateOfChange": "2023-06-10",
|
|
4
24
|
"addedServices": [
|
package/data/json/iam.json
CHANGED
|
@@ -48560,8 +48560,8 @@
|
|
|
48560
48560
|
"accessLevel": "Read",
|
|
48561
48561
|
"resourceTypes": [
|
|
48562
48562
|
{
|
|
48563
|
-
"resourceType": "",
|
|
48564
|
-
"required":
|
|
48563
|
+
"resourceType": "ScanName",
|
|
48564
|
+
"required": true,
|
|
48565
48565
|
"conditionKeys": [],
|
|
48566
48566
|
"dependentActions": []
|
|
48567
48567
|
}
|
|
@@ -48571,7 +48571,7 @@
|
|
|
48571
48571
|
"name": "CreateScan",
|
|
48572
48572
|
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
48573
48573
|
"permissionOnly": true,
|
|
48574
|
-
"description": "Grants permission to create CodeGuru Security scan",
|
|
48574
|
+
"description": "Grants permission to create a CodeGuru Security scan",
|
|
48575
48575
|
"accessLevel": "Write",
|
|
48576
48576
|
"resourceTypes": [
|
|
48577
48577
|
{
|
|
@@ -48579,6 +48579,15 @@
|
|
|
48579
48579
|
"required": true,
|
|
48580
48580
|
"conditionKeys": [],
|
|
48581
48581
|
"dependentActions": []
|
|
48582
|
+
},
|
|
48583
|
+
{
|
|
48584
|
+
"resourceType": "",
|
|
48585
|
+
"required": false,
|
|
48586
|
+
"conditionKeys": [
|
|
48587
|
+
"aws:TagKeys",
|
|
48588
|
+
"aws:RequestTag/${TagKey}"
|
|
48589
|
+
],
|
|
48590
|
+
"dependentActions": []
|
|
48582
48591
|
}
|
|
48583
48592
|
]
|
|
48584
48593
|
},
|
|
@@ -48642,6 +48651,21 @@
|
|
|
48642
48651
|
}
|
|
48643
48652
|
]
|
|
48644
48653
|
},
|
|
48654
|
+
{
|
|
48655
|
+
"name": "GetMetricsSummary",
|
|
48656
|
+
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
48657
|
+
"permissionOnly": true,
|
|
48658
|
+
"description": "Grants permission to retrieve AWS accout level metrics summary generated by CodeGuru Security",
|
|
48659
|
+
"accessLevel": "Read",
|
|
48660
|
+
"resourceTypes": [
|
|
48661
|
+
{
|
|
48662
|
+
"resourceType": "",
|
|
48663
|
+
"required": false,
|
|
48664
|
+
"conditionKeys": [],
|
|
48665
|
+
"dependentActions": []
|
|
48666
|
+
}
|
|
48667
|
+
]
|
|
48668
|
+
},
|
|
48645
48669
|
{
|
|
48646
48670
|
"name": "GetScan",
|
|
48647
48671
|
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
@@ -48654,6 +48678,14 @@
|
|
|
48654
48678
|
"required": true,
|
|
48655
48679
|
"conditionKeys": [],
|
|
48656
48680
|
"dependentActions": []
|
|
48681
|
+
},
|
|
48682
|
+
{
|
|
48683
|
+
"resourceType": "",
|
|
48684
|
+
"required": false,
|
|
48685
|
+
"conditionKeys": [
|
|
48686
|
+
"aws:ResourceTag/${TagKey}"
|
|
48687
|
+
],
|
|
48688
|
+
"dependentActions": []
|
|
48657
48689
|
}
|
|
48658
48690
|
]
|
|
48659
48691
|
},
|
|
@@ -48672,6 +48704,21 @@
|
|
|
48672
48704
|
}
|
|
48673
48705
|
]
|
|
48674
48706
|
},
|
|
48707
|
+
{
|
|
48708
|
+
"name": "ListFindingsMetrics",
|
|
48709
|
+
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
48710
|
+
"permissionOnly": true,
|
|
48711
|
+
"description": "Grants permission to retrieve a list of account level findings metrics within a date range",
|
|
48712
|
+
"accessLevel": "List",
|
|
48713
|
+
"resourceTypes": [
|
|
48714
|
+
{
|
|
48715
|
+
"resourceType": "",
|
|
48716
|
+
"required": false,
|
|
48717
|
+
"conditionKeys": [],
|
|
48718
|
+
"dependentActions": []
|
|
48719
|
+
}
|
|
48720
|
+
]
|
|
48721
|
+
},
|
|
48675
48722
|
{
|
|
48676
48723
|
"name": "ListScans",
|
|
48677
48724
|
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
@@ -48687,6 +48734,76 @@
|
|
|
48687
48734
|
}
|
|
48688
48735
|
]
|
|
48689
48736
|
},
|
|
48737
|
+
{
|
|
48738
|
+
"name": "ListTagsForResource",
|
|
48739
|
+
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
48740
|
+
"permissionOnly": true,
|
|
48741
|
+
"description": "Grants permission to retrieve a list of tags for a scan name ARN",
|
|
48742
|
+
"accessLevel": "Read",
|
|
48743
|
+
"resourceTypes": [
|
|
48744
|
+
{
|
|
48745
|
+
"resourceType": "ScanName",
|
|
48746
|
+
"required": true,
|
|
48747
|
+
"conditionKeys": [],
|
|
48748
|
+
"dependentActions": []
|
|
48749
|
+
},
|
|
48750
|
+
{
|
|
48751
|
+
"resourceType": "",
|
|
48752
|
+
"required": false,
|
|
48753
|
+
"conditionKeys": [
|
|
48754
|
+
"aws:ResourceTag/${TagKey}"
|
|
48755
|
+
],
|
|
48756
|
+
"dependentActions": []
|
|
48757
|
+
}
|
|
48758
|
+
]
|
|
48759
|
+
},
|
|
48760
|
+
{
|
|
48761
|
+
"name": "TagResource",
|
|
48762
|
+
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
48763
|
+
"permissionOnly": true,
|
|
48764
|
+
"description": "Grants permission to add tags to a scan name ARN",
|
|
48765
|
+
"accessLevel": "Tagging",
|
|
48766
|
+
"resourceTypes": [
|
|
48767
|
+
{
|
|
48768
|
+
"resourceType": "ScanName",
|
|
48769
|
+
"required": true,
|
|
48770
|
+
"conditionKeys": [],
|
|
48771
|
+
"dependentActions": []
|
|
48772
|
+
},
|
|
48773
|
+
{
|
|
48774
|
+
"resourceType": "",
|
|
48775
|
+
"required": false,
|
|
48776
|
+
"conditionKeys": [
|
|
48777
|
+
"aws:TagKeys",
|
|
48778
|
+
"aws:RequestTag/${TagKey}"
|
|
48779
|
+
],
|
|
48780
|
+
"dependentActions": []
|
|
48781
|
+
}
|
|
48782
|
+
]
|
|
48783
|
+
},
|
|
48784
|
+
{
|
|
48785
|
+
"name": "UntagResource",
|
|
48786
|
+
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
48787
|
+
"permissionOnly": true,
|
|
48788
|
+
"description": "Grants permission to remove tags from a scan name ARN",
|
|
48789
|
+
"accessLevel": "Tagging",
|
|
48790
|
+
"resourceTypes": [
|
|
48791
|
+
{
|
|
48792
|
+
"resourceType": "ScanName",
|
|
48793
|
+
"required": true,
|
|
48794
|
+
"conditionKeys": [],
|
|
48795
|
+
"dependentActions": []
|
|
48796
|
+
},
|
|
48797
|
+
{
|
|
48798
|
+
"resourceType": "",
|
|
48799
|
+
"required": false,
|
|
48800
|
+
"conditionKeys": [
|
|
48801
|
+
"aws:TagKeys"
|
|
48802
|
+
],
|
|
48803
|
+
"dependentActions": []
|
|
48804
|
+
}
|
|
48805
|
+
]
|
|
48806
|
+
},
|
|
48690
48807
|
{
|
|
48691
48808
|
"name": "UpdateAccountConfiguration",
|
|
48692
48809
|
"apiReferenceUrl": "${APIReferenceDocPage}",
|
|
@@ -48708,10 +48825,31 @@
|
|
|
48708
48825
|
"name": "ScanName",
|
|
48709
48826
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeguru/latest/security-ug/getting-started.html",
|
|
48710
48827
|
"arnPattern": "arn:${Partition}:codeguru-security:${Region}:${Account}:scans/${ScanName}",
|
|
48711
|
-
"conditionKeys": [
|
|
48828
|
+
"conditionKeys": [
|
|
48829
|
+
"aws:ResourceTag/${TagKey}"
|
|
48830
|
+
]
|
|
48712
48831
|
}
|
|
48713
48832
|
],
|
|
48714
|
-
"conditionKeys": [
|
|
48833
|
+
"conditionKeys": [
|
|
48834
|
+
{
|
|
48835
|
+
"name": "aws:RequestTag/${TagKey}",
|
|
48836
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
48837
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
48838
|
+
"type": "String"
|
|
48839
|
+
},
|
|
48840
|
+
{
|
|
48841
|
+
"name": "aws:ResourceTag/${TagKey}",
|
|
48842
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
|
|
48843
|
+
"description": "Filters access by the tags associated with the resource",
|
|
48844
|
+
"type": "String"
|
|
48845
|
+
},
|
|
48846
|
+
{
|
|
48847
|
+
"name": "aws:TagKeys",
|
|
48848
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
48849
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
48850
|
+
"type": "ArrayOfString"
|
|
48851
|
+
}
|
|
48852
|
+
]
|
|
48715
48853
|
},
|
|
48716
48854
|
{
|
|
48717
48855
|
"name": "AWS CodePipeline",
|
|
@@ -61299,6 +61437,58 @@
|
|
|
61299
61437
|
}
|
|
61300
61438
|
]
|
|
61301
61439
|
},
|
|
61440
|
+
{
|
|
61441
|
+
"name": "SearchHoursOfOperations",
|
|
61442
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchHoursOfOperations.html",
|
|
61443
|
+
"permissionOnly": false,
|
|
61444
|
+
"description": "Grants permission to search hours of opeartion resources in an Amazon Connect instance",
|
|
61445
|
+
"accessLevel": "Read",
|
|
61446
|
+
"resourceTypes": [
|
|
61447
|
+
{
|
|
61448
|
+
"resourceType": "instance",
|
|
61449
|
+
"required": true,
|
|
61450
|
+
"conditionKeys": [],
|
|
61451
|
+
"dependentActions": [
|
|
61452
|
+
"connect:DescribeHoursOfOperation"
|
|
61453
|
+
]
|
|
61454
|
+
},
|
|
61455
|
+
{
|
|
61456
|
+
"resourceType": "",
|
|
61457
|
+
"required": false,
|
|
61458
|
+
"conditionKeys": [
|
|
61459
|
+
"connect:InstanceId",
|
|
61460
|
+
"connect:SearchTag/${TagKey}"
|
|
61461
|
+
],
|
|
61462
|
+
"dependentActions": []
|
|
61463
|
+
}
|
|
61464
|
+
]
|
|
61465
|
+
},
|
|
61466
|
+
{
|
|
61467
|
+
"name": "SearchPrompts",
|
|
61468
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchPrompts.html",
|
|
61469
|
+
"permissionOnly": false,
|
|
61470
|
+
"description": "Grants permission to search prompt resources in an Amazon Connect instance",
|
|
61471
|
+
"accessLevel": "Read",
|
|
61472
|
+
"resourceTypes": [
|
|
61473
|
+
{
|
|
61474
|
+
"resourceType": "instance",
|
|
61475
|
+
"required": true,
|
|
61476
|
+
"conditionKeys": [],
|
|
61477
|
+
"dependentActions": [
|
|
61478
|
+
"connect:DescribePrompt"
|
|
61479
|
+
]
|
|
61480
|
+
},
|
|
61481
|
+
{
|
|
61482
|
+
"resourceType": "",
|
|
61483
|
+
"required": false,
|
|
61484
|
+
"conditionKeys": [
|
|
61485
|
+
"connect:InstanceId",
|
|
61486
|
+
"connect:SearchTag/${TagKey}"
|
|
61487
|
+
],
|
|
61488
|
+
"dependentActions": []
|
|
61489
|
+
}
|
|
61490
|
+
]
|
|
61491
|
+
},
|
|
61302
61492
|
{
|
|
61303
61493
|
"name": "SearchQueues",
|
|
61304
61494
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchQueues.html",
|
|
@@ -61325,6 +61515,32 @@
|
|
|
61325
61515
|
}
|
|
61326
61516
|
]
|
|
61327
61517
|
},
|
|
61518
|
+
{
|
|
61519
|
+
"name": "SearchQuickConnects",
|
|
61520
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchQuickConnects.html",
|
|
61521
|
+
"permissionOnly": false,
|
|
61522
|
+
"description": "Grants permission to search quick connect resources in an Amazon Connect instance",
|
|
61523
|
+
"accessLevel": "Read",
|
|
61524
|
+
"resourceTypes": [
|
|
61525
|
+
{
|
|
61526
|
+
"resourceType": "instance",
|
|
61527
|
+
"required": true,
|
|
61528
|
+
"conditionKeys": [],
|
|
61529
|
+
"dependentActions": [
|
|
61530
|
+
"connect:DescribeQuickConnect"
|
|
61531
|
+
]
|
|
61532
|
+
},
|
|
61533
|
+
{
|
|
61534
|
+
"resourceType": "",
|
|
61535
|
+
"required": false,
|
|
61536
|
+
"conditionKeys": [
|
|
61537
|
+
"connect:InstanceId",
|
|
61538
|
+
"connect:SearchTag/${TagKey}"
|
|
61539
|
+
],
|
|
61540
|
+
"dependentActions": []
|
|
61541
|
+
}
|
|
61542
|
+
]
|
|
61543
|
+
},
|
|
61328
61544
|
{
|
|
61329
61545
|
"name": "SearchRoutingProfiles",
|
|
61330
61546
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchRoutingProfiles.html",
|
package/data/json/metadata.json
CHANGED
|
@@ -3940,7 +3940,7 @@
|
|
|
3940
3940
|
"name": "Amazon CodeGuru Security",
|
|
3941
3941
|
"servicePrefix": "codeguru-security",
|
|
3942
3942
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncodegurusecurity.html",
|
|
3943
|
-
"actionsCount":
|
|
3943
|
+
"actionsCount": 15,
|
|
3944
3944
|
"actions": [
|
|
3945
3945
|
"BatchGetFindings",
|
|
3946
3946
|
"CreateScan",
|
|
@@ -3948,17 +3948,26 @@
|
|
|
3948
3948
|
"DeleteScansByCategory",
|
|
3949
3949
|
"GetAccountConfiguration",
|
|
3950
3950
|
"GetFindings",
|
|
3951
|
+
"GetMetricsSummary",
|
|
3951
3952
|
"GetScan",
|
|
3952
3953
|
"ListFindings",
|
|
3954
|
+
"ListFindingsMetrics",
|
|
3953
3955
|
"ListScans",
|
|
3956
|
+
"ListTagsForResource",
|
|
3957
|
+
"TagResource",
|
|
3958
|
+
"UntagResource",
|
|
3954
3959
|
"UpdateAccountConfiguration"
|
|
3955
3960
|
],
|
|
3956
3961
|
"resourceTypesCount": 1,
|
|
3957
3962
|
"resourceTypes": [
|
|
3958
3963
|
"ScanName"
|
|
3959
3964
|
],
|
|
3960
|
-
"conditionKeysCount":
|
|
3961
|
-
"conditionKeys": [
|
|
3965
|
+
"conditionKeysCount": 3,
|
|
3966
|
+
"conditionKeys": [
|
|
3967
|
+
"aws:RequestTag/${TagKey}",
|
|
3968
|
+
"aws:ResourceTag/${TagKey}",
|
|
3969
|
+
"aws:TagKeys"
|
|
3970
|
+
]
|
|
3962
3971
|
},
|
|
3963
3972
|
{
|
|
3964
3973
|
"name": "AWS CodePipeline",
|
|
@@ -4690,7 +4699,7 @@
|
|
|
4690
4699
|
"name": "Amazon Connect",
|
|
4691
4700
|
"servicePrefix": "connect",
|
|
4692
4701
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
4693
|
-
"actionsCount":
|
|
4702
|
+
"actionsCount": 202,
|
|
4694
4703
|
"actions": [
|
|
4695
4704
|
"ActivateEvaluationForm",
|
|
4696
4705
|
"AssociateApprovedOrigin",
|
|
@@ -4831,7 +4840,10 @@
|
|
|
4831
4840
|
"ReplicateInstance",
|
|
4832
4841
|
"ResumeContactRecording",
|
|
4833
4842
|
"SearchAvailablePhoneNumbers",
|
|
4843
|
+
"SearchHoursOfOperations",
|
|
4844
|
+
"SearchPrompts",
|
|
4834
4845
|
"SearchQueues",
|
|
4846
|
+
"SearchQuickConnects",
|
|
4835
4847
|
"SearchRoutingProfiles",
|
|
4836
4848
|
"SearchSecurityProfiles",
|
|
4837
4849
|
"SearchUsers",
|
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Actions by type": [
|
|
3
|
+
{
|
|
4
|
+
"key": "Write Actions",
|
|
5
|
+
"value": 8180
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"key": "Read Actions",
|
|
9
|
+
"value": 3979
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"key": "List Actions",
|
|
13
|
+
"value": 2326
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"key": "Permissions Actions",
|
|
17
|
+
"value": 235
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"Longest action names": [
|
|
21
|
+
{
|
|
22
|
+
"key": "servicecatalog:BatchDisassociateServiceActionFromProvisioningArtifact",
|
|
23
|
+
"value": 69
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"key": "aws-marketplace-management:GetAdditionalSellerNotificationRecipients",
|
|
27
|
+
"value": 68
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"key": "aws-marketplace-management:PutAdditionalSellerNotificationRecipients",
|
|
31
|
+
"value": 68
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"key": "servicecatalog:NotifyTerminateProvisionedProductEngineWorkflowResult",
|
|
35
|
+
"value": 68
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"key": "ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations",
|
|
39
|
+
"value": 67
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"key": "license-manager-linux-subscriptions:ListLinuxSubscriptionInstances",
|
|
43
|
+
"value": 66
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"key": "servicecatalog:BatchAssociateServiceActionWithProvisioningArtifact",
|
|
47
|
+
"value": 66
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"key": "vendor-insights:UpdateSecurityProfileSnapshotCreationConfiguration",
|
|
51
|
+
"value": 66
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"key": "iotwireless:StartBulkDisassociateWirelessDeviceFromMulticastGroup",
|
|
55
|
+
"value": 65
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"key": "license-manager-user-subscriptions:UpdateIdentityProviderSettings",
|
|
59
|
+
"value": 65
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"Longest condition key names": [
|
|
63
|
+
{
|
|
64
|
+
"key": "route53:ChangeResourceRecordSetsNormalizedRecordNames",
|
|
65
|
+
"value": 53
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"key": "vpc-lattice-svcs:RequestQueryString/${QueryStringKey}",
|
|
69
|
+
"value": 53
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"key": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
73
|
+
"value": 51
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"key": "route53-recovery-cluster:AllowSafetyRulesOverrides",
|
|
77
|
+
"value": 50
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"key": "s3:x-amz-server-side-encryption-customer-algorithm",
|
|
81
|
+
"value": 50
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"key": "amplifyuibuilder:ComponentResourceEnvironmentName",
|
|
85
|
+
"value": 49
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"key": "codestar-connections:ProviderPermissionsRequired",
|
|
89
|
+
"value": 48
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"key": "codestar-notifications:NotificationsForResource",
|
|
93
|
+
"value": 47
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"key": "fsx:NfsDataRepositoryEncryptionInTransitEnabled",
|
|
97
|
+
"value": 47
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"key": "sagemaker:MinimumInstanceMetadataServiceVersion",
|
|
101
|
+
"value": 47
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"Longest service prefixes": [
|
|
105
|
+
{
|
|
106
|
+
"key": "license-manager-linux-subscriptions",
|
|
107
|
+
"value": 35
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"key": "license-manager-user-subscriptions",
|
|
111
|
+
"value": 34
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"key": "route53-recovery-control-config",
|
|
115
|
+
"value": 31
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"key": "sagemaker-groundtruth-synthetic",
|
|
119
|
+
"value": 31
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"key": "elemental-appliances-software",
|
|
123
|
+
"value": 29
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"key": "marketplacecommerceanalytics",
|
|
127
|
+
"value": 28
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"key": "aws-marketplace-management",
|
|
131
|
+
"value": 26
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"key": "codedeploy-commands-secure",
|
|
135
|
+
"value": 26
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"key": "route53-recovery-readiness",
|
|
139
|
+
"value": 26
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"key": "application-cost-profiler",
|
|
143
|
+
"value": 25
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"Most referenced resource ARNs": [
|
|
147
|
+
{
|
|
148
|
+
"key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
|
|
149
|
+
"value": 126
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
|
|
153
|
+
"value": 79
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"key": "repository - arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}",
|
|
157
|
+
"value": 79
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
|
|
161
|
+
"value": 74
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"key": "stack - arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/",
|
|
165
|
+
"value": 66
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"key": "bot - arn:${Partition}:lex:${Region}:${Account}:bot/${BotId}",
|
|
169
|
+
"value": 66
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
|
|
173
|
+
"value": 63
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"key": "index - arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}",
|
|
177
|
+
"value": 63
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"key": "hub - arn:${Partition}:securityhub:${Region}:${Account}:hub/default",
|
|
181
|
+
"value": 61
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"key": "gateway - arn:${Partition}:storagegateway:${Region}:${Account}:gateway/${GatewayId}",
|
|
185
|
+
"value": 57
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"Services with least actions": [
|
|
189
|
+
{
|
|
190
|
+
"key": "AWS CloudTrail Data",
|
|
191
|
+
"value": 1
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"key": "AWS Marketplace Discovery",
|
|
195
|
+
"value": 1
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"key": "AWS Marketplace Seller Reporting",
|
|
199
|
+
"value": 1
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"key": "Amazon WorkSpaces Application Manager",
|
|
203
|
+
"value": 1
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"key": "AmazonMediaImport",
|
|
207
|
+
"value": 1
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"key": "Amazon VPC Lattice Services",
|
|
211
|
+
"value": 1
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"key": "AWS Elemental Support Content",
|
|
215
|
+
"value": 1
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"key": "AWS Microservice Extractor for .NET",
|
|
219
|
+
"value": 1
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"key": "AWS Sustainability",
|
|
223
|
+
"value": 1
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"key": "AWS Verified Access",
|
|
227
|
+
"value": 1
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"Services with most actions": [
|
|
231
|
+
{
|
|
232
|
+
"key": "Amazon EC2",
|
|
233
|
+
"value": 606
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"key": "Amazon SageMaker",
|
|
237
|
+
"value": 328
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"key": "Amazon Chime",
|
|
241
|
+
"value": 303
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"key": "AWS IoT",
|
|
245
|
+
"value": 266
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"key": "AWS Glue",
|
|
249
|
+
"value": 211
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"key": "Amazon Connect",
|
|
253
|
+
"value": 202
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"key": "Amazon QuickSight",
|
|
257
|
+
"value": 179
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"key": "AWS Identity and Access Management",
|
|
261
|
+
"value": 170
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"key": "Amazon Lightsail",
|
|
265
|
+
"value": 159
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"key": "AWS Systems Manager",
|
|
269
|
+
"value": 148
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"Shortest action names": [
|
|
273
|
+
{
|
|
274
|
+
"key": "dax:Scan",
|
|
275
|
+
"value": 8
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"key": "ecs:Poll",
|
|
279
|
+
"value": 8
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"key": "kms:Sign",
|
|
283
|
+
"value": 8
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"key": "dax:Query",
|
|
287
|
+
"value": 9
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"key": "logs:Link",
|
|
291
|
+
"value": 9
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"key": "xray:Link",
|
|
295
|
+
"value": 9
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"key": "ce:GetTags",
|
|
299
|
+
"value": 10
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"key": "es:AddTags",
|
|
303
|
+
"value": 10
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"key": "iq:EndCall",
|
|
307
|
+
"value": 10
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"key": "iq:GetCall",
|
|
311
|
+
"value": 10
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"Shortest condition key names": [
|
|
315
|
+
{
|
|
316
|
+
"key": "ec2:Vpc",
|
|
317
|
+
"value": 7
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"key": "rds:Vpc",
|
|
321
|
+
"value": 7
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"key": "saml:cn",
|
|
325
|
+
"value": 7
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"key": "ecs:task",
|
|
329
|
+
"value": 8
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"key": "saml:aud",
|
|
333
|
+
"value": 8
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"key": "saml:doc",
|
|
337
|
+
"value": 8
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"key": "saml:iss",
|
|
341
|
+
"value": 8
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"key": "saml:sub",
|
|
345
|
+
"value": 8
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"key": "saml:uid",
|
|
349
|
+
"value": 8
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"key": "swf:name",
|
|
353
|
+
"value": 8
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"Shortest service prefixes": [
|
|
357
|
+
{
|
|
358
|
+
"key": "ce",
|
|
359
|
+
"value": 2
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"key": "ds",
|
|
363
|
+
"value": 2
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"key": "es",
|
|
367
|
+
"value": 2
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"key": "iq",
|
|
371
|
+
"value": 2
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"key": "m2",
|
|
375
|
+
"value": 2
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"key": "mq",
|
|
379
|
+
"value": 2
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"key": "pi",
|
|
383
|
+
"value": 2
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"key": "s3",
|
|
387
|
+
"value": 2
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"key": "a2c",
|
|
391
|
+
"value": 3
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"key": "a4b",
|
|
395
|
+
"value": 3
|
|
396
|
+
}
|
|
397
|
+
],
|
|
398
|
+
"Summary": [
|
|
399
|
+
{
|
|
400
|
+
"key": "Total number of services",
|
|
401
|
+
"value": 377
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"key": "Average number of actions per service",
|
|
405
|
+
"value": 39
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"key": "Median number of actions per service",
|
|
409
|
+
"value": 28
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"key": "Total number of distinct resource ARNS",
|
|
413
|
+
"value": 1515
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"key": "Total number of distinct condition keys",
|
|
417
|
+
"value": 774
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
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": "./src/index.js",
|
|
6
6
|
"types": "./src/awsIamData.d.ts",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"update-changelog": "ts-node --transpile-only --log-error process/createChangelog.ts",
|
|
11
11
|
"create-erd": "node_modules/.bin/mmdc -i erd.mmd -o docs/erd.png -w 1600",
|
|
12
12
|
"create-tables": "scripts/create_tables.sh",
|
|
13
|
+
"create-reports": "scripts/create_reports.sh",
|
|
13
14
|
"export-data": "scripts/export_data.sh"
|
|
14
15
|
},
|
|
15
16
|
"repository": {
|
package/src/index.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
const iamData = require('../data/json/iam.json');
|
|
2
2
|
const metadata = require('../data/json/metadata.json');
|
|
3
3
|
const changelog = require('../data/json/changelog.json');
|
|
4
|
+
const reports = require('../data/json/reports.json');
|
|
4
5
|
|
|
5
6
|
module.exports = {
|
|
6
7
|
iamData,
|
|
7
8
|
metadata,
|
|
8
9
|
changelog,
|
|
10
|
+
reports,
|
|
9
11
|
}
|