aws-iam-data 0.0.474 → 0.0.476
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 +144 -0
- package/dist/data/json/iam.json +1591 -38
- package/dist/data/json/metadata.json +148 -17
- package/dist/data/json/reports.json +15 -15
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"serviceCount":
|
|
2
|
+
"serviceCount": 453,
|
|
3
3
|
"services": [
|
|
4
4
|
{
|
|
5
5
|
"name": "AWS Account Management",
|
|
@@ -1468,12 +1468,13 @@
|
|
|
1468
1468
|
"name": "Amazon AppStream 2.0",
|
|
1469
1469
|
"servicePrefix": "appstream",
|
|
1470
1470
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonappstream2.0.html",
|
|
1471
|
-
"actionsCount":
|
|
1471
|
+
"actionsCount": 89,
|
|
1472
1472
|
"actions": [
|
|
1473
1473
|
"AssociateAppBlockBuilderAppBlock",
|
|
1474
1474
|
"AssociateApplicationFleet",
|
|
1475
1475
|
"AssociateApplicationToEntitlement",
|
|
1476
1476
|
"AssociateFleet",
|
|
1477
|
+
"AssociateSoftwareToImageBuilder",
|
|
1477
1478
|
"BatchAssociateUserStack",
|
|
1478
1479
|
"BatchDisassociateUserStack",
|
|
1479
1480
|
"CopyImage",
|
|
@@ -1483,9 +1484,11 @@
|
|
|
1483
1484
|
"CreateApplication",
|
|
1484
1485
|
"CreateDirectoryConfig",
|
|
1485
1486
|
"CreateEntitlement",
|
|
1487
|
+
"CreateExportImageTask",
|
|
1486
1488
|
"CreateFleet",
|
|
1487
1489
|
"CreateImageBuilder",
|
|
1488
1490
|
"CreateImageBuilderStreamingURL",
|
|
1491
|
+
"CreateImportedImage",
|
|
1489
1492
|
"CreateStack",
|
|
1490
1493
|
"CreateStreamingURL",
|
|
1491
1494
|
"CreateThemeForStack",
|
|
@@ -1508,6 +1511,7 @@
|
|
|
1508
1511
|
"DescribeAppBlockBuilderAppBlockAssociations",
|
|
1509
1512
|
"DescribeAppBlockBuilders",
|
|
1510
1513
|
"DescribeAppBlocks",
|
|
1514
|
+
"DescribeAppLicenseUsage",
|
|
1511
1515
|
"DescribeApplicationFleetAssociations",
|
|
1512
1516
|
"DescribeApplications",
|
|
1513
1517
|
"DescribeDirectoryConfigs",
|
|
@@ -1517,6 +1521,7 @@
|
|
|
1517
1521
|
"DescribeImagePermissions",
|
|
1518
1522
|
"DescribeImages",
|
|
1519
1523
|
"DescribeSessions",
|
|
1524
|
+
"DescribeSoftwareAssociations",
|
|
1520
1525
|
"DescribeStacks",
|
|
1521
1526
|
"DescribeThemeForStack",
|
|
1522
1527
|
"DescribeUsageReportSubscriptions",
|
|
@@ -1527,15 +1532,19 @@
|
|
|
1527
1532
|
"DisassociateApplicationFleet",
|
|
1528
1533
|
"DisassociateApplicationFromEntitlement",
|
|
1529
1534
|
"DisassociateFleet",
|
|
1535
|
+
"DisassociateSoftwareFromImageBuilder",
|
|
1530
1536
|
"EnableUser",
|
|
1531
1537
|
"ExpireSession",
|
|
1538
|
+
"GetExportImageTask",
|
|
1532
1539
|
"ListAssociatedFleets",
|
|
1533
1540
|
"ListAssociatedStacks",
|
|
1534
1541
|
"ListEntitledApplications",
|
|
1542
|
+
"ListExportImageTasks",
|
|
1535
1543
|
"ListTagsForResource",
|
|
1536
1544
|
"StartAppBlockBuilder",
|
|
1537
1545
|
"StartFleet",
|
|
1538
1546
|
"StartImageBuilder",
|
|
1547
|
+
"StartSoftwareDeploymentToImageBuilder",
|
|
1539
1548
|
"StopAppBlockBuilder",
|
|
1540
1549
|
"StopFleet",
|
|
1541
1550
|
"StopImageBuilder",
|
|
@@ -1758,7 +1767,7 @@
|
|
|
1758
1767
|
"name": "Amazon Athena",
|
|
1759
1768
|
"servicePrefix": "athena",
|
|
1760
1769
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonathena.html",
|
|
1761
|
-
"actionsCount":
|
|
1770
|
+
"actionsCount": 81,
|
|
1762
1771
|
"actions": [
|
|
1763
1772
|
"BatchGetNamedQuery",
|
|
1764
1773
|
"BatchGetPreparedStatement",
|
|
@@ -1799,7 +1808,9 @@
|
|
|
1799
1808
|
"GetQueryResults",
|
|
1800
1809
|
"GetQueryResultsStream",
|
|
1801
1810
|
"GetQueryRuntimeStatistics",
|
|
1811
|
+
"GetResourceDashboard",
|
|
1802
1812
|
"GetSession",
|
|
1813
|
+
"GetSessionEndpoint",
|
|
1803
1814
|
"GetSessionStatus",
|
|
1804
1815
|
"GetTable",
|
|
1805
1816
|
"GetTableMetadata",
|
|
@@ -1840,11 +1851,12 @@
|
|
|
1840
1851
|
"UpdatePreparedStatement",
|
|
1841
1852
|
"UpdateWorkGroup"
|
|
1842
1853
|
],
|
|
1843
|
-
"resourceTypesCount":
|
|
1854
|
+
"resourceTypesCount": 4,
|
|
1844
1855
|
"resourceTypes": [
|
|
1845
1856
|
"datacatalog",
|
|
1846
1857
|
"workgroup",
|
|
1847
|
-
"capacity-reservation"
|
|
1858
|
+
"capacity-reservation",
|
|
1859
|
+
"session"
|
|
1848
1860
|
],
|
|
1849
1861
|
"conditionKeysCount": 3,
|
|
1850
1862
|
"conditionKeys": [
|
|
@@ -4003,7 +4015,7 @@
|
|
|
4003
4015
|
"name": "AWS CloudFormation",
|
|
4004
4016
|
"servicePrefix": "cloudformation",
|
|
4005
4017
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudformation.html",
|
|
4006
|
-
"actionsCount":
|
|
4018
|
+
"actionsCount": 93,
|
|
4007
4019
|
"actions": [
|
|
4008
4020
|
"ActivateOrganizationsAccess",
|
|
4009
4021
|
"ActivateType",
|
|
@@ -4051,6 +4063,7 @@
|
|
|
4051
4063
|
"ExecuteChangeSet",
|
|
4052
4064
|
"ExecuteStackRefactor",
|
|
4053
4065
|
"GetGeneratedTemplate",
|
|
4066
|
+
"GetHookResult",
|
|
4054
4067
|
"GetStackPolicy",
|
|
4055
4068
|
"GetTemplate",
|
|
4056
4069
|
"GetTemplateSummary",
|
|
@@ -4098,13 +4111,14 @@
|
|
|
4098
4111
|
"UpdateTerminationProtection",
|
|
4099
4112
|
"ValidateTemplate"
|
|
4100
4113
|
],
|
|
4101
|
-
"resourceTypesCount":
|
|
4114
|
+
"resourceTypesCount": 8,
|
|
4102
4115
|
"resourceTypes": [
|
|
4103
4116
|
"changeset",
|
|
4104
4117
|
"stack",
|
|
4105
4118
|
"stackset",
|
|
4106
4119
|
"stackset-target",
|
|
4107
4120
|
"type",
|
|
4121
|
+
"typeHook",
|
|
4108
4122
|
"generatedtemplate",
|
|
4109
4123
|
"resourcescan"
|
|
4110
4124
|
],
|
|
@@ -6645,7 +6659,7 @@
|
|
|
6645
6659
|
"name": "Amazon Connect",
|
|
6646
6660
|
"servicePrefix": "connect",
|
|
6647
6661
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
6648
|
-
"actionsCount":
|
|
6662
|
+
"actionsCount": 297,
|
|
6649
6663
|
"actions": [
|
|
6650
6664
|
"ActivateEvaluationForm",
|
|
6651
6665
|
"AdminGetEmergencyAccessToken",
|
|
@@ -6867,6 +6881,7 @@
|
|
|
6867
6881
|
"SearchVocabularies",
|
|
6868
6882
|
"SendChatIntegrationEvent",
|
|
6869
6883
|
"SendIntegrationEvent",
|
|
6884
|
+
"SendOutboundChatMessage",
|
|
6870
6885
|
"SendOutboundEmail",
|
|
6871
6886
|
"StartAttachedFileUpload",
|
|
6872
6887
|
"StartChatContact",
|
|
@@ -7745,12 +7760,14 @@
|
|
|
7745
7760
|
"name": "AWS Database Migration Service",
|
|
7746
7761
|
"servicePrefix": "dms",
|
|
7747
7762
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html",
|
|
7748
|
-
"actionsCount":
|
|
7763
|
+
"actionsCount": 122,
|
|
7749
7764
|
"actions": [
|
|
7750
7765
|
"AddTagsToResource",
|
|
7751
7766
|
"ApplyPendingMaintenanceAction",
|
|
7752
7767
|
"AssociateExtensionPack",
|
|
7753
7768
|
"BatchStartRecommendations",
|
|
7769
|
+
"CancelMetadataModelConversion",
|
|
7770
|
+
"CancelMetadataModelCreation",
|
|
7754
7771
|
"CancelReplicationTaskAssessmentRun",
|
|
7755
7772
|
"CreateDataMigration",
|
|
7756
7773
|
"CreateDataProvider",
|
|
@@ -7796,6 +7813,9 @@
|
|
|
7796
7813
|
"DescribeFleetAdvisorLsaAnalysis",
|
|
7797
7814
|
"DescribeFleetAdvisorSchemaObjectSummary",
|
|
7798
7815
|
"DescribeFleetAdvisorSchemas",
|
|
7816
|
+
"DescribeMetadataModel",
|
|
7817
|
+
"DescribeMetadataModelChildren",
|
|
7818
|
+
"DescribeMetadataModelCreations",
|
|
7799
7819
|
"DescribeMetadataModelImports",
|
|
7800
7820
|
"DescribeOrderableReplicationInstances",
|
|
7801
7821
|
"DescribePendingMaintenanceActions",
|
|
@@ -7815,6 +7835,7 @@
|
|
|
7815
7835
|
"DescribeSchemas",
|
|
7816
7836
|
"DescribeTableStatistics",
|
|
7817
7837
|
"ExportMetadataModelAssessment",
|
|
7838
|
+
"GetTargetSelectionRules",
|
|
7818
7839
|
"ImportCertificate",
|
|
7819
7840
|
"ListDataProviders",
|
|
7820
7841
|
"ListExtensionPacks",
|
|
@@ -7844,6 +7865,7 @@
|
|
|
7844
7865
|
"StartDataMigration",
|
|
7845
7866
|
"StartMetadataModelAssessment",
|
|
7846
7867
|
"StartMetadataModelConversion",
|
|
7868
|
+
"StartMetadataModelCreation",
|
|
7847
7869
|
"StartMetadataModelExportAsScripts",
|
|
7848
7870
|
"StartMetadataModelExportToTarget",
|
|
7849
7871
|
"StartMetadataModelImport",
|
|
@@ -8018,7 +8040,7 @@
|
|
|
8018
8040
|
"name": "Amazon DataZone",
|
|
8019
8041
|
"servicePrefix": "datazone",
|
|
8020
8042
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
8021
|
-
"actionsCount":
|
|
8043
|
+
"actionsCount": 222,
|
|
8022
8044
|
"actions": [
|
|
8023
8045
|
"AcceptPredictions",
|
|
8024
8046
|
"AcceptSubscriptionRequest",
|
|
@@ -8027,6 +8049,10 @@
|
|
|
8027
8049
|
"AssociateEnvironmentRole",
|
|
8028
8050
|
"AssociateGovernedTerms",
|
|
8029
8051
|
"BatchDeleteLinkedTypes",
|
|
8052
|
+
"BatchGetAttributesMetadata",
|
|
8053
|
+
"BatchGetCell",
|
|
8054
|
+
"BatchGetCellRun",
|
|
8055
|
+
"BatchPutAttributesMetadata",
|
|
8030
8056
|
"BatchPutLinkedTypes",
|
|
8031
8057
|
"CancelMetadataGenerationRun",
|
|
8032
8058
|
"CancelSubscription",
|
|
@@ -8035,6 +8061,8 @@
|
|
|
8035
8061
|
"CreateAssetFilter",
|
|
8036
8062
|
"CreateAssetRevision",
|
|
8037
8063
|
"CreateAssetType",
|
|
8064
|
+
"CreateCell",
|
|
8065
|
+
"CreateCellRun",
|
|
8038
8066
|
"CreateConnection",
|
|
8039
8067
|
"CreateDataProduct",
|
|
8040
8068
|
"CreateDataProductRevision",
|
|
@@ -8050,6 +8078,7 @@
|
|
|
8050
8078
|
"CreateGlossaryTerm",
|
|
8051
8079
|
"CreateGroupProfile",
|
|
8052
8080
|
"CreateListingChangeSet",
|
|
8081
|
+
"CreateNotebook",
|
|
8053
8082
|
"CreateProject",
|
|
8054
8083
|
"CreateProjectMembership",
|
|
8055
8084
|
"CreateProjectProfile",
|
|
@@ -8062,6 +8091,8 @@
|
|
|
8062
8091
|
"DeleteAsset",
|
|
8063
8092
|
"DeleteAssetFilter",
|
|
8064
8093
|
"DeleteAssetType",
|
|
8094
|
+
"DeleteCell",
|
|
8095
|
+
"DeleteCellRun",
|
|
8065
8096
|
"DeleteConnection",
|
|
8066
8097
|
"DeleteDataProduct",
|
|
8067
8098
|
"DeleteDataSource",
|
|
@@ -8077,6 +8108,7 @@
|
|
|
8077
8108
|
"DeleteGlossary",
|
|
8078
8109
|
"DeleteGlossaryTerm",
|
|
8079
8110
|
"DeleteListing",
|
|
8111
|
+
"DeleteNotebook",
|
|
8080
8112
|
"DeleteProject",
|
|
8081
8113
|
"DeleteProjectMembership",
|
|
8082
8114
|
"DeleteProjectProfile",
|
|
@@ -8087,11 +8119,16 @@
|
|
|
8087
8119
|
"DeleteTimeSeriesDataPoints",
|
|
8088
8120
|
"DisassociateEnvironmentRole",
|
|
8089
8121
|
"DisassociateGovernedTerms",
|
|
8122
|
+
"GenerateCode",
|
|
8090
8123
|
"GetAccountPool",
|
|
8091
8124
|
"GetAsset",
|
|
8092
8125
|
"GetAssetFilter",
|
|
8093
8126
|
"GetAssetType",
|
|
8127
|
+
"GetCell",
|
|
8128
|
+
"GetCellRun",
|
|
8129
|
+
"GetCellRunResult",
|
|
8094
8130
|
"GetConnection",
|
|
8131
|
+
"GetConversation",
|
|
8095
8132
|
"GetDataProduct",
|
|
8096
8133
|
"GetDataSource",
|
|
8097
8134
|
"GetDataSourceRun",
|
|
@@ -8116,6 +8153,8 @@
|
|
|
8116
8153
|
"GetLineageNode",
|
|
8117
8154
|
"GetListing",
|
|
8118
8155
|
"GetMetadataGenerationRun",
|
|
8156
|
+
"GetNotebook",
|
|
8157
|
+
"GetNotebookCompute",
|
|
8119
8158
|
"GetProject",
|
|
8120
8159
|
"GetProjectProfile",
|
|
8121
8160
|
"GetRule",
|
|
@@ -8132,7 +8171,9 @@
|
|
|
8132
8171
|
"ListAccountsInAccountPool",
|
|
8133
8172
|
"ListAssetFilters",
|
|
8134
8173
|
"ListAssetRevisions",
|
|
8174
|
+
"ListCellRuns",
|
|
8135
8175
|
"ListConnections",
|
|
8176
|
+
"ListConversations",
|
|
8136
8177
|
"ListDataProductRevisions",
|
|
8137
8178
|
"ListDataSourceRunActivities",
|
|
8138
8179
|
"ListDataSourceRuns",
|
|
@@ -8152,6 +8193,7 @@
|
|
|
8152
8193
|
"ListLineageNodeHistory",
|
|
8153
8194
|
"ListLinkedTypes",
|
|
8154
8195
|
"ListMetadataGenerationRuns",
|
|
8196
|
+
"ListNotebooks",
|
|
8155
8197
|
"ListNotifications",
|
|
8156
8198
|
"ListPolicyGrants",
|
|
8157
8199
|
"ListProjectMemberships",
|
|
@@ -8168,6 +8210,7 @@
|
|
|
8168
8210
|
"PostLineageEvent",
|
|
8169
8211
|
"PostTimeSeriesDataPoints",
|
|
8170
8212
|
"ProvisionDomain",
|
|
8213
|
+
"PutCellRunResult",
|
|
8171
8214
|
"PutDomainSharingPolicy",
|
|
8172
8215
|
"PutEnvironmentBlueprintConfiguration",
|
|
8173
8216
|
"RefreshToken",
|
|
@@ -8182,16 +8225,22 @@
|
|
|
8182
8225
|
"SearchRules",
|
|
8183
8226
|
"SearchTypes",
|
|
8184
8227
|
"SearchUserProfiles",
|
|
8228
|
+
"SendMessage",
|
|
8185
8229
|
"SsoLogin",
|
|
8186
8230
|
"SsoLogout",
|
|
8187
8231
|
"StartAccountBootstrapAction",
|
|
8232
|
+
"StartConversation",
|
|
8188
8233
|
"StartDataSourceRun",
|
|
8189
8234
|
"StartMetadataGenerationRun",
|
|
8235
|
+
"StartNotebookCompute",
|
|
8190
8236
|
"StopMetadataGenerationRun",
|
|
8237
|
+
"StopNotebookCompute",
|
|
8191
8238
|
"TagResource",
|
|
8192
8239
|
"UntagResource",
|
|
8193
8240
|
"UpdateAccountPool",
|
|
8194
8241
|
"UpdateAssetFilter",
|
|
8242
|
+
"UpdateCell",
|
|
8243
|
+
"UpdateCellRun",
|
|
8195
8244
|
"UpdateConnection",
|
|
8196
8245
|
"UpdateDataSource",
|
|
8197
8246
|
"UpdateDataSourceRunActivities",
|
|
@@ -8206,6 +8255,7 @@
|
|
|
8206
8255
|
"UpdateGlossary",
|
|
8207
8256
|
"UpdateGlossaryTerm",
|
|
8208
8257
|
"UpdateGroupProfile",
|
|
8258
|
+
"UpdateNotebook",
|
|
8209
8259
|
"UpdateProject",
|
|
8210
8260
|
"UpdateProjectProfile",
|
|
8211
8261
|
"UpdateRule",
|
|
@@ -10376,6 +10426,21 @@
|
|
|
10376
10426
|
"aws:ResourceTag/${TagKey}"
|
|
10377
10427
|
]
|
|
10378
10428
|
},
|
|
10429
|
+
{
|
|
10430
|
+
"name": "Amazon EKS MCP Server",
|
|
10431
|
+
"servicePrefix": "eks-mcp",
|
|
10432
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoneksmcpserver.html",
|
|
10433
|
+
"actionsCount": 3,
|
|
10434
|
+
"actions": [
|
|
10435
|
+
"CallPrivilegedTool",
|
|
10436
|
+
"CallReadOnlyTool",
|
|
10437
|
+
"InvokeMcp"
|
|
10438
|
+
],
|
|
10439
|
+
"resourceTypesCount": 0,
|
|
10440
|
+
"resourceTypes": [],
|
|
10441
|
+
"conditionKeysCount": 0,
|
|
10442
|
+
"conditionKeys": []
|
|
10443
|
+
},
|
|
10379
10444
|
{
|
|
10380
10445
|
"name": "AWS Elastic Beanstalk",
|
|
10381
10446
|
"servicePrefix": "elasticbeanstalk",
|
|
@@ -13400,7 +13465,7 @@
|
|
|
13400
13465
|
"name": "AWS Glue",
|
|
13401
13466
|
"servicePrefix": "glue",
|
|
13402
13467
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsglue.html",
|
|
13403
|
-
"actionsCount":
|
|
13468
|
+
"actionsCount": 296,
|
|
13404
13469
|
"actions": [
|
|
13405
13470
|
"AuthorizeInboundIntegration",
|
|
13406
13471
|
"BatchCreatePartition",
|
|
@@ -13492,6 +13557,7 @@
|
|
|
13492
13557
|
"DescribeEntity",
|
|
13493
13558
|
"DescribeInboundIntegrations",
|
|
13494
13559
|
"DescribeIntegrations",
|
|
13560
|
+
"FederateAuthorization",
|
|
13495
13561
|
"GetBlueprint",
|
|
13496
13562
|
"GetBlueprintRun",
|
|
13497
13563
|
"GetBlueprintRuns",
|
|
@@ -13723,13 +13789,14 @@
|
|
|
13723
13789
|
"completion",
|
|
13724
13790
|
"integration"
|
|
13725
13791
|
],
|
|
13726
|
-
"conditionKeysCount":
|
|
13792
|
+
"conditionKeysCount": 11,
|
|
13727
13793
|
"conditionKeys": [
|
|
13728
13794
|
"aws:RequestTag/${TagKey}",
|
|
13729
13795
|
"aws:ResourceTag/${TagKey}",
|
|
13730
13796
|
"aws:TagKeys",
|
|
13731
13797
|
"glue:CredentialIssuingService",
|
|
13732
13798
|
"glue:EnabledForRedshiftAutoDiscovery",
|
|
13799
|
+
"glue:FederatedAuthorizationSource",
|
|
13733
13800
|
"glue:LakeFormationPermissions",
|
|
13734
13801
|
"glue:RoleAssumedBy",
|
|
13735
13802
|
"glue:SecurityGroupIds",
|
|
@@ -13808,7 +13875,7 @@
|
|
|
13808
13875
|
"name": "AWS Ground Station",
|
|
13809
13876
|
"servicePrefix": "groundstation",
|
|
13810
13877
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsgroundstation.html",
|
|
13811
|
-
"actionsCount":
|
|
13878
|
+
"actionsCount": 34,
|
|
13812
13879
|
"actions": [
|
|
13813
13880
|
"CancelContact",
|
|
13814
13881
|
"CreateConfig",
|
|
@@ -13822,6 +13889,7 @@
|
|
|
13822
13889
|
"DescribeContact",
|
|
13823
13890
|
"DescribeEphemeris",
|
|
13824
13891
|
"GetAgentConfiguration",
|
|
13892
|
+
"GetAgentTaskResponseUrl",
|
|
13825
13893
|
"GetConfig",
|
|
13826
13894
|
"GetDataflowEndpointGroup",
|
|
13827
13895
|
"GetMinuteUsage",
|
|
@@ -14091,13 +14159,15 @@
|
|
|
14091
14159
|
"name": "AWS HealthLake",
|
|
14092
14160
|
"servicePrefix": "healthlake",
|
|
14093
14161
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthlake.html",
|
|
14094
|
-
"actionsCount":
|
|
14162
|
+
"actionsCount": 44,
|
|
14095
14163
|
"actions": [
|
|
14096
14164
|
"CancelFHIRExportJobWithDelete",
|
|
14165
|
+
"ConfirmAttributionList",
|
|
14097
14166
|
"CreateFHIRDatastore",
|
|
14098
14167
|
"CreateResource",
|
|
14099
14168
|
"DeleteFHIRDatastore",
|
|
14100
14169
|
"DeleteResource",
|
|
14170
|
+
"DescribeFHIRBulkDeleteJob",
|
|
14101
14171
|
"DescribeFHIRDatastore",
|
|
14102
14172
|
"DescribeFHIRExportJob",
|
|
14103
14173
|
"DescribeFHIRExportJobWithGet",
|
|
@@ -14115,12 +14185,17 @@
|
|
|
14115
14185
|
"ListTagsForResource",
|
|
14116
14186
|
"LookupCodeSystemWithGet",
|
|
14117
14187
|
"LookupCodeSystemWithPost",
|
|
14188
|
+
"MemberAdd",
|
|
14189
|
+
"MemberMatch",
|
|
14190
|
+
"MemberRemove",
|
|
14118
14191
|
"PatchResource",
|
|
14119
14192
|
"ProcessBundle",
|
|
14120
14193
|
"ReadResource",
|
|
14194
|
+
"RetrieveAttributionStatus",
|
|
14121
14195
|
"SearchEverything",
|
|
14122
14196
|
"SearchWithGet",
|
|
14123
14197
|
"SearchWithPost",
|
|
14198
|
+
"StartFHIRBulkDeleteJob",
|
|
14124
14199
|
"StartFHIRExportJob",
|
|
14125
14200
|
"StartFHIRExportJobWithGet",
|
|
14126
14201
|
"StartFHIRExportJobWithPost",
|
|
@@ -18812,7 +18887,7 @@
|
|
|
18812
18887
|
"name": "Amazon Managed Streaming for Apache Kafka",
|
|
18813
18888
|
"servicePrefix": "kafka",
|
|
18814
18889
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedstreamingforapachekafka.html",
|
|
18815
|
-
"actionsCount":
|
|
18890
|
+
"actionsCount": 53,
|
|
18816
18891
|
"actions": [
|
|
18817
18892
|
"BatchAssociateScramSecret",
|
|
18818
18893
|
"BatchDisassociateScramSecret",
|
|
@@ -18863,6 +18938,7 @@
|
|
|
18863
18938
|
"UpdateConfiguration",
|
|
18864
18939
|
"UpdateConnectivity",
|
|
18865
18940
|
"UpdateMonitoring",
|
|
18941
|
+
"UpdateRebalancing",
|
|
18866
18942
|
"UpdateReplicationInfo",
|
|
18867
18943
|
"UpdateSecurity",
|
|
18868
18944
|
"UpdateStorage"
|
|
@@ -19804,6 +19880,39 @@
|
|
|
19804
19880
|
"mpa:RequestedOperation"
|
|
19805
19881
|
]
|
|
19806
19882
|
},
|
|
19883
|
+
{
|
|
19884
|
+
"name": "AWS MWAA Serverless",
|
|
19885
|
+
"servicePrefix": "airflow-serverless",
|
|
19886
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmwaaserverless.html",
|
|
19887
|
+
"actionsCount": 15,
|
|
19888
|
+
"actions": [
|
|
19889
|
+
"CreateWorkflow",
|
|
19890
|
+
"DeleteWorkflow",
|
|
19891
|
+
"GetTaskInstance",
|
|
19892
|
+
"GetWorkflow",
|
|
19893
|
+
"GetWorkflowRun",
|
|
19894
|
+
"ListTagsForResource",
|
|
19895
|
+
"ListTaskInstances",
|
|
19896
|
+
"ListWorkflowRuns",
|
|
19897
|
+
"ListWorkflowVersions",
|
|
19898
|
+
"ListWorkflows",
|
|
19899
|
+
"StartWorkflowRun",
|
|
19900
|
+
"StopWorkflowRun",
|
|
19901
|
+
"TagResource",
|
|
19902
|
+
"UntagResource",
|
|
19903
|
+
"UpdateWorkflow"
|
|
19904
|
+
],
|
|
19905
|
+
"resourceTypesCount": 1,
|
|
19906
|
+
"resourceTypes": [
|
|
19907
|
+
"Workflow"
|
|
19908
|
+
],
|
|
19909
|
+
"conditionKeysCount": 3,
|
|
19910
|
+
"conditionKeys": [
|
|
19911
|
+
"aws:RequestTag/${TagKey}",
|
|
19912
|
+
"aws:ResourceTag/${TagKey}",
|
|
19913
|
+
"aws:TagKeys"
|
|
19914
|
+
]
|
|
19915
|
+
},
|
|
19807
19916
|
{
|
|
19808
19917
|
"name": "Amazon Neptune",
|
|
19809
19918
|
"servicePrefix": "neptune-db",
|
|
@@ -20443,7 +20552,7 @@
|
|
|
20443
20552
|
"name": "Amazon OpenSearch Service",
|
|
20444
20553
|
"servicePrefix": "es",
|
|
20445
20554
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
20446
|
-
"actionsCount":
|
|
20555
|
+
"actionsCount": 114,
|
|
20447
20556
|
"actions": [
|
|
20448
20557
|
"AcceptInboundConnection",
|
|
20449
20558
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -20460,6 +20569,7 @@
|
|
|
20460
20569
|
"CreateDomain",
|
|
20461
20570
|
"CreateElasticsearchDomain",
|
|
20462
20571
|
"CreateElasticsearchServiceRole",
|
|
20572
|
+
"CreateIndex",
|
|
20463
20573
|
"CreateOutboundConnection",
|
|
20464
20574
|
"CreateOutboundCrossClusterSearchConnection",
|
|
20465
20575
|
"CreatePackage",
|
|
@@ -20473,6 +20583,7 @@
|
|
|
20473
20583
|
"DeleteElasticsearchServiceRole",
|
|
20474
20584
|
"DeleteInboundConnection",
|
|
20475
20585
|
"DeleteInboundCrossClusterSearchConnection",
|
|
20586
|
+
"DeleteIndex",
|
|
20476
20587
|
"DeleteOutboundConnection",
|
|
20477
20588
|
"DeleteOutboundCrossClusterSearchConnection",
|
|
20478
20589
|
"DeletePackage",
|
|
@@ -20515,6 +20626,7 @@
|
|
|
20515
20626
|
"GetDataSource",
|
|
20516
20627
|
"GetDirectQueryDataSource",
|
|
20517
20628
|
"GetDomainMaintenanceStatus",
|
|
20629
|
+
"GetIndex",
|
|
20518
20630
|
"GetPackageVersionHistory",
|
|
20519
20631
|
"GetUpgradeHistory",
|
|
20520
20632
|
"GetUpgradeStatus",
|
|
@@ -20549,6 +20661,7 @@
|
|
|
20549
20661
|
"UpdateDirectQueryDataSource",
|
|
20550
20662
|
"UpdateDomainConfig",
|
|
20551
20663
|
"UpdateElasticsearchDomainConfig",
|
|
20664
|
+
"UpdateIndex",
|
|
20552
20665
|
"UpdatePackage",
|
|
20553
20666
|
"UpdatePackageScope",
|
|
20554
20667
|
"UpdateScheduledAction",
|
|
@@ -25404,6 +25517,21 @@
|
|
|
25404
25517
|
"aws:TagKeys"
|
|
25405
25518
|
]
|
|
25406
25519
|
},
|
|
25520
|
+
{
|
|
25521
|
+
"name": "AWS SageMaker Unified Studio MCP is a managed MCP solution for AWS data processing services like EMR, Glue, Athena",
|
|
25522
|
+
"servicePrefix": "sagemaker-unified-studio-mcp",
|
|
25523
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr_glue_athena.html",
|
|
25524
|
+
"actionsCount": 3,
|
|
25525
|
+
"actions": [
|
|
25526
|
+
"CallPrivilegedTool",
|
|
25527
|
+
"CallReadOnlyTool",
|
|
25528
|
+
"InvokeMcp"
|
|
25529
|
+
],
|
|
25530
|
+
"resourceTypesCount": 0,
|
|
25531
|
+
"resourceTypes": [],
|
|
25532
|
+
"conditionKeysCount": 0,
|
|
25533
|
+
"conditionKeys": []
|
|
25534
|
+
},
|
|
25407
25535
|
{
|
|
25408
25536
|
"name": "Amazon SageMaker with MLflow",
|
|
25409
25537
|
"servicePrefix": "sagemaker-mlflow",
|
|
@@ -27414,7 +27542,7 @@
|
|
|
27414
27542
|
"name": "AWS Support",
|
|
27415
27543
|
"servicePrefix": "support",
|
|
27416
27544
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupport.html",
|
|
27417
|
-
"actionsCount":
|
|
27545
|
+
"actionsCount": 34,
|
|
27418
27546
|
"actions": [
|
|
27419
27547
|
"AddAttachmentsToSet",
|
|
27420
27548
|
"AddCommunicationToCase",
|
|
@@ -27439,10 +27567,13 @@
|
|
|
27439
27567
|
"InitiateCallForCase",
|
|
27440
27568
|
"InitiateChatForCase",
|
|
27441
27569
|
"InitiateLiveContactForCase",
|
|
27570
|
+
"ListInteractionEntries",
|
|
27571
|
+
"ListInteractions",
|
|
27442
27572
|
"PutCaseAttributes",
|
|
27443
27573
|
"RateCaseCommunication",
|
|
27444
27574
|
"RefreshTrustedAdvisorCheck",
|
|
27445
27575
|
"ResolveCase",
|
|
27576
|
+
"ResolveInteraction",
|
|
27446
27577
|
"SearchForCases",
|
|
27447
27578
|
"StartInteraction",
|
|
27448
27579
|
"UpdateCaseSeverity",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10746
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5229
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3229
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -131,22 +131,22 @@
|
|
|
131
131
|
"value": 28
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
"key": "
|
|
135
|
-
"value":
|
|
134
|
+
"key": "sagemaker-unified-studio-mcp",
|
|
135
|
+
"value": 28
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
|
-
"key": "
|
|
138
|
+
"key": "application-transformation",
|
|
139
139
|
"value": 26
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
|
-
"key": "
|
|
142
|
+
"key": "aws-marketplace-management",
|
|
143
143
|
"value": 26
|
|
144
144
|
}
|
|
145
145
|
],
|
|
146
146
|
"Most referenced resource ARNs": [
|
|
147
147
|
{
|
|
148
148
|
"key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
|
|
149
|
-
"value":
|
|
149
|
+
"value": 126
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"key": "rootcatalog - arn:${Partition}:glue:${Region}:${Account}:catalog",
|
|
181
|
-
"value":
|
|
181
|
+
"value": 75
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"key": "mlflow-tracking-server - arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}",
|
|
@@ -242,11 +242,11 @@
|
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"key": "Amazon Connect",
|
|
245
|
-
"value":
|
|
245
|
+
"value": 297
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"key": "AWS Glue",
|
|
249
|
-
"value":
|
|
249
|
+
"value": 296
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"key": "AWS IoT",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon DataZone",
|
|
265
|
-
"value":
|
|
265
|
+
"value": 222
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"key": "AWS Identity and Access Management (IAM)",
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"Summary": [
|
|
399
399
|
{
|
|
400
400
|
"key": "Total number of services",
|
|
401
|
-
"value":
|
|
401
|
+
"value": 453
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"key": "Average 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": 1985
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1289
|
|
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.476",
|
|
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",
|