aws-iam-data 0.0.24 → 0.0.25
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 +76 -0
- package/data/json/iam.json +1023 -7
- package/data/json/metadata.json +87 -13
- package/data/json/reports.json +18 -18
- package/package.json +1 -1
package/data/json/changelog.json
CHANGED
|
@@ -1,4 +1,80 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2023-06-15",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"Amazon Verified Permissions"
|
|
6
|
+
],
|
|
7
|
+
"removedServices": [],
|
|
8
|
+
"addedActions": {
|
|
9
|
+
"AWS Elastic Disaster Recovery": [
|
|
10
|
+
"drs:AssociateSourceNetworkStack",
|
|
11
|
+
"drs:CreateSourceNetwork",
|
|
12
|
+
"drs:DeleteSourceNetwork",
|
|
13
|
+
"drs:DescribeSourceNetworks",
|
|
14
|
+
"drs:ExportSourceNetworkCfnTemplate",
|
|
15
|
+
"drs:StartSourceNetworkRecovery",
|
|
16
|
+
"drs:StartSourceNetworkReplication",
|
|
17
|
+
"drs:StopSourceNetworkReplication"
|
|
18
|
+
],
|
|
19
|
+
"Amazon Inspector2": [
|
|
20
|
+
"inspector2:CancelSbomExport",
|
|
21
|
+
"inspector2:CreateSbomExport",
|
|
22
|
+
"inspector2:GetEncryptionKey",
|
|
23
|
+
"inspector2:GetSbomExport",
|
|
24
|
+
"inspector2:ResetEncryptionKey",
|
|
25
|
+
"inspector2:UpdateEncryptionKey"
|
|
26
|
+
],
|
|
27
|
+
"AWS Security Hub": [
|
|
28
|
+
"securityhub:BatchDeleteAutomationRules",
|
|
29
|
+
"securityhub:BatchGetAutomationRules",
|
|
30
|
+
"securityhub:BatchUpdateAutomationRules",
|
|
31
|
+
"securityhub:CreateAutomationRule",
|
|
32
|
+
"securityhub:ListAutomationRules"
|
|
33
|
+
],
|
|
34
|
+
"AWS Well-Architected Tool": [
|
|
35
|
+
"wellarchitected:AssociateProfiles",
|
|
36
|
+
"wellarchitected:CreateProfile",
|
|
37
|
+
"wellarchitected:CreateProfileShare",
|
|
38
|
+
"wellarchitected:DeleteProfile",
|
|
39
|
+
"wellarchitected:DeleteProfileShare",
|
|
40
|
+
"wellarchitected:DisassociateProfiles",
|
|
41
|
+
"wellarchitected:GetProfile",
|
|
42
|
+
"wellarchitected:GetProfileTemplate",
|
|
43
|
+
"wellarchitected:ListProfileNotifications",
|
|
44
|
+
"wellarchitected:ListProfileShares",
|
|
45
|
+
"wellarchitected:ListProfiles",
|
|
46
|
+
"wellarchitected:UpdateProfile",
|
|
47
|
+
"wellarchitected:UpgradeProfileVersion"
|
|
48
|
+
],
|
|
49
|
+
"Amazon Verified Permissions": [
|
|
50
|
+
"verifiedpermissions:CreateIdentitySource",
|
|
51
|
+
"verifiedpermissions:CreatePolicy",
|
|
52
|
+
"verifiedpermissions:CreatePolicyStore",
|
|
53
|
+
"verifiedpermissions:CreatePolicyTemplate",
|
|
54
|
+
"verifiedpermissions:DeleteIdentitySource",
|
|
55
|
+
"verifiedpermissions:DeletePolicy",
|
|
56
|
+
"verifiedpermissions:DeletePolicyStore",
|
|
57
|
+
"verifiedpermissions:DeletePolicyTemplate",
|
|
58
|
+
"verifiedpermissions:GetIdentitySource",
|
|
59
|
+
"verifiedpermissions:GetPolicy",
|
|
60
|
+
"verifiedpermissions:GetPolicyStore",
|
|
61
|
+
"verifiedpermissions:GetPolicyTemplate",
|
|
62
|
+
"verifiedpermissions:GetSchema",
|
|
63
|
+
"verifiedpermissions:IsAuthorized",
|
|
64
|
+
"verifiedpermissions:IsAuthorizedWithToken",
|
|
65
|
+
"verifiedpermissions:ListIdentitySources",
|
|
66
|
+
"verifiedpermissions:ListPolicies",
|
|
67
|
+
"verifiedpermissions:ListPolicyStores",
|
|
68
|
+
"verifiedpermissions:ListPolicyTemplates",
|
|
69
|
+
"verifiedpermissions:PutSchema",
|
|
70
|
+
"verifiedpermissions:UpdateIdentitySource",
|
|
71
|
+
"verifiedpermissions:UpdatePolicy",
|
|
72
|
+
"verifiedpermissions:UpdatePolicyStore",
|
|
73
|
+
"verifiedpermissions:UpdatePolicyTemplate"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"removedActions": {}
|
|
77
|
+
},
|
|
2
78
|
{
|
|
3
79
|
"dateOfChange": "2023-06-13",
|
|
4
80
|
"addedServices": [],
|