aws-iam-data 0.0.232 → 0.0.233
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 +49 -0
- package/dist/data/json/iam.json +602 -42
- package/dist/data/json/metadata.json +50 -12
- package/dist/data/json/reports.json +5 -5
- package/package.json +1 -1
|
@@ -3433,7 +3433,7 @@
|
|
|
3433
3433
|
"name": "AWS CloudHSM",
|
|
3434
3434
|
"servicePrefix": "cloudhsm",
|
|
3435
3435
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudhsm.html",
|
|
3436
|
-
"actionsCount":
|
|
3436
|
+
"actionsCount": 36,
|
|
3437
3437
|
"actions": [
|
|
3438
3438
|
"AddTagsToResource",
|
|
3439
3439
|
"CopyBackupToRegion",
|
|
@@ -3446,12 +3446,14 @@
|
|
|
3446
3446
|
"DeleteHapg",
|
|
3447
3447
|
"DeleteHsm",
|
|
3448
3448
|
"DeleteLunaClient",
|
|
3449
|
+
"DeleteResourcePolicy",
|
|
3449
3450
|
"DescribeBackups",
|
|
3450
3451
|
"DescribeClusters",
|
|
3451
3452
|
"DescribeHapg",
|
|
3452
3453
|
"DescribeHsm",
|
|
3453
3454
|
"DescribeLunaClient",
|
|
3454
3455
|
"GetConfig",
|
|
3456
|
+
"GetResourcePolicy",
|
|
3455
3457
|
"InitializeCluster",
|
|
3456
3458
|
"ListAvailableZones",
|
|
3457
3459
|
"ListHapgs",
|
|
@@ -3464,6 +3466,7 @@
|
|
|
3464
3466
|
"ModifyHapg",
|
|
3465
3467
|
"ModifyHsm",
|
|
3466
3468
|
"ModifyLunaClient",
|
|
3469
|
+
"PutResourcePolicy",
|
|
3467
3470
|
"RemoveTagsFromResource",
|
|
3468
3471
|
"RestoreBackup",
|
|
3469
3472
|
"TagResource",
|
|
@@ -5884,7 +5887,7 @@
|
|
|
5884
5887
|
"name": "Amazon Connect Customer Profiles",
|
|
5885
5888
|
"servicePrefix": "profile",
|
|
5886
5889
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcustomerprofiles.html",
|
|
5887
|
-
"actionsCount":
|
|
5890
|
+
"actionsCount": 54,
|
|
5888
5891
|
"actions": [
|
|
5889
5892
|
"AddProfileKey",
|
|
5890
5893
|
"CreateCalculatedAttributeDefinition",
|
|
@@ -5892,6 +5895,7 @@
|
|
|
5892
5895
|
"CreateEventStream",
|
|
5893
5896
|
"CreateIntegrationWorkflow",
|
|
5894
5897
|
"CreateProfile",
|
|
5898
|
+
"CreateSnapshot",
|
|
5895
5899
|
"DeleteCalculatedAttributeDefinition",
|
|
5896
5900
|
"DeleteDomain",
|
|
5897
5901
|
"DeleteEventStream",
|
|
@@ -5913,6 +5917,7 @@
|
|
|
5913
5917
|
"GetProfileObjectType",
|
|
5914
5918
|
"GetProfileObjectTypeTemplate",
|
|
5915
5919
|
"GetSimilarProfiles",
|
|
5920
|
+
"GetSnapshot",
|
|
5916
5921
|
"GetWorkflow",
|
|
5917
5922
|
"GetWorkflowSteps",
|
|
5918
5923
|
"ListAccountIntegrations",
|
|
@@ -6704,7 +6709,7 @@
|
|
|
6704
6709
|
"name": "Amazon DataZone",
|
|
6705
6710
|
"servicePrefix": "datazone",
|
|
6706
6711
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
6707
|
-
"actionsCount":
|
|
6712
|
+
"actionsCount": 147,
|
|
6708
6713
|
"actions": [
|
|
6709
6714
|
"AcceptPredictions",
|
|
6710
6715
|
"AcceptSubscriptionRequest",
|
|
@@ -6713,6 +6718,7 @@
|
|
|
6713
6718
|
"CancelMetadataGenerationRun",
|
|
6714
6719
|
"CancelSubscription",
|
|
6715
6720
|
"CreateAsset",
|
|
6721
|
+
"CreateAssetFilter",
|
|
6716
6722
|
"CreateAssetRevision",
|
|
6717
6723
|
"CreateAssetType",
|
|
6718
6724
|
"CreateDataSource",
|
|
@@ -6733,6 +6739,7 @@
|
|
|
6733
6739
|
"CreateSubscriptionTarget",
|
|
6734
6740
|
"CreateUserProfile",
|
|
6735
6741
|
"DeleteAsset",
|
|
6742
|
+
"DeleteAssetFilter",
|
|
6736
6743
|
"DeleteAssetType",
|
|
6737
6744
|
"DeleteDataSource",
|
|
6738
6745
|
"DeleteDomain",
|
|
@@ -6754,6 +6761,7 @@
|
|
|
6754
6761
|
"DeleteTimeSeriesDataPoints",
|
|
6755
6762
|
"DisassociateEnvironmentRole",
|
|
6756
6763
|
"GetAsset",
|
|
6764
|
+
"GetAssetFilter",
|
|
6757
6765
|
"GetAssetType",
|
|
6758
6766
|
"GetDataSource",
|
|
6759
6767
|
"GetDataSourceRun",
|
|
@@ -6771,6 +6779,7 @@
|
|
|
6771
6779
|
"GetGlossaryTerm",
|
|
6772
6780
|
"GetGroupProfile",
|
|
6773
6781
|
"GetIamPortalLoginUrl",
|
|
6782
|
+
"GetLineageNode",
|
|
6774
6783
|
"GetListing",
|
|
6775
6784
|
"GetMetadataGenerationRun",
|
|
6776
6785
|
"GetProject",
|
|
@@ -6782,6 +6791,7 @@
|
|
|
6782
6791
|
"GetTimeSeriesDataPoint",
|
|
6783
6792
|
"GetUserProfile",
|
|
6784
6793
|
"ListAccountEnvironments",
|
|
6794
|
+
"ListAssetFilters",
|
|
6785
6795
|
"ListAssetRevisions",
|
|
6786
6796
|
"ListDataSourceRunActivities",
|
|
6787
6797
|
"ListDataSourceRuns",
|
|
@@ -6794,6 +6804,7 @@
|
|
|
6794
6804
|
"ListEnvironmentProfiles",
|
|
6795
6805
|
"ListEnvironments",
|
|
6796
6806
|
"ListGroupsForUser",
|
|
6807
|
+
"ListLineageNodeHistory",
|
|
6797
6808
|
"ListMetadataGenerationRuns",
|
|
6798
6809
|
"ListNotifications",
|
|
6799
6810
|
"ListPolicyGrants",
|
|
@@ -6806,6 +6817,7 @@
|
|
|
6806
6817
|
"ListTagsForResource",
|
|
6807
6818
|
"ListTimeSeriesDataPoints",
|
|
6808
6819
|
"ListWarehouseMetadata",
|
|
6820
|
+
"PostLineageEvent",
|
|
6809
6821
|
"PostTimeSeriesDataPoints",
|
|
6810
6822
|
"ProvisionDomain",
|
|
6811
6823
|
"PutDomainSharingPolicy",
|
|
@@ -6827,6 +6839,7 @@
|
|
|
6827
6839
|
"StopMetadataGenerationRun",
|
|
6828
6840
|
"TagResource",
|
|
6829
6841
|
"UntagResource",
|
|
6842
|
+
"UpdateAssetFilter",
|
|
6830
6843
|
"UpdateDataSource",
|
|
6831
6844
|
"UpdateDataSourceRunActivities",
|
|
6832
6845
|
"UpdateDomain",
|
|
@@ -19449,8 +19462,9 @@
|
|
|
19449
19462
|
"name": "Amazon Q Business Q Apps",
|
|
19450
19463
|
"servicePrefix": "qapps",
|
|
19451
19464
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusinessqapps.html",
|
|
19452
|
-
"actionsCount":
|
|
19465
|
+
"actionsCount": 30,
|
|
19453
19466
|
"actions": [
|
|
19467
|
+
"AssociateLibraryItemReview",
|
|
19454
19468
|
"AssociateQAppWithUser",
|
|
19455
19469
|
"CopyQApp",
|
|
19456
19470
|
"CreateLibraryItem",
|
|
@@ -19459,26 +19473,40 @@
|
|
|
19459
19473
|
"CreateSubscriptionToken",
|
|
19460
19474
|
"DeleteLibraryItem",
|
|
19461
19475
|
"DeleteQApp",
|
|
19476
|
+
"DisassociateLibraryItemReview",
|
|
19462
19477
|
"DisassociateQAppFromUser",
|
|
19463
19478
|
"GetLibraryItem",
|
|
19464
19479
|
"GetQApp",
|
|
19480
|
+
"GetQAppSession",
|
|
19481
|
+
"GetQAppSessionMetadata",
|
|
19482
|
+
"ImportDocument",
|
|
19465
19483
|
"ImportDocumentToQApp",
|
|
19466
19484
|
"ImportDocumentToQAppSession",
|
|
19467
19485
|
"ListLibraryItems",
|
|
19468
19486
|
"ListQApps",
|
|
19469
19487
|
"PredictProblemStatementFromConversation",
|
|
19488
|
+
"PredictQApp",
|
|
19470
19489
|
"PredictQAppFromProblemStatement",
|
|
19471
19490
|
"StartQAppSession",
|
|
19472
19491
|
"StopQAppSession",
|
|
19492
|
+
"TagResource",
|
|
19473
19493
|
"UpdateLibraryItem",
|
|
19474
|
-
"UpdateQApp"
|
|
19494
|
+
"UpdateQApp",
|
|
19495
|
+
"UpdateQAppSession",
|
|
19496
|
+
"UpdateQAppSessionMetadata"
|
|
19475
19497
|
],
|
|
19476
|
-
"resourceTypesCount":
|
|
19498
|
+
"resourceTypesCount": 3,
|
|
19477
19499
|
"resourceTypes": [
|
|
19478
|
-
"application"
|
|
19500
|
+
"application",
|
|
19501
|
+
"qapp",
|
|
19502
|
+
"qapp-session"
|
|
19479
19503
|
],
|
|
19480
|
-
"conditionKeysCount":
|
|
19481
|
-
"conditionKeys": [
|
|
19504
|
+
"conditionKeysCount": 3,
|
|
19505
|
+
"conditionKeys": [
|
|
19506
|
+
"aws:RequestTag/${TagKey}",
|
|
19507
|
+
"aws:ResourceTag/${TagKey}",
|
|
19508
|
+
"aws:TagKeys"
|
|
19509
|
+
]
|
|
19482
19510
|
},
|
|
19483
19511
|
{
|
|
19484
19512
|
"name": "Amazon Q in Connect",
|
|
@@ -25973,7 +26001,7 @@
|
|
|
25973
26001
|
"name": "Amazon WorkSpaces",
|
|
25974
26002
|
"servicePrefix": "workspaces",
|
|
25975
26003
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspaces.html",
|
|
25976
|
-
"actionsCount":
|
|
26004
|
+
"actionsCount": 89,
|
|
25977
26005
|
"actions": [
|
|
25978
26006
|
"AcceptAccountLinkInvitation",
|
|
25979
26007
|
"AssociateConnectionAlias",
|
|
@@ -25991,6 +26019,7 @@
|
|
|
25991
26019
|
"CreateWorkspaceBundle",
|
|
25992
26020
|
"CreateWorkspaceImage",
|
|
25993
26021
|
"CreateWorkspaces",
|
|
26022
|
+
"CreateWorkspacesPool",
|
|
25994
26023
|
"DeleteAccountLinkInvitation",
|
|
25995
26024
|
"DeleteClientBranding",
|
|
25996
26025
|
"DeleteConnectClientAddIn",
|
|
@@ -26022,6 +26051,8 @@
|
|
|
26022
26051
|
"DescribeWorkspaceSnapshots",
|
|
26023
26052
|
"DescribeWorkspaces",
|
|
26024
26053
|
"DescribeWorkspacesConnectionStatus",
|
|
26054
|
+
"DescribeWorkspacesPoolSessions",
|
|
26055
|
+
"DescribeWorkspacesPools",
|
|
26025
26056
|
"DisassociateConnectionAlias",
|
|
26026
26057
|
"DisassociateIpGroups",
|
|
26027
26058
|
"DisassociateWorkspaceApplication",
|
|
@@ -26036,6 +26067,7 @@
|
|
|
26036
26067
|
"ModifyClientProperties",
|
|
26037
26068
|
"ModifySamlProperties",
|
|
26038
26069
|
"ModifySelfservicePermissions",
|
|
26070
|
+
"ModifyStreamingProperties",
|
|
26039
26071
|
"ModifyWorkspaceAccessProperties",
|
|
26040
26072
|
"ModifyWorkspaceCreationProperties",
|
|
26041
26073
|
"ModifyWorkspaceProperties",
|
|
@@ -26047,22 +26079,28 @@
|
|
|
26047
26079
|
"RestoreWorkspace",
|
|
26048
26080
|
"RevokeIpRules",
|
|
26049
26081
|
"StartWorkspaces",
|
|
26082
|
+
"StartWorkspacesPool",
|
|
26050
26083
|
"StopWorkspaces",
|
|
26084
|
+
"StopWorkspacesPool",
|
|
26051
26085
|
"Stream",
|
|
26052
26086
|
"TerminateWorkspaces",
|
|
26087
|
+
"TerminateWorkspacesPool",
|
|
26088
|
+
"TerminateWorkspacesPoolSession",
|
|
26053
26089
|
"UpdateConnectClientAddIn",
|
|
26054
26090
|
"UpdateConnectionAliasPermission",
|
|
26055
26091
|
"UpdateRulesOfIpGroup",
|
|
26056
26092
|
"UpdateWorkspaceBundle",
|
|
26057
|
-
"UpdateWorkspaceImagePermission"
|
|
26093
|
+
"UpdateWorkspaceImagePermission",
|
|
26094
|
+
"UpdateWorkspacesPool"
|
|
26058
26095
|
],
|
|
26059
|
-
"resourceTypesCount":
|
|
26096
|
+
"resourceTypesCount": 8,
|
|
26060
26097
|
"resourceTypes": [
|
|
26061
26098
|
"directoryid",
|
|
26062
26099
|
"workspacebundle",
|
|
26063
26100
|
"workspaceid",
|
|
26064
26101
|
"workspaceimage",
|
|
26065
26102
|
"workspaceipgroup",
|
|
26103
|
+
"workspacespoolid",
|
|
26066
26104
|
"connectionalias",
|
|
26067
26105
|
"workspaceapplication"
|
|
26068
26106
|
],
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4578
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2763
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "Permissions Actions",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Write Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 9421
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
|
|
169
|
-
"value":
|
|
169
|
+
"value": 80
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
"key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1740
|
|
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.233",
|
|
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",
|