aws-iam-data 0.0.170 → 0.0.172
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 +28 -0
- package/dist/data/json/iam.json +270 -54
- package/dist/data/json/metadata.json +20 -11
- package/dist/data/json/reports.json +8 -8
- package/package.json +1 -1
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-03-23",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS CodeArtifact": [
|
|
8
|
+
"codeartifact:CreatePackageGroup",
|
|
9
|
+
"codeartifact:DeletePackageGroup",
|
|
10
|
+
"codeartifact:DescribePackageGroup",
|
|
11
|
+
"codeartifact:GetAssociatedPackageGroup",
|
|
12
|
+
"codeartifact:ListAllowedRepositoriesForGroup",
|
|
13
|
+
"codeartifact:ListAssociatedPackages",
|
|
14
|
+
"codeartifact:ListPackageGroups",
|
|
15
|
+
"codeartifact:ListSubPackageGroups",
|
|
16
|
+
"codeartifact:UpdatePackageGroup",
|
|
17
|
+
"codeartifact:UpdatePackageGroupOriginConfiguration"
|
|
18
|
+
],
|
|
19
|
+
"Amazon DynamoDB": [
|
|
20
|
+
"dynamodb:DeleteResourcePolicy",
|
|
21
|
+
"dynamodb:PutResourcePolicy",
|
|
22
|
+
"dynamodb:UpdateKinesisStreamingDestination"
|
|
23
|
+
],
|
|
24
|
+
"Amazon WorkMail": [
|
|
25
|
+
"workmail:AllowVendedLogDeliveryForResource"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"removedActions": {}
|
|
29
|
+
},
|
|
2
30
|
{
|
|
3
31
|
"dateOfChange": "2024-03-20",
|
|
4
32
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -51927,6 +51927,24 @@
|
|
|
51927
51927
|
}
|
|
51928
51928
|
]
|
|
51929
51929
|
},
|
|
51930
|
+
{
|
|
51931
|
+
"name": "CreatePackageGroup",
|
|
51932
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_CreatePackageGroup.html",
|
|
51933
|
+
"permissionOnly": false,
|
|
51934
|
+
"description": "Grants permission to create a package group",
|
|
51935
|
+
"accessLevel": "Write",
|
|
51936
|
+
"resourceTypes": [
|
|
51937
|
+
{
|
|
51938
|
+
"resourceType": "",
|
|
51939
|
+
"required": false,
|
|
51940
|
+
"conditionKeys": [
|
|
51941
|
+
"aws:RequestTag/${TagKey}",
|
|
51942
|
+
"aws:TagKeys"
|
|
51943
|
+
],
|
|
51944
|
+
"dependentActions": []
|
|
51945
|
+
}
|
|
51946
|
+
]
|
|
51947
|
+
},
|
|
51930
51948
|
{
|
|
51931
51949
|
"name": "CreateRepository",
|
|
51932
51950
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_CreateRepository.html",
|
|
@@ -51990,6 +52008,21 @@
|
|
|
51990
52008
|
}
|
|
51991
52009
|
]
|
|
51992
52010
|
},
|
|
52011
|
+
{
|
|
52012
|
+
"name": "DeletePackageGroup",
|
|
52013
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DeletePackageGroup.html",
|
|
52014
|
+
"permissionOnly": false,
|
|
52015
|
+
"description": "Grants permission to delete a package group",
|
|
52016
|
+
"accessLevel": "Write",
|
|
52017
|
+
"resourceTypes": [
|
|
52018
|
+
{
|
|
52019
|
+
"resourceType": "package-group",
|
|
52020
|
+
"required": true,
|
|
52021
|
+
"conditionKeys": [],
|
|
52022
|
+
"dependentActions": []
|
|
52023
|
+
}
|
|
52024
|
+
]
|
|
52025
|
+
},
|
|
51993
52026
|
{
|
|
51994
52027
|
"name": "DeletePackageVersions",
|
|
51995
52028
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DeletePackageVersions.html",
|
|
@@ -52065,6 +52098,21 @@
|
|
|
52065
52098
|
}
|
|
52066
52099
|
]
|
|
52067
52100
|
},
|
|
52101
|
+
{
|
|
52102
|
+
"name": "DescribePackageGroup",
|
|
52103
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DescribePackageGroup.html",
|
|
52104
|
+
"permissionOnly": false,
|
|
52105
|
+
"description": "Grants permission to return detailed information about a package group",
|
|
52106
|
+
"accessLevel": "Read",
|
|
52107
|
+
"resourceTypes": [
|
|
52108
|
+
{
|
|
52109
|
+
"resourceType": "package-group",
|
|
52110
|
+
"required": true,
|
|
52111
|
+
"conditionKeys": [],
|
|
52112
|
+
"dependentActions": []
|
|
52113
|
+
}
|
|
52114
|
+
]
|
|
52115
|
+
},
|
|
52068
52116
|
{
|
|
52069
52117
|
"name": "DescribePackageVersion",
|
|
52070
52118
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DescribePackageVersion.html",
|
|
@@ -52125,6 +52173,21 @@
|
|
|
52125
52173
|
}
|
|
52126
52174
|
]
|
|
52127
52175
|
},
|
|
52176
|
+
{
|
|
52177
|
+
"name": "GetAssociatedPackageGroup",
|
|
52178
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_GetAssociatedPackageGroup.html",
|
|
52179
|
+
"permissionOnly": false,
|
|
52180
|
+
"description": "Grants permission to return a package's associated package group",
|
|
52181
|
+
"accessLevel": "Read",
|
|
52182
|
+
"resourceTypes": [
|
|
52183
|
+
{
|
|
52184
|
+
"resourceType": "package-group",
|
|
52185
|
+
"required": true,
|
|
52186
|
+
"conditionKeys": [],
|
|
52187
|
+
"dependentActions": []
|
|
52188
|
+
}
|
|
52189
|
+
]
|
|
52190
|
+
},
|
|
52128
52191
|
{
|
|
52129
52192
|
"name": "GetAuthorizationToken",
|
|
52130
52193
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_GetAuthorizationToken.html",
|
|
@@ -52215,6 +52278,36 @@
|
|
|
52215
52278
|
}
|
|
52216
52279
|
]
|
|
52217
52280
|
},
|
|
52281
|
+
{
|
|
52282
|
+
"name": "ListAllowedRepositoriesForGroup",
|
|
52283
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListRepositoriesInDomain.html",
|
|
52284
|
+
"permissionOnly": false,
|
|
52285
|
+
"description": "Grants permission to list the allowed repositories for a package group",
|
|
52286
|
+
"accessLevel": "List",
|
|
52287
|
+
"resourceTypes": [
|
|
52288
|
+
{
|
|
52289
|
+
"resourceType": "package-group",
|
|
52290
|
+
"required": true,
|
|
52291
|
+
"conditionKeys": [],
|
|
52292
|
+
"dependentActions": []
|
|
52293
|
+
}
|
|
52294
|
+
]
|
|
52295
|
+
},
|
|
52296
|
+
{
|
|
52297
|
+
"name": "ListAssociatedPackages",
|
|
52298
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListAssociatedPackages.html",
|
|
52299
|
+
"permissionOnly": false,
|
|
52300
|
+
"description": "Grants permission to list the packages associated to a package group",
|
|
52301
|
+
"accessLevel": "List",
|
|
52302
|
+
"resourceTypes": [
|
|
52303
|
+
{
|
|
52304
|
+
"resourceType": "package-group",
|
|
52305
|
+
"required": true,
|
|
52306
|
+
"conditionKeys": [],
|
|
52307
|
+
"dependentActions": []
|
|
52308
|
+
}
|
|
52309
|
+
]
|
|
52310
|
+
},
|
|
52218
52311
|
{
|
|
52219
52312
|
"name": "ListDomains",
|
|
52220
52313
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListDomains.html",
|
|
@@ -52230,6 +52323,21 @@
|
|
|
52230
52323
|
}
|
|
52231
52324
|
]
|
|
52232
52325
|
},
|
|
52326
|
+
{
|
|
52327
|
+
"name": "ListPackageGroups",
|
|
52328
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageGroups.html",
|
|
52329
|
+
"permissionOnly": false,
|
|
52330
|
+
"description": "Grants permission to list the package groups in a domain",
|
|
52331
|
+
"accessLevel": "List",
|
|
52332
|
+
"resourceTypes": [
|
|
52333
|
+
{
|
|
52334
|
+
"resourceType": "domain",
|
|
52335
|
+
"required": true,
|
|
52336
|
+
"conditionKeys": [],
|
|
52337
|
+
"dependentActions": []
|
|
52338
|
+
}
|
|
52339
|
+
]
|
|
52340
|
+
},
|
|
52233
52341
|
{
|
|
52234
52342
|
"name": "ListPackageVersionAssets",
|
|
52235
52343
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersionAssets.html",
|
|
@@ -52320,6 +52428,21 @@
|
|
|
52320
52428
|
}
|
|
52321
52429
|
]
|
|
52322
52430
|
},
|
|
52431
|
+
{
|
|
52432
|
+
"name": "ListSubPackageGroups",
|
|
52433
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListSubPackageGroups.html",
|
|
52434
|
+
"permissionOnly": false,
|
|
52435
|
+
"description": "Grants permission to list the sub package groups for a parent package group",
|
|
52436
|
+
"accessLevel": "List",
|
|
52437
|
+
"resourceTypes": [
|
|
52438
|
+
{
|
|
52439
|
+
"resourceType": "package-group",
|
|
52440
|
+
"required": true,
|
|
52441
|
+
"conditionKeys": [],
|
|
52442
|
+
"dependentActions": []
|
|
52443
|
+
}
|
|
52444
|
+
]
|
|
52445
|
+
},
|
|
52323
52446
|
{
|
|
52324
52447
|
"name": "ListTagsForResource",
|
|
52325
52448
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListTagsForResource.html",
|
|
@@ -52333,6 +52456,12 @@
|
|
|
52333
52456
|
"conditionKeys": [],
|
|
52334
52457
|
"dependentActions": []
|
|
52335
52458
|
},
|
|
52459
|
+
{
|
|
52460
|
+
"resourceType": "package-group",
|
|
52461
|
+
"required": false,
|
|
52462
|
+
"conditionKeys": [],
|
|
52463
|
+
"dependentActions": []
|
|
52464
|
+
},
|
|
52336
52465
|
{
|
|
52337
52466
|
"resourceType": "repository",
|
|
52338
52467
|
"required": false,
|
|
@@ -52444,6 +52573,12 @@
|
|
|
52444
52573
|
"conditionKeys": [],
|
|
52445
52574
|
"dependentActions": []
|
|
52446
52575
|
},
|
|
52576
|
+
{
|
|
52577
|
+
"resourceType": "package-group",
|
|
52578
|
+
"required": false,
|
|
52579
|
+
"conditionKeys": [],
|
|
52580
|
+
"dependentActions": []
|
|
52581
|
+
},
|
|
52447
52582
|
{
|
|
52448
52583
|
"resourceType": "repository",
|
|
52449
52584
|
"required": false,
|
|
@@ -52474,6 +52609,12 @@
|
|
|
52474
52609
|
"conditionKeys": [],
|
|
52475
52610
|
"dependentActions": []
|
|
52476
52611
|
},
|
|
52612
|
+
{
|
|
52613
|
+
"resourceType": "package-group",
|
|
52614
|
+
"required": false,
|
|
52615
|
+
"conditionKeys": [],
|
|
52616
|
+
"dependentActions": []
|
|
52617
|
+
},
|
|
52477
52618
|
{
|
|
52478
52619
|
"resourceType": "repository",
|
|
52479
52620
|
"required": false,
|
|
@@ -52490,6 +52631,36 @@
|
|
|
52490
52631
|
}
|
|
52491
52632
|
]
|
|
52492
52633
|
},
|
|
52634
|
+
{
|
|
52635
|
+
"name": "UpdatePackageGroup",
|
|
52636
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdatePackageGroup.html",
|
|
52637
|
+
"permissionOnly": false,
|
|
52638
|
+
"description": "Grants permission to modify the properties of a package group",
|
|
52639
|
+
"accessLevel": "Write",
|
|
52640
|
+
"resourceTypes": [
|
|
52641
|
+
{
|
|
52642
|
+
"resourceType": "package-group",
|
|
52643
|
+
"required": true,
|
|
52644
|
+
"conditionKeys": [],
|
|
52645
|
+
"dependentActions": []
|
|
52646
|
+
}
|
|
52647
|
+
]
|
|
52648
|
+
},
|
|
52649
|
+
{
|
|
52650
|
+
"name": "UpdatePackageGroupOriginConfiguration",
|
|
52651
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdatePackageGroupOriginConfiguration.html",
|
|
52652
|
+
"permissionOnly": false,
|
|
52653
|
+
"description": "Grants permission to modify the package origin configuration of a package group",
|
|
52654
|
+
"accessLevel": "Write",
|
|
52655
|
+
"resourceTypes": [
|
|
52656
|
+
{
|
|
52657
|
+
"resourceType": "package-group",
|
|
52658
|
+
"required": true,
|
|
52659
|
+
"conditionKeys": [],
|
|
52660
|
+
"dependentActions": []
|
|
52661
|
+
}
|
|
52662
|
+
]
|
|
52663
|
+
},
|
|
52493
52664
|
{
|
|
52494
52665
|
"name": "UpdatePackageVersionsStatus",
|
|
52495
52666
|
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdatePackageVersionsStatus.html",
|
|
@@ -52521,30 +52692,7 @@
|
|
|
52521
52692
|
]
|
|
52522
52693
|
}
|
|
52523
52694
|
],
|
|
52524
|
-
"resourceTypes": [
|
|
52525
|
-
{
|
|
52526
|
-
"name": "domain",
|
|
52527
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/ug/auth-and-access-control-iam-access-control-identity-based.html#arn-formats",
|
|
52528
|
-
"arnPattern": "arn:${Partition}:codeartifact:${Region}:${Account}:domain/${DomainName}",
|
|
52529
|
-
"conditionKeys": [
|
|
52530
|
-
"aws:ResourceTag/${TagKey}"
|
|
52531
|
-
]
|
|
52532
|
-
},
|
|
52533
|
-
{
|
|
52534
|
-
"name": "repository",
|
|
52535
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/ug/repo-policies.html",
|
|
52536
|
-
"arnPattern": "arn:${Partition}:codeartifact:${Region}:${Account}:repository/${DomainName}/${RepositoryName}",
|
|
52537
|
-
"conditionKeys": [
|
|
52538
|
-
"aws:ResourceTag/${TagKey}"
|
|
52539
|
-
]
|
|
52540
|
-
},
|
|
52541
|
-
{
|
|
52542
|
-
"name": "package",
|
|
52543
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/codeartifact/latest/ug/repo-policies.html",
|
|
52544
|
-
"arnPattern": "arn:${Partition}:codeartifact:${Region}:${Account}:package/${DomainName}/${RepositoryName}/${PackageFormat}/${PackageNamespace}/${PackageName}",
|
|
52545
|
-
"conditionKeys": []
|
|
52546
|
-
}
|
|
52547
|
-
],
|
|
52695
|
+
"resourceTypes": [],
|
|
52548
52696
|
"conditionKeys": [
|
|
52549
52697
|
{
|
|
52550
52698
|
"name": "aws:RequestTag/${TagKey}",
|
|
@@ -94914,6 +95062,27 @@
|
|
|
94914
95062
|
}
|
|
94915
95063
|
]
|
|
94916
95064
|
},
|
|
95065
|
+
{
|
|
95066
|
+
"name": "DeleteResourcePolicy",
|
|
95067
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteResourcePolicy.html",
|
|
95068
|
+
"permissionOnly": false,
|
|
95069
|
+
"description": "Grants permission to delete the resource-based policy attached to the resource",
|
|
95070
|
+
"accessLevel": "Permissions management",
|
|
95071
|
+
"resourceTypes": [
|
|
95072
|
+
{
|
|
95073
|
+
"resourceType": "stream",
|
|
95074
|
+
"required": true,
|
|
95075
|
+
"conditionKeys": [],
|
|
95076
|
+
"dependentActions": []
|
|
95077
|
+
},
|
|
95078
|
+
{
|
|
95079
|
+
"resourceType": "table",
|
|
95080
|
+
"required": true,
|
|
95081
|
+
"conditionKeys": [],
|
|
95082
|
+
"dependentActions": []
|
|
95083
|
+
}
|
|
95084
|
+
]
|
|
95085
|
+
},
|
|
94917
95086
|
{
|
|
94918
95087
|
"name": "DeleteTable",
|
|
94919
95088
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteTable.html",
|
|
@@ -95279,9 +95448,9 @@
|
|
|
95279
95448
|
},
|
|
95280
95449
|
{
|
|
95281
95450
|
"name": "GetResourcePolicy",
|
|
95282
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
95283
|
-
"permissionOnly":
|
|
95284
|
-
"description": "Grants permission to
|
|
95451
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetResourcePolicy.html",
|
|
95452
|
+
"permissionOnly": false,
|
|
95453
|
+
"description": "Grants permission to view a resource-based policy for a resource",
|
|
95285
95454
|
"accessLevel": "Read",
|
|
95286
95455
|
"resourceTypes": [
|
|
95287
95456
|
{
|
|
@@ -95600,6 +95769,27 @@
|
|
|
95600
95769
|
}
|
|
95601
95770
|
]
|
|
95602
95771
|
},
|
|
95772
|
+
{
|
|
95773
|
+
"name": "PutResourcePolicy",
|
|
95774
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutResourcePolicy.html",
|
|
95775
|
+
"permissionOnly": false,
|
|
95776
|
+
"description": "Grants permission to attach a resource-based policy to the resource",
|
|
95777
|
+
"accessLevel": "Permissions management",
|
|
95778
|
+
"resourceTypes": [
|
|
95779
|
+
{
|
|
95780
|
+
"resourceType": "stream",
|
|
95781
|
+
"required": true,
|
|
95782
|
+
"conditionKeys": [],
|
|
95783
|
+
"dependentActions": []
|
|
95784
|
+
},
|
|
95785
|
+
{
|
|
95786
|
+
"resourceType": "table",
|
|
95787
|
+
"required": true,
|
|
95788
|
+
"conditionKeys": [],
|
|
95789
|
+
"dependentActions": []
|
|
95790
|
+
}
|
|
95791
|
+
]
|
|
95792
|
+
},
|
|
95603
95793
|
{
|
|
95604
95794
|
"name": "Query",
|
|
95605
95795
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html",
|
|
@@ -95903,6 +96093,21 @@
|
|
|
95903
96093
|
}
|
|
95904
96094
|
]
|
|
95905
96095
|
},
|
|
96096
|
+
{
|
|
96097
|
+
"name": "UpdateKinesisStreamingDestination",
|
|
96098
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateKinesisStreamingDestination.html",
|
|
96099
|
+
"permissionOnly": false,
|
|
96100
|
+
"description": "Grants permission to update data replication configurations for the specified Kinesis data stream",
|
|
96101
|
+
"accessLevel": "Write",
|
|
96102
|
+
"resourceTypes": [
|
|
96103
|
+
{
|
|
96104
|
+
"resourceType": "table",
|
|
96105
|
+
"required": true,
|
|
96106
|
+
"conditionKeys": [],
|
|
96107
|
+
"dependentActions": []
|
|
96108
|
+
}
|
|
96109
|
+
]
|
|
96110
|
+
},
|
|
95906
96111
|
{
|
|
95907
96112
|
"name": "UpdateTable",
|
|
95908
96113
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html",
|
|
@@ -98344,10 +98549,14 @@
|
|
|
98344
98549
|
"resourceType": "image",
|
|
98345
98550
|
"required": true,
|
|
98346
98551
|
"conditionKeys": [
|
|
98552
|
+
"aws:RequestTag/${TagKey}",
|
|
98553
|
+
"aws:TagKeys",
|
|
98347
98554
|
"ec2:ImageID",
|
|
98348
98555
|
"ec2:Owner"
|
|
98349
98556
|
],
|
|
98350
|
-
"dependentActions": [
|
|
98557
|
+
"dependentActions": [
|
|
98558
|
+
"ec2:CreateTags"
|
|
98559
|
+
]
|
|
98351
98560
|
},
|
|
98352
98561
|
{
|
|
98353
98562
|
"resourceType": "",
|
|
@@ -101431,7 +101640,6 @@
|
|
|
101431
101640
|
"ec2:Phase2EncryptionAlgorithms",
|
|
101432
101641
|
"ec2:Phase2IntegrityAlgorithms",
|
|
101433
101642
|
"ec2:Phase2LifetimeSeconds",
|
|
101434
|
-
"ec2:PreSharedKeys",
|
|
101435
101643
|
"ec2:RekeyFuzzPercentage",
|
|
101436
101644
|
"ec2:RekeyMarginTimeSeconds",
|
|
101437
101645
|
"ec2:ReplayWindowSizePackets",
|
|
@@ -102523,7 +102731,6 @@
|
|
|
102523
102731
|
"ec2:Phase2EncryptionAlgorithms",
|
|
102524
102732
|
"ec2:Phase2IntegrityAlgorithms",
|
|
102525
102733
|
"ec2:Phase2LifetimeSeconds",
|
|
102526
|
-
"ec2:PreSharedKeys",
|
|
102527
102734
|
"ec2:RekeyFuzzPercentage",
|
|
102528
102735
|
"ec2:RekeyMarginTimeSeconds",
|
|
102529
102736
|
"ec2:ReplayWindowSizePackets",
|
|
@@ -114053,7 +114260,6 @@
|
|
|
114053
114260
|
"ec2:Phase2EncryptionAlgorithms",
|
|
114054
114261
|
"ec2:Phase2IntegrityAlgorithms",
|
|
114055
114262
|
"ec2:Phase2LifetimeSeconds",
|
|
114056
|
-
"ec2:PreSharedKeys",
|
|
114057
114263
|
"ec2:RekeyFuzzPercentage",
|
|
114058
114264
|
"ec2:RekeyMarginTimeSeconds",
|
|
114059
114265
|
"ec2:ReplayWindowSizePackets",
|
|
@@ -114156,7 +114362,6 @@
|
|
|
114156
114362
|
"ec2:Phase2EncryptionAlgorithms",
|
|
114157
114363
|
"ec2:Phase2IntegrityAlgorithms",
|
|
114158
114364
|
"ec2:Phase2LifetimeSeconds",
|
|
114159
|
-
"ec2:PreSharedKeys",
|
|
114160
114365
|
"ec2:RekeyFuzzPercentage",
|
|
114161
114366
|
"ec2:RekeyMarginTimeSeconds",
|
|
114162
114367
|
"ec2:ReplayWindowSizePackets",
|
|
@@ -114608,12 +114813,14 @@
|
|
|
114608
114813
|
"resourceType": "image",
|
|
114609
114814
|
"required": true,
|
|
114610
114815
|
"conditionKeys": [
|
|
114611
|
-
"aws:
|
|
114816
|
+
"aws:RequestTag/${TagKey}",
|
|
114817
|
+
"aws:TagKeys",
|
|
114612
114818
|
"ec2:ImageID",
|
|
114613
|
-
"ec2:Owner"
|
|
114614
|
-
"ec2:ResourceTag/${TagKey}"
|
|
114819
|
+
"ec2:Owner"
|
|
114615
114820
|
],
|
|
114616
|
-
"dependentActions": [
|
|
114821
|
+
"dependentActions": [
|
|
114822
|
+
"ec2:CreateTags"
|
|
114823
|
+
]
|
|
114617
114824
|
},
|
|
114618
114825
|
{
|
|
114619
114826
|
"resourceType": "snapshot",
|
|
@@ -118032,7 +118239,6 @@
|
|
|
118032
118239
|
"ec2:Phase2EncryptionAlgorithms",
|
|
118033
118240
|
"ec2:Phase2IntegrityAlgorithms",
|
|
118034
118241
|
"ec2:Phase2LifetimeSeconds",
|
|
118035
|
-
"ec2:PreSharedKeys",
|
|
118036
118242
|
"ec2:Region",
|
|
118037
118243
|
"ec2:RekeyFuzzPercentage",
|
|
118038
118244
|
"ec2:RekeyMarginTimeSeconds",
|
|
@@ -118487,12 +118693,6 @@
|
|
|
118487
118693
|
"description": "Filters access by the instance placement strategy used by the placement group (cluster, spread, or partition)",
|
|
118488
118694
|
"type": "String"
|
|
118489
118695
|
},
|
|
118490
|
-
{
|
|
118491
|
-
"name": "ec2:PreSharedKeys",
|
|
118492
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/vpn/latest/s2svpn/vpn-authentication-access-control.html",
|
|
118493
|
-
"description": "Filters access by the pre-shared key (PSK) used to establish the initial IKE security association between a virtual private gateway and a customer gateway",
|
|
118494
|
-
"type": "String"
|
|
118495
|
-
},
|
|
118496
118696
|
{
|
|
118497
118697
|
"name": "ec2:ProductCode",
|
|
118498
118698
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policy-structure.html#amazon-ec2-keys",
|
|
@@ -260628,7 +260828,7 @@
|
|
|
260628
260828
|
"name": "CreateDBClusterEndpoint",
|
|
260629
260829
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBClusterEndpoint.html",
|
|
260630
260830
|
"permissionOnly": false,
|
|
260631
|
-
"description": "Grants permission to create a new custom endpoint and associates it with an Amazon Aurora DB cluster",
|
|
260831
|
+
"description": "Grants permission to create a new custom endpoint and associates it with an Amazon Aurora DB cluster or Amazon DocumentDB cluster",
|
|
260632
260832
|
"accessLevel": "Write",
|
|
260633
260833
|
"resourceTypes": [
|
|
260634
260834
|
{
|
|
@@ -261060,7 +261260,7 @@
|
|
|
261060
261260
|
"name": "CreateGlobalCluster",
|
|
261061
261261
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateGlobalCluster.html",
|
|
261062
261262
|
"permissionOnly": false,
|
|
261063
|
-
"description": "Grants permission to create an Aurora global database spread across multiple regions",
|
|
261263
|
+
"description": "Grants permission to create an Aurora global database or DocumentDB global database spread across multiple regions",
|
|
261064
261264
|
"accessLevel": "Write",
|
|
261065
261265
|
"resourceTypes": [
|
|
261066
261266
|
{
|
|
@@ -261271,7 +261471,7 @@
|
|
|
261271
261471
|
"name": "DeleteDBClusterEndpoint",
|
|
261272
261472
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteDBClusterEndpoint.html",
|
|
261273
261473
|
"permissionOnly": false,
|
|
261274
|
-
"description": "Grants permission to delete a custom endpoint and removes it from an Amazon Aurora DB cluster",
|
|
261474
|
+
"description": "Grants permission to delete a custom endpoint and removes it from an Amazon Aurora DB cluster or Amazon DocumentDB cluster",
|
|
261275
261475
|
"accessLevel": "Write",
|
|
261276
261476
|
"resourceTypes": [
|
|
261277
261477
|
{
|
|
@@ -261737,7 +261937,7 @@
|
|
|
261737
261937
|
"name": "DescribeDBClusters",
|
|
261738
261938
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html",
|
|
261739
261939
|
"permissionOnly": false,
|
|
261740
|
-
"description": "Grants permission to return information about provisioned Aurora DB clusters",
|
|
261940
|
+
"description": "Grants permission to return information about provisioned Aurora DB clusters or DocumentDB clusters",
|
|
261741
261941
|
"accessLevel": "List",
|
|
261742
261942
|
"resourceTypes": [
|
|
261743
261943
|
{
|
|
@@ -262133,7 +262333,7 @@
|
|
|
262133
262333
|
"name": "DescribeGlobalClusters",
|
|
262134
262334
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeGlobalClusters.html",
|
|
262135
262335
|
"permissionOnly": false,
|
|
262136
|
-
"description": "Grants permission to return information about Aurora global database clusters",
|
|
262336
|
+
"description": "Grants permission to return information about Aurora global database clusters or DocumentDB global database clusters",
|
|
262137
262337
|
"accessLevel": "List",
|
|
262138
262338
|
"resourceTypes": [
|
|
262139
262339
|
{
|
|
@@ -262627,7 +262827,7 @@
|
|
|
262627
262827
|
"name": "ModifyDBCluster",
|
|
262628
262828
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBCluster.html",
|
|
262629
262829
|
"permissionOnly": false,
|
|
262630
|
-
"description": "Grants permission to modify a setting for an Amazon Aurora DB cluster",
|
|
262830
|
+
"description": "Grants permission to modify a setting for an Amazon Aurora DB cluster or Amazon DocumentDB cluster",
|
|
262631
262831
|
"accessLevel": "Write",
|
|
262632
262832
|
"resourceTypes": [
|
|
262633
262833
|
{
|
|
@@ -262675,7 +262875,7 @@
|
|
|
262675
262875
|
"name": "ModifyDBClusterEndpoint",
|
|
262676
262876
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBClusterEndpoint.html",
|
|
262677
262877
|
"permissionOnly": false,
|
|
262678
|
-
"description": "Grants permission to modify the properties of an endpoint in an Amazon Aurora DB cluster",
|
|
262878
|
+
"description": "Grants permission to modify the properties of an endpoint in an Amazon Aurora DB cluster or Amazon DocumentDB cluster",
|
|
262679
262879
|
"accessLevel": "Write",
|
|
262680
262880
|
"resourceTypes": [
|
|
262681
262881
|
{
|
|
@@ -262931,7 +263131,7 @@
|
|
|
262931
263131
|
"name": "ModifyGlobalCluster",
|
|
262932
263132
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyGlobalCluster.html",
|
|
262933
263133
|
"permissionOnly": false,
|
|
262934
|
-
"description": "Grants permission to modify a setting for an Amazon Aurora global cluster",
|
|
263134
|
+
"description": "Grants permission to modify a setting for an Amazon Aurora global cluster or Amazon DocumentDB global cluster",
|
|
262935
263135
|
"accessLevel": "Write",
|
|
262936
263136
|
"resourceTypes": [
|
|
262937
263137
|
{
|
|
@@ -263123,7 +263323,7 @@
|
|
|
263123
263323
|
"name": "RemoveFromGlobalCluster",
|
|
263124
263324
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_RemoveFromGlobalCluster.html",
|
|
263125
263325
|
"permissionOnly": false,
|
|
263126
|
-
"description": "Grants permission to detach an Aurora secondary cluster from an Aurora global database cluster",
|
|
263326
|
+
"description": "Grants permission to detach an Aurora secondary cluster from an Aurora global database cluster or DocumentDB global cluster",
|
|
263127
263327
|
"accessLevel": "Write",
|
|
263128
263328
|
"resourceTypes": [
|
|
263129
263329
|
{
|
|
@@ -313209,6 +313409,7 @@
|
|
|
313209
313409
|
"required": true,
|
|
313210
313410
|
"conditionKeys": [],
|
|
313211
313411
|
"dependentActions": [
|
|
313412
|
+
"iam:PassRole",
|
|
313212
313413
|
"states:PublishStateMachineVersion"
|
|
313213
313414
|
]
|
|
313214
313415
|
},
|
|
@@ -313866,6 +314067,7 @@
|
|
|
313866
314067
|
"required": true,
|
|
313867
314068
|
"conditionKeys": [],
|
|
313868
314069
|
"dependentActions": [
|
|
314070
|
+
"iam:PassRole",
|
|
313869
314071
|
"states:PublishStateMachineVersion"
|
|
313870
314072
|
]
|
|
313871
314073
|
},
|
|
@@ -337003,6 +337205,21 @@
|
|
|
337003
337205
|
}
|
|
337004
337206
|
]
|
|
337005
337207
|
},
|
|
337208
|
+
{
|
|
337209
|
+
"name": "AllowVendedLogDeliveryForResource",
|
|
337210
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/adminguide/audit-logging.html",
|
|
337211
|
+
"permissionOnly": true,
|
|
337212
|
+
"description": "Grants permission to configure vended log delivery for WorkMail audit logs",
|
|
337213
|
+
"accessLevel": "Write",
|
|
337214
|
+
"resourceTypes": [
|
|
337215
|
+
{
|
|
337216
|
+
"resourceType": "organization",
|
|
337217
|
+
"required": true,
|
|
337218
|
+
"conditionKeys": [],
|
|
337219
|
+
"dependentActions": []
|
|
337220
|
+
}
|
|
337221
|
+
]
|
|
337222
|
+
},
|
|
337006
337223
|
{
|
|
337007
337224
|
"name": "AssociateDelegateToResource",
|
|
337008
337225
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workmail/latest/APIReference/API_AssociateDelegateToResource.html",
|
|
@@ -338838,8 +339055,7 @@
|
|
|
338838
339055
|
"resourceType": "",
|
|
338839
339056
|
"required": false,
|
|
338840
339057
|
"conditionKeys": [
|
|
338841
|
-
"aws:TagKeys"
|
|
338842
|
-
"aws:RequestTag/${TagKey}"
|
|
339058
|
+
"aws:TagKeys"
|
|
338843
339059
|
],
|
|
338844
339060
|
"dependentActions": []
|
|
338845
339061
|
}
|
|
@@ -4082,38 +4082,46 @@
|
|
|
4082
4082
|
"name": "AWS CodeArtifact",
|
|
4083
4083
|
"servicePrefix": "codeartifact",
|
|
4084
4084
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodeartifact.html",
|
|
4085
|
-
"actionsCount":
|
|
4085
|
+
"actionsCount": 51,
|
|
4086
4086
|
"actions": [
|
|
4087
4087
|
"AssociateExternalConnection",
|
|
4088
4088
|
"AssociateWithDownstreamRepository",
|
|
4089
4089
|
"CopyPackageVersions",
|
|
4090
4090
|
"CreateDomain",
|
|
4091
|
+
"CreatePackageGroup",
|
|
4091
4092
|
"CreateRepository",
|
|
4092
4093
|
"DeleteDomain",
|
|
4093
4094
|
"DeleteDomainPermissionsPolicy",
|
|
4094
4095
|
"DeletePackage",
|
|
4096
|
+
"DeletePackageGroup",
|
|
4095
4097
|
"DeletePackageVersions",
|
|
4096
4098
|
"DeleteRepository",
|
|
4097
4099
|
"DeleteRepositoryPermissionsPolicy",
|
|
4098
4100
|
"DescribeDomain",
|
|
4099
4101
|
"DescribePackage",
|
|
4102
|
+
"DescribePackageGroup",
|
|
4100
4103
|
"DescribePackageVersion",
|
|
4101
4104
|
"DescribeRepository",
|
|
4102
4105
|
"DisassociateExternalConnection",
|
|
4103
4106
|
"DisposePackageVersions",
|
|
4107
|
+
"GetAssociatedPackageGroup",
|
|
4104
4108
|
"GetAuthorizationToken",
|
|
4105
4109
|
"GetDomainPermissionsPolicy",
|
|
4106
4110
|
"GetPackageVersionAsset",
|
|
4107
4111
|
"GetPackageVersionReadme",
|
|
4108
4112
|
"GetRepositoryEndpoint",
|
|
4109
4113
|
"GetRepositoryPermissionsPolicy",
|
|
4114
|
+
"ListAllowedRepositoriesForGroup",
|
|
4115
|
+
"ListAssociatedPackages",
|
|
4110
4116
|
"ListDomains",
|
|
4117
|
+
"ListPackageGroups",
|
|
4111
4118
|
"ListPackageVersionAssets",
|
|
4112
4119
|
"ListPackageVersionDependencies",
|
|
4113
4120
|
"ListPackageVersions",
|
|
4114
4121
|
"ListPackages",
|
|
4115
4122
|
"ListRepositories",
|
|
4116
4123
|
"ListRepositoriesInDomain",
|
|
4124
|
+
"ListSubPackageGroups",
|
|
4117
4125
|
"ListTagsForResource",
|
|
4118
4126
|
"PublishPackageVersion",
|
|
4119
4127
|
"PutDomainPermissionsPolicy",
|
|
@@ -4123,15 +4131,13 @@
|
|
|
4123
4131
|
"ReadFromRepository",
|
|
4124
4132
|
"TagResource",
|
|
4125
4133
|
"UntagResource",
|
|
4134
|
+
"UpdatePackageGroup",
|
|
4135
|
+
"UpdatePackageGroupOriginConfiguration",
|
|
4126
4136
|
"UpdatePackageVersionsStatus",
|
|
4127
4137
|
"UpdateRepository"
|
|
4128
4138
|
],
|
|
4129
|
-
"resourceTypesCount":
|
|
4130
|
-
"resourceTypes": [
|
|
4131
|
-
"domain",
|
|
4132
|
-
"repository",
|
|
4133
|
-
"package"
|
|
4134
|
-
],
|
|
4139
|
+
"resourceTypesCount": 0,
|
|
4140
|
+
"resourceTypes": [],
|
|
4135
4141
|
"conditionKeysCount": 3,
|
|
4136
4142
|
"conditionKeys": [
|
|
4137
4143
|
"aws:RequestTag/${TagKey}",
|
|
@@ -7259,7 +7265,7 @@
|
|
|
7259
7265
|
"name": "Amazon DynamoDB",
|
|
7260
7266
|
"servicePrefix": "dynamodb",
|
|
7261
7267
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondynamodb.html",
|
|
7262
|
-
"actionsCount":
|
|
7268
|
+
"actionsCount": 69,
|
|
7263
7269
|
"actions": [
|
|
7264
7270
|
"BatchGetItem",
|
|
7265
7271
|
"BatchWriteItem",
|
|
@@ -7270,6 +7276,7 @@
|
|
|
7270
7276
|
"CreateTableReplica",
|
|
7271
7277
|
"DeleteBackup",
|
|
7272
7278
|
"DeleteItem",
|
|
7279
|
+
"DeleteResourcePolicy",
|
|
7273
7280
|
"DeleteTable",
|
|
7274
7281
|
"DeleteTableReplica",
|
|
7275
7282
|
"DescribeBackup",
|
|
@@ -7310,6 +7317,7 @@
|
|
|
7310
7317
|
"PartiQLUpdate",
|
|
7311
7318
|
"PurchaseReservedCapacityOfferings",
|
|
7312
7319
|
"PutItem",
|
|
7320
|
+
"PutResourcePolicy",
|
|
7313
7321
|
"Query",
|
|
7314
7322
|
"RestoreTableFromAwsBackup",
|
|
7315
7323
|
"RestoreTableFromBackup",
|
|
@@ -7324,6 +7332,7 @@
|
|
|
7324
7332
|
"UpdateGlobalTableSettings",
|
|
7325
7333
|
"UpdateGlobalTableVersion",
|
|
7326
7334
|
"UpdateItem",
|
|
7335
|
+
"UpdateKinesisStreamingDestination",
|
|
7327
7336
|
"UpdateTable",
|
|
7328
7337
|
"UpdateTableReplicaAutoScaling",
|
|
7329
7338
|
"UpdateTimeToLive"
|
|
@@ -8117,7 +8126,7 @@
|
|
|
8117
8126
|
"vpn-connection",
|
|
8118
8127
|
"vpn-gateway"
|
|
8119
8128
|
],
|
|
8120
|
-
"conditionKeysCount":
|
|
8129
|
+
"conditionKeysCount": 112,
|
|
8121
8130
|
"conditionKeys": [
|
|
8122
8131
|
"aws:RequestTag/${TagKey}",
|
|
8123
8132
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -8191,7 +8200,6 @@
|
|
|
8191
8200
|
"ec2:PlacementGroup",
|
|
8192
8201
|
"ec2:PlacementGroupName",
|
|
8193
8202
|
"ec2:PlacementGroupStrategy",
|
|
8194
|
-
"ec2:PreSharedKeys",
|
|
8195
8203
|
"ec2:ProductCode",
|
|
8196
8204
|
"ec2:Public",
|
|
8197
8205
|
"ec2:PublicIpAddress",
|
|
@@ -24880,9 +24888,10 @@
|
|
|
24880
24888
|
"name": "Amazon WorkMail",
|
|
24881
24889
|
"servicePrefix": "workmail",
|
|
24882
24890
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkmail.html",
|
|
24883
|
-
"actionsCount":
|
|
24891
|
+
"actionsCount": 136,
|
|
24884
24892
|
"actions": [
|
|
24885
24893
|
"AddMembersToGroup",
|
|
24894
|
+
"AllowVendedLogDeliveryForResource",
|
|
24886
24895
|
"AssociateDelegateToResource",
|
|
24887
24896
|
"AssociateMemberToGroup",
|
|
24888
24897
|
"AssumeImpersonationRole",
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9083
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4424
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2653
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 256
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"Most referenced resource ARNs": [
|
|
147
147
|
{
|
|
148
148
|
"key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
|
|
149
|
-
"value":
|
|
149
|
+
"value": 131
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
405
|
-
"value":
|
|
405
|
+
"value": 41
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"key": "Median number of actions per service",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1682
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 878
|
|
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.172",
|
|
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",
|