aws-iam-data 0.0.140 → 0.0.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,48 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-01-25",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Inspector2": [
|
|
8
|
+
"inspector2:CreateCisScanConfiguration",
|
|
9
|
+
"inspector2:DeleteCisScanConfiguration",
|
|
10
|
+
"inspector2:GetCisScanReport",
|
|
11
|
+
"inspector2:GetCisScanResultDetails",
|
|
12
|
+
"inspector2:ListCisScanConfigurations",
|
|
13
|
+
"inspector2:ListCisScanResultsAggregatedByChecks",
|
|
14
|
+
"inspector2:ListCisScanResultsAggregatedByTargetResource",
|
|
15
|
+
"inspector2:ListCisScans",
|
|
16
|
+
"inspector2:SendCisSessionHealth",
|
|
17
|
+
"inspector2:SendCisSessionTelemetry",
|
|
18
|
+
"inspector2:StartCisSession",
|
|
19
|
+
"inspector2:StopCisSession",
|
|
20
|
+
"inspector2:UpdateCisScanConfiguration"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"removedActions": {}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"dateOfChange": "2024-01-23",
|
|
27
|
+
"addedServices": [],
|
|
28
|
+
"removedServices": [],
|
|
29
|
+
"addedActions": {
|
|
30
|
+
"AWS CodeBuild": [
|
|
31
|
+
"codebuild:BatchGetFleets",
|
|
32
|
+
"codebuild:CreateFleet",
|
|
33
|
+
"codebuild:DeleteFleet",
|
|
34
|
+
"codebuild:ListFleets",
|
|
35
|
+
"codebuild:UpdateFleet"
|
|
36
|
+
],
|
|
37
|
+
"Amazon Connect Cases": [
|
|
38
|
+
"cases:GetCaseAuditEvents"
|
|
39
|
+
],
|
|
40
|
+
"Amazon Elastic MapReduce": [
|
|
41
|
+
"elasticmapreduce:SetKeepJobFlowAliveWhenNoSteps"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"removedActions": {}
|
|
45
|
+
},
|
|
2
46
|
{
|
|
3
47
|
"dateOfChange": "2024-01-17",
|
|
4
48
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -23769,7 +23769,7 @@
|
|
|
23769
23769
|
},
|
|
23770
23770
|
{
|
|
23771
23771
|
"name": "restoreTestingPlan",
|
|
23772
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing
|
|
23772
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing.html",
|
|
23773
23773
|
"arnPattern": "arn:${Partition}:backup:${Region}:${Account}:restore-testing-plan:${RestoreTestingPlanName}-${RestoreTestingPlanId}",
|
|
23774
23774
|
"conditionKeys": [
|
|
23775
23775
|
"aws:ResourceTag/${TagKey}"
|
|
@@ -52208,6 +52208,21 @@
|
|
|
52208
52208
|
}
|
|
52209
52209
|
]
|
|
52210
52210
|
},
|
|
52211
|
+
{
|
|
52212
|
+
"name": "BatchGetFleets",
|
|
52213
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetFleets.html",
|
|
52214
|
+
"permissionOnly": false,
|
|
52215
|
+
"description": "Grants permission to return an array of the Fleet objects specified by the input parameter",
|
|
52216
|
+
"accessLevel": "Read",
|
|
52217
|
+
"resourceTypes": [
|
|
52218
|
+
{
|
|
52219
|
+
"resourceType": "fleet",
|
|
52220
|
+
"required": true,
|
|
52221
|
+
"conditionKeys": [],
|
|
52222
|
+
"dependentActions": []
|
|
52223
|
+
}
|
|
52224
|
+
]
|
|
52225
|
+
},
|
|
52211
52226
|
{
|
|
52212
52227
|
"name": "BatchGetProjects",
|
|
52213
52228
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetProjects.html",
|
|
@@ -52283,6 +52298,30 @@
|
|
|
52283
52298
|
}
|
|
52284
52299
|
]
|
|
52285
52300
|
},
|
|
52301
|
+
{
|
|
52302
|
+
"name": "CreateFleet",
|
|
52303
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateFleet.html",
|
|
52304
|
+
"permissionOnly": false,
|
|
52305
|
+
"description": "Grants permission to create a compute fleet",
|
|
52306
|
+
"accessLevel": "Write",
|
|
52307
|
+
"resourceTypes": [
|
|
52308
|
+
{
|
|
52309
|
+
"resourceType": "fleet",
|
|
52310
|
+
"required": true,
|
|
52311
|
+
"conditionKeys": [],
|
|
52312
|
+
"dependentActions": []
|
|
52313
|
+
},
|
|
52314
|
+
{
|
|
52315
|
+
"resourceType": "",
|
|
52316
|
+
"required": false,
|
|
52317
|
+
"conditionKeys": [
|
|
52318
|
+
"aws:RequestTag/${TagKey}",
|
|
52319
|
+
"aws:TagKeys"
|
|
52320
|
+
],
|
|
52321
|
+
"dependentActions": []
|
|
52322
|
+
}
|
|
52323
|
+
]
|
|
52324
|
+
},
|
|
52286
52325
|
{
|
|
52287
52326
|
"name": "CreateProject",
|
|
52288
52327
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateProject.html",
|
|
@@ -52376,6 +52415,21 @@
|
|
|
52376
52415
|
}
|
|
52377
52416
|
]
|
|
52378
52417
|
},
|
|
52418
|
+
{
|
|
52419
|
+
"name": "DeleteFleet",
|
|
52420
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_DeleteFleet.html",
|
|
52421
|
+
"permissionOnly": false,
|
|
52422
|
+
"description": "Grants permission to delete a compute fleet",
|
|
52423
|
+
"accessLevel": "Write",
|
|
52424
|
+
"resourceTypes": [
|
|
52425
|
+
{
|
|
52426
|
+
"resourceType": "fleet",
|
|
52427
|
+
"required": true,
|
|
52428
|
+
"conditionKeys": [],
|
|
52429
|
+
"dependentActions": []
|
|
52430
|
+
}
|
|
52431
|
+
]
|
|
52432
|
+
},
|
|
52379
52433
|
{
|
|
52380
52434
|
"name": "DeleteOAuthToken",
|
|
52381
52435
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#console-policies",
|
|
@@ -52673,6 +52727,21 @@
|
|
|
52673
52727
|
}
|
|
52674
52728
|
]
|
|
52675
52729
|
},
|
|
52730
|
+
{
|
|
52731
|
+
"name": "ListFleets",
|
|
52732
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListFleets.html",
|
|
52733
|
+
"permissionOnly": false,
|
|
52734
|
+
"description": "Grants permission to get a list of compute fleet ARNs, with each compute fleet ARN representing a single fleet",
|
|
52735
|
+
"accessLevel": "List",
|
|
52736
|
+
"resourceTypes": [
|
|
52737
|
+
{
|
|
52738
|
+
"resourceType": "",
|
|
52739
|
+
"required": false,
|
|
52740
|
+
"conditionKeys": [],
|
|
52741
|
+
"dependentActions": []
|
|
52742
|
+
}
|
|
52743
|
+
]
|
|
52744
|
+
},
|
|
52676
52745
|
{
|
|
52677
52746
|
"name": "ListProjects",
|
|
52678
52747
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListProjects.html",
|
|
@@ -52919,6 +52988,30 @@
|
|
|
52919
52988
|
}
|
|
52920
52989
|
]
|
|
52921
52990
|
},
|
|
52991
|
+
{
|
|
52992
|
+
"name": "UpdateFleet",
|
|
52993
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateFleet.html",
|
|
52994
|
+
"permissionOnly": false,
|
|
52995
|
+
"description": "Grants permission to change the settings of an existing compute fleet",
|
|
52996
|
+
"accessLevel": "Write",
|
|
52997
|
+
"resourceTypes": [
|
|
52998
|
+
{
|
|
52999
|
+
"resourceType": "fleet",
|
|
53000
|
+
"required": true,
|
|
53001
|
+
"conditionKeys": [],
|
|
53002
|
+
"dependentActions": []
|
|
53003
|
+
},
|
|
53004
|
+
{
|
|
53005
|
+
"resourceType": "",
|
|
53006
|
+
"required": false,
|
|
53007
|
+
"conditionKeys": [
|
|
53008
|
+
"aws:RequestTag/${TagKey}",
|
|
53009
|
+
"aws:TagKeys"
|
|
53010
|
+
],
|
|
53011
|
+
"dependentActions": []
|
|
53012
|
+
}
|
|
53013
|
+
]
|
|
53014
|
+
},
|
|
52922
53015
|
{
|
|
52923
53016
|
"name": "UpdateProject",
|
|
52924
53017
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateProject.html",
|
|
@@ -53056,6 +53149,12 @@
|
|
|
53056
53149
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats",
|
|
53057
53150
|
"arnPattern": "arn:${Partition}:codebuild:${Region}:${Account}:report/${ReportGroupName}:${ReportId}",
|
|
53058
53151
|
"conditionKeys": []
|
|
53152
|
+
},
|
|
53153
|
+
{
|
|
53154
|
+
"name": "fleet",
|
|
53155
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats",
|
|
53156
|
+
"arnPattern": "arn:${Partition}:codebuild:${Region}:${Account}:fleet/${FleetName}:${FleetId}",
|
|
53157
|
+
"conditionKeys": []
|
|
53059
53158
|
}
|
|
53060
53159
|
],
|
|
53061
53160
|
"conditionKeys": [
|
|
@@ -73956,6 +74055,14 @@
|
|
|
73956
74055
|
"required": true,
|
|
73957
74056
|
"conditionKeys": [],
|
|
73958
74057
|
"dependentActions": []
|
|
74058
|
+
},
|
|
74059
|
+
{
|
|
74060
|
+
"resourceType": "",
|
|
74061
|
+
"required": false,
|
|
74062
|
+
"conditionKeys": [
|
|
74063
|
+
"connect:UserArn"
|
|
74064
|
+
],
|
|
74065
|
+
"dependentActions": []
|
|
73959
74066
|
}
|
|
73960
74067
|
]
|
|
73961
74068
|
},
|
|
@@ -74120,6 +74227,27 @@
|
|
|
74120
74227
|
}
|
|
74121
74228
|
]
|
|
74122
74229
|
},
|
|
74230
|
+
{
|
|
74231
|
+
"name": "GetCaseAuditEvents",
|
|
74232
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cases/latest/APIReference/API_GetCaseAuditEvents.html",
|
|
74233
|
+
"permissionOnly": false,
|
|
74234
|
+
"description": "Grants permission to view audit history of a case",
|
|
74235
|
+
"accessLevel": "Read",
|
|
74236
|
+
"resourceTypes": [
|
|
74237
|
+
{
|
|
74238
|
+
"resourceType": "Case",
|
|
74239
|
+
"required": true,
|
|
74240
|
+
"conditionKeys": [],
|
|
74241
|
+
"dependentActions": []
|
|
74242
|
+
},
|
|
74243
|
+
{
|
|
74244
|
+
"resourceType": "Domain",
|
|
74245
|
+
"required": true,
|
|
74246
|
+
"conditionKeys": [],
|
|
74247
|
+
"dependentActions": []
|
|
74248
|
+
}
|
|
74249
|
+
]
|
|
74250
|
+
},
|
|
74123
74251
|
{
|
|
74124
74252
|
"name": "GetCaseEventConfiguration",
|
|
74125
74253
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cases/latest/APIReference/API_GetCaseEventConfiguration.html",
|
|
@@ -74485,6 +74613,14 @@
|
|
|
74485
74613
|
"required": true,
|
|
74486
74614
|
"conditionKeys": [],
|
|
74487
74615
|
"dependentActions": []
|
|
74616
|
+
},
|
|
74617
|
+
{
|
|
74618
|
+
"resourceType": "",
|
|
74619
|
+
"required": false,
|
|
74620
|
+
"conditionKeys": [
|
|
74621
|
+
"connect:UserArn"
|
|
74622
|
+
],
|
|
74623
|
+
"dependentActions": []
|
|
74488
74624
|
}
|
|
74489
74625
|
]
|
|
74490
74626
|
},
|
|
@@ -132555,6 +132691,21 @@
|
|
|
132555
132691
|
}
|
|
132556
132692
|
]
|
|
132557
132693
|
},
|
|
132694
|
+
{
|
|
132695
|
+
"name": "SetKeepJobFlowAliveWhenNoSteps",
|
|
132696
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/APIReference/API_SetKeepJobFlowAliveWhenNoSteps.html",
|
|
132697
|
+
"permissionOnly": false,
|
|
132698
|
+
"description": "Grants permission to add and remove auto terminate after step execution for a cluster",
|
|
132699
|
+
"accessLevel": "Write",
|
|
132700
|
+
"resourceTypes": [
|
|
132701
|
+
{
|
|
132702
|
+
"resourceType": "cluster",
|
|
132703
|
+
"required": true,
|
|
132704
|
+
"conditionKeys": [],
|
|
132705
|
+
"dependentActions": []
|
|
132706
|
+
}
|
|
132707
|
+
]
|
|
132708
|
+
},
|
|
132558
132709
|
{
|
|
132559
132710
|
"name": "SetTerminationProtection",
|
|
132560
132711
|
"apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/APIReference/API_SetTerminationProtection.html",
|
|
@@ -156865,6 +157016,12 @@
|
|
|
156865
157016
|
"required": true,
|
|
156866
157017
|
"conditionKeys": [],
|
|
156867
157018
|
"dependentActions": []
|
|
157019
|
+
},
|
|
157020
|
+
{
|
|
157021
|
+
"resourceType": "table",
|
|
157022
|
+
"required": true,
|
|
157023
|
+
"conditionKeys": [],
|
|
157024
|
+
"dependentActions": []
|
|
156868
157025
|
}
|
|
156869
157026
|
]
|
|
156870
157027
|
},
|
|
@@ -176161,6 +176318,31 @@
|
|
|
176161
176318
|
}
|
|
176162
176319
|
]
|
|
176163
176320
|
},
|
|
176321
|
+
{
|
|
176322
|
+
"name": "CreateCisScanConfiguration",
|
|
176323
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateCisScanConfiguration.html",
|
|
176324
|
+
"permissionOnly": false,
|
|
176325
|
+
"description": "Grants permission to create and define the settings for a CIS scan configuration",
|
|
176326
|
+
"accessLevel": "Write",
|
|
176327
|
+
"resourceTypes": [
|
|
176328
|
+
{
|
|
176329
|
+
"resourceType": "CIS Scan Configuration",
|
|
176330
|
+
"required": true,
|
|
176331
|
+
"conditionKeys": [],
|
|
176332
|
+
"dependentActions": []
|
|
176333
|
+
},
|
|
176334
|
+
{
|
|
176335
|
+
"resourceType": "",
|
|
176336
|
+
"required": false,
|
|
176337
|
+
"conditionKeys": [
|
|
176338
|
+
"aws:ResourceTag/${TagKey}",
|
|
176339
|
+
"aws:RequestTag/${TagKey}",
|
|
176340
|
+
"aws:TagKeys"
|
|
176341
|
+
],
|
|
176342
|
+
"dependentActions": []
|
|
176343
|
+
}
|
|
176344
|
+
]
|
|
176345
|
+
},
|
|
176164
176346
|
{
|
|
176165
176347
|
"name": "CreateFilter",
|
|
176166
176348
|
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateFilter.html",
|
|
@@ -176215,6 +176397,29 @@
|
|
|
176215
176397
|
}
|
|
176216
176398
|
]
|
|
176217
176399
|
},
|
|
176400
|
+
{
|
|
176401
|
+
"name": "DeleteCisScanConfiguration",
|
|
176402
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteCisScanConfiguration.html",
|
|
176403
|
+
"permissionOnly": false,
|
|
176404
|
+
"description": "Grants permission to delete a CIS scan configuration",
|
|
176405
|
+
"accessLevel": "Write",
|
|
176406
|
+
"resourceTypes": [
|
|
176407
|
+
{
|
|
176408
|
+
"resourceType": "CIS Scan Configuration",
|
|
176409
|
+
"required": true,
|
|
176410
|
+
"conditionKeys": [],
|
|
176411
|
+
"dependentActions": []
|
|
176412
|
+
},
|
|
176413
|
+
{
|
|
176414
|
+
"resourceType": "",
|
|
176415
|
+
"required": false,
|
|
176416
|
+
"conditionKeys": [
|
|
176417
|
+
"aws:ResourceTag/${TagKey}"
|
|
176418
|
+
],
|
|
176419
|
+
"dependentActions": []
|
|
176420
|
+
}
|
|
176421
|
+
]
|
|
176422
|
+
},
|
|
176218
176423
|
{
|
|
176219
176424
|
"name": "DeleteFilter",
|
|
176220
176425
|
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteFilter.html",
|
|
@@ -176320,6 +176525,36 @@
|
|
|
176320
176525
|
}
|
|
176321
176526
|
]
|
|
176322
176527
|
},
|
|
176528
|
+
{
|
|
176529
|
+
"name": "GetCisScanReport",
|
|
176530
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCisScanReport.html",
|
|
176531
|
+
"permissionOnly": false,
|
|
176532
|
+
"description": "Grants permission to retrieve a report containing information about completed CIS scans",
|
|
176533
|
+
"accessLevel": "Read",
|
|
176534
|
+
"resourceTypes": [
|
|
176535
|
+
{
|
|
176536
|
+
"resourceType": "",
|
|
176537
|
+
"required": false,
|
|
176538
|
+
"conditionKeys": [],
|
|
176539
|
+
"dependentActions": []
|
|
176540
|
+
}
|
|
176541
|
+
]
|
|
176542
|
+
},
|
|
176543
|
+
{
|
|
176544
|
+
"name": "GetCisScanResultDetails",
|
|
176545
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCisScanResultDetails.html",
|
|
176546
|
+
"permissionOnly": false,
|
|
176547
|
+
"description": "Grants permission to retrieve information about all details pertaining to one CIS scan and one targeted resource",
|
|
176548
|
+
"accessLevel": "List",
|
|
176549
|
+
"resourceTypes": [
|
|
176550
|
+
{
|
|
176551
|
+
"resourceType": "",
|
|
176552
|
+
"required": false,
|
|
176553
|
+
"conditionKeys": [],
|
|
176554
|
+
"dependentActions": []
|
|
176555
|
+
}
|
|
176556
|
+
]
|
|
176557
|
+
},
|
|
176323
176558
|
{
|
|
176324
176559
|
"name": "GetConfiguration",
|
|
176325
176560
|
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetConfiguration.html",
|
|
@@ -176440,6 +176675,66 @@
|
|
|
176440
176675
|
}
|
|
176441
176676
|
]
|
|
176442
176677
|
},
|
|
176678
|
+
{
|
|
176679
|
+
"name": "ListCisScanConfigurations",
|
|
176680
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanConfigurations.html",
|
|
176681
|
+
"permissionOnly": false,
|
|
176682
|
+
"description": "Grants permission to retrieve information about all CIS scan configurations",
|
|
176683
|
+
"accessLevel": "List",
|
|
176684
|
+
"resourceTypes": [
|
|
176685
|
+
{
|
|
176686
|
+
"resourceType": "",
|
|
176687
|
+
"required": false,
|
|
176688
|
+
"conditionKeys": [],
|
|
176689
|
+
"dependentActions": []
|
|
176690
|
+
}
|
|
176691
|
+
]
|
|
176692
|
+
},
|
|
176693
|
+
{
|
|
176694
|
+
"name": "ListCisScanResultsAggregatedByChecks",
|
|
176695
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanResultsAggregatedByChecks.html",
|
|
176696
|
+
"permissionOnly": false,
|
|
176697
|
+
"description": "Grants permission to retrieve information about all checks pertaining to one CIS scan",
|
|
176698
|
+
"accessLevel": "List",
|
|
176699
|
+
"resourceTypes": [
|
|
176700
|
+
{
|
|
176701
|
+
"resourceType": "",
|
|
176702
|
+
"required": false,
|
|
176703
|
+
"conditionKeys": [],
|
|
176704
|
+
"dependentActions": []
|
|
176705
|
+
}
|
|
176706
|
+
]
|
|
176707
|
+
},
|
|
176708
|
+
{
|
|
176709
|
+
"name": "ListCisScanResultsAggregatedByTargetResource",
|
|
176710
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanResultsAggregatedByTargetResource.html",
|
|
176711
|
+
"permissionOnly": false,
|
|
176712
|
+
"description": "Grants permission to retrieve information about all resources pertaining to one CIS scan",
|
|
176713
|
+
"accessLevel": "List",
|
|
176714
|
+
"resourceTypes": [
|
|
176715
|
+
{
|
|
176716
|
+
"resourceType": "",
|
|
176717
|
+
"required": false,
|
|
176718
|
+
"conditionKeys": [],
|
|
176719
|
+
"dependentActions": []
|
|
176720
|
+
}
|
|
176721
|
+
]
|
|
176722
|
+
},
|
|
176723
|
+
{
|
|
176724
|
+
"name": "ListCisScans",
|
|
176725
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScans.html",
|
|
176726
|
+
"permissionOnly": false,
|
|
176727
|
+
"description": "Grants permission to retrieve information about completed CIS scans",
|
|
176728
|
+
"accessLevel": "List",
|
|
176729
|
+
"resourceTypes": [
|
|
176730
|
+
{
|
|
176731
|
+
"resourceType": "",
|
|
176732
|
+
"required": false,
|
|
176733
|
+
"conditionKeys": [],
|
|
176734
|
+
"dependentActions": []
|
|
176735
|
+
}
|
|
176736
|
+
]
|
|
176737
|
+
},
|
|
176443
176738
|
{
|
|
176444
176739
|
"name": "ListCoverage",
|
|
176445
176740
|
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCoverage.html",
|
|
@@ -176605,6 +176900,66 @@
|
|
|
176605
176900
|
}
|
|
176606
176901
|
]
|
|
176607
176902
|
},
|
|
176903
|
+
{
|
|
176904
|
+
"name": "SendCisSessionHealth",
|
|
176905
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_SendCisSessionHealth.html",
|
|
176906
|
+
"permissionOnly": false,
|
|
176907
|
+
"description": "Grants permission to send CIS health for a CIS scan",
|
|
176908
|
+
"accessLevel": "Write",
|
|
176909
|
+
"resourceTypes": [
|
|
176910
|
+
{
|
|
176911
|
+
"resourceType": "",
|
|
176912
|
+
"required": false,
|
|
176913
|
+
"conditionKeys": [],
|
|
176914
|
+
"dependentActions": []
|
|
176915
|
+
}
|
|
176916
|
+
]
|
|
176917
|
+
},
|
|
176918
|
+
{
|
|
176919
|
+
"name": "SendCisSessionTelemetry",
|
|
176920
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_SendCisSessionTelemetry.html",
|
|
176921
|
+
"permissionOnly": false,
|
|
176922
|
+
"description": "Grants permission to send CIS telemetry for a CIS scan",
|
|
176923
|
+
"accessLevel": "Write",
|
|
176924
|
+
"resourceTypes": [
|
|
176925
|
+
{
|
|
176926
|
+
"resourceType": "",
|
|
176927
|
+
"required": false,
|
|
176928
|
+
"conditionKeys": [],
|
|
176929
|
+
"dependentActions": []
|
|
176930
|
+
}
|
|
176931
|
+
]
|
|
176932
|
+
},
|
|
176933
|
+
{
|
|
176934
|
+
"name": "StartCisSession",
|
|
176935
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StartCisSession.html",
|
|
176936
|
+
"permissionOnly": false,
|
|
176937
|
+
"description": "Grants permission to start a CIS scan session",
|
|
176938
|
+
"accessLevel": "Write",
|
|
176939
|
+
"resourceTypes": [
|
|
176940
|
+
{
|
|
176941
|
+
"resourceType": "",
|
|
176942
|
+
"required": false,
|
|
176943
|
+
"conditionKeys": [],
|
|
176944
|
+
"dependentActions": []
|
|
176945
|
+
}
|
|
176946
|
+
]
|
|
176947
|
+
},
|
|
176948
|
+
{
|
|
176949
|
+
"name": "StopCisSession",
|
|
176950
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StopCisSession.html",
|
|
176951
|
+
"permissionOnly": false,
|
|
176952
|
+
"description": "Grants permission to stop a CIS scan session",
|
|
176953
|
+
"accessLevel": "Write",
|
|
176954
|
+
"resourceTypes": [
|
|
176955
|
+
{
|
|
176956
|
+
"resourceType": "",
|
|
176957
|
+
"required": false,
|
|
176958
|
+
"conditionKeys": [],
|
|
176959
|
+
"dependentActions": []
|
|
176960
|
+
}
|
|
176961
|
+
]
|
|
176962
|
+
},
|
|
176608
176963
|
{
|
|
176609
176964
|
"name": "TagResource",
|
|
176610
176965
|
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_TagResource.html",
|
|
@@ -176612,6 +176967,22 @@
|
|
|
176612
176967
|
"description": "Grants permission to add or update the tags for an Amazon Inspector resource",
|
|
176613
176968
|
"accessLevel": "Tagging",
|
|
176614
176969
|
"resourceTypes": [
|
|
176970
|
+
{
|
|
176971
|
+
"resourceType": "CIS Scan Configuration",
|
|
176972
|
+
"required": false,
|
|
176973
|
+
"conditionKeys": [
|
|
176974
|
+
"inspector2:Cis Scan Configuration"
|
|
176975
|
+
],
|
|
176976
|
+
"dependentActions": []
|
|
176977
|
+
},
|
|
176978
|
+
{
|
|
176979
|
+
"resourceType": "Filter",
|
|
176980
|
+
"required": false,
|
|
176981
|
+
"conditionKeys": [
|
|
176982
|
+
"inspector2:Filter"
|
|
176983
|
+
],
|
|
176984
|
+
"dependentActions": []
|
|
176985
|
+
},
|
|
176615
176986
|
{
|
|
176616
176987
|
"resourceType": "",
|
|
176617
176988
|
"required": false,
|
|
@@ -176631,16 +177002,56 @@
|
|
|
176631
177002
|
"description": "Grants permission to remove tags from an Amazon Inspector resource",
|
|
176632
177003
|
"accessLevel": "Tagging",
|
|
176633
177004
|
"resourceTypes": [
|
|
177005
|
+
{
|
|
177006
|
+
"resourceType": "CIS Scan Configuration",
|
|
177007
|
+
"required": false,
|
|
177008
|
+
"conditionKeys": [
|
|
177009
|
+
"inspector2:Cis Scan Configuration"
|
|
177010
|
+
],
|
|
177011
|
+
"dependentActions": []
|
|
177012
|
+
},
|
|
177013
|
+
{
|
|
177014
|
+
"resourceType": "Filter",
|
|
177015
|
+
"required": false,
|
|
177016
|
+
"conditionKeys": [
|
|
177017
|
+
"inspector2:Filter"
|
|
177018
|
+
],
|
|
177019
|
+
"dependentActions": []
|
|
177020
|
+
},
|
|
176634
177021
|
{
|
|
176635
177022
|
"resourceType": "",
|
|
176636
177023
|
"required": false,
|
|
176637
177024
|
"conditionKeys": [
|
|
177025
|
+
"aws:ResourceTag/${TagKey}",
|
|
176638
177026
|
"aws:TagKeys"
|
|
176639
177027
|
],
|
|
176640
177028
|
"dependentActions": []
|
|
176641
177029
|
}
|
|
176642
177030
|
]
|
|
176643
177031
|
},
|
|
177032
|
+
{
|
|
177033
|
+
"name": "UpdateCisScanConfiguration",
|
|
177034
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateCisScanConfiguration.html",
|
|
177035
|
+
"permissionOnly": false,
|
|
177036
|
+
"description": "Grants permission to update the settings for a CIS scan configuration",
|
|
177037
|
+
"accessLevel": "Write",
|
|
177038
|
+
"resourceTypes": [
|
|
177039
|
+
{
|
|
177040
|
+
"resourceType": "CIS Scan Configuration",
|
|
177041
|
+
"required": true,
|
|
177042
|
+
"conditionKeys": [],
|
|
177043
|
+
"dependentActions": []
|
|
177044
|
+
},
|
|
177045
|
+
{
|
|
177046
|
+
"resourceType": "",
|
|
177047
|
+
"required": false,
|
|
177048
|
+
"conditionKeys": [
|
|
177049
|
+
"aws:ResourceTag/${TagKey}"
|
|
177050
|
+
],
|
|
177051
|
+
"dependentActions": []
|
|
177052
|
+
}
|
|
177053
|
+
]
|
|
177054
|
+
},
|
|
176644
177055
|
{
|
|
176645
177056
|
"name": "UpdateConfiguration",
|
|
176646
177057
|
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateConfiguration.html",
|
|
@@ -176755,6 +177166,14 @@
|
|
|
176755
177166
|
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
|
|
176756
177167
|
"arnPattern": "arn:${Partition}:inspector2:${Region}:${Account}:finding/${FindingId}",
|
|
176757
177168
|
"conditionKeys": []
|
|
177169
|
+
},
|
|
177170
|
+
{
|
|
177171
|
+
"name": "CIS Scan Configuration",
|
|
177172
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
|
|
177173
|
+
"arnPattern": "arn:${Partition}:inspector2:${Region}:${Account}:owner/${OwnerId}/cis-configuration/${CISScanConfigurationId}",
|
|
177174
|
+
"conditionKeys": [
|
|
177175
|
+
"aws:ResourceTag/${TagKey}"
|
|
177176
|
+
]
|
|
176758
177177
|
}
|
|
176759
177178
|
],
|
|
176760
177179
|
"conditionKeys": [
|
|
@@ -294092,6 +294511,12 @@
|
|
|
294092
294511
|
"description": "Filters access by the direct internet access associated with the resource in the request",
|
|
294093
294512
|
"type": "String"
|
|
294094
294513
|
},
|
|
294514
|
+
{
|
|
294515
|
+
"name": "sagemaker:DomainId",
|
|
294516
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
|
|
294517
|
+
"description": "This context key is included in some requests sent from SageMaker Studio. You can use the domainId as a policy variable to filter requests from specific SageMaker Domains",
|
|
294518
|
+
"type": "String"
|
|
294519
|
+
},
|
|
294095
294520
|
{
|
|
294096
294521
|
"name": "sagemaker:DomainSharingOutputKmsKey",
|
|
294097
294522
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
|
|
@@ -294290,6 +294715,12 @@
|
|
|
294290
294715
|
"description": "Filters access by the target model associated with the Multi-Model Endpoint in the request",
|
|
294291
294716
|
"type": "String"
|
|
294292
294717
|
},
|
|
294718
|
+
{
|
|
294719
|
+
"name": "sagemaker:UserProfileName",
|
|
294720
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
|
|
294721
|
+
"description": "This context key is included in some requests sent from SageMaker Studio. You can use the UserProfileName as a policy variable to filter requests from specific user profiles within a SageMaker Domain",
|
|
294722
|
+
"type": "String"
|
|
294723
|
+
},
|
|
294293
294724
|
{
|
|
294294
294725
|
"name": "sagemaker:VolumeKmsKey",
|
|
294295
294726
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonsagemaker.html#amazonsagemaker-policy-keys",
|
|
@@ -333765,7 +334196,7 @@
|
|
|
333765
334196
|
"name": "UpdateWorkloadShare",
|
|
333766
334197
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_UpdateWorkloadShare.html",
|
|
333767
334198
|
"permissionOnly": false,
|
|
333768
|
-
"description": "Grants permission to update properties of the specified workload",
|
|
334199
|
+
"description": "Grants permission to update properties of the specified workload share",
|
|
333769
334200
|
"accessLevel": "Write",
|
|
333770
334201
|
"resourceTypes": [
|
|
333771
334202
|
{
|
|
@@ -4123,21 +4123,24 @@
|
|
|
4123
4123
|
"name": "AWS CodeBuild",
|
|
4124
4124
|
"servicePrefix": "codebuild",
|
|
4125
4125
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodebuild.html",
|
|
4126
|
-
"actionsCount":
|
|
4126
|
+
"actionsCount": 58,
|
|
4127
4127
|
"actions": [
|
|
4128
4128
|
"BatchDeleteBuilds",
|
|
4129
4129
|
"BatchGetBuildBatches",
|
|
4130
4130
|
"BatchGetBuilds",
|
|
4131
|
+
"BatchGetFleets",
|
|
4131
4132
|
"BatchGetProjects",
|
|
4132
4133
|
"BatchGetReportGroups",
|
|
4133
4134
|
"BatchGetReports",
|
|
4134
4135
|
"BatchPutCodeCoverages",
|
|
4135
4136
|
"BatchPutTestCases",
|
|
4137
|
+
"CreateFleet",
|
|
4136
4138
|
"CreateProject",
|
|
4137
4139
|
"CreateReport",
|
|
4138
4140
|
"CreateReportGroup",
|
|
4139
4141
|
"CreateWebhook",
|
|
4140
4142
|
"DeleteBuildBatch",
|
|
4143
|
+
"DeleteFleet",
|
|
4141
4144
|
"DeleteOAuthToken",
|
|
4142
4145
|
"DeleteProject",
|
|
4143
4146
|
"DeleteReport",
|
|
@@ -4157,6 +4160,7 @@
|
|
|
4157
4160
|
"ListBuildsForProject",
|
|
4158
4161
|
"ListConnectedOAuthAccounts",
|
|
4159
4162
|
"ListCuratedEnvironmentImages",
|
|
4163
|
+
"ListFleets",
|
|
4160
4164
|
"ListProjects",
|
|
4161
4165
|
"ListReportGroups",
|
|
4162
4166
|
"ListReports",
|
|
@@ -4173,19 +4177,21 @@
|
|
|
4173
4177
|
"StartBuildBatch",
|
|
4174
4178
|
"StopBuild",
|
|
4175
4179
|
"StopBuildBatch",
|
|
4180
|
+
"UpdateFleet",
|
|
4176
4181
|
"UpdateProject",
|
|
4177
4182
|
"UpdateProjectVisibility",
|
|
4178
4183
|
"UpdateReport",
|
|
4179
4184
|
"UpdateReportGroup",
|
|
4180
4185
|
"UpdateWebhook"
|
|
4181
4186
|
],
|
|
4182
|
-
"resourceTypesCount":
|
|
4187
|
+
"resourceTypesCount": 6,
|
|
4183
4188
|
"resourceTypes": [
|
|
4184
4189
|
"build",
|
|
4185
4190
|
"build-batch",
|
|
4186
4191
|
"project",
|
|
4187
4192
|
"report-group",
|
|
4188
|
-
"report"
|
|
4193
|
+
"report",
|
|
4194
|
+
"fleet"
|
|
4189
4195
|
],
|
|
4190
4196
|
"conditionKeysCount": 3,
|
|
4191
4197
|
"conditionKeys": [
|
|
@@ -5633,7 +5639,7 @@
|
|
|
5633
5639
|
"name": "Amazon Connect Cases",
|
|
5634
5640
|
"servicePrefix": "cases",
|
|
5635
5641
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcases.html",
|
|
5636
|
-
"actionsCount":
|
|
5642
|
+
"actionsCount": 31,
|
|
5637
5643
|
"actions": [
|
|
5638
5644
|
"BatchGetField",
|
|
5639
5645
|
"BatchPutFieldOptions",
|
|
@@ -5645,6 +5651,7 @@
|
|
|
5645
5651
|
"CreateTemplate",
|
|
5646
5652
|
"DeleteDomain",
|
|
5647
5653
|
"GetCase",
|
|
5654
|
+
"GetCaseAuditEvents",
|
|
5648
5655
|
"GetCaseEventConfiguration",
|
|
5649
5656
|
"GetDomain",
|
|
5650
5657
|
"GetLayout",
|
|
@@ -9184,7 +9191,7 @@
|
|
|
9184
9191
|
"name": "Amazon Elastic MapReduce",
|
|
9185
9192
|
"servicePrefix": "elasticmapreduce",
|
|
9186
9193
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticmapreduce.html",
|
|
9187
|
-
"actionsCount":
|
|
9194
|
+
"actionsCount": 81,
|
|
9188
9195
|
"actions": [
|
|
9189
9196
|
"AddInstanceFleet",
|
|
9190
9197
|
"AddInstanceGroups",
|
|
@@ -9253,6 +9260,7 @@
|
|
|
9253
9260
|
"RemoveManagedScalingPolicy",
|
|
9254
9261
|
"RemoveTags",
|
|
9255
9262
|
"RunJobFlow",
|
|
9263
|
+
"SetKeepJobFlowAliveWhenNoSteps",
|
|
9256
9264
|
"SetTerminationProtection",
|
|
9257
9265
|
"SetVisibleToAllUsers",
|
|
9258
9266
|
"StartEditor",
|
|
@@ -12564,7 +12572,7 @@
|
|
|
12564
12572
|
"name": "Amazon Inspector2",
|
|
12565
12573
|
"servicePrefix": "inspector2",
|
|
12566
12574
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2.html",
|
|
12567
|
-
"actionsCount":
|
|
12575
|
+
"actionsCount": 59,
|
|
12568
12576
|
"actions": [
|
|
12569
12577
|
"AssociateMember",
|
|
12570
12578
|
"BatchGetAccountStatus",
|
|
@@ -12575,9 +12583,11 @@
|
|
|
12575
12583
|
"BatchUpdateMemberEc2DeepInspectionStatus",
|
|
12576
12584
|
"CancelFindingsReport",
|
|
12577
12585
|
"CancelSbomExport",
|
|
12586
|
+
"CreateCisScanConfiguration",
|
|
12578
12587
|
"CreateFilter",
|
|
12579
12588
|
"CreateFindingsReport",
|
|
12580
12589
|
"CreateSbomExport",
|
|
12590
|
+
"DeleteCisScanConfiguration",
|
|
12581
12591
|
"DeleteFilter",
|
|
12582
12592
|
"DescribeOrganizationConfiguration",
|
|
12583
12593
|
"Disable",
|
|
@@ -12585,6 +12595,8 @@
|
|
|
12585
12595
|
"DisassociateMember",
|
|
12586
12596
|
"Enable",
|
|
12587
12597
|
"EnableDelegatedAdminAccount",
|
|
12598
|
+
"GetCisScanReport",
|
|
12599
|
+
"GetCisScanResultDetails",
|
|
12588
12600
|
"GetConfiguration",
|
|
12589
12601
|
"GetDelegatedAdminAccount",
|
|
12590
12602
|
"GetEc2DeepInspectionConfiguration",
|
|
@@ -12593,6 +12605,10 @@
|
|
|
12593
12605
|
"GetMember",
|
|
12594
12606
|
"GetSbomExport",
|
|
12595
12607
|
"ListAccountPermissions",
|
|
12608
|
+
"ListCisScanConfigurations",
|
|
12609
|
+
"ListCisScanResultsAggregatedByChecks",
|
|
12610
|
+
"ListCisScanResultsAggregatedByTargetResource",
|
|
12611
|
+
"ListCisScans",
|
|
12596
12612
|
"ListCoverage",
|
|
12597
12613
|
"ListCoverageStatistics",
|
|
12598
12614
|
"ListDelegatedAdminAccounts",
|
|
@@ -12604,8 +12620,13 @@
|
|
|
12604
12620
|
"ListUsageTotals",
|
|
12605
12621
|
"ResetEncryptionKey",
|
|
12606
12622
|
"SearchVulnerabilities",
|
|
12623
|
+
"SendCisSessionHealth",
|
|
12624
|
+
"SendCisSessionTelemetry",
|
|
12625
|
+
"StartCisSession",
|
|
12626
|
+
"StopCisSession",
|
|
12607
12627
|
"TagResource",
|
|
12608
12628
|
"UntagResource",
|
|
12629
|
+
"UpdateCisScanConfiguration",
|
|
12609
12630
|
"UpdateConfiguration",
|
|
12610
12631
|
"UpdateEc2DeepInspectionConfiguration",
|
|
12611
12632
|
"UpdateEncryptionKey",
|
|
@@ -12613,10 +12634,11 @@
|
|
|
12613
12634
|
"UpdateOrgEc2DeepInspectionConfiguration",
|
|
12614
12635
|
"UpdateOrganizationConfiguration"
|
|
12615
12636
|
],
|
|
12616
|
-
"resourceTypesCount":
|
|
12637
|
+
"resourceTypesCount": 3,
|
|
12617
12638
|
"resourceTypes": [
|
|
12618
12639
|
"Filter",
|
|
12619
|
-
"Finding"
|
|
12640
|
+
"Finding",
|
|
12641
|
+
"CIS Scan Configuration"
|
|
12620
12642
|
],
|
|
12621
12643
|
"conditionKeysCount": 3,
|
|
12622
12644
|
"conditionKeys": [
|
|
@@ -21371,7 +21393,7 @@
|
|
|
21371
21393
|
"shared-model-event",
|
|
21372
21394
|
"sagemaker-catalog"
|
|
21373
21395
|
],
|
|
21374
|
-
"conditionKeysCount":
|
|
21396
|
+
"conditionKeysCount": 48,
|
|
21375
21397
|
"conditionKeys": [
|
|
21376
21398
|
"aws:RequestTag/${TagKey}",
|
|
21377
21399
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -21381,6 +21403,7 @@
|
|
|
21381
21403
|
"sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
21382
21404
|
"sagemaker:CustomerMetadataPropertiesToRemove",
|
|
21383
21405
|
"sagemaker:DirectInternetAccess",
|
|
21406
|
+
"sagemaker:DomainId",
|
|
21384
21407
|
"sagemaker:DomainSharingOutputKmsKey",
|
|
21385
21408
|
"sagemaker:EnableRemoteDebug",
|
|
21386
21409
|
"sagemaker:FeatureGroupDisableGlueTableCreation",
|
|
@@ -21414,6 +21437,7 @@
|
|
|
21414
21437
|
"sagemaker:SpaceSharingType",
|
|
21415
21438
|
"sagemaker:TaggingAction",
|
|
21416
21439
|
"sagemaker:TargetModel",
|
|
21440
|
+
"sagemaker:UserProfileName",
|
|
21417
21441
|
"sagemaker:VolumeKmsKey",
|
|
21418
21442
|
"sagemaker:VpcSecurityGroupIds",
|
|
21419
21443
|
"sagemaker:VpcSubnets",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9035
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4402
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2627
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1675
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 874
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
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.142",
|
|
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",
|