aws-iam-data 0.0.546 → 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 +37 -0
- package/dist/data/json/iam.json +206 -161
- package/dist/data/json/metadata.json +11 -12
- package/dist/data/json/reports.json +3 -3
- package/package.json +1 -1
|
@@ -1,4 +1,41 @@
|
|
|
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
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"dateOfChange": "2026-03-27",
|
|
29
|
+
"addedServices": [],
|
|
30
|
+
"removedServices": [],
|
|
31
|
+
"addedActions": {
|
|
32
|
+
"Amazon OpenSearch Service": [
|
|
33
|
+
"es:DescribeInsightDetails",
|
|
34
|
+
"es:ListInsights"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"removedActions": {}
|
|
38
|
+
},
|
|
2
39
|
{
|
|
3
40
|
"dateOfChange": "2026-03-26",
|
|
4
41
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -31791,7 +31791,7 @@
|
|
|
31791
31791
|
},
|
|
31792
31792
|
{
|
|
31793
31793
|
"name": "quota-share",
|
|
31794
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/batch/latest/userguide/quota-
|
|
31794
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/batch/latest/userguide/quota-shares.html",
|
|
31795
31795
|
"arnPattern": "arn:${Partition}:batch:${Region}:${Account}:job-queue/${JobQueueName}/quota-share/${QuotaShareName}",
|
|
31796
31796
|
"conditionKeys": [
|
|
31797
31797
|
"aws:ResourceTag/${TagKey}"
|
|
@@ -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",
|
|
@@ -303276,6 +303369,21 @@
|
|
|
303276
303369
|
}
|
|
303277
303370
|
]
|
|
303278
303371
|
},
|
|
303372
|
+
{
|
|
303373
|
+
"name": "DescribeInsightDetails",
|
|
303374
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DescribeInsightDetails.html",
|
|
303375
|
+
"permissionOnly": false,
|
|
303376
|
+
"description": "Grants permission to view detailed information about insights for an OpenSearch Service domain",
|
|
303377
|
+
"accessLevel": "Read",
|
|
303378
|
+
"resourceTypes": [
|
|
303379
|
+
{
|
|
303380
|
+
"resourceType": "domain",
|
|
303381
|
+
"required": true,
|
|
303382
|
+
"conditionKeys": [],
|
|
303383
|
+
"dependentActions": []
|
|
303384
|
+
}
|
|
303385
|
+
]
|
|
303386
|
+
},
|
|
303279
303387
|
{
|
|
303280
303388
|
"name": "DescribeInstanceTypeLimits",
|
|
303281
303389
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DescribeInstanceTypeLimits.html",
|
|
@@ -303846,6 +303954,21 @@
|
|
|
303846
303954
|
}
|
|
303847
303955
|
]
|
|
303848
303956
|
},
|
|
303957
|
+
{
|
|
303958
|
+
"name": "ListInsights",
|
|
303959
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListInsights.html",
|
|
303960
|
+
"permissionOnly": false,
|
|
303961
|
+
"description": "Grants permission to list insights for OpenSearch Service domains in the account",
|
|
303962
|
+
"accessLevel": "List",
|
|
303963
|
+
"resourceTypes": [
|
|
303964
|
+
{
|
|
303965
|
+
"resourceType": "domain",
|
|
303966
|
+
"required": false,
|
|
303967
|
+
"conditionKeys": [],
|
|
303968
|
+
"dependentActions": []
|
|
303969
|
+
}
|
|
303970
|
+
]
|
|
303971
|
+
},
|
|
303849
303972
|
{
|
|
303850
303973
|
"name": "ListInstanceTypeDetails",
|
|
303851
303974
|
"apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_ListInstanceTypeDetails.html",
|
|
@@ -342175,8 +342298,8 @@
|
|
|
342175
342298
|
"accessLevel": "Write",
|
|
342176
342299
|
"resourceTypes": [
|
|
342177
342300
|
{
|
|
342178
|
-
"resourceType": "",
|
|
342179
|
-
"required":
|
|
342301
|
+
"resourceType": "cluster",
|
|
342302
|
+
"required": true,
|
|
342180
342303
|
"conditionKeys": [],
|
|
342181
342304
|
"dependentActions": []
|
|
342182
342305
|
}
|
|
@@ -380666,7 +380789,9 @@
|
|
|
380666
380789
|
"resourceType": "AgentSpace",
|
|
380667
380790
|
"required": true,
|
|
380668
380791
|
"conditionKeys": [],
|
|
380669
|
-
"dependentActions": [
|
|
380792
|
+
"dependentActions": [
|
|
380793
|
+
"kms:Decrypt"
|
|
380794
|
+
]
|
|
380670
380795
|
}
|
|
380671
380796
|
]
|
|
380672
380797
|
},
|
|
@@ -380681,7 +380806,9 @@
|
|
|
380681
380806
|
"resourceType": "AgentSpace",
|
|
380682
380807
|
"required": true,
|
|
380683
380808
|
"conditionKeys": [],
|
|
380684
|
-
"dependentActions": [
|
|
380809
|
+
"dependentActions": [
|
|
380810
|
+
"kms:Decrypt"
|
|
380811
|
+
]
|
|
380685
380812
|
}
|
|
380686
380813
|
]
|
|
380687
380814
|
},
|
|
@@ -380711,7 +380838,9 @@
|
|
|
380711
380838
|
"resourceType": "AgentSpace",
|
|
380712
380839
|
"required": true,
|
|
380713
380840
|
"conditionKeys": [],
|
|
380714
|
-
"dependentActions": [
|
|
380841
|
+
"dependentActions": [
|
|
380842
|
+
"kms:Decrypt"
|
|
380843
|
+
]
|
|
380715
380844
|
}
|
|
380716
380845
|
]
|
|
380717
380846
|
},
|
|
@@ -380726,7 +380855,9 @@
|
|
|
380726
380855
|
"resourceType": "AgentSpace",
|
|
380727
380856
|
"required": true,
|
|
380728
380857
|
"conditionKeys": [],
|
|
380729
|
-
"dependentActions": [
|
|
380858
|
+
"dependentActions": [
|
|
380859
|
+
"kms:Decrypt"
|
|
380860
|
+
]
|
|
380730
380861
|
}
|
|
380731
380862
|
]
|
|
380732
380863
|
},
|
|
@@ -380741,7 +380872,9 @@
|
|
|
380741
380872
|
"resourceType": "AgentSpace",
|
|
380742
380873
|
"required": true,
|
|
380743
380874
|
"conditionKeys": [],
|
|
380744
|
-
"dependentActions": [
|
|
380875
|
+
"dependentActions": [
|
|
380876
|
+
"kms:Decrypt"
|
|
380877
|
+
]
|
|
380745
380878
|
}
|
|
380746
380879
|
]
|
|
380747
380880
|
},
|
|
@@ -380756,7 +380889,9 @@
|
|
|
380756
380889
|
"resourceType": "AgentSpace",
|
|
380757
380890
|
"required": true,
|
|
380758
380891
|
"conditionKeys": [],
|
|
380759
|
-
"dependentActions": [
|
|
380892
|
+
"dependentActions": [
|
|
380893
|
+
"kms:Decrypt"
|
|
380894
|
+
]
|
|
380760
380895
|
}
|
|
380761
380896
|
]
|
|
380762
380897
|
},
|
|
@@ -380771,22 +380906,9 @@
|
|
|
380771
380906
|
"resourceType": "AgentSpace",
|
|
380772
380907
|
"required": true,
|
|
380773
380908
|
"conditionKeys": [],
|
|
380774
|
-
"dependentActions": [
|
|
380775
|
-
|
|
380776
|
-
|
|
380777
|
-
},
|
|
380778
|
-
{
|
|
380779
|
-
"name": "BatchGetSecurityTestContentMetadata",
|
|
380780
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_BatchGetSecurityTestContentMetadata.html",
|
|
380781
|
-
"permissionOnly": false,
|
|
380782
|
-
"description": "Grants permission to retrieve multiple security testing contents metadata in a single request",
|
|
380783
|
-
"accessLevel": "Read",
|
|
380784
|
-
"resourceTypes": [
|
|
380785
|
-
{
|
|
380786
|
-
"resourceType": "AgentSpace",
|
|
380787
|
-
"required": true,
|
|
380788
|
-
"conditionKeys": [],
|
|
380789
|
-
"dependentActions": []
|
|
380909
|
+
"dependentActions": [
|
|
380910
|
+
"kms:Decrypt"
|
|
380911
|
+
]
|
|
380790
380912
|
}
|
|
380791
380913
|
]
|
|
380792
380914
|
},
|
|
@@ -380805,21 +380927,6 @@
|
|
|
380805
380927
|
}
|
|
380806
380928
|
]
|
|
380807
380929
|
},
|
|
380808
|
-
{
|
|
380809
|
-
"name": "BatchGetTasks",
|
|
380810
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_BatchGetTasks.html",
|
|
380811
|
-
"permissionOnly": false,
|
|
380812
|
-
"description": "Grants permission to retrieve multiple security testing tasks in a single request",
|
|
380813
|
-
"accessLevel": "Read",
|
|
380814
|
-
"resourceTypes": [
|
|
380815
|
-
{
|
|
380816
|
-
"resourceType": "AgentSpace",
|
|
380817
|
-
"required": true,
|
|
380818
|
-
"conditionKeys": [],
|
|
380819
|
-
"dependentActions": []
|
|
380820
|
-
}
|
|
380821
|
-
]
|
|
380822
|
-
},
|
|
380823
380930
|
{
|
|
380824
380931
|
"name": "CreateAgentSpace",
|
|
380825
380932
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_CreateAgentSpace.html",
|
|
@@ -380834,7 +380941,11 @@
|
|
|
380834
380941
|
"aws:RequestTag/${TagKey}",
|
|
380835
380942
|
"aws:TagKeys"
|
|
380836
380943
|
],
|
|
380837
|
-
"dependentActions": [
|
|
380944
|
+
"dependentActions": [
|
|
380945
|
+
"kms:Decrypt",
|
|
380946
|
+
"kms:DescribeKey",
|
|
380947
|
+
"kms:GenerateDataKeyWithoutPlaintext"
|
|
380948
|
+
]
|
|
380838
380949
|
}
|
|
380839
380950
|
]
|
|
380840
380951
|
},
|
|
@@ -380854,6 +380965,7 @@
|
|
|
380854
380965
|
],
|
|
380855
380966
|
"dependentActions": [
|
|
380856
380967
|
"iam:PassRole",
|
|
380968
|
+
"kms:DescribeKey",
|
|
380857
380969
|
"sso:CreateApplication"
|
|
380858
380970
|
]
|
|
380859
380971
|
}
|
|
@@ -380881,12 +380993,6 @@
|
|
|
380881
380993
|
"description": "Grants permission to create a security testing integration",
|
|
380882
380994
|
"accessLevel": "Write",
|
|
380883
380995
|
"resourceTypes": [
|
|
380884
|
-
{
|
|
380885
|
-
"resourceType": "Application",
|
|
380886
|
-
"required": true,
|
|
380887
|
-
"conditionKeys": [],
|
|
380888
|
-
"dependentActions": []
|
|
380889
|
-
},
|
|
380890
380996
|
{
|
|
380891
380997
|
"resourceType": "",
|
|
380892
380998
|
"required": false,
|
|
@@ -380939,7 +381045,9 @@
|
|
|
380939
381045
|
"resourceType": "AgentSpace",
|
|
380940
381046
|
"required": true,
|
|
380941
381047
|
"conditionKeys": [],
|
|
380942
|
-
"dependentActions": [
|
|
381048
|
+
"dependentActions": [
|
|
381049
|
+
"kms:Decrypt"
|
|
381050
|
+
]
|
|
380943
381051
|
}
|
|
380944
381052
|
]
|
|
380945
381053
|
},
|
|
@@ -380984,7 +381092,9 @@
|
|
|
380984
381092
|
"resourceType": "AgentSpace",
|
|
380985
381093
|
"required": true,
|
|
380986
381094
|
"conditionKeys": [],
|
|
380987
|
-
"dependentActions": [
|
|
381095
|
+
"dependentActions": [
|
|
381096
|
+
"kms:Decrypt"
|
|
381097
|
+
]
|
|
380988
381098
|
}
|
|
380989
381099
|
]
|
|
380990
381100
|
},
|
|
@@ -381093,21 +381203,6 @@
|
|
|
381093
381203
|
}
|
|
381094
381204
|
]
|
|
381095
381205
|
},
|
|
381096
|
-
{
|
|
381097
|
-
"name": "DescribeFindings",
|
|
381098
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_DescribeFindings.html",
|
|
381099
|
-
"permissionOnly": false,
|
|
381100
|
-
"description": "Grants permission to retrieve security findings for a penetration test or security testing tasks in a penetration test",
|
|
381101
|
-
"accessLevel": "Read",
|
|
381102
|
-
"resourceTypes": [
|
|
381103
|
-
{
|
|
381104
|
-
"resourceType": "AgentSpace",
|
|
381105
|
-
"required": true,
|
|
381106
|
-
"conditionKeys": [],
|
|
381107
|
-
"dependentActions": []
|
|
381108
|
-
}
|
|
381109
|
-
]
|
|
381110
|
-
},
|
|
381111
381206
|
{
|
|
381112
381207
|
"name": "GetApplication",
|
|
381113
381208
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetApplication.html",
|
|
@@ -381138,21 +381233,6 @@
|
|
|
381138
381233
|
}
|
|
381139
381234
|
]
|
|
381140
381235
|
},
|
|
381141
|
-
{
|
|
381142
|
-
"name": "GetCodeReviewTask",
|
|
381143
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetCodeReviewTask.html",
|
|
381144
|
-
"permissionOnly": false,
|
|
381145
|
-
"description": "Grants permission to retrieve a Code Review Task",
|
|
381146
|
-
"accessLevel": "Read",
|
|
381147
|
-
"resourceTypes": [
|
|
381148
|
-
{
|
|
381149
|
-
"resourceType": "AgentSpace",
|
|
381150
|
-
"required": true,
|
|
381151
|
-
"conditionKeys": [],
|
|
381152
|
-
"dependentActions": []
|
|
381153
|
-
}
|
|
381154
|
-
]
|
|
381155
|
-
},
|
|
381156
381236
|
{
|
|
381157
381237
|
"name": "GetDesignReview",
|
|
381158
381238
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetDesignReview.html",
|
|
@@ -381198,21 +381278,6 @@
|
|
|
381198
381278
|
}
|
|
381199
381279
|
]
|
|
381200
381280
|
},
|
|
381201
|
-
{
|
|
381202
|
-
"name": "GetDocReviewTask",
|
|
381203
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetDocReviewTask.html",
|
|
381204
|
-
"permissionOnly": false,
|
|
381205
|
-
"description": "Grants permission to retrieve a document review task",
|
|
381206
|
-
"accessLevel": "Read",
|
|
381207
|
-
"resourceTypes": [
|
|
381208
|
-
{
|
|
381209
|
-
"resourceType": "AgentSpace",
|
|
381210
|
-
"required": true,
|
|
381211
|
-
"conditionKeys": [],
|
|
381212
|
-
"dependentActions": []
|
|
381213
|
-
}
|
|
381214
|
-
]
|
|
381215
|
-
},
|
|
381216
381281
|
{
|
|
381217
381282
|
"name": "GetIntegration",
|
|
381218
381283
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_GetIntegration.html",
|
|
@@ -381251,8 +381316,8 @@
|
|
|
381251
381316
|
"accessLevel": "Write",
|
|
381252
381317
|
"resourceTypes": [
|
|
381253
381318
|
{
|
|
381254
|
-
"resourceType": "
|
|
381255
|
-
"required":
|
|
381319
|
+
"resourceType": "",
|
|
381320
|
+
"required": false,
|
|
381256
381321
|
"conditionKeys": [],
|
|
381257
381322
|
"dependentActions": []
|
|
381258
381323
|
}
|
|
@@ -381292,7 +381357,7 @@
|
|
|
381292
381357
|
"name": "ListArtifacts",
|
|
381293
381358
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_ListArtifacts.html",
|
|
381294
381359
|
"permissionOnly": false,
|
|
381295
|
-
"description": "Grants permission to list all artifacts for the given
|
|
381360
|
+
"description": "Grants permission to list all artifacts for the given agent space",
|
|
381296
381361
|
"accessLevel": "List",
|
|
381297
381362
|
"resourceTypes": [
|
|
381298
381363
|
{
|
|
@@ -381322,7 +381387,7 @@
|
|
|
381322
381387
|
"name": "ListDesignReviews",
|
|
381323
381388
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_ListDesignReviews.html",
|
|
381324
381389
|
"permissionOnly": false,
|
|
381325
|
-
"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",
|
|
381326
381391
|
"accessLevel": "List",
|
|
381327
381392
|
"resourceTypes": [
|
|
381328
381393
|
{
|
|
@@ -381344,7 +381409,9 @@
|
|
|
381344
381409
|
"resourceType": "AgentSpace",
|
|
381345
381410
|
"required": true,
|
|
381346
381411
|
"conditionKeys": [],
|
|
381347
|
-
"dependentActions": [
|
|
381412
|
+
"dependentActions": [
|
|
381413
|
+
"kms:Decrypt"
|
|
381414
|
+
]
|
|
381348
381415
|
}
|
|
381349
381416
|
]
|
|
381350
381417
|
},
|
|
@@ -381359,7 +381426,9 @@
|
|
|
381359
381426
|
"resourceType": "AgentSpace",
|
|
381360
381427
|
"required": true,
|
|
381361
381428
|
"conditionKeys": [],
|
|
381362
|
-
"dependentActions": [
|
|
381429
|
+
"dependentActions": [
|
|
381430
|
+
"kms:Decrypt"
|
|
381431
|
+
]
|
|
381363
381432
|
}
|
|
381364
381433
|
]
|
|
381365
381434
|
},
|
|
@@ -381419,7 +381488,9 @@
|
|
|
381419
381488
|
"resourceType": "AgentSpace",
|
|
381420
381489
|
"required": true,
|
|
381421
381490
|
"conditionKeys": [],
|
|
381422
|
-
"dependentActions": [
|
|
381491
|
+
"dependentActions": [
|
|
381492
|
+
"kms:Decrypt"
|
|
381493
|
+
]
|
|
381423
381494
|
}
|
|
381424
381495
|
]
|
|
381425
381496
|
},
|
|
@@ -381434,7 +381505,9 @@
|
|
|
381434
381505
|
"resourceType": "AgentSpace",
|
|
381435
381506
|
"required": true,
|
|
381436
381507
|
"conditionKeys": [],
|
|
381437
|
-
"dependentActions": [
|
|
381508
|
+
"dependentActions": [
|
|
381509
|
+
"kms:Decrypt"
|
|
381510
|
+
]
|
|
381438
381511
|
}
|
|
381439
381512
|
]
|
|
381440
381513
|
},
|
|
@@ -381449,7 +381522,9 @@
|
|
|
381449
381522
|
"resourceType": "AgentSpace",
|
|
381450
381523
|
"required": true,
|
|
381451
381524
|
"conditionKeys": [],
|
|
381452
|
-
"dependentActions": [
|
|
381525
|
+
"dependentActions": [
|
|
381526
|
+
"kms:Decrypt"
|
|
381527
|
+
]
|
|
381453
381528
|
}
|
|
381454
381529
|
]
|
|
381455
381530
|
},
|
|
@@ -381537,21 +381612,6 @@
|
|
|
381537
381612
|
}
|
|
381538
381613
|
]
|
|
381539
381614
|
},
|
|
381540
|
-
{
|
|
381541
|
-
"name": "ListTasks",
|
|
381542
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_ListTasks.html",
|
|
381543
|
-
"permissionOnly": false,
|
|
381544
|
-
"description": "Grants permission to list security testing tasks associated with a pentest job",
|
|
381545
|
-
"accessLevel": "List",
|
|
381546
|
-
"resourceTypes": [
|
|
381547
|
-
{
|
|
381548
|
-
"resourceType": "AgentSpace",
|
|
381549
|
-
"required": true,
|
|
381550
|
-
"conditionKeys": [],
|
|
381551
|
-
"dependentActions": []
|
|
381552
|
-
}
|
|
381553
|
-
]
|
|
381554
|
-
},
|
|
381555
381615
|
{
|
|
381556
381616
|
"name": "PutDesignReviewFeedback",
|
|
381557
381617
|
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_PutDesignReviewFeedback.html",
|
|
@@ -381578,22 +381638,10 @@
|
|
|
381578
381638
|
"resourceType": "AgentSpace",
|
|
381579
381639
|
"required": true,
|
|
381580
381640
|
"conditionKeys": [],
|
|
381581
|
-
"dependentActions": [
|
|
381582
|
-
|
|
381583
|
-
|
|
381584
|
-
|
|
381585
|
-
{
|
|
381586
|
-
"name": "StartPentestExecution",
|
|
381587
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_StartPentestExecution.html",
|
|
381588
|
-
"permissionOnly": false,
|
|
381589
|
-
"description": "Grants permission to initiate the execution of a penetration test",
|
|
381590
|
-
"accessLevel": "Write",
|
|
381591
|
-
"resourceTypes": [
|
|
381592
|
-
{
|
|
381593
|
-
"resourceType": "AgentSpace",
|
|
381594
|
-
"required": true,
|
|
381595
|
-
"conditionKeys": [],
|
|
381596
|
-
"dependentActions": []
|
|
381641
|
+
"dependentActions": [
|
|
381642
|
+
"kms:Decrypt",
|
|
381643
|
+
"kms:GenerateDataKey"
|
|
381644
|
+
]
|
|
381597
381645
|
}
|
|
381598
381646
|
]
|
|
381599
381647
|
},
|
|
@@ -381608,22 +381656,10 @@
|
|
|
381608
381656
|
"resourceType": "AgentSpace",
|
|
381609
381657
|
"required": true,
|
|
381610
381658
|
"conditionKeys": [],
|
|
381611
|
-
"dependentActions": [
|
|
381612
|
-
|
|
381613
|
-
|
|
381614
|
-
|
|
381615
|
-
{
|
|
381616
|
-
"name": "StopPentestExecution",
|
|
381617
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/securityagent/API_StopPentestExecution.html",
|
|
381618
|
-
"permissionOnly": false,
|
|
381619
|
-
"description": "Grants permission to stop the execution of a running penetration test",
|
|
381620
|
-
"accessLevel": "Write",
|
|
381621
|
-
"resourceTypes": [
|
|
381622
|
-
{
|
|
381623
|
-
"resourceType": "AgentSpace",
|
|
381624
|
-
"required": true,
|
|
381625
|
-
"conditionKeys": [],
|
|
381626
|
-
"dependentActions": []
|
|
381659
|
+
"dependentActions": [
|
|
381660
|
+
"kms:Decrypt",
|
|
381661
|
+
"kms:GenerateDataKey"
|
|
381662
|
+
]
|
|
381627
381663
|
}
|
|
381628
381664
|
]
|
|
381629
381665
|
},
|
|
@@ -381638,7 +381674,9 @@
|
|
|
381638
381674
|
"resourceType": "AgentSpace",
|
|
381639
381675
|
"required": true,
|
|
381640
381676
|
"conditionKeys": [],
|
|
381641
|
-
"dependentActions": [
|
|
381677
|
+
"dependentActions": [
|
|
381678
|
+
"kms:Decrypt"
|
|
381679
|
+
]
|
|
381642
381680
|
}
|
|
381643
381681
|
]
|
|
381644
381682
|
},
|
|
@@ -381763,7 +381801,9 @@
|
|
|
381763
381801
|
"resourceType": "AgentSpace",
|
|
381764
381802
|
"required": true,
|
|
381765
381803
|
"conditionKeys": [],
|
|
381766
|
-
"dependentActions": [
|
|
381804
|
+
"dependentActions": [
|
|
381805
|
+
"kms:Decrypt"
|
|
381806
|
+
]
|
|
381767
381807
|
}
|
|
381768
381808
|
]
|
|
381769
381809
|
},
|
|
@@ -381779,7 +381819,8 @@
|
|
|
381779
381819
|
"required": true,
|
|
381780
381820
|
"conditionKeys": [],
|
|
381781
381821
|
"dependentActions": [
|
|
381782
|
-
"iam:PassRole"
|
|
381822
|
+
"iam:PassRole",
|
|
381823
|
+
"kms:DescribeKey"
|
|
381783
381824
|
]
|
|
381784
381825
|
}
|
|
381785
381826
|
]
|
|
@@ -381795,7 +381836,9 @@
|
|
|
381795
381836
|
"resourceType": "AgentSpace",
|
|
381796
381837
|
"required": true,
|
|
381797
381838
|
"conditionKeys": [],
|
|
381798
|
-
"dependentActions": [
|
|
381839
|
+
"dependentActions": [
|
|
381840
|
+
"kms:Decrypt"
|
|
381841
|
+
]
|
|
381799
381842
|
}
|
|
381800
381843
|
]
|
|
381801
381844
|
},
|
|
@@ -381825,7 +381868,9 @@
|
|
|
381825
381868
|
"resourceType": "AgentSpace",
|
|
381826
381869
|
"required": true,
|
|
381827
381870
|
"conditionKeys": [],
|
|
381828
|
-
"dependentActions": [
|
|
381871
|
+
"dependentActions": [
|
|
381872
|
+
"kms:Decrypt"
|
|
381873
|
+
]
|
|
381829
381874
|
}
|
|
381830
381875
|
]
|
|
381831
381876
|
},
|
|
@@ -420589,7 +420634,7 @@
|
|
|
420589
420634
|
"actions": [
|
|
420590
420635
|
{
|
|
420591
420636
|
"name": "DeleteAccountColor",
|
|
420592
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/
|
|
420637
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_DeleteAccountColor.html",
|
|
420593
420638
|
"permissionOnly": false,
|
|
420594
420639
|
"description": "Grants permission to delete account color setting",
|
|
420595
420640
|
"accessLevel": "Write",
|
|
@@ -420604,7 +420649,7 @@
|
|
|
420604
420649
|
},
|
|
420605
420650
|
{
|
|
420606
420651
|
"name": "GetAccountColor",
|
|
420607
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/
|
|
420652
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_GetAccountColor.html",
|
|
420608
420653
|
"permissionOnly": false,
|
|
420609
420654
|
"description": "Grants permission to retrieve account color for given account",
|
|
420610
420655
|
"accessLevel": "Read",
|
|
@@ -420619,7 +420664,7 @@
|
|
|
420619
420664
|
},
|
|
420620
420665
|
{
|
|
420621
420666
|
"name": "GetAccountCustomizations",
|
|
420622
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/
|
|
420667
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_GetAccountCustomizations.html",
|
|
420623
420668
|
"permissionOnly": false,
|
|
420624
420669
|
"description": "Grants permission to retrieve account customizations",
|
|
420625
420670
|
"accessLevel": "Read",
|
|
@@ -420634,7 +420679,7 @@
|
|
|
420634
420679
|
},
|
|
420635
420680
|
{
|
|
420636
420681
|
"name": "ListServices",
|
|
420637
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/
|
|
420682
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_ListServices.html",
|
|
420638
420683
|
"permissionOnly": false,
|
|
420639
420684
|
"description": "Grants permission to list available services",
|
|
420640
420685
|
"accessLevel": "Read",
|
|
@@ -420649,7 +420694,7 @@
|
|
|
420649
420694
|
},
|
|
420650
420695
|
{
|
|
420651
420696
|
"name": "PutAccountColor",
|
|
420652
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/
|
|
420697
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_PutAccountColor.html",
|
|
420653
420698
|
"permissionOnly": false,
|
|
420654
420699
|
"description": "Grants permission to set account color",
|
|
420655
420700
|
"accessLevel": "Write",
|
|
@@ -420664,7 +420709,7 @@
|
|
|
420664
420709
|
},
|
|
420665
420710
|
{
|
|
420666
420711
|
"name": "UpdateAccountCustomizations",
|
|
420667
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/
|
|
420712
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awsconsolehelpdocs/latest/APIReference/API_UpdateAccountCustomizations.html",
|
|
420668
420713
|
"permissionOnly": false,
|
|
420669
420714
|
"description": "Grants permission to update account customizations",
|
|
420670
420715
|
"accessLevel": "Write",
|
|
@@ -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",
|
|
@@ -21375,7 +21380,7 @@
|
|
|
21375
21380
|
"name": "Amazon OpenSearch Service",
|
|
21376
21381
|
"servicePrefix": "es",
|
|
21377
21382
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
21378
|
-
"actionsCount":
|
|
21383
|
+
"actionsCount": 120,
|
|
21379
21384
|
"actions": [
|
|
21380
21385
|
"AcceptInboundConnection",
|
|
21381
21386
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -21425,6 +21430,7 @@
|
|
|
21425
21430
|
"DescribeElasticsearchInstanceTypeLimits",
|
|
21426
21431
|
"DescribeInboundConnections",
|
|
21427
21432
|
"DescribeInboundCrossClusterSearchConnections",
|
|
21433
|
+
"DescribeInsightDetails",
|
|
21428
21434
|
"DescribeInstanceTypeLimits",
|
|
21429
21435
|
"DescribeOutboundConnections",
|
|
21430
21436
|
"DescribeOutboundCrossClusterSearchConnections",
|
|
@@ -21463,6 +21469,7 @@
|
|
|
21463
21469
|
"ListElasticsearchInstanceTypeDetails",
|
|
21464
21470
|
"ListElasticsearchInstanceTypes",
|
|
21465
21471
|
"ListElasticsearchVersions",
|
|
21472
|
+
"ListInsights",
|
|
21466
21473
|
"ListInstanceTypeDetails",
|
|
21467
21474
|
"ListPackagesForDomain",
|
|
21468
21475
|
"ListScheduledActions",
|
|
@@ -26802,7 +26809,7 @@
|
|
|
26802
26809
|
"name": "AWS Security Agent",
|
|
26803
26810
|
"servicePrefix": "securityagent",
|
|
26804
26811
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecurityagent.html",
|
|
26805
|
-
"actionsCount":
|
|
26812
|
+
"actionsCount": 67,
|
|
26806
26813
|
"actions": [
|
|
26807
26814
|
"AddArtifact",
|
|
26808
26815
|
"BatchDeletePentests",
|
|
@@ -26813,9 +26820,7 @@
|
|
|
26813
26820
|
"BatchGetPentestJobTasks",
|
|
26814
26821
|
"BatchGetPentestJobs",
|
|
26815
26822
|
"BatchGetPentests",
|
|
26816
|
-
"BatchGetSecurityTestContentMetadata",
|
|
26817
26823
|
"BatchGetTargetDomains",
|
|
26818
|
-
"BatchGetTasks",
|
|
26819
26824
|
"CreateAgentSpace",
|
|
26820
26825
|
"CreateApplication",
|
|
26821
26826
|
"CreateDesignReview",
|
|
@@ -26833,14 +26838,11 @@
|
|
|
26833
26838
|
"DeleteMembership",
|
|
26834
26839
|
"DeleteSecurityRequirement",
|
|
26835
26840
|
"DeleteTargetDomain",
|
|
26836
|
-
"DescribeFindings",
|
|
26837
26841
|
"GetApplication",
|
|
26838
26842
|
"GetArtifact",
|
|
26839
|
-
"GetCodeReviewTask",
|
|
26840
26843
|
"GetDesignReview",
|
|
26841
26844
|
"GetDesignReviewArtifact",
|
|
26842
26845
|
"GetDesignReviewFeedback",
|
|
26843
|
-
"GetDocReviewTask",
|
|
26844
26846
|
"GetIntegration",
|
|
26845
26847
|
"GetSecurityRequirement",
|
|
26846
26848
|
"InitiateProviderRegistration",
|
|
@@ -26861,12 +26863,9 @@
|
|
|
26861
26863
|
"ListSecurityRequirements",
|
|
26862
26864
|
"ListTagsForResource",
|
|
26863
26865
|
"ListTargetDomains",
|
|
26864
|
-
"ListTasks",
|
|
26865
26866
|
"PutDesignReviewFeedback",
|
|
26866
26867
|
"StartCodeRemediation",
|
|
26867
|
-
"StartPentestExecution",
|
|
26868
26868
|
"StartPentestJob",
|
|
26869
|
-
"StopPentestExecution",
|
|
26870
26869
|
"StopPentestJob",
|
|
26871
26870
|
"TagResource",
|
|
26872
26871
|
"ToggleManagedSecurityRequirement",
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5457
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3413
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions 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",
|