aws-iam-data 0.0.295 → 0.0.296
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 +21 -0
- package/dist/data/json/iam.json +150 -4
- package/dist/data/json/metadata.json +20 -9
- package/dist/data/json/reports.json +12 -12
- package/package.json +1 -1
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-11-12",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon DataZone": [
|
|
8
|
+
"datazone:BatchDeleteLinkedTypes",
|
|
9
|
+
"datazone:BatchPutLinkedTypes",
|
|
10
|
+
"datazone:ListLinkedTypes"
|
|
11
|
+
],
|
|
12
|
+
"Amazon Q Business": [
|
|
13
|
+
"qbusiness:ListAttachments"
|
|
14
|
+
],
|
|
15
|
+
"AWS Resource Explorer": [
|
|
16
|
+
"resource-explorer-2:CreateManagedView",
|
|
17
|
+
"resource-explorer-2:GetManagedView",
|
|
18
|
+
"resource-explorer-2:ListManagedViews"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"removedActions": {}
|
|
22
|
+
},
|
|
2
23
|
{
|
|
3
24
|
"dateOfChange": "2024-11-09",
|
|
4
25
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -90532,6 +90532,36 @@
|
|
|
90532
90532
|
}
|
|
90533
90533
|
]
|
|
90534
90534
|
},
|
|
90535
|
+
{
|
|
90536
|
+
"name": "BatchDeleteLinkedTypes",
|
|
90537
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchDeleteLinkedTypes.html",
|
|
90538
|
+
"permissionOnly": true,
|
|
90539
|
+
"description": "Grants permission to remove linked type items from an Amazon DataZone Domain",
|
|
90540
|
+
"accessLevel": "Write",
|
|
90541
|
+
"resourceTypes": [
|
|
90542
|
+
{
|
|
90543
|
+
"resourceType": "domain",
|
|
90544
|
+
"required": true,
|
|
90545
|
+
"conditionKeys": [],
|
|
90546
|
+
"dependentActions": []
|
|
90547
|
+
}
|
|
90548
|
+
]
|
|
90549
|
+
},
|
|
90550
|
+
{
|
|
90551
|
+
"name": "BatchPutLinkedTypes",
|
|
90552
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchPutLinkedTypes.html",
|
|
90553
|
+
"permissionOnly": true,
|
|
90554
|
+
"description": "Grants permission to put linked type items to an Amazon DataZone Domain",
|
|
90555
|
+
"accessLevel": "Write",
|
|
90556
|
+
"resourceTypes": [
|
|
90557
|
+
{
|
|
90558
|
+
"resourceType": "domain",
|
|
90559
|
+
"required": true,
|
|
90560
|
+
"conditionKeys": [],
|
|
90561
|
+
"dependentActions": []
|
|
90562
|
+
}
|
|
90563
|
+
]
|
|
90564
|
+
},
|
|
90535
90565
|
{
|
|
90536
90566
|
"name": "CancelMetadataGenerationRun",
|
|
90537
90567
|
"apiReferenceUrl": "${APIReferenceDocPage}API_CancelMetadataGenerationRun.html",
|
|
@@ -92080,6 +92110,21 @@
|
|
|
92080
92110
|
}
|
|
92081
92111
|
]
|
|
92082
92112
|
},
|
|
92113
|
+
{
|
|
92114
|
+
"name": "ListLinkedTypes",
|
|
92115
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_ListLinkedTypes.html",
|
|
92116
|
+
"permissionOnly": true,
|
|
92117
|
+
"description": "Grants permission to list linked type items linked to an Amazon DataZone Domain",
|
|
92118
|
+
"accessLevel": "List",
|
|
92119
|
+
"resourceTypes": [
|
|
92120
|
+
{
|
|
92121
|
+
"resourceType": "domain",
|
|
92122
|
+
"required": true,
|
|
92123
|
+
"conditionKeys": [],
|
|
92124
|
+
"dependentActions": []
|
|
92125
|
+
}
|
|
92126
|
+
]
|
|
92127
|
+
},
|
|
92083
92128
|
{
|
|
92084
92129
|
"name": "ListMetadataGenerationRuns",
|
|
92085
92130
|
"apiReferenceUrl": "${APIReferenceDocPage}API_ListMetadataGenerationRuns.html",
|
|
@@ -270896,6 +270941,15 @@
|
|
|
270896
270941
|
"required": true,
|
|
270897
270942
|
"conditionKeys": [],
|
|
270898
270943
|
"dependentActions": []
|
|
270944
|
+
},
|
|
270945
|
+
{
|
|
270946
|
+
"resourceType": "",
|
|
270947
|
+
"required": false,
|
|
270948
|
+
"conditionKeys": [
|
|
270949
|
+
"identitystore:UserId",
|
|
270950
|
+
"identitystore:GroupId"
|
|
270951
|
+
],
|
|
270952
|
+
"dependentActions": []
|
|
270899
270953
|
}
|
|
270900
270954
|
]
|
|
270901
270955
|
},
|
|
@@ -271352,6 +271406,21 @@
|
|
|
271352
271406
|
}
|
|
271353
271407
|
]
|
|
271354
271408
|
},
|
|
271409
|
+
{
|
|
271410
|
+
"name": "ListAttachments",
|
|
271411
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_ListAttachments.html",
|
|
271412
|
+
"permissionOnly": false,
|
|
271413
|
+
"description": "Grants permission to list attachments in the current chat context",
|
|
271414
|
+
"accessLevel": "List",
|
|
271415
|
+
"resourceTypes": [
|
|
271416
|
+
{
|
|
271417
|
+
"resourceType": "application",
|
|
271418
|
+
"required": true,
|
|
271419
|
+
"conditionKeys": [],
|
|
271420
|
+
"dependentActions": []
|
|
271421
|
+
}
|
|
271422
|
+
]
|
|
271423
|
+
},
|
|
271355
271424
|
{
|
|
271356
271425
|
"name": "ListConversations",
|
|
271357
271426
|
"apiReferenceUrl": "${APIReferenceDocPage}API_ListConversations.html",
|
|
@@ -272077,6 +272146,18 @@
|
|
|
272077
272146
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
272078
272147
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
272079
272148
|
"type": "ArrayOfString"
|
|
272149
|
+
},
|
|
272150
|
+
{
|
|
272151
|
+
"name": "identitystore:GroupId",
|
|
272152
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/security_iam_service-with-iam.html",
|
|
272153
|
+
"description": "Filters access by IAM Identity Center Group ID",
|
|
272154
|
+
"type": "ArrayOfString"
|
|
272155
|
+
},
|
|
272156
|
+
{
|
|
272157
|
+
"name": "identitystore:UserId",
|
|
272158
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/security_iam_service-with-iam.html",
|
|
272159
|
+
"description": "Filters access by IAM Identity Center User ID",
|
|
272160
|
+
"type": "ArrayOfString"
|
|
272080
272161
|
}
|
|
272081
272162
|
]
|
|
272082
272163
|
},
|
|
@@ -292547,8 +292628,8 @@
|
|
|
292547
292628
|
"accessLevel": "Write",
|
|
292548
292629
|
"resourceTypes": [
|
|
292549
292630
|
{
|
|
292550
|
-
"resourceType": "
|
|
292551
|
-
"required":
|
|
292631
|
+
"resourceType": "",
|
|
292632
|
+
"required": false,
|
|
292552
292633
|
"conditionKeys": [],
|
|
292553
292634
|
"dependentActions": []
|
|
292554
292635
|
}
|
|
@@ -292589,6 +292670,21 @@
|
|
|
292589
292670
|
}
|
|
292590
292671
|
]
|
|
292591
292672
|
},
|
|
292673
|
+
{
|
|
292674
|
+
"name": "CreateManagedView",
|
|
292675
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/resource-explorer/latest/userguide/API_ManagedView.html",
|
|
292676
|
+
"permissionOnly": true,
|
|
292677
|
+
"description": "Grants permission to create managed view",
|
|
292678
|
+
"accessLevel": "Write",
|
|
292679
|
+
"resourceTypes": [
|
|
292680
|
+
{
|
|
292681
|
+
"resourceType": "",
|
|
292682
|
+
"required": false,
|
|
292683
|
+
"conditionKeys": [],
|
|
292684
|
+
"dependentActions": []
|
|
292685
|
+
}
|
|
292686
|
+
]
|
|
292687
|
+
},
|
|
292592
292688
|
{
|
|
292593
292689
|
"name": "CreateView",
|
|
292594
292690
|
"apiReferenceUrl": "https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_CreateView.html",
|
|
@@ -292712,6 +292808,21 @@
|
|
|
292712
292808
|
}
|
|
292713
292809
|
]
|
|
292714
292810
|
},
|
|
292811
|
+
{
|
|
292812
|
+
"name": "GetManagedView",
|
|
292813
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_GetManagedView.html",
|
|
292814
|
+
"permissionOnly": false,
|
|
292815
|
+
"description": "Grants permission to get managed view",
|
|
292816
|
+
"accessLevel": "Read",
|
|
292817
|
+
"resourceTypes": [
|
|
292818
|
+
{
|
|
292819
|
+
"resourceType": "managed-view",
|
|
292820
|
+
"required": true,
|
|
292821
|
+
"conditionKeys": [],
|
|
292822
|
+
"dependentActions": []
|
|
292823
|
+
}
|
|
292824
|
+
]
|
|
292825
|
+
},
|
|
292715
292826
|
{
|
|
292716
292827
|
"name": "GetResourcePolicy",
|
|
292717
292828
|
"apiReferenceUrl": "https://docs.aws.amazon.com/resource-explorer/latest/userguide/manage-views-share.html",
|
|
@@ -292772,6 +292883,21 @@
|
|
|
292772
292883
|
}
|
|
292773
292884
|
]
|
|
292774
292885
|
},
|
|
292886
|
+
{
|
|
292887
|
+
"name": "ListManagedViews",
|
|
292888
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListManagedViews.html",
|
|
292889
|
+
"permissionOnly": false,
|
|
292890
|
+
"description": "Grants permission to list managed views",
|
|
292891
|
+
"accessLevel": "List",
|
|
292892
|
+
"resourceTypes": [
|
|
292893
|
+
{
|
|
292894
|
+
"resourceType": "",
|
|
292895
|
+
"required": false,
|
|
292896
|
+
"conditionKeys": [],
|
|
292897
|
+
"dependentActions": []
|
|
292898
|
+
}
|
|
292899
|
+
]
|
|
292900
|
+
},
|
|
292775
292901
|
{
|
|
292776
292902
|
"name": "ListSupportedResourceTypes",
|
|
292777
292903
|
"apiReferenceUrl": "https://docs.aws.amazon.com/resource-explorer/latest/apireference/API_ListSupportedResourceTypes.html",
|
|
@@ -292850,6 +292976,14 @@
|
|
|
292850
292976
|
"required": true,
|
|
292851
292977
|
"conditionKeys": [],
|
|
292852
292978
|
"dependentActions": []
|
|
292979
|
+
},
|
|
292980
|
+
{
|
|
292981
|
+
"resourceType": "",
|
|
292982
|
+
"required": false,
|
|
292983
|
+
"conditionKeys": [
|
|
292984
|
+
"resource-explorer-2:Operation"
|
|
292985
|
+
],
|
|
292986
|
+
"dependentActions": []
|
|
292853
292987
|
}
|
|
292854
292988
|
]
|
|
292855
292989
|
},
|
|
@@ -292959,6 +293093,12 @@
|
|
|
292959
293093
|
"conditionKeys": [
|
|
292960
293094
|
"aws:ResourceTag/${TagKey}"
|
|
292961
293095
|
]
|
|
293096
|
+
},
|
|
293097
|
+
{
|
|
293098
|
+
"name": "managed-view",
|
|
293099
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/resource-explorer/latest/userguide/API_ManagedView.html",
|
|
293100
|
+
"arnPattern": "arn:${Partition}:resource-explorer-2:${Region}:${Account}:managed-view/${ManagedViewName}/${ManagedViewUuid}",
|
|
293101
|
+
"conditionKeys": []
|
|
292962
293102
|
}
|
|
292963
293103
|
],
|
|
292964
293104
|
"conditionKeys": [
|
|
@@ -292979,6 +293119,12 @@
|
|
|
292979
293119
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
292980
293120
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
292981
293121
|
"type": "ArrayOfString"
|
|
293122
|
+
},
|
|
293123
|
+
{
|
|
293124
|
+
"name": "resource-explorer-2:Operation",
|
|
293125
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourceexplorer.html",
|
|
293126
|
+
"description": "Filters access by the actual operation that is being invoked, available values: Search, ListResources",
|
|
293127
|
+
"type": "String"
|
|
292982
293128
|
}
|
|
292983
293129
|
]
|
|
292984
293130
|
},
|
|
@@ -313542,8 +313688,8 @@
|
|
|
313542
313688
|
"accessLevel": "List",
|
|
313543
313689
|
"resourceTypes": [
|
|
313544
313690
|
{
|
|
313545
|
-
"resourceType": "
|
|
313546
|
-
"required":
|
|
313691
|
+
"resourceType": "",
|
|
313692
|
+
"required": false,
|
|
313547
313693
|
"conditionKeys": [],
|
|
313548
313694
|
"dependentActions": []
|
|
313549
313695
|
}
|
|
@@ -6863,13 +6863,15 @@
|
|
|
6863
6863
|
"name": "Amazon DataZone",
|
|
6864
6864
|
"servicePrefix": "datazone",
|
|
6865
6865
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
6866
|
-
"actionsCount":
|
|
6866
|
+
"actionsCount": 168,
|
|
6867
6867
|
"actions": [
|
|
6868
6868
|
"AcceptPredictions",
|
|
6869
6869
|
"AcceptSubscriptionRequest",
|
|
6870
6870
|
"AddEntityOwner",
|
|
6871
6871
|
"AddPolicyGrant",
|
|
6872
6872
|
"AssociateEnvironmentRole",
|
|
6873
|
+
"BatchDeleteLinkedTypes",
|
|
6874
|
+
"BatchPutLinkedTypes",
|
|
6873
6875
|
"CancelMetadataGenerationRun",
|
|
6874
6876
|
"CancelSubscription",
|
|
6875
6877
|
"CreateAsset",
|
|
@@ -6973,6 +6975,7 @@
|
|
|
6973
6975
|
"ListEnvironments",
|
|
6974
6976
|
"ListGroupsForUser",
|
|
6975
6977
|
"ListLineageNodeHistory",
|
|
6978
|
+
"ListLinkedTypes",
|
|
6976
6979
|
"ListMetadataGenerationRuns",
|
|
6977
6980
|
"ListNotifications",
|
|
6978
6981
|
"ListPolicyGrants",
|
|
@@ -19850,7 +19853,7 @@
|
|
|
19850
19853
|
"name": "Amazon Q Business",
|
|
19851
19854
|
"servicePrefix": "qbusiness",
|
|
19852
19855
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusiness.html",
|
|
19853
|
-
"actionsCount":
|
|
19856
|
+
"actionsCount": 68,
|
|
19854
19857
|
"actions": [
|
|
19855
19858
|
"AddUserLicenses",
|
|
19856
19859
|
"AllowVendedLogDeliveryForResource",
|
|
@@ -19890,6 +19893,7 @@
|
|
|
19890
19893
|
"GetUser",
|
|
19891
19894
|
"GetWebExperience",
|
|
19892
19895
|
"ListApplications",
|
|
19896
|
+
"ListAttachments",
|
|
19893
19897
|
"ListConversations",
|
|
19894
19898
|
"ListDataSourceSyncJobs",
|
|
19895
19899
|
"ListDataSources",
|
|
@@ -19931,11 +19935,13 @@
|
|
|
19931
19935
|
"user-license",
|
|
19932
19936
|
"subscription"
|
|
19933
19937
|
],
|
|
19934
|
-
"conditionKeysCount":
|
|
19938
|
+
"conditionKeysCount": 5,
|
|
19935
19939
|
"conditionKeys": [
|
|
19936
19940
|
"aws:RequestTag/${TagKey}",
|
|
19937
19941
|
"aws:ResourceTag/${TagKey}",
|
|
19938
|
-
"aws:TagKeys"
|
|
19942
|
+
"aws:TagKeys",
|
|
19943
|
+
"identitystore:GroupId",
|
|
19944
|
+
"identitystore:UserId"
|
|
19939
19945
|
]
|
|
19940
19946
|
},
|
|
19941
19947
|
{
|
|
@@ -21321,11 +21327,12 @@
|
|
|
21321
21327
|
"name": "AWS Resource Explorer",
|
|
21322
21328
|
"servicePrefix": "resource-explorer-2",
|
|
21323
21329
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourceexplorer.html",
|
|
21324
|
-
"actionsCount":
|
|
21330
|
+
"actionsCount": 27,
|
|
21325
21331
|
"actions": [
|
|
21326
21332
|
"AssociateDefaultView",
|
|
21327
21333
|
"BatchGetView",
|
|
21328
21334
|
"CreateIndex",
|
|
21335
|
+
"CreateManagedView",
|
|
21329
21336
|
"CreateView",
|
|
21330
21337
|
"DeleteIndex",
|
|
21331
21338
|
"DeleteResourcePolicy",
|
|
@@ -21334,10 +21341,12 @@
|
|
|
21334
21341
|
"GetAccountLevelServiceConfiguration",
|
|
21335
21342
|
"GetDefaultView",
|
|
21336
21343
|
"GetIndex",
|
|
21344
|
+
"GetManagedView",
|
|
21337
21345
|
"GetResourcePolicy",
|
|
21338
21346
|
"GetView",
|
|
21339
21347
|
"ListIndexes",
|
|
21340
21348
|
"ListIndexesForMembers",
|
|
21349
|
+
"ListManagedViews",
|
|
21341
21350
|
"ListSupportedResourceTypes",
|
|
21342
21351
|
"ListTagsForResource",
|
|
21343
21352
|
"ListViews",
|
|
@@ -21348,16 +21357,18 @@
|
|
|
21348
21357
|
"UpdateIndexType",
|
|
21349
21358
|
"UpdateView"
|
|
21350
21359
|
],
|
|
21351
|
-
"resourceTypesCount":
|
|
21360
|
+
"resourceTypesCount": 3,
|
|
21352
21361
|
"resourceTypes": [
|
|
21353
21362
|
"view",
|
|
21354
|
-
"index"
|
|
21363
|
+
"index",
|
|
21364
|
+
"managed-view"
|
|
21355
21365
|
],
|
|
21356
|
-
"conditionKeysCount":
|
|
21366
|
+
"conditionKeysCount": 4,
|
|
21357
21367
|
"conditionKeys": [
|
|
21358
21368
|
"aws:RequestTag/${TagKey}",
|
|
21359
21369
|
"aws:ResourceTag/${TagKey}",
|
|
21360
|
-
"aws:TagKeys"
|
|
21370
|
+
"aws:TagKeys",
|
|
21371
|
+
"resource-explorer-2:Operation"
|
|
21361
21372
|
]
|
|
21362
21373
|
},
|
|
21363
21374
|
{
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
|
-
{
|
|
4
|
-
"key": "Write Actions",
|
|
5
|
-
"value": 9666
|
|
6
|
-
},
|
|
7
3
|
{
|
|
8
4
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
5
|
+
"value": 4700
|
|
10
6
|
},
|
|
11
7
|
{
|
|
12
8
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
9
|
+
"value": 2839
|
|
14
10
|
},
|
|
15
11
|
{
|
|
16
12
|
"key": "Permissions Actions",
|
|
17
13
|
"value": 298
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"key": "Write Actions",
|
|
17
|
+
"value": 9669
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
|
|
161
|
-
"value":
|
|
161
|
+
"value": 87
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
|
|
@@ -261,12 +261,12 @@
|
|
|
261
261
|
"value": 171
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
"key": "Amazon
|
|
264
|
+
"key": "Amazon DataZone",
|
|
265
265
|
"value": 168
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
|
-
"key": "Amazon
|
|
269
|
-
"value":
|
|
268
|
+
"key": "Amazon RDS",
|
|
269
|
+
"value": 168
|
|
270
270
|
}
|
|
271
271
|
],
|
|
272
272
|
"Shortest action names": [
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1787
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 954
|
|
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.296",
|
|
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",
|