aws-iam-data 0.0.424 → 0.0.426
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 +83 -0
- package/dist/data/json/iam.json +1271 -183
- package/dist/data/json/metadata.json +78 -25
- package/dist/data/json/reports.json +7 -7
- package/package.json +1 -1
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
"name": "Amazon Bedrock",
|
|
2356
2356
|
"servicePrefix": "bedrock",
|
|
2357
2357
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2358
|
-
"actionsCount":
|
|
2358
|
+
"actionsCount": 225,
|
|
2359
2359
|
"actions": [
|
|
2360
2360
|
"AllowVendedLogDeliveryForResource",
|
|
2361
2361
|
"ApplyGuardrail",
|
|
@@ -2364,9 +2364,13 @@
|
|
|
2364
2364
|
"AssociateThirdPartyKnowledgeBase",
|
|
2365
2365
|
"BatchDeleteEvaluationJob",
|
|
2366
2366
|
"CallWithBearerToken",
|
|
2367
|
+
"CancelAutomatedReasoningPolicyBuildWorkflow",
|
|
2367
2368
|
"CreateAgent",
|
|
2368
2369
|
"CreateAgentActionGroup",
|
|
2369
2370
|
"CreateAgentAlias",
|
|
2371
|
+
"CreateAutomatedReasoningPolicy",
|
|
2372
|
+
"CreateAutomatedReasoningPolicyTestCase",
|
|
2373
|
+
"CreateAutomatedReasoningPolicyVersion",
|
|
2370
2374
|
"CreateBlueprint",
|
|
2371
2375
|
"CreateBlueprintVersion",
|
|
2372
2376
|
"CreateCustomModel",
|
|
@@ -2399,6 +2403,9 @@
|
|
|
2399
2403
|
"DeleteAgentAlias",
|
|
2400
2404
|
"DeleteAgentMemory",
|
|
2401
2405
|
"DeleteAgentVersion",
|
|
2406
|
+
"DeleteAutomatedReasoningPolicy",
|
|
2407
|
+
"DeleteAutomatedReasoningPolicyBuildWorkflow",
|
|
2408
|
+
"DeleteAutomatedReasoningPolicyTestCase",
|
|
2402
2409
|
"DeleteBlueprint",
|
|
2403
2410
|
"DeleteCustomModel",
|
|
2404
2411
|
"DeleteCustomModelDeployment",
|
|
@@ -2426,6 +2433,7 @@
|
|
|
2426
2433
|
"DisassociateAgentCollaborator",
|
|
2427
2434
|
"DisassociateAgentKnowledgeBase",
|
|
2428
2435
|
"EndSession",
|
|
2436
|
+
"ExportAutomatedReasoningPolicyVersion",
|
|
2429
2437
|
"GenerateQuery",
|
|
2430
2438
|
"GetAgent",
|
|
2431
2439
|
"GetAgentActionGroup",
|
|
@@ -2435,6 +2443,13 @@
|
|
|
2435
2443
|
"GetAgentMemory",
|
|
2436
2444
|
"GetAgentVersion",
|
|
2437
2445
|
"GetAsyncInvoke",
|
|
2446
|
+
"GetAutomatedReasoningPolicy",
|
|
2447
|
+
"GetAutomatedReasoningPolicyAnnotations",
|
|
2448
|
+
"GetAutomatedReasoningPolicyBuildWorkflow",
|
|
2449
|
+
"GetAutomatedReasoningPolicyBuildWorkflowResultAssets",
|
|
2450
|
+
"GetAutomatedReasoningPolicyNextScenario",
|
|
2451
|
+
"GetAutomatedReasoningPolicyTestCase",
|
|
2452
|
+
"GetAutomatedReasoningPolicyTestResult",
|
|
2438
2453
|
"GetBlueprint",
|
|
2439
2454
|
"GetBlueprintRecommendation",
|
|
2440
2455
|
"GetCustomModel",
|
|
@@ -2472,6 +2487,7 @@
|
|
|
2472
2487
|
"GetUseCaseForModelAccess",
|
|
2473
2488
|
"IngestKnowledgeBaseDocuments",
|
|
2474
2489
|
"InvokeAgent",
|
|
2490
|
+
"InvokeAutomatedReasoningPolicy",
|
|
2475
2491
|
"InvokeBlueprintRecommendationAsync",
|
|
2476
2492
|
"InvokeBuilder",
|
|
2477
2493
|
"InvokeDataAutomationAsync",
|
|
@@ -2486,6 +2502,10 @@
|
|
|
2486
2502
|
"ListAgentVersions",
|
|
2487
2503
|
"ListAgents",
|
|
2488
2504
|
"ListAsyncInvokes",
|
|
2505
|
+
"ListAutomatedReasoningPolicies",
|
|
2506
|
+
"ListAutomatedReasoningPolicyBuildWorkflows",
|
|
2507
|
+
"ListAutomatedReasoningPolicyTestCases",
|
|
2508
|
+
"ListAutomatedReasoningPolicyTestResults",
|
|
2489
2509
|
"ListBlueprints",
|
|
2490
2510
|
"ListCustomModelDeployments",
|
|
2491
2511
|
"ListCustomModels",
|
|
@@ -2531,6 +2551,8 @@
|
|
|
2531
2551
|
"Rerank",
|
|
2532
2552
|
"Retrieve",
|
|
2533
2553
|
"RetrieveAndGenerate",
|
|
2554
|
+
"StartAutomatedReasoningPolicyBuildWorkflow",
|
|
2555
|
+
"StartAutomatedReasoningPolicyTestWorkflow",
|
|
2534
2556
|
"StartFlowExecution",
|
|
2535
2557
|
"StartIngestionJob",
|
|
2536
2558
|
"StopEvaluationJob",
|
|
@@ -2545,6 +2567,9 @@
|
|
|
2545
2567
|
"UpdateAgentAlias",
|
|
2546
2568
|
"UpdateAgentCollaborator",
|
|
2547
2569
|
"UpdateAgentKnowledgeBase",
|
|
2570
|
+
"UpdateAutomatedReasoningPolicy",
|
|
2571
|
+
"UpdateAutomatedReasoningPolicyAnnotations",
|
|
2572
|
+
"UpdateAutomatedReasoningPolicyTestCase",
|
|
2548
2573
|
"UpdateBlueprint",
|
|
2549
2574
|
"UpdateDataAutomationProject",
|
|
2550
2575
|
"UpdateDataSource",
|
|
@@ -2558,7 +2583,7 @@
|
|
|
2558
2583
|
"UpdateSession",
|
|
2559
2584
|
"ValidateFlowDefinition"
|
|
2560
2585
|
],
|
|
2561
|
-
"resourceTypesCount":
|
|
2586
|
+
"resourceTypesCount": 34,
|
|
2562
2587
|
"resourceTypes": [
|
|
2563
2588
|
"foundation-model",
|
|
2564
2589
|
"async-invoke",
|
|
@@ -2577,6 +2602,8 @@
|
|
|
2577
2602
|
"model-invocation-job",
|
|
2578
2603
|
"guardrail",
|
|
2579
2604
|
"guardrail-profile",
|
|
2605
|
+
"automated-reasoning-policy",
|
|
2606
|
+
"automated-reasoning-policy-version",
|
|
2580
2607
|
"flow",
|
|
2581
2608
|
"flow-alias",
|
|
2582
2609
|
"flow-execution",
|
|
@@ -2657,7 +2684,7 @@
|
|
|
2657
2684
|
"GetWorkloadAccessTokenForJWT",
|
|
2658
2685
|
"GetWorkloadAccessTokenForUserId",
|
|
2659
2686
|
"GetWorkloadIdentity",
|
|
2660
|
-
"
|
|
2687
|
+
"InvokeAgentRuntime",
|
|
2661
2688
|
"InvokeCodeInterpreter",
|
|
2662
2689
|
"ListActors",
|
|
2663
2690
|
"ListAgentRuntimeEndpoints",
|
|
@@ -2693,7 +2720,7 @@
|
|
|
2693
2720
|
"UpdateOauth2CredentialProvider",
|
|
2694
2721
|
"UpdateWorkloadIdentity"
|
|
2695
2722
|
],
|
|
2696
|
-
"resourceTypesCount":
|
|
2723
|
+
"resourceTypesCount": 13,
|
|
2697
2724
|
"resourceTypes": [
|
|
2698
2725
|
"memory",
|
|
2699
2726
|
"gateway",
|
|
@@ -2705,7 +2732,9 @@
|
|
|
2705
2732
|
"code-interpreter-custom",
|
|
2706
2733
|
"code-interpreter",
|
|
2707
2734
|
"browser-custom",
|
|
2708
|
-
"browser"
|
|
2735
|
+
"browser",
|
|
2736
|
+
"workload-identity-directory",
|
|
2737
|
+
"token-vault"
|
|
2709
2738
|
],
|
|
2710
2739
|
"conditionKeysCount": 4,
|
|
2711
2740
|
"conditionKeys": [
|
|
@@ -3112,8 +3141,12 @@
|
|
|
3112
3141
|
"ChatbotConfiguration",
|
|
3113
3142
|
"custom-action"
|
|
3114
3143
|
],
|
|
3115
|
-
"conditionKeysCount":
|
|
3116
|
-
"conditionKeys": [
|
|
3144
|
+
"conditionKeysCount": 3,
|
|
3145
|
+
"conditionKeys": [
|
|
3146
|
+
"aws:RequestTag/${TagKey}",
|
|
3147
|
+
"aws:ResourceTag/${TagKey}",
|
|
3148
|
+
"aws:TagKeys"
|
|
3149
|
+
]
|
|
3117
3150
|
},
|
|
3118
3151
|
{
|
|
3119
3152
|
"name": "Amazon Chime",
|
|
@@ -4871,21 +4904,41 @@
|
|
|
4871
4904
|
"name": "Amazon CloudWatch Observability Admin Service",
|
|
4872
4905
|
"servicePrefix": "observabilityadmin",
|
|
4873
4906
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchobservabilityadminservice.html",
|
|
4874
|
-
"actionsCount":
|
|
4907
|
+
"actionsCount": 21,
|
|
4875
4908
|
"actions": [
|
|
4909
|
+
"CreateTelemetryRule",
|
|
4910
|
+
"CreateTelemetryRuleForOrganization",
|
|
4911
|
+
"DeleteTelemetryRule",
|
|
4912
|
+
"DeleteTelemetryRuleForOrganization",
|
|
4876
4913
|
"GetTelemetryEvaluationStatus",
|
|
4877
4914
|
"GetTelemetryEvaluationStatusForOrganization",
|
|
4915
|
+
"GetTelemetryRule",
|
|
4916
|
+
"GetTelemetryRuleForOrganization",
|
|
4878
4917
|
"ListResourceTelemetry",
|
|
4879
4918
|
"ListResourceTelemetryForOrganization",
|
|
4919
|
+
"ListTagsForResource",
|
|
4920
|
+
"ListTelemetryRules",
|
|
4921
|
+
"ListTelemetryRulesForOrganization",
|
|
4880
4922
|
"StartTelemetryEvaluation",
|
|
4881
4923
|
"StartTelemetryEvaluationForOrganization",
|
|
4882
4924
|
"StopTelemetryEvaluation",
|
|
4883
|
-
"StopTelemetryEvaluationForOrganization"
|
|
4925
|
+
"StopTelemetryEvaluationForOrganization",
|
|
4926
|
+
"TagResource",
|
|
4927
|
+
"UntagResource",
|
|
4928
|
+
"UpdateTelemetryRule",
|
|
4929
|
+
"UpdateTelemetryRuleForOrganization"
|
|
4884
4930
|
],
|
|
4885
|
-
"resourceTypesCount":
|
|
4886
|
-
"resourceTypes": [
|
|
4887
|
-
|
|
4888
|
-
|
|
4931
|
+
"resourceTypesCount": 2,
|
|
4932
|
+
"resourceTypes": [
|
|
4933
|
+
"telemetry-rule",
|
|
4934
|
+
"organization-telemetry-rule"
|
|
4935
|
+
],
|
|
4936
|
+
"conditionKeysCount": 3,
|
|
4937
|
+
"conditionKeys": [
|
|
4938
|
+
"aws:RequestTag/${TagKey}",
|
|
4939
|
+
"aws:ResourceTag/${TagKey}",
|
|
4940
|
+
"aws:TagKeys"
|
|
4941
|
+
]
|
|
4889
4942
|
},
|
|
4890
4943
|
{
|
|
4891
4944
|
"name": "AWS CloudWatch RUM",
|
|
@@ -15945,7 +15998,7 @@
|
|
|
15945
15998
|
"name": "AWS IoT SiteWise",
|
|
15946
15999
|
"servicePrefix": "iotsitewise",
|
|
15947
16000
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotsitewise.html",
|
|
15948
|
-
"actionsCount":
|
|
16001
|
+
"actionsCount": 106,
|
|
15949
16002
|
"actions": [
|
|
15950
16003
|
"AssociateAssets",
|
|
15951
16004
|
"AssociateTimeSeriesToAssetProperty",
|
|
@@ -15970,6 +16023,7 @@
|
|
|
15970
16023
|
"DeleteAsset",
|
|
15971
16024
|
"DeleteAssetModel",
|
|
15972
16025
|
"DeleteAssetModelCompositeModel",
|
|
16026
|
+
"DeleteAssetModelInterfaceRelationship",
|
|
15973
16027
|
"DeleteComputationModel",
|
|
15974
16028
|
"DeleteDashboard",
|
|
15975
16029
|
"DeleteDataset",
|
|
@@ -15983,6 +16037,7 @@
|
|
|
15983
16037
|
"DescribeAssetCompositeModel",
|
|
15984
16038
|
"DescribeAssetModel",
|
|
15985
16039
|
"DescribeAssetModelCompositeModel",
|
|
16040
|
+
"DescribeAssetModelInterfaceRelationship",
|
|
15986
16041
|
"DescribeAssetProperty",
|
|
15987
16042
|
"DescribeBulkImportJob",
|
|
15988
16043
|
"DescribeComputationModel",
|
|
@@ -16026,11 +16081,13 @@
|
|
|
16026
16081
|
"ListDatasets",
|
|
16027
16082
|
"ListExecutions",
|
|
16028
16083
|
"ListGateways",
|
|
16084
|
+
"ListInterfaceRelationships",
|
|
16029
16085
|
"ListPortals",
|
|
16030
16086
|
"ListProjectAssets",
|
|
16031
16087
|
"ListProjects",
|
|
16032
16088
|
"ListTagsForResource",
|
|
16033
16089
|
"ListTimeSeries",
|
|
16090
|
+
"PutAssetModelInterfaceRelationship",
|
|
16034
16091
|
"PutDefaultEncryptionConfiguration",
|
|
16035
16092
|
"PutLoggingOptions",
|
|
16036
16093
|
"PutStorageConfiguration",
|
|
@@ -21552,10 +21609,8 @@
|
|
|
21552
21609
|
"name": "Amazon Q Business",
|
|
21553
21610
|
"servicePrefix": "qbusiness",
|
|
21554
21611
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusiness.html",
|
|
21555
|
-
"actionsCount":
|
|
21612
|
+
"actionsCount": 92,
|
|
21556
21613
|
"actions": [
|
|
21557
|
-
"AddUserLicenses",
|
|
21558
|
-
"AllowVendedLogDeliveryForResource",
|
|
21559
21614
|
"AssociatePermission",
|
|
21560
21615
|
"BatchDeleteDocument",
|
|
21561
21616
|
"BatchPutDocument",
|
|
@@ -21571,7 +21626,6 @@
|
|
|
21571
21626
|
"CreateDataSource",
|
|
21572
21627
|
"CreateIndex",
|
|
21573
21628
|
"CreateIntegration",
|
|
21574
|
-
"CreateLicense",
|
|
21575
21629
|
"CreatePlugin",
|
|
21576
21630
|
"CreateRetriever",
|
|
21577
21631
|
"CreateSubscription",
|
|
@@ -21598,10 +21652,10 @@
|
|
|
21598
21652
|
"GetChatResponseConfiguration",
|
|
21599
21653
|
"GetDataAccessor",
|
|
21600
21654
|
"GetDataSource",
|
|
21655
|
+
"GetDocumentContent",
|
|
21601
21656
|
"GetGroup",
|
|
21602
21657
|
"GetIndex",
|
|
21603
21658
|
"GetIntegration",
|
|
21604
|
-
"GetLicense",
|
|
21605
21659
|
"GetMedia",
|
|
21606
21660
|
"GetPlugin",
|
|
21607
21661
|
"GetPolicy",
|
|
@@ -21627,12 +21681,10 @@
|
|
|
21627
21681
|
"ListRetrievers",
|
|
21628
21682
|
"ListSubscriptions",
|
|
21629
21683
|
"ListTagsForResource",
|
|
21630
|
-
"ListUserLicenses",
|
|
21631
21684
|
"ListWebExperiences",
|
|
21632
21685
|
"PutFeedback",
|
|
21633
21686
|
"PutGroup",
|
|
21634
21687
|
"PutResourcePolicy",
|
|
21635
|
-
"RemoveUserLicenses",
|
|
21636
21688
|
"SearchRelevantContent",
|
|
21637
21689
|
"StartDataSourceSyncJob",
|
|
21638
21690
|
"StartDeployment",
|
|
@@ -21652,7 +21704,7 @@
|
|
|
21652
21704
|
"UpdateUser",
|
|
21653
21705
|
"UpdateWebExperience"
|
|
21654
21706
|
],
|
|
21655
|
-
"resourceTypesCount":
|
|
21707
|
+
"resourceTypesCount": 10,
|
|
21656
21708
|
"resourceTypes": [
|
|
21657
21709
|
"application",
|
|
21658
21710
|
"integration",
|
|
@@ -21661,7 +21713,6 @@
|
|
|
21661
21713
|
"data-source",
|
|
21662
21714
|
"plugin",
|
|
21663
21715
|
"web-experience",
|
|
21664
|
-
"user-license",
|
|
21665
21716
|
"subscription",
|
|
21666
21717
|
"data-accessor",
|
|
21667
21718
|
"chat-response-configuration"
|
|
@@ -29339,11 +29390,13 @@
|
|
|
29339
29390
|
"group",
|
|
29340
29391
|
"sampling-rule"
|
|
29341
29392
|
],
|
|
29342
|
-
"conditionKeysCount":
|
|
29393
|
+
"conditionKeysCount": 5,
|
|
29343
29394
|
"conditionKeys": [
|
|
29344
29395
|
"aws:RequestTag/${TagKey}",
|
|
29345
29396
|
"aws:ResourceTag/${TagKey}",
|
|
29346
|
-
"aws:TagKeys"
|
|
29397
|
+
"aws:TagKeys",
|
|
29398
|
+
"xray:ResourcePolicyName",
|
|
29399
|
+
"xray:TraceSegmentDestination"
|
|
29347
29400
|
]
|
|
29348
29401
|
}
|
|
29349
29402
|
]
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10515
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5114
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3153
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 361
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"key": "Amazon Bedrock",
|
|
261
|
-
"value":
|
|
261
|
+
"value": 225
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon DataZone",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1961
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1214
|
|
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.426",
|
|
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",
|