aws-iam-data 0.0.547 → 0.0.548
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/dist/data/json/changelog.json +25 -0
- package/dist/data/json/iam.json +169 -154
- package/dist/data/json/metadata.json +8 -11
- package/dist/data/json/reports.json +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-03-28",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS HealthOmics": [
|
|
8
|
+
"omics:CreateConfiguration",
|
|
9
|
+
"omics:DeleteConfiguration",
|
|
10
|
+
"omics:GetConfiguration",
|
|
11
|
+
"omics:ListConfigurations"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"removedActions": {
|
|
15
|
+
"AWS Security Agent": [
|
|
16
|
+
"securityagent:BatchGetSecurityTestContentMetadata",
|
|
17
|
+
"securityagent:BatchGetTasks",
|
|
18
|
+
"securityagent:DescribeFindings",
|
|
19
|
+
"securityagent:GetCodeReviewTask",
|
|
20
|
+
"securityagent:GetDocReviewTask",
|
|
21
|
+
"securityagent:ListTasks",
|
|
22
|
+
"securityagent:StartPentestExecution",
|
|
23
|
+
"securityagent:StopPentestExecution"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
2
27
|
{
|
|
3
28
|
"dateOfChange": "2026-03-27",
|
|
4
29
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -218451,6 +218451,28 @@
|
|
|
218451
218451
|
}
|
|
218452
218452
|
]
|
|
218453
218453
|
},
|
|
218454
|
+
{
|
|
218455
|
+
"name": "CreateConfiguration",
|
|
218456
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateConfiguration.html",
|
|
218457
|
+
"permissionOnly": false,
|
|
218458
|
+
"description": "Grants permission to create a new configuration",
|
|
218459
|
+
"accessLevel": "Write",
|
|
218460
|
+
"resourceTypes": [
|
|
218461
|
+
{
|
|
218462
|
+
"resourceType": "",
|
|
218463
|
+
"required": false,
|
|
218464
|
+
"conditionKeys": [
|
|
218465
|
+
"aws:RequestTag/${TagKey}",
|
|
218466
|
+
"aws:TagKeys"
|
|
218467
|
+
],
|
|
218468
|
+
"dependentActions": [
|
|
218469
|
+
"ec2:DescribeSecurityGroups",
|
|
218470
|
+
"ec2:DescribeSubnets",
|
|
218471
|
+
"iam:CreateServiceLinkedRole"
|
|
218472
|
+
]
|
|
218473
|
+
}
|
|
218474
|
+
]
|
|
218475
|
+
},
|
|
218454
218476
|
{
|
|
218455
218477
|
"name": "CreateMultipartReadSetUpload",
|
|
218456
218478
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_CreateMultipartReadSetUpload.html",
|
|
@@ -218649,6 +218671,21 @@
|
|
|
218649
218671
|
}
|
|
218650
218672
|
]
|
|
218651
218673
|
},
|
|
218674
|
+
{
|
|
218675
|
+
"name": "DeleteConfiguration",
|
|
218676
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_DeleteConfiguration.html",
|
|
218677
|
+
"permissionOnly": false,
|
|
218678
|
+
"description": "Grants permission to delete a configuration",
|
|
218679
|
+
"accessLevel": "Write",
|
|
218680
|
+
"resourceTypes": [
|
|
218681
|
+
{
|
|
218682
|
+
"resourceType": "configuration",
|
|
218683
|
+
"required": true,
|
|
218684
|
+
"conditionKeys": [],
|
|
218685
|
+
"dependentActions": []
|
|
218686
|
+
}
|
|
218687
|
+
]
|
|
218688
|
+
},
|
|
218652
218689
|
{
|
|
218653
218690
|
"name": "DeleteReference",
|
|
218654
218691
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_DeleteReference.html",
|
|
@@ -218871,6 +218908,21 @@
|
|
|
218871
218908
|
}
|
|
218872
218909
|
]
|
|
218873
218910
|
},
|
|
218911
|
+
{
|
|
218912
|
+
"name": "GetConfiguration",
|
|
218913
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_GetConfiguration.html",
|
|
218914
|
+
"permissionOnly": false,
|
|
218915
|
+
"description": "Grants permission to retrieve configuration details",
|
|
218916
|
+
"accessLevel": "Read",
|
|
218917
|
+
"resourceTypes": [
|
|
218918
|
+
{
|
|
218919
|
+
"resourceType": "configuration",
|
|
218920
|
+
"required": true,
|
|
218921
|
+
"conditionKeys": [],
|
|
218922
|
+
"dependentActions": []
|
|
218923
|
+
}
|
|
218924
|
+
]
|
|
218925
|
+
},
|
|
218874
218926
|
{
|
|
218875
218927
|
"name": "GetReadSet",
|
|
218876
218928
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_GetReadSet.html",
|
|
@@ -219252,6 +219304,21 @@
|
|
|
219252
219304
|
}
|
|
219253
219305
|
]
|
|
219254
219306
|
},
|
|
219307
|
+
{
|
|
219308
|
+
"name": "ListConfigurations",
|
|
219309
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListConfigurations.html",
|
|
219310
|
+
"permissionOnly": false,
|
|
219311
|
+
"description": "Grants permission to retrieve a list of configurations",
|
|
219312
|
+
"accessLevel": "List",
|
|
219313
|
+
"resourceTypes": [
|
|
219314
|
+
{
|
|
219315
|
+
"resourceType": "",
|
|
219316
|
+
"required": false,
|
|
219317
|
+
"conditionKeys": [],
|
|
219318
|
+
"dependentActions": []
|
|
219319
|
+
}
|
|
219320
|
+
]
|
|
219321
|
+
},
|
|
219255
219322
|
{
|
|
219256
219323
|
"name": "ListMultipartReadSetUploads",
|
|
219257
219324
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ListMultipartReadSetUploads.html",
|
|
@@ -219663,6 +219730,12 @@
|
|
|
219663
219730
|
"iam:PassRole"
|
|
219664
219731
|
]
|
|
219665
219732
|
},
|
|
219733
|
+
{
|
|
219734
|
+
"resourceType": "configuration",
|
|
219735
|
+
"required": false,
|
|
219736
|
+
"conditionKeys": [],
|
|
219737
|
+
"dependentActions": []
|
|
219738
|
+
},
|
|
219666
219739
|
{
|
|
219667
219740
|
"resourceType": "runCache",
|
|
219668
219741
|
"required": false,
|
|
@@ -219738,6 +219811,12 @@
|
|
|
219738
219811
|
"conditionKeys": [],
|
|
219739
219812
|
"dependentActions": []
|
|
219740
219813
|
},
|
|
219814
|
+
{
|
|
219815
|
+
"resourceType": "configuration",
|
|
219816
|
+
"required": false,
|
|
219817
|
+
"conditionKeys": [],
|
|
219818
|
+
"dependentActions": []
|
|
219819
|
+
},
|
|
219741
219820
|
{
|
|
219742
219821
|
"resourceType": "readSet",
|
|
219743
219822
|
"required": false,
|
|
@@ -219828,6 +219907,12 @@
|
|
|
219828
219907
|
"conditionKeys": [],
|
|
219829
219908
|
"dependentActions": []
|
|
219830
219909
|
},
|
|
219910
|
+
{
|
|
219911
|
+
"resourceType": "configuration",
|
|
219912
|
+
"required": false,
|
|
219913
|
+
"conditionKeys": [],
|
|
219914
|
+
"dependentActions": []
|
|
219915
|
+
},
|
|
219831
219916
|
{
|
|
219832
219917
|
"resourceType": "readSet",
|
|
219833
219918
|
"required": false,
|
|
@@ -220045,6 +220130,14 @@
|
|
|
220045
220130
|
"aws:ResourceTag/${TagKey}"
|
|
220046
220131
|
]
|
|
220047
220132
|
},
|
|
220133
|
+
{
|
|
220134
|
+
"name": "configuration",
|
|
220135
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ConfigurationListItem.html",
|
|
220136
|
+
"arnPattern": "arn:${Partition}:omics:${Region}:${Account}:configuration/${Name}",
|
|
220137
|
+
"conditionKeys": [
|
|
220138
|
+
"aws:ResourceTag/${TagKey}"
|
|
220139
|
+
]
|
|
220140
|
+
},
|
|
220048
220141
|
{
|
|
220049
220142
|
"name": "readSet",
|
|
220050
220143
|
"apiReferenceUrl": "https://docs.aws.amazon.com/omics/latest/api/API_ReadSetFiles.html",
|
|
@@ -342205,8 +342298,8 @@
|
|
|
342205
342298
|
"accessLevel": "Write",
|
|
342206
342299
|
"resourceTypes": [
|
|
342207
342300
|
{
|
|
342208
|
-
"resourceType": "",
|
|
342209
|
-
"required":
|
|
342301
|
+
"resourceType": "cluster",
|
|
342302
|
+
"required": true,
|
|
342210
342303
|
"conditionKeys": [],
|
|
342211
342304
|
"dependentActions": []
|
|
342212
342305
|
}
|
|
@@ -380696,7 +380789,9 @@
|
|
|
380696
380789
|
"resourceType": "AgentSpace",
|
|
380697
380790
|
"required": true,
|
|
380698
380791
|
"conditionKeys": [],
|
|
380699
|
-
"dependentActions": [
|
|
380792
|
+
"dependentActions": [
|
|
380793
|
+
"kms:Decrypt"
|
|
380794
|
+
]
|
|
380700
380795
|
}
|
|
380701
380796
|
]
|
|
380702
380797
|
},
|
|
@@ -380711,7 +380806,9 @@
|
|
|
380711
380806
|
"resourceType": "AgentSpace",
|
|
380712
380807
|
"required": true,
|
|
380713
380808
|
"conditionKeys": [],
|
|
380714
|
-
"dependentActions": [
|
|
380809
|
+
"dependentActions": [
|
|
380810
|
+
"kms:Decrypt"
|
|
380811
|
+
]
|
|
380715
380812
|
}
|
|
380716
380813
|
]
|
|
380717
380814
|
},
|
|
@@ -380741,7 +380838,9 @@
|
|
|
380741
380838
|
"resourceType": "AgentSpace",
|
|
380742
380839
|
"required": true,
|
|
380743
380840
|
"conditionKeys": [],
|
|
380744
|
-
"dependentActions": [
|
|
380841
|
+
"dependentActions": [
|
|
380842
|
+
"kms:Decrypt"
|
|
380843
|
+
]
|
|
380745
380844
|
}
|
|
380746
380845
|
]
|
|
380747
380846
|
},
|
|
@@ -380756,7 +380855,9 @@
|
|
|
380756
380855
|
"resourceType": "AgentSpace",
|
|
380757
380856
|
"required": true,
|
|
380758
380857
|
"conditionKeys": [],
|
|
380759
|
-
"dependentActions": [
|
|
380858
|
+
"dependentActions": [
|
|
380859
|
+
"kms:Decrypt"
|
|
380860
|
+
]
|
|
380760
380861
|
}
|
|
380761
380862
|
]
|
|
380762
380863
|
},
|
|
@@ -380771,7 +380872,9 @@
|
|
|
380771
380872
|
"resourceType": "AgentSpace",
|
|
380772
380873
|
"required": true,
|
|
380773
380874
|
"conditionKeys": [],
|
|
380774
|
-
"dependentActions": [
|
|
380875
|
+
"dependentActions": [
|
|
380876
|
+
"kms:Decrypt"
|
|
380877
|
+
]
|
|
380775
380878
|
}
|
|
380776
380879
|
]
|
|
380777
380880
|
},
|
|
@@ -380786,7 +380889,9 @@
|
|
|
380786
380889
|
"resourceType": "AgentSpace",
|
|
380787
380890
|
"required": true,
|
|
380788
380891
|
"conditionKeys": [],
|
|
380789
|
-
"dependentActions": [
|
|
380892
|
+
"dependentActions": [
|
|
380893
|
+
"kms:Decrypt"
|
|
380894
|
+
]
|
|
380790
380895
|
}
|
|
380791
380896
|
]
|
|
380792
380897
|
},
|
|
@@ -380801,22 +380906,9 @@
|
|
|
380801
380906
|
"resourceType": "AgentSpace",
|
|
380802
380907
|
"required": true,
|
|
380803
380908
|
"conditionKeys": [],
|
|
380804
|
-
"dependentActions": [
|
|
380805
|
-
|
|
380806
|
-
|
|
380807
|
-
},
|
|
380808
|
-
{
|
|
380809
|
-
"name": "BatchGetSecurityTestContentMetadata",
|
|
380810
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_BatchGetSecurityTestContentMetadata.html",
|
|
380811
|
-
"permissionOnly": false,
|
|
380812
|
-
"description": "Grants permission to retrieve multiple security testing contents metadata in a single request",
|
|
380813
|
-
"accessLevel": "Read",
|
|
380814
|
-
"resourceTypes": [
|
|
380815
|
-
{
|
|
380816
|
-
"resourceType": "AgentSpace",
|
|
380817
|
-
"required": true,
|
|
380818
|
-
"conditionKeys": [],
|
|
380819
|
-
"dependentActions": []
|
|
380909
|
+
"dependentActions": [
|
|
380910
|
+
"kms:Decrypt"
|
|
380911
|
+
]
|
|
380820
380912
|
}
|
|
380821
380913
|
]
|
|
380822
380914
|
},
|
|
@@ -380835,21 +380927,6 @@
|
|
|
380835
380927
|
}
|
|
380836
380928
|
]
|
|
380837
380929
|
},
|
|
380838
|
-
{
|
|
380839
|
-
"name": "BatchGetTasks",
|
|
380840
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_BatchGetTasks.html",
|
|
380841
|
-
"permissionOnly": false,
|
|
380842
|
-
"description": "Grants permission to retrieve multiple security testing tasks in a single request",
|
|
380843
|
-
"accessLevel": "Read",
|
|
380844
|
-
"resourceTypes": [
|
|
380845
|
-
{
|
|
380846
|
-
"resourceType": "AgentSpace",
|
|
380847
|
-
"required": true,
|
|
380848
|
-
"conditionKeys": [],
|
|
380849
|
-
"dependentActions": []
|
|
380850
|
-
}
|
|
380851
|
-
]
|
|
380852
|
-
},
|
|
380853
380930
|
{
|
|
380854
380931
|
"name": "CreateAgentSpace",
|
|
380855
380932
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_CreateAgentSpace.html",
|
|
@@ -380864,7 +380941,11 @@
|
|
|
380864
380941
|
"aws:RequestTag/${TagKey}",
|
|
380865
380942
|
"aws:TagKeys"
|
|
380866
380943
|
],
|
|
380867
|
-
"dependentActions": [
|
|
380944
|
+
"dependentActions": [
|
|
380945
|
+
"kms:Decrypt",
|
|
380946
|
+
"kms:DescribeKey",
|
|
380947
|
+
"kms:GenerateDataKeyWithoutPlaintext"
|
|
380948
|
+
]
|
|
380868
380949
|
}
|
|
380869
380950
|
]
|
|
380870
380951
|
},
|
|
@@ -380884,6 +380965,7 @@
|
|
|
380884
380965
|
],
|
|
380885
380966
|
"dependentActions": [
|
|
380886
380967
|
"iam:PassRole",
|
|
380968
|
+
"kms:DescribeKey",
|
|
380887
380969
|
"sso:CreateApplication"
|
|
380888
380970
|
]
|
|
380889
380971
|
}
|
|
@@ -380911,12 +380993,6 @@
|
|
|
380911
380993
|
"description": "Grants permission to create a security testing integration",
|
|
380912
380994
|
"accessLevel": "Write",
|
|
380913
380995
|
"resourceTypes": [
|
|
380914
|
-
{
|
|
380915
|
-
"resourceType": "Application",
|
|
380916
|
-
"required": true,
|
|
380917
|
-
"conditionKeys": [],
|
|
380918
|
-
"dependentActions": []
|
|
380919
|
-
},
|
|
380920
380996
|
{
|
|
380921
380997
|
"resourceType": "",
|
|
380922
380998
|
"required": false,
|
|
@@ -380969,7 +381045,9 @@
|
|
|
380969
381045
|
"resourceType": "AgentSpace",
|
|
380970
381046
|
"required": true,
|
|
380971
381047
|
"conditionKeys": [],
|
|
380972
|
-
"dependentActions": [
|
|
381048
|
+
"dependentActions": [
|
|
381049
|
+
"kms:Decrypt"
|
|
381050
|
+
]
|
|
380973
381051
|
}
|
|
380974
381052
|
]
|
|
380975
381053
|
},
|
|
@@ -381014,7 +381092,9 @@
|
|
|
381014
381092
|
"resourceType": "AgentSpace",
|
|
381015
381093
|
"required": true,
|
|
381016
381094
|
"conditionKeys": [],
|
|
381017
|
-
"dependentActions": [
|
|
381095
|
+
"dependentActions": [
|
|
381096
|
+
"kms:Decrypt"
|
|
381097
|
+
]
|
|
381018
381098
|
}
|
|
381019
381099
|
]
|
|
381020
381100
|
},
|
|
@@ -381123,21 +381203,6 @@
|
|
|
381123
381203
|
}
|
|
381124
381204
|
]
|
|
381125
381205
|
},
|
|
381126
|
-
{
|
|
381127
|
-
"name": "DescribeFindings",
|
|
381128
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_DescribeFindings.html",
|
|
381129
|
-
"permissionOnly": false,
|
|
381130
|
-
"description": "Grants permission to retrieve security findings for a penetration test or security testing tasks in a penetration test",
|
|
381131
|
-
"accessLevel": "Read",
|
|
381132
|
-
"resourceTypes": [
|
|
381133
|
-
{
|
|
381134
|
-
"resourceType": "AgentSpace",
|
|
381135
|
-
"required": true,
|
|
381136
|
-
"conditionKeys": [],
|
|
381137
|
-
"dependentActions": []
|
|
381138
|
-
}
|
|
381139
|
-
]
|
|
381140
|
-
},
|
|
381141
381206
|
{
|
|
381142
381207
|
"name": "GetApplication",
|
|
381143
381208
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetApplication.html",
|
|
@@ -381168,21 +381233,6 @@
|
|
|
381168
381233
|
}
|
|
381169
381234
|
]
|
|
381170
381235
|
},
|
|
381171
|
-
{
|
|
381172
|
-
"name": "GetCodeReviewTask",
|
|
381173
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetCodeReviewTask.html",
|
|
381174
|
-
"permissionOnly": false,
|
|
381175
|
-
"description": "Grants permission to retrieve a Code Review Task",
|
|
381176
|
-
"accessLevel": "Read",
|
|
381177
|
-
"resourceTypes": [
|
|
381178
|
-
{
|
|
381179
|
-
"resourceType": "AgentSpace",
|
|
381180
|
-
"required": true,
|
|
381181
|
-
"conditionKeys": [],
|
|
381182
|
-
"dependentActions": []
|
|
381183
|
-
}
|
|
381184
|
-
]
|
|
381185
|
-
},
|
|
381186
381236
|
{
|
|
381187
381237
|
"name": "GetDesignReview",
|
|
381188
381238
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetDesignReview.html",
|
|
@@ -381228,21 +381278,6 @@
|
|
|
381228
381278
|
}
|
|
381229
381279
|
]
|
|
381230
381280
|
},
|
|
381231
|
-
{
|
|
381232
|
-
"name": "GetDocReviewTask",
|
|
381233
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetDocReviewTask.html",
|
|
381234
|
-
"permissionOnly": false,
|
|
381235
|
-
"description": "Grants permission to retrieve a document review task",
|
|
381236
|
-
"accessLevel": "Read",
|
|
381237
|
-
"resourceTypes": [
|
|
381238
|
-
{
|
|
381239
|
-
"resourceType": "AgentSpace",
|
|
381240
|
-
"required": true,
|
|
381241
|
-
"conditionKeys": [],
|
|
381242
|
-
"dependentActions": []
|
|
381243
|
-
}
|
|
381244
|
-
]
|
|
381245
|
-
},
|
|
381246
381281
|
{
|
|
381247
381282
|
"name": "GetIntegration",
|
|
381248
381283
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetIntegration.html",
|
|
@@ -381281,8 +381316,8 @@
|
|
|
381281
381316
|
"accessLevel": "Write",
|
|
381282
381317
|
"resourceTypes": [
|
|
381283
381318
|
{
|
|
381284
|
-
"resourceType": "
|
|
381285
|
-
"required":
|
|
381319
|
+
"resourceType": "",
|
|
381320
|
+
"required": false,
|
|
381286
381321
|
"conditionKeys": [],
|
|
381287
381322
|
"dependentActions": []
|
|
381288
381323
|
}
|
|
@@ -381322,7 +381357,7 @@
|
|
|
381322
381357
|
"name": "ListArtifacts",
|
|
381323
381358
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_ListArtifacts.html",
|
|
381324
381359
|
"permissionOnly": false,
|
|
381325
|
-
"description": "Grants permission to list all artifacts for the given
|
|
381360
|
+
"description": "Grants permission to list all artifacts for the given agent space",
|
|
381326
381361
|
"accessLevel": "List",
|
|
381327
381362
|
"resourceTypes": [
|
|
381328
381363
|
{
|
|
@@ -381352,7 +381387,7 @@
|
|
|
381352
381387
|
"name": "ListDesignReviews",
|
|
381353
381388
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_ListDesignReviews.html",
|
|
381354
381389
|
"permissionOnly": false,
|
|
381355
|
-
"description": "Grants permission to list all design reviews for the given
|
|
381390
|
+
"description": "Grants permission to list all design reviews for the given agent space",
|
|
381356
381391
|
"accessLevel": "List",
|
|
381357
381392
|
"resourceTypes": [
|
|
381358
381393
|
{
|
|
@@ -381374,7 +381409,9 @@
|
|
|
381374
381409
|
"resourceType": "AgentSpace",
|
|
381375
381410
|
"required": true,
|
|
381376
381411
|
"conditionKeys": [],
|
|
381377
|
-
"dependentActions": [
|
|
381412
|
+
"dependentActions": [
|
|
381413
|
+
"kms:Decrypt"
|
|
381414
|
+
]
|
|
381378
381415
|
}
|
|
381379
381416
|
]
|
|
381380
381417
|
},
|
|
@@ -381389,7 +381426,9 @@
|
|
|
381389
381426
|
"resourceType": "AgentSpace",
|
|
381390
381427
|
"required": true,
|
|
381391
381428
|
"conditionKeys": [],
|
|
381392
|
-
"dependentActions": [
|
|
381429
|
+
"dependentActions": [
|
|
381430
|
+
"kms:Decrypt"
|
|
381431
|
+
]
|
|
381393
381432
|
}
|
|
381394
381433
|
]
|
|
381395
381434
|
},
|
|
@@ -381449,7 +381488,9 @@
|
|
|
381449
381488
|
"resourceType": "AgentSpace",
|
|
381450
381489
|
"required": true,
|
|
381451
381490
|
"conditionKeys": [],
|
|
381452
|
-
"dependentActions": [
|
|
381491
|
+
"dependentActions": [
|
|
381492
|
+
"kms:Decrypt"
|
|
381493
|
+
]
|
|
381453
381494
|
}
|
|
381454
381495
|
]
|
|
381455
381496
|
},
|
|
@@ -381464,7 +381505,9 @@
|
|
|
381464
381505
|
"resourceType": "AgentSpace",
|
|
381465
381506
|
"required": true,
|
|
381466
381507
|
"conditionKeys": [],
|
|
381467
|
-
"dependentActions": [
|
|
381508
|
+
"dependentActions": [
|
|
381509
|
+
"kms:Decrypt"
|
|
381510
|
+
]
|
|
381468
381511
|
}
|
|
381469
381512
|
]
|
|
381470
381513
|
},
|
|
@@ -381479,7 +381522,9 @@
|
|
|
381479
381522
|
"resourceType": "AgentSpace",
|
|
381480
381523
|
"required": true,
|
|
381481
381524
|
"conditionKeys": [],
|
|
381482
|
-
"dependentActions": [
|
|
381525
|
+
"dependentActions": [
|
|
381526
|
+
"kms:Decrypt"
|
|
381527
|
+
]
|
|
381483
381528
|
}
|
|
381484
381529
|
]
|
|
381485
381530
|
},
|
|
@@ -381567,21 +381612,6 @@
|
|
|
381567
381612
|
}
|
|
381568
381613
|
]
|
|
381569
381614
|
},
|
|
381570
|
-
{
|
|
381571
|
-
"name": "ListTasks",
|
|
381572
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_ListTasks.html",
|
|
381573
|
-
"permissionOnly": false,
|
|
381574
|
-
"description": "Grants permission to list security testing tasks associated with a pentest job",
|
|
381575
|
-
"accessLevel": "List",
|
|
381576
|
-
"resourceTypes": [
|
|
381577
|
-
{
|
|
381578
|
-
"resourceType": "AgentSpace",
|
|
381579
|
-
"required": true,
|
|
381580
|
-
"conditionKeys": [],
|
|
381581
|
-
"dependentActions": []
|
|
381582
|
-
}
|
|
381583
|
-
]
|
|
381584
|
-
},
|
|
381585
381615
|
{
|
|
381586
381616
|
"name": "PutDesignReviewFeedback",
|
|
381587
381617
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_PutDesignReviewFeedback.html",
|
|
@@ -381608,22 +381638,10 @@
|
|
|
381608
381638
|
"resourceType": "AgentSpace",
|
|
381609
381639
|
"required": true,
|
|
381610
381640
|
"conditionKeys": [],
|
|
381611
|
-
"dependentActions": [
|
|
381612
|
-
|
|
381613
|
-
|
|
381614
|
-
|
|
381615
|
-
{
|
|
381616
|
-
"name": "StartPentestExecution",
|
|
381617
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_StartPentestExecution.html",
|
|
381618
|
-
"permissionOnly": false,
|
|
381619
|
-
"description": "Grants permission to initiate the execution of a penetration test",
|
|
381620
|
-
"accessLevel": "Write",
|
|
381621
|
-
"resourceTypes": [
|
|
381622
|
-
{
|
|
381623
|
-
"resourceType": "AgentSpace",
|
|
381624
|
-
"required": true,
|
|
381625
|
-
"conditionKeys": [],
|
|
381626
|
-
"dependentActions": []
|
|
381641
|
+
"dependentActions": [
|
|
381642
|
+
"kms:Decrypt",
|
|
381643
|
+
"kms:GenerateDataKey"
|
|
381644
|
+
]
|
|
381627
381645
|
}
|
|
381628
381646
|
]
|
|
381629
381647
|
},
|
|
@@ -381638,22 +381656,10 @@
|
|
|
381638
381656
|
"resourceType": "AgentSpace",
|
|
381639
381657
|
"required": true,
|
|
381640
381658
|
"conditionKeys": [],
|
|
381641
|
-
"dependentActions": [
|
|
381642
|
-
|
|
381643
|
-
|
|
381644
|
-
|
|
381645
|
-
{
|
|
381646
|
-
"name": "StopPentestExecution",
|
|
381647
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_StopPentestExecution.html",
|
|
381648
|
-
"permissionOnly": false,
|
|
381649
|
-
"description": "Grants permission to stop the execution of a running penetration test",
|
|
381650
|
-
"accessLevel": "Write",
|
|
381651
|
-
"resourceTypes": [
|
|
381652
|
-
{
|
|
381653
|
-
"resourceType": "AgentSpace",
|
|
381654
|
-
"required": true,
|
|
381655
|
-
"conditionKeys": [],
|
|
381656
|
-
"dependentActions": []
|
|
381659
|
+
"dependentActions": [
|
|
381660
|
+
"kms:Decrypt",
|
|
381661
|
+
"kms:GenerateDataKey"
|
|
381662
|
+
]
|
|
381657
381663
|
}
|
|
381658
381664
|
]
|
|
381659
381665
|
},
|
|
@@ -381668,7 +381674,9 @@
|
|
|
381668
381674
|
"resourceType": "AgentSpace",
|
|
381669
381675
|
"required": true,
|
|
381670
381676
|
"conditionKeys": [],
|
|
381671
|
-
"dependentActions": [
|
|
381677
|
+
"dependentActions": [
|
|
381678
|
+
"kms:Decrypt"
|
|
381679
|
+
]
|
|
381672
381680
|
}
|
|
381673
381681
|
]
|
|
381674
381682
|
},
|
|
@@ -381793,7 +381801,9 @@
|
|
|
381793
381801
|
"resourceType": "AgentSpace",
|
|
381794
381802
|
"required": true,
|
|
381795
381803
|
"conditionKeys": [],
|
|
381796
|
-
"dependentActions": [
|
|
381804
|
+
"dependentActions": [
|
|
381805
|
+
"kms:Decrypt"
|
|
381806
|
+
]
|
|
381797
381807
|
}
|
|
381798
381808
|
]
|
|
381799
381809
|
},
|
|
@@ -381809,7 +381819,8 @@
|
|
|
381809
381819
|
"required": true,
|
|
381810
381820
|
"conditionKeys": [],
|
|
381811
381821
|
"dependentActions": [
|
|
381812
|
-
"iam:PassRole"
|
|
381822
|
+
"iam:PassRole",
|
|
381823
|
+
"kms:DescribeKey"
|
|
381813
381824
|
]
|
|
381814
381825
|
}
|
|
381815
381826
|
]
|
|
@@ -381825,7 +381836,9 @@
|
|
|
381825
381836
|
"resourceType": "AgentSpace",
|
|
381826
381837
|
"required": true,
|
|
381827
381838
|
"conditionKeys": [],
|
|
381828
|
-
"dependentActions": [
|
|
381839
|
+
"dependentActions": [
|
|
381840
|
+
"kms:Decrypt"
|
|
381841
|
+
]
|
|
381829
381842
|
}
|
|
381830
381843
|
]
|
|
381831
381844
|
},
|
|
@@ -381855,7 +381868,9 @@
|
|
|
381855
381868
|
"resourceType": "AgentSpace",
|
|
381856
381869
|
"required": true,
|
|
381857
381870
|
"conditionKeys": [],
|
|
381858
|
-
"dependentActions": [
|
|
381871
|
+
"dependentActions": [
|
|
381872
|
+
"kms:Decrypt"
|
|
381873
|
+
]
|
|
381859
381874
|
}
|
|
381860
381875
|
]
|
|
381861
381876
|
},
|
|
@@ -14816,7 +14816,7 @@
|
|
|
14816
14816
|
"name": "AWS HealthOmics",
|
|
14817
14817
|
"servicePrefix": "omics",
|
|
14818
14818
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthomics.html",
|
|
14819
|
-
"actionsCount":
|
|
14819
|
+
"actionsCount": 100,
|
|
14820
14820
|
"actions": [
|
|
14821
14821
|
"AbortMultipartReadSetUpload",
|
|
14822
14822
|
"AcceptShare",
|
|
@@ -14827,6 +14827,7 @@
|
|
|
14827
14827
|
"CompleteMultipartReadSetUpload",
|
|
14828
14828
|
"CreateAnnotationStore",
|
|
14829
14829
|
"CreateAnnotationStoreVersion",
|
|
14830
|
+
"CreateConfiguration",
|
|
14830
14831
|
"CreateMultipartReadSetUpload",
|
|
14831
14832
|
"CreateReferenceStore",
|
|
14832
14833
|
"CreateRunCache",
|
|
@@ -14838,6 +14839,7 @@
|
|
|
14838
14839
|
"CreateWorkflowVersion",
|
|
14839
14840
|
"DeleteAnnotationStore",
|
|
14840
14841
|
"DeleteAnnotationStoreVersions",
|
|
14842
|
+
"DeleteConfiguration",
|
|
14841
14843
|
"DeleteReference",
|
|
14842
14844
|
"DeleteReferenceStore",
|
|
14843
14845
|
"DeleteRun",
|
|
@@ -14852,6 +14854,7 @@
|
|
|
14852
14854
|
"GetAnnotationImportJob",
|
|
14853
14855
|
"GetAnnotationStore",
|
|
14854
14856
|
"GetAnnotationStoreVersion",
|
|
14857
|
+
"GetConfiguration",
|
|
14855
14858
|
"GetReadSet",
|
|
14856
14859
|
"GetReadSetActivationJob",
|
|
14857
14860
|
"GetReadSetExportJob",
|
|
@@ -14875,6 +14878,7 @@
|
|
|
14875
14878
|
"ListAnnotationImportJobs",
|
|
14876
14879
|
"ListAnnotationStoreVersions",
|
|
14877
14880
|
"ListAnnotationStores",
|
|
14881
|
+
"ListConfigurations",
|
|
14878
14882
|
"ListMultipartReadSetUploads",
|
|
14879
14883
|
"ListReadSetActivationJobs",
|
|
14880
14884
|
"ListReadSetExportJobs",
|
|
@@ -14915,10 +14919,11 @@
|
|
|
14915
14919
|
"UpdateWorkflowVersion",
|
|
14916
14920
|
"UploadReadSetPart"
|
|
14917
14921
|
],
|
|
14918
|
-
"resourceTypesCount":
|
|
14922
|
+
"resourceTypesCount": 14,
|
|
14919
14923
|
"resourceTypes": [
|
|
14920
14924
|
"AnnotationStore",
|
|
14921
14925
|
"AnnotationStoreVersion",
|
|
14926
|
+
"configuration",
|
|
14922
14927
|
"readSet",
|
|
14923
14928
|
"reference",
|
|
14924
14929
|
"referenceStore",
|
|
@@ -26804,7 +26809,7 @@
|
|
|
26804
26809
|
"name": "AWS Security Agent",
|
|
26805
26810
|
"servicePrefix": "securityagent",
|
|
26806
26811
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecurityagent.html",
|
|
26807
|
-
"actionsCount":
|
|
26812
|
+
"actionsCount": 67,
|
|
26808
26813
|
"actions": [
|
|
26809
26814
|
"AddArtifact",
|
|
26810
26815
|
"BatchDeletePentests",
|
|
@@ -26815,9 +26820,7 @@
|
|
|
26815
26820
|
"BatchGetPentestJobTasks",
|
|
26816
26821
|
"BatchGetPentestJobs",
|
|
26817
26822
|
"BatchGetPentests",
|
|
26818
|
-
"BatchGetSecurityTestContentMetadata",
|
|
26819
26823
|
"BatchGetTargetDomains",
|
|
26820
|
-
"BatchGetTasks",
|
|
26821
26824
|
"CreateAgentSpace",
|
|
26822
26825
|
"CreateApplication",
|
|
26823
26826
|
"CreateDesignReview",
|
|
@@ -26835,14 +26838,11 @@
|
|
|
26835
26838
|
"DeleteMembership",
|
|
26836
26839
|
"DeleteSecurityRequirement",
|
|
26837
26840
|
"DeleteTargetDomain",
|
|
26838
|
-
"DescribeFindings",
|
|
26839
26841
|
"GetApplication",
|
|
26840
26842
|
"GetArtifact",
|
|
26841
|
-
"GetCodeReviewTask",
|
|
26842
26843
|
"GetDesignReview",
|
|
26843
26844
|
"GetDesignReviewArtifact",
|
|
26844
26845
|
"GetDesignReviewFeedback",
|
|
26845
|
-
"GetDocReviewTask",
|
|
26846
26846
|
"GetIntegration",
|
|
26847
26847
|
"GetSecurityRequirement",
|
|
26848
26848
|
"InitiateProviderRegistration",
|
|
@@ -26863,12 +26863,9 @@
|
|
|
26863
26863
|
"ListSecurityRequirements",
|
|
26864
26864
|
"ListTagsForResource",
|
|
26865
26865
|
"ListTargetDomains",
|
|
26866
|
-
"ListTasks",
|
|
26867
26866
|
"PutDesignReviewFeedback",
|
|
26868
26867
|
"StartCodeRemediation",
|
|
26869
|
-
"StartPentestExecution",
|
|
26870
26868
|
"StartPentestJob",
|
|
26871
|
-
"StopPentestExecution",
|
|
26872
26869
|
"StopPentestJob",
|
|
26873
26870
|
"TagResource",
|
|
26874
26871
|
"ToggleManagedSecurityRequirement",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5457
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 2054
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.548",
|
|
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",
|