aws-iam-data 0.0.232 → 0.0.234
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 +78 -0
- package/dist/data/json/iam.json +958 -44
- package/dist/data/json/metadata.json +85 -14
- package/dist/data/json/reports.json +7 -7
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 419,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -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",
|
|
@@ -21805,7 +21833,7 @@
|
|
|
21805
21833
|
"name": "Amazon SageMaker",
|
|
21806
21834
|
"servicePrefix": "sagemaker",
|
|
21807
21835
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html",
|
|
21808
|
-
"actionsCount":
|
|
21836
|
+
"actionsCount": 361,
|
|
21809
21837
|
"actions": [
|
|
21810
21838
|
"AddAssociation",
|
|
21811
21839
|
"AddTags",
|
|
@@ -21837,6 +21865,7 @@
|
|
|
21837
21865
|
"CreateFeatureGroup",
|
|
21838
21866
|
"CreateFlowDefinition",
|
|
21839
21867
|
"CreateHub",
|
|
21868
|
+
"CreateHubContentReference",
|
|
21840
21869
|
"CreateHumanTaskUi",
|
|
21841
21870
|
"CreateHyperParameterTuningJob",
|
|
21842
21871
|
"CreateImage",
|
|
@@ -21896,6 +21925,7 @@
|
|
|
21896
21925
|
"DeleteFlowDefinition",
|
|
21897
21926
|
"DeleteHub",
|
|
21898
21927
|
"DeleteHubContent",
|
|
21928
|
+
"DeleteHubContentReference",
|
|
21899
21929
|
"DeleteHumanLoop",
|
|
21900
21930
|
"DeleteHumanTaskUi",
|
|
21901
21931
|
"DeleteHyperParameterTuningJob",
|
|
@@ -21928,6 +21958,7 @@
|
|
|
21928
21958
|
"DeleteUserProfile",
|
|
21929
21959
|
"DeleteWorkforce",
|
|
21930
21960
|
"DeleteWorkteam",
|
|
21961
|
+
"DeployHubModel",
|
|
21931
21962
|
"DeregisterDevices",
|
|
21932
21963
|
"DescribeAction",
|
|
21933
21964
|
"DescribeAlgorithm",
|
|
@@ -24512,6 +24543,36 @@
|
|
|
24512
24543
|
"aws:TagKeys"
|
|
24513
24544
|
]
|
|
24514
24545
|
},
|
|
24546
|
+
{
|
|
24547
|
+
"name": "AWS Systems Manager Quick Setup",
|
|
24548
|
+
"servicePrefix": "ssm-quicksetup",
|
|
24549
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssystemsmanagerquicksetup.html",
|
|
24550
|
+
"actionsCount": 12,
|
|
24551
|
+
"actions": [
|
|
24552
|
+
"CreateConfigurationManager",
|
|
24553
|
+
"DeleteConfigurationManager",
|
|
24554
|
+
"GetConfigurationManager",
|
|
24555
|
+
"GetServiceSettings",
|
|
24556
|
+
"ListConfigurationManagers",
|
|
24557
|
+
"ListQuickSetupTypes",
|
|
24558
|
+
"ListTagsForResource",
|
|
24559
|
+
"TagResource",
|
|
24560
|
+
"UntagResource",
|
|
24561
|
+
"UpdateConfigurationDefinition",
|
|
24562
|
+
"UpdateConfigurationManager",
|
|
24563
|
+
"UpdateServiceSettings"
|
|
24564
|
+
],
|
|
24565
|
+
"resourceTypesCount": 1,
|
|
24566
|
+
"resourceTypes": [
|
|
24567
|
+
"configuration-manager"
|
|
24568
|
+
],
|
|
24569
|
+
"conditionKeysCount": 3,
|
|
24570
|
+
"conditionKeys": [
|
|
24571
|
+
"aws:RequestTag/${TagKey}",
|
|
24572
|
+
"aws:ResourceTag/${TagKey}",
|
|
24573
|
+
"aws:TagKeys"
|
|
24574
|
+
]
|
|
24575
|
+
},
|
|
24515
24576
|
{
|
|
24516
24577
|
"name": "Tag Editor",
|
|
24517
24578
|
"servicePrefix": "resource-explorer",
|
|
@@ -25973,7 +26034,7 @@
|
|
|
25973
26034
|
"name": "Amazon WorkSpaces",
|
|
25974
26035
|
"servicePrefix": "workspaces",
|
|
25975
26036
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspaces.html",
|
|
25976
|
-
"actionsCount":
|
|
26037
|
+
"actionsCount": 89,
|
|
25977
26038
|
"actions": [
|
|
25978
26039
|
"AcceptAccountLinkInvitation",
|
|
25979
26040
|
"AssociateConnectionAlias",
|
|
@@ -25991,6 +26052,7 @@
|
|
|
25991
26052
|
"CreateWorkspaceBundle",
|
|
25992
26053
|
"CreateWorkspaceImage",
|
|
25993
26054
|
"CreateWorkspaces",
|
|
26055
|
+
"CreateWorkspacesPool",
|
|
25994
26056
|
"DeleteAccountLinkInvitation",
|
|
25995
26057
|
"DeleteClientBranding",
|
|
25996
26058
|
"DeleteConnectClientAddIn",
|
|
@@ -26022,6 +26084,8 @@
|
|
|
26022
26084
|
"DescribeWorkspaceSnapshots",
|
|
26023
26085
|
"DescribeWorkspaces",
|
|
26024
26086
|
"DescribeWorkspacesConnectionStatus",
|
|
26087
|
+
"DescribeWorkspacesPoolSessions",
|
|
26088
|
+
"DescribeWorkspacesPools",
|
|
26025
26089
|
"DisassociateConnectionAlias",
|
|
26026
26090
|
"DisassociateIpGroups",
|
|
26027
26091
|
"DisassociateWorkspaceApplication",
|
|
@@ -26036,6 +26100,7 @@
|
|
|
26036
26100
|
"ModifyClientProperties",
|
|
26037
26101
|
"ModifySamlProperties",
|
|
26038
26102
|
"ModifySelfservicePermissions",
|
|
26103
|
+
"ModifyStreamingProperties",
|
|
26039
26104
|
"ModifyWorkspaceAccessProperties",
|
|
26040
26105
|
"ModifyWorkspaceCreationProperties",
|
|
26041
26106
|
"ModifyWorkspaceProperties",
|
|
@@ -26047,22 +26112,28 @@
|
|
|
26047
26112
|
"RestoreWorkspace",
|
|
26048
26113
|
"RevokeIpRules",
|
|
26049
26114
|
"StartWorkspaces",
|
|
26115
|
+
"StartWorkspacesPool",
|
|
26050
26116
|
"StopWorkspaces",
|
|
26117
|
+
"StopWorkspacesPool",
|
|
26051
26118
|
"Stream",
|
|
26052
26119
|
"TerminateWorkspaces",
|
|
26120
|
+
"TerminateWorkspacesPool",
|
|
26121
|
+
"TerminateWorkspacesPoolSession",
|
|
26053
26122
|
"UpdateConnectClientAddIn",
|
|
26054
26123
|
"UpdateConnectionAliasPermission",
|
|
26055
26124
|
"UpdateRulesOfIpGroup",
|
|
26056
26125
|
"UpdateWorkspaceBundle",
|
|
26057
|
-
"UpdateWorkspaceImagePermission"
|
|
26126
|
+
"UpdateWorkspaceImagePermission",
|
|
26127
|
+
"UpdateWorkspacesPool"
|
|
26058
26128
|
],
|
|
26059
|
-
"resourceTypesCount":
|
|
26129
|
+
"resourceTypesCount": 8,
|
|
26060
26130
|
"resourceTypes": [
|
|
26061
26131
|
"directoryid",
|
|
26062
26132
|
"workspacebundle",
|
|
26063
26133
|
"workspaceid",
|
|
26064
26134
|
"workspaceimage",
|
|
26065
26135
|
"workspaceipgroup",
|
|
26136
|
+
"workspacespoolid",
|
|
26066
26137
|
"connectionalias",
|
|
26067
26138
|
"workspaceapplication"
|
|
26068
26139
|
],
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4582
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2764
|
|
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": 9431
|
|
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}",
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"key": "Amazon SageMaker",
|
|
237
|
-
"value":
|
|
237
|
+
"value": 361
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
"key": "Amazon Chime",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 419
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average number of actions per service",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1741
|
|
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.234",
|
|
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",
|