aws-iam-data 0.0.598 → 0.0.599
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 +52 -0
- package/dist/data/json/iam.json +874 -21
- package/dist/data/json/metadata.json +53 -13
- package/dist/data/json/reports.json +9 -9
- package/package.json +1 -1
|
@@ -2477,18 +2477,21 @@
|
|
|
2477
2477
|
"name": "Amazon Bedrock",
|
|
2478
2478
|
"servicePrefix": "bedrock",
|
|
2479
2479
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2480
|
-
"actionsCount":
|
|
2480
|
+
"actionsCount": 255,
|
|
2481
2481
|
"actions": [
|
|
2482
|
+
"AgenticRetrieveStream",
|
|
2482
2483
|
"AllowVendedLogDeliveryForResource",
|
|
2483
2484
|
"ApplyGuardrail",
|
|
2484
2485
|
"AssociateAgentCollaborator",
|
|
2485
2486
|
"AssociateAgentKnowledgeBase",
|
|
2486
2487
|
"AssociateThirdPartyKnowledgeBase",
|
|
2488
|
+
"BatchDeleteAdvancedPromptOptimizationJob",
|
|
2487
2489
|
"BatchDeleteEvaluationJob",
|
|
2488
2490
|
"CallWithBearerToken",
|
|
2489
2491
|
"CancelAutomatedReasoningPolicyBuildWorkflow",
|
|
2490
2492
|
"CopyBlueprintStage",
|
|
2491
2493
|
"CountTokens",
|
|
2494
|
+
"CreateAdvancedPromptOptimizationJob",
|
|
2492
2495
|
"CreateAgent",
|
|
2493
2496
|
"CreateAgentActionGroup",
|
|
2494
2497
|
"CreateAgentAlias",
|
|
@@ -2563,6 +2566,7 @@
|
|
|
2563
2566
|
"ExportAutomatedReasoningPolicyVersion",
|
|
2564
2567
|
"GenerateQuery",
|
|
2565
2568
|
"GetAccountDataRetention",
|
|
2569
|
+
"GetAdvancedPromptOptimizationJob",
|
|
2566
2570
|
"GetAgent",
|
|
2567
2571
|
"GetAgentActionGroup",
|
|
2568
2572
|
"GetAgentAlias",
|
|
@@ -2589,6 +2593,7 @@
|
|
|
2589
2593
|
"GetDataAutomationProject",
|
|
2590
2594
|
"GetDataAutomationStatus",
|
|
2591
2595
|
"GetDataSource",
|
|
2596
|
+
"GetDocumentContent",
|
|
2592
2597
|
"GetEvaluationJob",
|
|
2593
2598
|
"GetExecutionFlowSnapshot",
|
|
2594
2599
|
"GetFlow",
|
|
@@ -2627,10 +2632,12 @@
|
|
|
2627
2632
|
"InvokeDataAutomationAsync",
|
|
2628
2633
|
"InvokeDataAutomationLibraryIngestionJob",
|
|
2629
2634
|
"InvokeFlow",
|
|
2635
|
+
"InvokeGuardrailChecks",
|
|
2630
2636
|
"InvokeInlineAgent",
|
|
2631
2637
|
"InvokeModel",
|
|
2632
2638
|
"InvokeModelWithResponseStream",
|
|
2633
2639
|
"InvokeTool",
|
|
2640
|
+
"ListAdvancedPromptOptimizationJobs",
|
|
2634
2641
|
"ListAgentActionGroups",
|
|
2635
2642
|
"ListAgentAliases",
|
|
2636
2643
|
"ListAgentCollaborators",
|
|
@@ -2697,6 +2704,7 @@
|
|
|
2697
2704
|
"StartAutomatedReasoningPolicyTestWorkflow",
|
|
2698
2705
|
"StartFlowExecution",
|
|
2699
2706
|
"StartIngestionJob",
|
|
2707
|
+
"StopAdvancedPromptOptimizationJob",
|
|
2700
2708
|
"StopEvaluationJob",
|
|
2701
2709
|
"StopFlowExecution",
|
|
2702
2710
|
"StopIngestionJob",
|
|
@@ -2727,7 +2735,7 @@
|
|
|
2727
2735
|
"UpdateSession",
|
|
2728
2736
|
"ValidateFlowDefinition"
|
|
2729
2737
|
],
|
|
2730
|
-
"resourceTypesCount":
|
|
2738
|
+
"resourceTypesCount": 39,
|
|
2731
2739
|
"resourceTypes": [
|
|
2732
2740
|
"foundation-model",
|
|
2733
2741
|
"system-tool",
|
|
@@ -2766,7 +2774,8 @@
|
|
|
2766
2774
|
"data-automation-library",
|
|
2767
2775
|
"data-automation-library-ingestion-job",
|
|
2768
2776
|
"session",
|
|
2769
|
-
"custom-model-deployment"
|
|
2777
|
+
"custom-model-deployment",
|
|
2778
|
+
"advanced-prompt-optimization-job"
|
|
2770
2779
|
],
|
|
2771
2780
|
"conditionKeysCount": 11,
|
|
2772
2781
|
"conditionKeys": [
|
|
@@ -2787,7 +2796,7 @@
|
|
|
2787
2796
|
"name": "Amazon Bedrock Agentcore",
|
|
2788
2797
|
"servicePrefix": "bedrock-agentcore",
|
|
2789
2798
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockagentcore.html",
|
|
2790
|
-
"actionsCount":
|
|
2799
|
+
"actionsCount": 223,
|
|
2791
2800
|
"actions": [
|
|
2792
2801
|
"AllowVendedLogDeliveryForResource",
|
|
2793
2802
|
"AuthorizeAction",
|
|
@@ -2811,6 +2820,7 @@
|
|
|
2811
2820
|
"CreateGatewayRule",
|
|
2812
2821
|
"CreateGatewayTarget",
|
|
2813
2822
|
"CreateHarness",
|
|
2823
|
+
"CreateHarnessEndpoint",
|
|
2814
2824
|
"CreateMemory",
|
|
2815
2825
|
"CreateOauth2CredentialProvider",
|
|
2816
2826
|
"CreateOnlineEvaluationConfig",
|
|
@@ -2839,6 +2849,7 @@
|
|
|
2839
2849
|
"DeleteGatewayRule",
|
|
2840
2850
|
"DeleteGatewayTarget",
|
|
2841
2851
|
"DeleteHarness",
|
|
2852
|
+
"DeleteHarnessEndpoint",
|
|
2842
2853
|
"DeleteMemory",
|
|
2843
2854
|
"DeleteMemoryRecord",
|
|
2844
2855
|
"DeleteOauth2CredentialProvider",
|
|
@@ -2856,6 +2867,10 @@
|
|
|
2856
2867
|
"DeleteResourcePolicy",
|
|
2857
2868
|
"DeleteWorkloadIdentity",
|
|
2858
2869
|
"Evaluate",
|
|
2870
|
+
"GatewayAssociateWebACL",
|
|
2871
|
+
"GatewayDisassociateWebACL",
|
|
2872
|
+
"GatewayGetWebACLForResource",
|
|
2873
|
+
"GatewayListResourcesForWebACL",
|
|
2859
2874
|
"GetABTest",
|
|
2860
2875
|
"GetAgentCard",
|
|
2861
2876
|
"GetAgentRuntime",
|
|
@@ -2875,6 +2890,7 @@
|
|
|
2875
2890
|
"GetGatewayRule",
|
|
2876
2891
|
"GetGatewayTarget",
|
|
2877
2892
|
"GetHarness",
|
|
2893
|
+
"GetHarnessEndpoint",
|
|
2878
2894
|
"GetMemory",
|
|
2879
2895
|
"GetMemoryRecord",
|
|
2880
2896
|
"GetOauth2CredentialProvider",
|
|
@@ -2913,6 +2929,7 @@
|
|
|
2913
2929
|
"InvokeGateway",
|
|
2914
2930
|
"InvokeHarness",
|
|
2915
2931
|
"InvokeRegistryMcp",
|
|
2932
|
+
"InvokeWebSearch",
|
|
2916
2933
|
"ListABTests",
|
|
2917
2934
|
"ListActors",
|
|
2918
2935
|
"ListAgentRuntimeEndpoints",
|
|
@@ -2932,6 +2949,7 @@
|
|
|
2932
2949
|
"ListGatewayRules",
|
|
2933
2950
|
"ListGatewayTargets",
|
|
2934
2951
|
"ListGateways",
|
|
2952
|
+
"ListHarnessEndpoints",
|
|
2935
2953
|
"ListHarnesses",
|
|
2936
2954
|
"ListMemories",
|
|
2937
2955
|
"ListMemoryExtractionJobs",
|
|
@@ -2990,6 +3008,7 @@
|
|
|
2990
3008
|
"UpdateGatewayRule",
|
|
2991
3009
|
"UpdateGatewayTarget",
|
|
2992
3010
|
"UpdateHarness",
|
|
3011
|
+
"UpdateHarnessEndpoint",
|
|
2993
3012
|
"UpdateMemory",
|
|
2994
3013
|
"UpdateOauth2CredentialProvider",
|
|
2995
3014
|
"UpdateOnlineEvaluationConfig",
|
|
@@ -3003,7 +3022,7 @@
|
|
|
3003
3022
|
"UpdateRegistryRecordStatus",
|
|
3004
3023
|
"UpdateWorkloadIdentity"
|
|
3005
3024
|
],
|
|
3006
|
-
"resourceTypesCount":
|
|
3025
|
+
"resourceTypesCount": 30,
|
|
3007
3026
|
"resourceTypes": [
|
|
3008
3027
|
"evaluator",
|
|
3009
3028
|
"online-evaluation-config",
|
|
@@ -3027,12 +3046,14 @@
|
|
|
3027
3046
|
"registry",
|
|
3028
3047
|
"registry-record",
|
|
3029
3048
|
"harness",
|
|
3049
|
+
"harness-endpoint",
|
|
3030
3050
|
"batch-evaluate",
|
|
3031
3051
|
"ab-test",
|
|
3032
3052
|
"recommendation",
|
|
3033
3053
|
"configuration-bundle",
|
|
3034
3054
|
"payment-manager",
|
|
3035
|
-
"paymentcredentialprovider"
|
|
3055
|
+
"paymentcredentialprovider",
|
|
3056
|
+
"web-search"
|
|
3036
3057
|
],
|
|
3037
3058
|
"conditionKeysCount": 18,
|
|
3038
3059
|
"conditionKeys": [
|
|
@@ -8795,7 +8816,7 @@
|
|
|
8795
8816
|
"name": "Amazon DataZone",
|
|
8796
8817
|
"servicePrefix": "datazone",
|
|
8797
8818
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
|
|
8798
|
-
"actionsCount":
|
|
8819
|
+
"actionsCount": 231,
|
|
8799
8820
|
"actions": [
|
|
8800
8821
|
"AcceptPredictions",
|
|
8801
8822
|
"AcceptSubscriptionRequest",
|
|
@@ -8864,6 +8885,7 @@
|
|
|
8864
8885
|
"DeleteFormType",
|
|
8865
8886
|
"DeleteGlossary",
|
|
8866
8887
|
"DeleteGlossaryTerm",
|
|
8888
|
+
"DeleteLineageEvent",
|
|
8867
8889
|
"DeleteListing",
|
|
8868
8890
|
"DeleteNotebook",
|
|
8869
8891
|
"DeleteProject",
|
|
@@ -16306,14 +16328,13 @@
|
|
|
16306
16328
|
"UpdateOrgEc2DeepInspectionConfiguration",
|
|
16307
16329
|
"UpdateOrganizationConfiguration"
|
|
16308
16330
|
],
|
|
16309
|
-
"resourceTypesCount":
|
|
16331
|
+
"resourceTypesCount": 5,
|
|
16310
16332
|
"resourceTypes": [
|
|
16311
16333
|
"Filter",
|
|
16312
16334
|
"Finding",
|
|
16313
16335
|
"CIS Scan Configuration",
|
|
16314
16336
|
"Code Security Scan Configuration",
|
|
16315
|
-
"Code Security Integration"
|
|
16316
|
-
"Connector"
|
|
16337
|
+
"Code Security Integration"
|
|
16317
16338
|
],
|
|
16318
16339
|
"conditionKeysCount": 3,
|
|
16319
16340
|
"conditionKeys": [
|
|
@@ -21925,7 +21946,7 @@
|
|
|
21925
21946
|
"name": "Amazon OpenSearch Service",
|
|
21926
21947
|
"servicePrefix": "es",
|
|
21927
21948
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
|
|
21928
|
-
"actionsCount":
|
|
21949
|
+
"actionsCount": 127,
|
|
21929
21950
|
"actions": [
|
|
21930
21951
|
"AcceptInboundConnection",
|
|
21931
21952
|
"AcceptInboundCrossClusterSearchConnection",
|
|
@@ -21934,6 +21955,7 @@
|
|
|
21934
21955
|
"AddTags",
|
|
21935
21956
|
"AssociatePackage",
|
|
21936
21957
|
"AssociatePackages",
|
|
21958
|
+
"AttachDataSource",
|
|
21937
21959
|
"AuthorizeVpcEndpointAccess",
|
|
21938
21960
|
"CancelDomainConfigChange",
|
|
21939
21961
|
"CancelElasticsearchServiceSoftwareUpdate",
|
|
@@ -21962,6 +21984,7 @@
|
|
|
21962
21984
|
"DeletePackage",
|
|
21963
21985
|
"DeleteVpcEndpoint",
|
|
21964
21986
|
"DeregisterCapability",
|
|
21987
|
+
"DescribeDataSourceAttachment",
|
|
21965
21988
|
"DescribeDomain",
|
|
21966
21989
|
"DescribeDomainAutoTunes",
|
|
21967
21990
|
"DescribeDomainChangeProgress",
|
|
@@ -21986,6 +22009,7 @@
|
|
|
21986
22009
|
"DescribeReservedInstanceOfferings",
|
|
21987
22010
|
"DescribeReservedInstances",
|
|
21988
22011
|
"DescribeVpcEndpoints",
|
|
22012
|
+
"DetachDataSource",
|
|
21989
22013
|
"DissociatePackage",
|
|
21990
22014
|
"DissociatePackages",
|
|
21991
22015
|
"ESCrossClusterGet",
|
|
@@ -22008,6 +22032,7 @@
|
|
|
22008
22032
|
"GetUpgradeHistory",
|
|
22009
22033
|
"GetUpgradeStatus",
|
|
22010
22034
|
"ListApplications",
|
|
22035
|
+
"ListDataSourceAttachments",
|
|
22011
22036
|
"ListDataSources",
|
|
22012
22037
|
"ListDirectQueryDataSources",
|
|
22013
22038
|
"ListDomainMaintenances",
|
|
@@ -26127,7 +26152,7 @@
|
|
|
26127
26152
|
"name": "Amazon S3",
|
|
26128
26153
|
"servicePrefix": "s3",
|
|
26129
26154
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html",
|
|
26130
|
-
"actionsCount":
|
|
26155
|
+
"actionsCount": 180,
|
|
26131
26156
|
"actions": [
|
|
26132
26157
|
"AbortMultipartUpload",
|
|
26133
26158
|
"AllowVendedLogDeliveryForResource",
|
|
@@ -26158,8 +26183,10 @@
|
|
|
26158
26183
|
"DeleteJobTagging",
|
|
26159
26184
|
"DeleteMultiRegionAccessPoint",
|
|
26160
26185
|
"DeleteObject",
|
|
26186
|
+
"DeleteObjectAnnotation",
|
|
26161
26187
|
"DeleteObjectTagging",
|
|
26162
26188
|
"DeleteObjectVersion",
|
|
26189
|
+
"DeleteObjectVersionAnnotation",
|
|
26163
26190
|
"DeleteObjectVersionTagging",
|
|
26164
26191
|
"DeleteStorageLensConfiguration",
|
|
26165
26192
|
"DeleteStorageLensConfigurationTagging",
|
|
@@ -26211,6 +26238,7 @@
|
|
|
26211
26238
|
"GetMultiRegionAccessPointRoutes",
|
|
26212
26239
|
"GetObject",
|
|
26213
26240
|
"GetObjectAcl",
|
|
26241
|
+
"GetObjectAnnotation",
|
|
26214
26242
|
"GetObjectAttributes",
|
|
26215
26243
|
"GetObjectLegalHold",
|
|
26216
26244
|
"GetObjectRetention",
|
|
@@ -26218,6 +26246,8 @@
|
|
|
26218
26246
|
"GetObjectTorrent",
|
|
26219
26247
|
"GetObjectVersion",
|
|
26220
26248
|
"GetObjectVersionAcl",
|
|
26249
|
+
"GetObjectVersionAnnotation",
|
|
26250
|
+
"GetObjectVersionAnnotationForReplication",
|
|
26221
26251
|
"GetObjectVersionAttributes",
|
|
26222
26252
|
"GetObjectVersionForReplication",
|
|
26223
26253
|
"GetObjectVersionTagging",
|
|
@@ -26241,6 +26271,8 @@
|
|
|
26241
26271
|
"ListJobs",
|
|
26242
26272
|
"ListMultiRegionAccessPoints",
|
|
26243
26273
|
"ListMultipartUploadParts",
|
|
26274
|
+
"ListObjectAnnotations",
|
|
26275
|
+
"ListObjectVersionAnnotations",
|
|
26244
26276
|
"ListStorageLensConfigurations",
|
|
26245
26277
|
"ListStorageLensGroups",
|
|
26246
26278
|
"ListTagsForResource",
|
|
@@ -26276,22 +26308,26 @@
|
|
|
26276
26308
|
"PutMultiRegionAccessPointPolicy",
|
|
26277
26309
|
"PutObject",
|
|
26278
26310
|
"PutObjectAcl",
|
|
26311
|
+
"PutObjectAnnotation",
|
|
26279
26312
|
"PutObjectLegalHold",
|
|
26280
26313
|
"PutObjectRetention",
|
|
26281
26314
|
"PutObjectTagging",
|
|
26282
26315
|
"PutObjectVersionAcl",
|
|
26316
|
+
"PutObjectVersionAnnotation",
|
|
26283
26317
|
"PutObjectVersionTagging",
|
|
26284
26318
|
"PutReplicationConfiguration",
|
|
26285
26319
|
"PutStorageLensConfiguration",
|
|
26286
26320
|
"PutStorageLensConfigurationTagging",
|
|
26287
26321
|
"ReplicateDelete",
|
|
26288
26322
|
"ReplicateObject",
|
|
26323
|
+
"ReplicateObjectAnnotation",
|
|
26289
26324
|
"ReplicateTags",
|
|
26290
26325
|
"RestoreObject",
|
|
26291
26326
|
"SubmitMultiRegionAccessPointRoutes",
|
|
26292
26327
|
"TagResource",
|
|
26293
26328
|
"UntagResource",
|
|
26294
26329
|
"UpdateAccessGrantsLocation",
|
|
26330
|
+
"UpdateBucketMetadataAnnotationTableConfiguration",
|
|
26295
26331
|
"UpdateBucketMetadataInventoryTableConfiguration",
|
|
26296
26332
|
"UpdateBucketMetadataJournalTableConfiguration",
|
|
26297
26333
|
"UpdateJobPriority",
|
|
@@ -26315,7 +26351,7 @@
|
|
|
26315
26351
|
"accessgrantslocation",
|
|
26316
26352
|
"accessgrant"
|
|
26317
26353
|
],
|
|
26318
|
-
"conditionKeysCount":
|
|
26354
|
+
"conditionKeysCount": 62,
|
|
26319
26355
|
"conditionKeys": [
|
|
26320
26356
|
"aws:RequestTag/${TagKey}",
|
|
26321
26357
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -26340,6 +26376,7 @@
|
|
|
26340
26376
|
"s3:RequestObjectTagKeys",
|
|
26341
26377
|
"s3:ResourceAccount",
|
|
26342
26378
|
"s3:TlsVersion",
|
|
26379
|
+
"s3:annotation-prefix",
|
|
26343
26380
|
"s3:authType",
|
|
26344
26381
|
"s3:delimiter",
|
|
26345
26382
|
"s3:deliverySourceArn",
|
|
@@ -26349,6 +26386,7 @@
|
|
|
26349
26386
|
"s3:isReplicationPauseRequest",
|
|
26350
26387
|
"s3:locationconstraint",
|
|
26351
26388
|
"s3:logType",
|
|
26389
|
+
"s3:max-annotation-results",
|
|
26352
26390
|
"s3:max-keys",
|
|
26353
26391
|
"s3:object-lock-legal-hold",
|
|
26354
26392
|
"s3:object-lock-mode",
|
|
@@ -26369,6 +26407,8 @@
|
|
|
26369
26407
|
"s3:x-amz-grant-write",
|
|
26370
26408
|
"s3:x-amz-grant-write-acp",
|
|
26371
26409
|
"s3:x-amz-metadata-directive",
|
|
26410
|
+
"s3:x-amz-object-annotation-directive",
|
|
26411
|
+
"s3:x-amz-object-if-match",
|
|
26372
26412
|
"s3:x-amz-object-ownership",
|
|
26373
26413
|
"s3:x-amz-server-side-encryption",
|
|
26374
26414
|
"s3:x-amz-server-side-encryption-aws-kms-key-id",
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 11699
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5660
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3562
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 403
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -258,15 +258,15 @@
|
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"key": "Amazon Bedrock",
|
|
261
|
-
"value":
|
|
261
|
+
"value": 255
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon DataZone",
|
|
265
|
-
"value":
|
|
265
|
+
"value": 231
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"key": "Amazon Bedrock Agentcore",
|
|
269
|
-
"value":
|
|
269
|
+
"value": 223
|
|
270
270
|
}
|
|
271
271
|
],
|
|
272
272
|
"Shortest action names": [
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 2131
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 1436
|
|
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.599",
|
|
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",
|