aws-iam-data 0.0.196 → 0.0.197
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 +43 -0
- package/dist/data/json/iam.json +455 -0
- package/dist/data/json/metadata.json +50 -7
- package/dist/data/json/reports.json +12 -12
- package/package.json +1 -1
|
@@ -1,4 +1,47 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-05-01",
|
|
4
|
+
"addedServices": [
|
|
5
|
+
"Amazon Q Business Q Apps"
|
|
6
|
+
],
|
|
7
|
+
"removedServices": [],
|
|
8
|
+
"addedActions": {
|
|
9
|
+
"Amazon Q Business": [
|
|
10
|
+
"qbusiness:CancelSubscription",
|
|
11
|
+
"qbusiness:CreateSubscription",
|
|
12
|
+
"qbusiness:ListSubscriptions",
|
|
13
|
+
"qbusiness:UpdateSubscription"
|
|
14
|
+
],
|
|
15
|
+
"Amazon Timestream": [
|
|
16
|
+
"timestream:DescribeAccountSettings",
|
|
17
|
+
"timestream:UpdateAccountSettings"
|
|
18
|
+
],
|
|
19
|
+
"Amazon Q Business Q Apps": [
|
|
20
|
+
"qapps:AssociateQAppWithUser",
|
|
21
|
+
"qapps:CopyQApp",
|
|
22
|
+
"qapps:CreateLibraryItem",
|
|
23
|
+
"qapps:CreateLibraryItemReview",
|
|
24
|
+
"qapps:CreateQApp",
|
|
25
|
+
"qapps:CreateSubscriptionToken",
|
|
26
|
+
"qapps:DeleteLibraryItem",
|
|
27
|
+
"qapps:DeleteQApp",
|
|
28
|
+
"qapps:DisassociateQAppFromUser",
|
|
29
|
+
"qapps:GetLibraryItem",
|
|
30
|
+
"qapps:GetQApp",
|
|
31
|
+
"qapps:ImportDocumentToQApp",
|
|
32
|
+
"qapps:ImportDocumentToQAppSession",
|
|
33
|
+
"qapps:ListLibraryItems",
|
|
34
|
+
"qapps:ListQApps",
|
|
35
|
+
"qapps:PredictProblemStatementFromConversation",
|
|
36
|
+
"qapps:PredictQAppFromProblemStatement",
|
|
37
|
+
"qapps:StartQAppSession",
|
|
38
|
+
"qapps:StopQAppSession",
|
|
39
|
+
"qapps:UpdateLibraryItem",
|
|
40
|
+
"qapps:UpdateQApp"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"removedActions": {}
|
|
44
|
+
},
|
|
2
45
|
{
|
|
3
46
|
"dateOfChange": "2024-04-30",
|
|
4
47
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -259288,6 +259288,27 @@
|
|
|
259288
259288
|
}
|
|
259289
259289
|
]
|
|
259290
259290
|
},
|
|
259291
|
+
{
|
|
259292
|
+
"name": "CancelSubscription",
|
|
259293
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_CancelSubscription.html",
|
|
259294
|
+
"permissionOnly": false,
|
|
259295
|
+
"description": "Grants permission to cancel a subscription",
|
|
259296
|
+
"accessLevel": "Write",
|
|
259297
|
+
"resourceTypes": [
|
|
259298
|
+
{
|
|
259299
|
+
"resourceType": "application",
|
|
259300
|
+
"required": true,
|
|
259301
|
+
"conditionKeys": [],
|
|
259302
|
+
"dependentActions": []
|
|
259303
|
+
},
|
|
259304
|
+
{
|
|
259305
|
+
"resourceType": "subscription",
|
|
259306
|
+
"required": true,
|
|
259307
|
+
"conditionKeys": [],
|
|
259308
|
+
"dependentActions": []
|
|
259309
|
+
}
|
|
259310
|
+
]
|
|
259311
|
+
},
|
|
259291
259312
|
{
|
|
259292
259313
|
"name": "Chat",
|
|
259293
259314
|
"apiReferenceUrl": "${APIReferenceDocPage}API_Chat.html",
|
|
@@ -259453,6 +259474,21 @@
|
|
|
259453
259474
|
}
|
|
259454
259475
|
]
|
|
259455
259476
|
},
|
|
259477
|
+
{
|
|
259478
|
+
"name": "CreateSubscription",
|
|
259479
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_CreateSubscription.html",
|
|
259480
|
+
"permissionOnly": false,
|
|
259481
|
+
"description": "Grants permission to create a subscription",
|
|
259482
|
+
"accessLevel": "Write",
|
|
259483
|
+
"resourceTypes": [
|
|
259484
|
+
{
|
|
259485
|
+
"resourceType": "application",
|
|
259486
|
+
"required": true,
|
|
259487
|
+
"conditionKeys": [],
|
|
259488
|
+
"dependentActions": []
|
|
259489
|
+
}
|
|
259490
|
+
]
|
|
259491
|
+
},
|
|
259456
259492
|
{
|
|
259457
259493
|
"name": "CreateUser",
|
|
259458
259494
|
"apiReferenceUrl": "${APIReferenceDocPage}API_CreateUser.html",
|
|
@@ -260056,6 +260092,21 @@
|
|
|
260056
260092
|
}
|
|
260057
260093
|
]
|
|
260058
260094
|
},
|
|
260095
|
+
{
|
|
260096
|
+
"name": "ListSubscriptions",
|
|
260097
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_ListSubscriptions.html",
|
|
260098
|
+
"permissionOnly": false,
|
|
260099
|
+
"description": "Grants permission to list subscriptions",
|
|
260100
|
+
"accessLevel": "List",
|
|
260101
|
+
"resourceTypes": [
|
|
260102
|
+
{
|
|
260103
|
+
"resourceType": "application",
|
|
260104
|
+
"required": true,
|
|
260105
|
+
"conditionKeys": [],
|
|
260106
|
+
"dependentActions": []
|
|
260107
|
+
}
|
|
260108
|
+
]
|
|
260109
|
+
},
|
|
260059
260110
|
{
|
|
260060
260111
|
"name": "ListTagsForResource",
|
|
260061
260112
|
"apiReferenceUrl": "${APIReferenceDocPage}API_ListTagsForResource.html",
|
|
@@ -260463,6 +260514,27 @@
|
|
|
260463
260514
|
}
|
|
260464
260515
|
]
|
|
260465
260516
|
},
|
|
260517
|
+
{
|
|
260518
|
+
"name": "UpdateSubscription",
|
|
260519
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_UpdateSubscription.html",
|
|
260520
|
+
"permissionOnly": false,
|
|
260521
|
+
"description": "Grants permission to update a subscription",
|
|
260522
|
+
"accessLevel": "Write",
|
|
260523
|
+
"resourceTypes": [
|
|
260524
|
+
{
|
|
260525
|
+
"resourceType": "application",
|
|
260526
|
+
"required": true,
|
|
260527
|
+
"conditionKeys": [],
|
|
260528
|
+
"dependentActions": []
|
|
260529
|
+
},
|
|
260530
|
+
{
|
|
260531
|
+
"resourceType": "subscription",
|
|
260532
|
+
"required": true,
|
|
260533
|
+
"conditionKeys": [],
|
|
260534
|
+
"dependentActions": []
|
|
260535
|
+
}
|
|
260536
|
+
]
|
|
260537
|
+
},
|
|
260466
260538
|
{
|
|
260467
260539
|
"name": "UpdateUser",
|
|
260468
260540
|
"apiReferenceUrl": "${APIReferenceDocPage}API_UpdateUser.html",
|
|
@@ -260554,6 +260626,12 @@
|
|
|
260554
260626
|
"apiReferenceUrl": "${UserGuideDocPage}provisioning.html",
|
|
260555
260627
|
"arnPattern": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/user-license/${UserLicenseId}",
|
|
260556
260628
|
"conditionKeys": []
|
|
260629
|
+
},
|
|
260630
|
+
{
|
|
260631
|
+
"name": "subscription",
|
|
260632
|
+
"apiReferenceUrl": "${UserGuideDocPage}subscriptions.html",
|
|
260633
|
+
"arnPattern": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/subscription/${SubscriptionId}",
|
|
260634
|
+
"conditionKeys": []
|
|
260557
260635
|
}
|
|
260558
260636
|
],
|
|
260559
260637
|
"conditionKeys": [
|
|
@@ -260577,6 +260655,337 @@
|
|
|
260577
260655
|
}
|
|
260578
260656
|
]
|
|
260579
260657
|
},
|
|
260658
|
+
{
|
|
260659
|
+
"name": "Amazon Q Business Q Apps",
|
|
260660
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusinessqapps.html",
|
|
260661
|
+
"servicePrefix": "qapps",
|
|
260662
|
+
"actions": [
|
|
260663
|
+
{
|
|
260664
|
+
"name": "AssociateQAppWithUser",
|
|
260665
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260666
|
+
"permissionOnly": true,
|
|
260667
|
+
"description": "Grants permission to associate Q App with a user in Q Business application",
|
|
260668
|
+
"accessLevel": "Write",
|
|
260669
|
+
"resourceTypes": [
|
|
260670
|
+
{
|
|
260671
|
+
"resourceType": "application",
|
|
260672
|
+
"required": true,
|
|
260673
|
+
"conditionKeys": [],
|
|
260674
|
+
"dependentActions": []
|
|
260675
|
+
}
|
|
260676
|
+
]
|
|
260677
|
+
},
|
|
260678
|
+
{
|
|
260679
|
+
"name": "CopyQApp",
|
|
260680
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260681
|
+
"permissionOnly": true,
|
|
260682
|
+
"description": "Grants permission to copy Q App in Q Business application",
|
|
260683
|
+
"accessLevel": "Write",
|
|
260684
|
+
"resourceTypes": [
|
|
260685
|
+
{
|
|
260686
|
+
"resourceType": "application",
|
|
260687
|
+
"required": true,
|
|
260688
|
+
"conditionKeys": [],
|
|
260689
|
+
"dependentActions": []
|
|
260690
|
+
}
|
|
260691
|
+
]
|
|
260692
|
+
},
|
|
260693
|
+
{
|
|
260694
|
+
"name": "CreateLibraryItem",
|
|
260695
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260696
|
+
"permissionOnly": true,
|
|
260697
|
+
"description": "Grants permission to create a library item in Q Business application",
|
|
260698
|
+
"accessLevel": "Write",
|
|
260699
|
+
"resourceTypes": [
|
|
260700
|
+
{
|
|
260701
|
+
"resourceType": "application",
|
|
260702
|
+
"required": true,
|
|
260703
|
+
"conditionKeys": [],
|
|
260704
|
+
"dependentActions": []
|
|
260705
|
+
}
|
|
260706
|
+
]
|
|
260707
|
+
},
|
|
260708
|
+
{
|
|
260709
|
+
"name": "CreateLibraryItemReview",
|
|
260710
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260711
|
+
"permissionOnly": true,
|
|
260712
|
+
"description": "Grants permission to create a library item review in Q Business application",
|
|
260713
|
+
"accessLevel": "Write",
|
|
260714
|
+
"resourceTypes": [
|
|
260715
|
+
{
|
|
260716
|
+
"resourceType": "application",
|
|
260717
|
+
"required": true,
|
|
260718
|
+
"conditionKeys": [],
|
|
260719
|
+
"dependentActions": []
|
|
260720
|
+
}
|
|
260721
|
+
]
|
|
260722
|
+
},
|
|
260723
|
+
{
|
|
260724
|
+
"name": "CreateQApp",
|
|
260725
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260726
|
+
"permissionOnly": true,
|
|
260727
|
+
"description": "Grants permission to create Q App in Q Business application",
|
|
260728
|
+
"accessLevel": "Write",
|
|
260729
|
+
"resourceTypes": [
|
|
260730
|
+
{
|
|
260731
|
+
"resourceType": "application",
|
|
260732
|
+
"required": true,
|
|
260733
|
+
"conditionKeys": [],
|
|
260734
|
+
"dependentActions": []
|
|
260735
|
+
}
|
|
260736
|
+
]
|
|
260737
|
+
},
|
|
260738
|
+
{
|
|
260739
|
+
"name": "CreateSubscriptionToken",
|
|
260740
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260741
|
+
"permissionOnly": true,
|
|
260742
|
+
"description": "Grants permission to subscribe to a Q App event bus topic in Q Business application",
|
|
260743
|
+
"accessLevel": "Write",
|
|
260744
|
+
"resourceTypes": [
|
|
260745
|
+
{
|
|
260746
|
+
"resourceType": "application",
|
|
260747
|
+
"required": true,
|
|
260748
|
+
"conditionKeys": [],
|
|
260749
|
+
"dependentActions": []
|
|
260750
|
+
}
|
|
260751
|
+
]
|
|
260752
|
+
},
|
|
260753
|
+
{
|
|
260754
|
+
"name": "DeleteLibraryItem",
|
|
260755
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260756
|
+
"permissionOnly": true,
|
|
260757
|
+
"description": "Grants permission to delete a library item in Q Business application",
|
|
260758
|
+
"accessLevel": "Write",
|
|
260759
|
+
"resourceTypes": [
|
|
260760
|
+
{
|
|
260761
|
+
"resourceType": "application",
|
|
260762
|
+
"required": true,
|
|
260763
|
+
"conditionKeys": [],
|
|
260764
|
+
"dependentActions": []
|
|
260765
|
+
}
|
|
260766
|
+
]
|
|
260767
|
+
},
|
|
260768
|
+
{
|
|
260769
|
+
"name": "DeleteQApp",
|
|
260770
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260771
|
+
"permissionOnly": true,
|
|
260772
|
+
"description": "Grants permission to delete Q App in Q Business application",
|
|
260773
|
+
"accessLevel": "Write",
|
|
260774
|
+
"resourceTypes": [
|
|
260775
|
+
{
|
|
260776
|
+
"resourceType": "application",
|
|
260777
|
+
"required": true,
|
|
260778
|
+
"conditionKeys": [],
|
|
260779
|
+
"dependentActions": []
|
|
260780
|
+
}
|
|
260781
|
+
]
|
|
260782
|
+
},
|
|
260783
|
+
{
|
|
260784
|
+
"name": "DisassociateQAppFromUser",
|
|
260785
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260786
|
+
"permissionOnly": true,
|
|
260787
|
+
"description": "Grants permission to disassociate Q App with a user in Q Business application",
|
|
260788
|
+
"accessLevel": "Write",
|
|
260789
|
+
"resourceTypes": [
|
|
260790
|
+
{
|
|
260791
|
+
"resourceType": "application",
|
|
260792
|
+
"required": true,
|
|
260793
|
+
"conditionKeys": [],
|
|
260794
|
+
"dependentActions": []
|
|
260795
|
+
}
|
|
260796
|
+
]
|
|
260797
|
+
},
|
|
260798
|
+
{
|
|
260799
|
+
"name": "GetLibraryItem",
|
|
260800
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260801
|
+
"permissionOnly": true,
|
|
260802
|
+
"description": "Grants permission to get a library item in Q Business application",
|
|
260803
|
+
"accessLevel": "Read",
|
|
260804
|
+
"resourceTypes": [
|
|
260805
|
+
{
|
|
260806
|
+
"resourceType": "application",
|
|
260807
|
+
"required": true,
|
|
260808
|
+
"conditionKeys": [],
|
|
260809
|
+
"dependentActions": []
|
|
260810
|
+
}
|
|
260811
|
+
]
|
|
260812
|
+
},
|
|
260813
|
+
{
|
|
260814
|
+
"name": "GetQApp",
|
|
260815
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260816
|
+
"permissionOnly": true,
|
|
260817
|
+
"description": "Grants permission to get Q App in Q Business application",
|
|
260818
|
+
"accessLevel": "Read",
|
|
260819
|
+
"resourceTypes": [
|
|
260820
|
+
{
|
|
260821
|
+
"resourceType": "application",
|
|
260822
|
+
"required": true,
|
|
260823
|
+
"conditionKeys": [],
|
|
260824
|
+
"dependentActions": []
|
|
260825
|
+
}
|
|
260826
|
+
]
|
|
260827
|
+
},
|
|
260828
|
+
{
|
|
260829
|
+
"name": "ImportDocumentToQApp",
|
|
260830
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260831
|
+
"permissionOnly": true,
|
|
260832
|
+
"description": "Grants permission to import a document to Q App in Q Business application",
|
|
260833
|
+
"accessLevel": "Write",
|
|
260834
|
+
"resourceTypes": [
|
|
260835
|
+
{
|
|
260836
|
+
"resourceType": "application",
|
|
260837
|
+
"required": true,
|
|
260838
|
+
"conditionKeys": [],
|
|
260839
|
+
"dependentActions": []
|
|
260840
|
+
}
|
|
260841
|
+
]
|
|
260842
|
+
},
|
|
260843
|
+
{
|
|
260844
|
+
"name": "ImportDocumentToQAppSession",
|
|
260845
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260846
|
+
"permissionOnly": true,
|
|
260847
|
+
"description": "Grants permission to import a document to Q App session in Q Business application",
|
|
260848
|
+
"accessLevel": "Write",
|
|
260849
|
+
"resourceTypes": [
|
|
260850
|
+
{
|
|
260851
|
+
"resourceType": "application",
|
|
260852
|
+
"required": true,
|
|
260853
|
+
"conditionKeys": [],
|
|
260854
|
+
"dependentActions": []
|
|
260855
|
+
}
|
|
260856
|
+
]
|
|
260857
|
+
},
|
|
260858
|
+
{
|
|
260859
|
+
"name": "ListLibraryItems",
|
|
260860
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260861
|
+
"permissionOnly": true,
|
|
260862
|
+
"description": "Grants permission to list library items in Q Business application",
|
|
260863
|
+
"accessLevel": "List",
|
|
260864
|
+
"resourceTypes": [
|
|
260865
|
+
{
|
|
260866
|
+
"resourceType": "application",
|
|
260867
|
+
"required": true,
|
|
260868
|
+
"conditionKeys": [],
|
|
260869
|
+
"dependentActions": []
|
|
260870
|
+
}
|
|
260871
|
+
]
|
|
260872
|
+
},
|
|
260873
|
+
{
|
|
260874
|
+
"name": "ListQApps",
|
|
260875
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260876
|
+
"permissionOnly": true,
|
|
260877
|
+
"description": "Grants permission to list Q Apps in Q Business application",
|
|
260878
|
+
"accessLevel": "List",
|
|
260879
|
+
"resourceTypes": [
|
|
260880
|
+
{
|
|
260881
|
+
"resourceType": "application",
|
|
260882
|
+
"required": true,
|
|
260883
|
+
"conditionKeys": [],
|
|
260884
|
+
"dependentActions": []
|
|
260885
|
+
}
|
|
260886
|
+
]
|
|
260887
|
+
},
|
|
260888
|
+
{
|
|
260889
|
+
"name": "PredictProblemStatementFromConversation",
|
|
260890
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260891
|
+
"permissionOnly": true,
|
|
260892
|
+
"description": "Grants permission to predict problem statement from conversation log in Q Business application",
|
|
260893
|
+
"accessLevel": "Write",
|
|
260894
|
+
"resourceTypes": [
|
|
260895
|
+
{
|
|
260896
|
+
"resourceType": "application",
|
|
260897
|
+
"required": true,
|
|
260898
|
+
"conditionKeys": [],
|
|
260899
|
+
"dependentActions": []
|
|
260900
|
+
}
|
|
260901
|
+
]
|
|
260902
|
+
},
|
|
260903
|
+
{
|
|
260904
|
+
"name": "PredictQAppFromProblemStatement",
|
|
260905
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260906
|
+
"permissionOnly": true,
|
|
260907
|
+
"description": "Grants permission to predict Q App metadata from problem statement in Q Business application",
|
|
260908
|
+
"accessLevel": "Write",
|
|
260909
|
+
"resourceTypes": [
|
|
260910
|
+
{
|
|
260911
|
+
"resourceType": "application",
|
|
260912
|
+
"required": true,
|
|
260913
|
+
"conditionKeys": [],
|
|
260914
|
+
"dependentActions": []
|
|
260915
|
+
}
|
|
260916
|
+
]
|
|
260917
|
+
},
|
|
260918
|
+
{
|
|
260919
|
+
"name": "StartQAppSession",
|
|
260920
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260921
|
+
"permissionOnly": true,
|
|
260922
|
+
"description": "Grants permission to start Q App session in Q Business application",
|
|
260923
|
+
"accessLevel": "Write",
|
|
260924
|
+
"resourceTypes": [
|
|
260925
|
+
{
|
|
260926
|
+
"resourceType": "application",
|
|
260927
|
+
"required": true,
|
|
260928
|
+
"conditionKeys": [],
|
|
260929
|
+
"dependentActions": []
|
|
260930
|
+
}
|
|
260931
|
+
]
|
|
260932
|
+
},
|
|
260933
|
+
{
|
|
260934
|
+
"name": "StopQAppSession",
|
|
260935
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260936
|
+
"permissionOnly": true,
|
|
260937
|
+
"description": "Grants permission to stop Q App session in Q Business application",
|
|
260938
|
+
"accessLevel": "Write",
|
|
260939
|
+
"resourceTypes": [
|
|
260940
|
+
{
|
|
260941
|
+
"resourceType": "application",
|
|
260942
|
+
"required": true,
|
|
260943
|
+
"conditionKeys": [],
|
|
260944
|
+
"dependentActions": []
|
|
260945
|
+
}
|
|
260946
|
+
]
|
|
260947
|
+
},
|
|
260948
|
+
{
|
|
260949
|
+
"name": "UpdateLibraryItem",
|
|
260950
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260951
|
+
"permissionOnly": true,
|
|
260952
|
+
"description": "Grants permission to update a library item in Q Business application",
|
|
260953
|
+
"accessLevel": "Write",
|
|
260954
|
+
"resourceTypes": [
|
|
260955
|
+
{
|
|
260956
|
+
"resourceType": "application",
|
|
260957
|
+
"required": true,
|
|
260958
|
+
"conditionKeys": [],
|
|
260959
|
+
"dependentActions": []
|
|
260960
|
+
}
|
|
260961
|
+
]
|
|
260962
|
+
},
|
|
260963
|
+
{
|
|
260964
|
+
"name": "UpdateQApp",
|
|
260965
|
+
"apiReferenceUrl": "${UserGuideDocPage}",
|
|
260966
|
+
"permissionOnly": true,
|
|
260967
|
+
"description": "Grants permission to update Q App in Q Business application",
|
|
260968
|
+
"accessLevel": "Write",
|
|
260969
|
+
"resourceTypes": [
|
|
260970
|
+
{
|
|
260971
|
+
"resourceType": "application",
|
|
260972
|
+
"required": true,
|
|
260973
|
+
"conditionKeys": [],
|
|
260974
|
+
"dependentActions": []
|
|
260975
|
+
}
|
|
260976
|
+
]
|
|
260977
|
+
}
|
|
260978
|
+
],
|
|
260979
|
+
"resourceTypes": [
|
|
260980
|
+
{
|
|
260981
|
+
"name": "application",
|
|
260982
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-app.html",
|
|
260983
|
+
"arnPattern": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
|
|
260984
|
+
"conditionKeys": []
|
|
260985
|
+
}
|
|
260986
|
+
],
|
|
260987
|
+
"conditionKeys": []
|
|
260988
|
+
},
|
|
260580
260989
|
{
|
|
260581
260990
|
"name": "Amazon Q in Connect",
|
|
260582
260991
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqinconnect.html",
|
|
@@ -306006,6 +306415,12 @@
|
|
|
306006
306415
|
"conditionKeys": [],
|
|
306007
306416
|
"dependentActions": []
|
|
306008
306417
|
},
|
|
306418
|
+
{
|
|
306419
|
+
"resourceType": "self-session",
|
|
306420
|
+
"required": false,
|
|
306421
|
+
"conditionKeys": [],
|
|
306422
|
+
"dependentActions": []
|
|
306423
|
+
},
|
|
306009
306424
|
{
|
|
306010
306425
|
"resourceType": "",
|
|
306011
306426
|
"required": false,
|
|
@@ -306094,6 +306509,12 @@
|
|
|
306094
306509
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html",
|
|
306095
306510
|
"arnPattern": "arn:${Partition}:iam::${Account}:user/${UserNameWithPath}",
|
|
306096
306511
|
"conditionKeys": []
|
|
306512
|
+
},
|
|
306513
|
+
{
|
|
306514
|
+
"name": "self-session",
|
|
306515
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns",
|
|
306516
|
+
"arnPattern": "arn:${Partition}:sts::${Account}:self",
|
|
306517
|
+
"conditionKeys": []
|
|
306097
306518
|
}
|
|
306098
306519
|
],
|
|
306099
306520
|
"conditionKeys": [
|
|
@@ -329751,6 +330172,23 @@
|
|
|
329751
330172
|
}
|
|
329752
330173
|
]
|
|
329753
330174
|
},
|
|
330175
|
+
{
|
|
330176
|
+
"name": "DescribeAccountSettings",
|
|
330177
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_DescribeAccountSettings.html",
|
|
330178
|
+
"permissionOnly": false,
|
|
330179
|
+
"description": "Grants permission to describe your account settings",
|
|
330180
|
+
"accessLevel": "Read",
|
|
330181
|
+
"resourceTypes": [
|
|
330182
|
+
{
|
|
330183
|
+
"resourceType": "",
|
|
330184
|
+
"required": false,
|
|
330185
|
+
"conditionKeys": [],
|
|
330186
|
+
"dependentActions": [
|
|
330187
|
+
"timestream:DescribeEndpoints"
|
|
330188
|
+
]
|
|
330189
|
+
}
|
|
330190
|
+
]
|
|
330191
|
+
},
|
|
329754
330192
|
{
|
|
329755
330193
|
"name": "DescribeBatchLoadTask",
|
|
329756
330194
|
"apiReferenceUrl": "https://docs.aws.amazon.com/timestream/latest/developerguide/API_DescribeBatchLoadTask.html",
|
|
@@ -330199,6 +330637,23 @@
|
|
|
330199
330637
|
}
|
|
330200
330638
|
]
|
|
330201
330639
|
},
|
|
330640
|
+
{
|
|
330641
|
+
"name": "UpdateAccountSettings",
|
|
330642
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_UpdateAccountSettings.html",
|
|
330643
|
+
"permissionOnly": false,
|
|
330644
|
+
"description": "Grants permission to update your account settings",
|
|
330645
|
+
"accessLevel": "Write",
|
|
330646
|
+
"resourceTypes": [
|
|
330647
|
+
{
|
|
330648
|
+
"resourceType": "",
|
|
330649
|
+
"required": false,
|
|
330650
|
+
"conditionKeys": [],
|
|
330651
|
+
"dependentActions": [
|
|
330652
|
+
"timestream:DescribeEndpoints"
|
|
330653
|
+
]
|
|
330654
|
+
}
|
|
330655
|
+
]
|
|
330656
|
+
},
|
|
330202
330657
|
{
|
|
330203
330658
|
"name": "UpdateDatabase",
|
|
330204
330659
|
"apiReferenceUrl": "https://docs.aws.amazon.com/timestream/latest/developerguide/API_UpdateDatabase.html",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 411,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -19105,11 +19105,12 @@
|
|
|
19105
19105
|
"name": "Amazon Q Business",
|
|
19106
19106
|
"servicePrefix": "qbusiness",
|
|
19107
19107
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusiness.html",
|
|
19108
|
-
"actionsCount":
|
|
19108
|
+
"actionsCount": 65,
|
|
19109
19109
|
"actions": [
|
|
19110
19110
|
"AddUserLicenses",
|
|
19111
19111
|
"BatchDeleteDocument",
|
|
19112
19112
|
"BatchPutDocument",
|
|
19113
|
+
"CancelSubscription",
|
|
19113
19114
|
"Chat",
|
|
19114
19115
|
"ChatSync",
|
|
19115
19116
|
"CreateApplication",
|
|
@@ -19118,6 +19119,7 @@
|
|
|
19118
19119
|
"CreateLicense",
|
|
19119
19120
|
"CreatePlugin",
|
|
19120
19121
|
"CreateRetriever",
|
|
19122
|
+
"CreateSubscription",
|
|
19121
19123
|
"CreateUser",
|
|
19122
19124
|
"CreateWebExperience",
|
|
19123
19125
|
"DeleteApplication",
|
|
@@ -19150,6 +19152,7 @@
|
|
|
19150
19152
|
"ListMessages",
|
|
19151
19153
|
"ListPlugins",
|
|
19152
19154
|
"ListRetrievers",
|
|
19155
|
+
"ListSubscriptions",
|
|
19153
19156
|
"ListTagsForResource",
|
|
19154
19157
|
"ListUserLicenses",
|
|
19155
19158
|
"ListWebExperiences",
|
|
@@ -19166,10 +19169,11 @@
|
|
|
19166
19169
|
"UpdateIndex",
|
|
19167
19170
|
"UpdatePlugin",
|
|
19168
19171
|
"UpdateRetriever",
|
|
19172
|
+
"UpdateSubscription",
|
|
19169
19173
|
"UpdateUser",
|
|
19170
19174
|
"UpdateWebExperience"
|
|
19171
19175
|
],
|
|
19172
|
-
"resourceTypesCount":
|
|
19176
|
+
"resourceTypesCount": 8,
|
|
19173
19177
|
"resourceTypes": [
|
|
19174
19178
|
"application",
|
|
19175
19179
|
"retriever",
|
|
@@ -19177,7 +19181,8 @@
|
|
|
19177
19181
|
"data-source",
|
|
19178
19182
|
"plugin",
|
|
19179
19183
|
"web-experience",
|
|
19180
|
-
"user-license"
|
|
19184
|
+
"user-license",
|
|
19185
|
+
"subscription"
|
|
19181
19186
|
],
|
|
19182
19187
|
"conditionKeysCount": 3,
|
|
19183
19188
|
"conditionKeys": [
|
|
@@ -19186,6 +19191,41 @@
|
|
|
19186
19191
|
"aws:TagKeys"
|
|
19187
19192
|
]
|
|
19188
19193
|
},
|
|
19194
|
+
{
|
|
19195
|
+
"name": "Amazon Q Business Q Apps",
|
|
19196
|
+
"servicePrefix": "qapps",
|
|
19197
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusinessqapps.html",
|
|
19198
|
+
"actionsCount": 21,
|
|
19199
|
+
"actions": [
|
|
19200
|
+
"AssociateQAppWithUser",
|
|
19201
|
+
"CopyQApp",
|
|
19202
|
+
"CreateLibraryItem",
|
|
19203
|
+
"CreateLibraryItemReview",
|
|
19204
|
+
"CreateQApp",
|
|
19205
|
+
"CreateSubscriptionToken",
|
|
19206
|
+
"DeleteLibraryItem",
|
|
19207
|
+
"DeleteQApp",
|
|
19208
|
+
"DisassociateQAppFromUser",
|
|
19209
|
+
"GetLibraryItem",
|
|
19210
|
+
"GetQApp",
|
|
19211
|
+
"ImportDocumentToQApp",
|
|
19212
|
+
"ImportDocumentToQAppSession",
|
|
19213
|
+
"ListLibraryItems",
|
|
19214
|
+
"ListQApps",
|
|
19215
|
+
"PredictProblemStatementFromConversation",
|
|
19216
|
+
"PredictQAppFromProblemStatement",
|
|
19217
|
+
"StartQAppSession",
|
|
19218
|
+
"StopQAppSession",
|
|
19219
|
+
"UpdateLibraryItem",
|
|
19220
|
+
"UpdateQApp"
|
|
19221
|
+
],
|
|
19222
|
+
"resourceTypesCount": 1,
|
|
19223
|
+
"resourceTypes": [
|
|
19224
|
+
"application"
|
|
19225
|
+
],
|
|
19226
|
+
"conditionKeysCount": 0,
|
|
19227
|
+
"conditionKeys": []
|
|
19228
|
+
},
|
|
19189
19229
|
{
|
|
19190
19230
|
"name": "Amazon Q in Connect",
|
|
19191
19231
|
"servicePrefix": "wisdom",
|
|
@@ -22300,10 +22340,11 @@
|
|
|
22300
22340
|
"SetSourceIdentity",
|
|
22301
22341
|
"TagSession"
|
|
22302
22342
|
],
|
|
22303
|
-
"resourceTypesCount":
|
|
22343
|
+
"resourceTypesCount": 3,
|
|
22304
22344
|
"resourceTypes": [
|
|
22305
22345
|
"role",
|
|
22306
|
-
"user"
|
|
22346
|
+
"user",
|
|
22347
|
+
"self-session"
|
|
22307
22348
|
],
|
|
22308
22349
|
"conditionKeysCount": 54,
|
|
22309
22350
|
"conditionKeys": [
|
|
@@ -24186,7 +24227,7 @@
|
|
|
24186
24227
|
"name": "Amazon Timestream",
|
|
24187
24228
|
"servicePrefix": "timestream",
|
|
24188
24229
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazontimestream.html",
|
|
24189
|
-
"actionsCount":
|
|
24230
|
+
"actionsCount": 37,
|
|
24190
24231
|
"actions": [
|
|
24191
24232
|
"CancelQuery",
|
|
24192
24233
|
"CreateBatchLoadTask",
|
|
@@ -24196,6 +24237,7 @@
|
|
|
24196
24237
|
"DeleteDatabase",
|
|
24197
24238
|
"DeleteScheduledQuery",
|
|
24198
24239
|
"DeleteTable",
|
|
24240
|
+
"DescribeAccountSettings",
|
|
24199
24241
|
"DescribeBatchLoadTask",
|
|
24200
24242
|
"DescribeDatabase",
|
|
24201
24243
|
"DescribeEndpoints",
|
|
@@ -24219,6 +24261,7 @@
|
|
|
24219
24261
|
"TagResource",
|
|
24220
24262
|
"Unload",
|
|
24221
24263
|
"UntagResource",
|
|
24264
|
+
"UpdateAccountSettings",
|
|
24222
24265
|
"UpdateDatabase",
|
|
24223
24266
|
"UpdateScheduledQuery",
|
|
24224
24267
|
"UpdateTable",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9241
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"key": "
|
|
9
|
-
"value":
|
|
8
|
+
"key": "Read Actions",
|
|
9
|
+
"value": 4493
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"key": "
|
|
13
|
-
"value":
|
|
12
|
+
"key": "List Actions",
|
|
13
|
+
"value": 2717
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -164,6 +164,10 @@
|
|
|
164
164
|
"key": "repository - arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}",
|
|
165
165
|
"value": 81
|
|
166
166
|
},
|
|
167
|
+
{
|
|
168
|
+
"key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
|
|
169
|
+
"value": 79
|
|
170
|
+
},
|
|
167
171
|
{
|
|
168
172
|
"key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
|
|
169
173
|
"value": 67
|
|
@@ -179,10 +183,6 @@
|
|
|
179
183
|
{
|
|
180
184
|
"key": "hub - arn:${Partition}:securityhub:${Region}:${Account}:hub/default",
|
|
181
185
|
"value": 61
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"key": "catalog - arn:${Partition}:glue:${Region}:${Account}:catalog",
|
|
185
|
-
"value": 59
|
|
186
186
|
}
|
|
187
187
|
],
|
|
188
188
|
"Services with least actions": [
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 411
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
@@ -406,11 +406,11 @@
|
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"key": "Median number of actions per service",
|
|
409
|
-
"value":
|
|
409
|
+
"value": 27
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1713
|
|
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.197",
|
|
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",
|