aws-iam-data 0.0.414 → 0.0.415
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.
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-07-19",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Bedrock": [
|
|
8
|
+
"bedrock:CreateCustomModelDeployment",
|
|
9
|
+
"bedrock:DeleteCustomModelDeployment",
|
|
10
|
+
"bedrock:GetCustomModelDeployment",
|
|
11
|
+
"bedrock:ListCustomModelDeployments"
|
|
12
|
+
],
|
|
13
|
+
"AWS HealthImaging": [
|
|
14
|
+
"medical-imaging:GetDICOMBulkdata",
|
|
15
|
+
"medical-imaging:StoreDICOM",
|
|
16
|
+
"medical-imaging:StoreDICOMStudy"
|
|
17
|
+
],
|
|
18
|
+
"Amazon MemoryDB": [
|
|
19
|
+
"memorydb:PauseMultiRegionClusterReplication"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"removedActions": {}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"dateOfChange": "2025-07-17",
|
|
4
26
|
"addedServices": [
|
package/dist/data/json/iam.json
CHANGED
|
@@ -29772,6 +29772,30 @@
|
|
|
29772
29772
|
}
|
|
29773
29773
|
]
|
|
29774
29774
|
},
|
|
29775
|
+
{
|
|
29776
|
+
"name": "CreateCustomModelDeployment",
|
|
29777
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateCustomModelDeployment.html",
|
|
29778
|
+
"permissionOnly": false,
|
|
29779
|
+
"description": "Grants permission to create a custom model deployment for custom model",
|
|
29780
|
+
"accessLevel": "Write",
|
|
29781
|
+
"resourceTypes": [
|
|
29782
|
+
{
|
|
29783
|
+
"resourceType": "custom-model",
|
|
29784
|
+
"required": true,
|
|
29785
|
+
"conditionKeys": [],
|
|
29786
|
+
"dependentActions": []
|
|
29787
|
+
},
|
|
29788
|
+
{
|
|
29789
|
+
"resourceType": "",
|
|
29790
|
+
"required": false,
|
|
29791
|
+
"conditionKeys": [
|
|
29792
|
+
"aws:RequestTag/${TagKey}",
|
|
29793
|
+
"aws:TagKeys"
|
|
29794
|
+
],
|
|
29795
|
+
"dependentActions": []
|
|
29796
|
+
}
|
|
29797
|
+
]
|
|
29798
|
+
},
|
|
29775
29799
|
{
|
|
29776
29800
|
"name": "CreateDataAutomationProject",
|
|
29777
29801
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_CreateDataAutomationProject.html",
|
|
@@ -30417,6 +30441,21 @@
|
|
|
30417
30441
|
}
|
|
30418
30442
|
]
|
|
30419
30443
|
},
|
|
30444
|
+
{
|
|
30445
|
+
"name": "DeleteCustomModelDeployment",
|
|
30446
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteCustomModelDeployment.html",
|
|
30447
|
+
"permissionOnly": false,
|
|
30448
|
+
"description": "Grants permission to delete a custom model deployment that you created earlier",
|
|
30449
|
+
"accessLevel": "Write",
|
|
30450
|
+
"resourceTypes": [
|
|
30451
|
+
{
|
|
30452
|
+
"resourceType": "custom-model-deployment",
|
|
30453
|
+
"required": true,
|
|
30454
|
+
"conditionKeys": [],
|
|
30455
|
+
"dependentActions": []
|
|
30456
|
+
}
|
|
30457
|
+
]
|
|
30458
|
+
},
|
|
30420
30459
|
{
|
|
30421
30460
|
"name": "DeleteDataAutomationProject",
|
|
30422
30461
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_DeleteDataAutomationProject.html",
|
|
@@ -30975,6 +31014,21 @@
|
|
|
30975
31014
|
}
|
|
30976
31015
|
]
|
|
30977
31016
|
},
|
|
31017
|
+
{
|
|
31018
|
+
"name": "GetCustomModelDeployment",
|
|
31019
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetCustomModelDeployment.html",
|
|
31020
|
+
"permissionOnly": false,
|
|
31021
|
+
"description": "Grants permission to get the properties associated with a custom model deployment. Use this operation to get the status of a custom model deployment",
|
|
31022
|
+
"accessLevel": "Read",
|
|
31023
|
+
"resourceTypes": [
|
|
31024
|
+
{
|
|
31025
|
+
"resourceType": "custom-model-deployment",
|
|
31026
|
+
"required": true,
|
|
31027
|
+
"conditionKeys": [],
|
|
31028
|
+
"dependentActions": []
|
|
31029
|
+
}
|
|
31030
|
+
]
|
|
31031
|
+
},
|
|
30978
31032
|
{
|
|
30979
31033
|
"name": "GetDataAutomationProject",
|
|
30980
31034
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_GetDataAutomationProject.html",
|
|
@@ -31635,6 +31689,12 @@
|
|
|
31635
31689
|
"conditionKeys": [],
|
|
31636
31690
|
"dependentActions": []
|
|
31637
31691
|
},
|
|
31692
|
+
{
|
|
31693
|
+
"resourceType": "custom-model-deployment",
|
|
31694
|
+
"required": true,
|
|
31695
|
+
"conditionKeys": [],
|
|
31696
|
+
"dependentActions": []
|
|
31697
|
+
},
|
|
31638
31698
|
{
|
|
31639
31699
|
"resourceType": "default-prompt-router",
|
|
31640
31700
|
"required": true,
|
|
@@ -31704,6 +31764,12 @@
|
|
|
31704
31764
|
"conditionKeys": [],
|
|
31705
31765
|
"dependentActions": []
|
|
31706
31766
|
},
|
|
31767
|
+
{
|
|
31768
|
+
"resourceType": "custom-model-deployment",
|
|
31769
|
+
"required": true,
|
|
31770
|
+
"conditionKeys": [],
|
|
31771
|
+
"dependentActions": []
|
|
31772
|
+
},
|
|
31707
31773
|
{
|
|
31708
31774
|
"resourceType": "default-prompt-router",
|
|
31709
31775
|
"required": true,
|
|
@@ -31872,6 +31938,21 @@
|
|
|
31872
31938
|
}
|
|
31873
31939
|
]
|
|
31874
31940
|
},
|
|
31941
|
+
{
|
|
31942
|
+
"name": "ListCustomModelDeployments",
|
|
31943
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListCustomModelDeployments.html",
|
|
31944
|
+
"permissionOnly": false,
|
|
31945
|
+
"description": "Grants permission to get the list of custom model deployments that you have submitted",
|
|
31946
|
+
"accessLevel": "List",
|
|
31947
|
+
"resourceTypes": [
|
|
31948
|
+
{
|
|
31949
|
+
"resourceType": "",
|
|
31950
|
+
"required": false,
|
|
31951
|
+
"conditionKeys": [],
|
|
31952
|
+
"dependentActions": []
|
|
31953
|
+
}
|
|
31954
|
+
]
|
|
31955
|
+
},
|
|
31875
31956
|
{
|
|
31876
31957
|
"name": "ListCustomModels",
|
|
31877
31958
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListCustomModels.html",
|
|
@@ -32368,6 +32449,12 @@
|
|
|
32368
32449
|
"conditionKeys": [],
|
|
32369
32450
|
"dependentActions": []
|
|
32370
32451
|
},
|
|
32452
|
+
{
|
|
32453
|
+
"resourceType": "custom-model-deployment",
|
|
32454
|
+
"required": true,
|
|
32455
|
+
"conditionKeys": [],
|
|
32456
|
+
"dependentActions": []
|
|
32457
|
+
},
|
|
32371
32458
|
{
|
|
32372
32459
|
"resourceType": "data-automation-invocation-job",
|
|
32373
32460
|
"required": true,
|
|
@@ -32854,6 +32941,12 @@
|
|
|
32854
32941
|
"conditionKeys": [],
|
|
32855
32942
|
"dependentActions": []
|
|
32856
32943
|
},
|
|
32944
|
+
{
|
|
32945
|
+
"resourceType": "custom-model-deployment",
|
|
32946
|
+
"required": false,
|
|
32947
|
+
"conditionKeys": [],
|
|
32948
|
+
"dependentActions": []
|
|
32949
|
+
},
|
|
32857
32950
|
{
|
|
32858
32951
|
"resourceType": "data-automation-invocation-job",
|
|
32859
32952
|
"required": false,
|
|
@@ -33016,6 +33109,12 @@
|
|
|
33016
33109
|
"conditionKeys": [],
|
|
33017
33110
|
"dependentActions": []
|
|
33018
33111
|
},
|
|
33112
|
+
{
|
|
33113
|
+
"resourceType": "custom-model-deployment",
|
|
33114
|
+
"required": false,
|
|
33115
|
+
"conditionKeys": [],
|
|
33116
|
+
"dependentActions": []
|
|
33117
|
+
},
|
|
33019
33118
|
{
|
|
33020
33119
|
"resourceType": "data-automation-invocation-job",
|
|
33021
33120
|
"required": false,
|
|
@@ -33652,6 +33751,14 @@
|
|
|
33652
33751
|
"conditionKeys": [
|
|
33653
33752
|
"aws:ResourceTag/${TagKey}"
|
|
33654
33753
|
]
|
|
33754
|
+
},
|
|
33755
|
+
{
|
|
33756
|
+
"name": "custom-model-deployment",
|
|
33757
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html",
|
|
33758
|
+
"arnPattern": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}",
|
|
33759
|
+
"conditionKeys": [
|
|
33760
|
+
"aws:ResourceTag/${TagKey}"
|
|
33761
|
+
]
|
|
33655
33762
|
}
|
|
33656
33763
|
],
|
|
33657
33764
|
"conditionKeys": [
|
|
@@ -50606,6 +50713,15 @@
|
|
|
50606
50713
|
"required": true,
|
|
50607
50714
|
"conditionKeys": [],
|
|
50608
50715
|
"dependentActions": []
|
|
50716
|
+
},
|
|
50717
|
+
{
|
|
50718
|
+
"resourceType": "",
|
|
50719
|
+
"required": false,
|
|
50720
|
+
"conditionKeys": [
|
|
50721
|
+
"cloud9:UserArn",
|
|
50722
|
+
"cloud9:EnvironmentId"
|
|
50723
|
+
],
|
|
50724
|
+
"dependentActions": []
|
|
50609
50725
|
}
|
|
50610
50726
|
]
|
|
50611
50727
|
},
|
|
@@ -198692,6 +198808,21 @@
|
|
|
198692
198808
|
}
|
|
198693
198809
|
]
|
|
198694
198810
|
},
|
|
198811
|
+
{
|
|
198812
|
+
"name": "GetDICOMBulkdata",
|
|
198813
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_dicom_GetDICOMBulkdata.html",
|
|
198814
|
+
"permissionOnly": false,
|
|
198815
|
+
"description": "Grants permission to get dicom bulkdata in binary format",
|
|
198816
|
+
"accessLevel": "Read",
|
|
198817
|
+
"resourceTypes": [
|
|
198818
|
+
{
|
|
198819
|
+
"resourceType": "datastore",
|
|
198820
|
+
"required": true,
|
|
198821
|
+
"conditionKeys": [],
|
|
198822
|
+
"dependentActions": []
|
|
198823
|
+
}
|
|
198824
|
+
]
|
|
198825
|
+
},
|
|
198695
198826
|
{
|
|
198696
198827
|
"name": "GetDICOMImportJob",
|
|
198697
198828
|
"apiReferenceUrl": "https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_GetDICOMImportJob.html",
|
|
@@ -198992,6 +199123,36 @@
|
|
|
198992
199123
|
}
|
|
198993
199124
|
]
|
|
198994
199125
|
},
|
|
199126
|
+
{
|
|
199127
|
+
"name": "StoreDICOM",
|
|
199128
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_dicom_StoreDICOM.html",
|
|
199129
|
+
"permissionOnly": false,
|
|
199130
|
+
"description": "Grants permission to store dicom instances that returns result in DICOM JSON format",
|
|
199131
|
+
"accessLevel": "Write",
|
|
199132
|
+
"resourceTypes": [
|
|
199133
|
+
{
|
|
199134
|
+
"resourceType": "datastore",
|
|
199135
|
+
"required": true,
|
|
199136
|
+
"conditionKeys": [],
|
|
199137
|
+
"dependentActions": []
|
|
199138
|
+
}
|
|
199139
|
+
]
|
|
199140
|
+
},
|
|
199141
|
+
{
|
|
199142
|
+
"name": "StoreDICOMStudy",
|
|
199143
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_dicom_StoreDICOMStudy.html",
|
|
199144
|
+
"permissionOnly": false,
|
|
199145
|
+
"description": "Grants permission to store a dicom study that returns result in DICOM JSON format",
|
|
199146
|
+
"accessLevel": "Write",
|
|
199147
|
+
"resourceTypes": [
|
|
199148
|
+
{
|
|
199149
|
+
"resourceType": "datastore",
|
|
199150
|
+
"required": true,
|
|
199151
|
+
"conditionKeys": [],
|
|
199152
|
+
"dependentActions": []
|
|
199153
|
+
}
|
|
199154
|
+
]
|
|
199155
|
+
},
|
|
198995
199156
|
{
|
|
198996
199157
|
"name": "TagResource",
|
|
198997
199158
|
"apiReferenceUrl": "https://docs.aws.amazon.com/healthimaging/latest/APIReference/API_TagResource.html",
|
|
@@ -265078,6 +265239,29 @@
|
|
|
265078
265239
|
}
|
|
265079
265240
|
]
|
|
265080
265241
|
},
|
|
265242
|
+
{
|
|
265243
|
+
"name": "PauseMultiRegionClusterReplication",
|
|
265244
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html#memorydb-actions-reference",
|
|
265245
|
+
"permissionOnly": true,
|
|
265246
|
+
"description": "Grants permission to pause replication for a Multi-Region cluster",
|
|
265247
|
+
"accessLevel": "Write",
|
|
265248
|
+
"resourceTypes": [
|
|
265249
|
+
{
|
|
265250
|
+
"resourceType": "multiregioncluster",
|
|
265251
|
+
"required": true,
|
|
265252
|
+
"conditionKeys": [],
|
|
265253
|
+
"dependentActions": []
|
|
265254
|
+
},
|
|
265255
|
+
{
|
|
265256
|
+
"resourceType": "",
|
|
265257
|
+
"required": false,
|
|
265258
|
+
"conditionKeys": [
|
|
265259
|
+
"aws:ResourceTag/${TagKey}"
|
|
265260
|
+
],
|
|
265261
|
+
"dependentActions": []
|
|
265262
|
+
}
|
|
265263
|
+
]
|
|
265264
|
+
},
|
|
265081
265265
|
{
|
|
265082
265266
|
"name": "PurchaseReservedNodesOffering",
|
|
265083
265267
|
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/APIReference/API_PurchaseReservedNodesOffering.html",
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
"name": "Amazon Bedrock",
|
|
2315
2315
|
"servicePrefix": "bedrock",
|
|
2316
2316
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2317
|
-
"actionsCount":
|
|
2317
|
+
"actionsCount": 200,
|
|
2318
2318
|
"actions": [
|
|
2319
2319
|
"AllowVendedLogDeliveryForResource",
|
|
2320
2320
|
"ApplyGuardrail",
|
|
@@ -2329,6 +2329,7 @@
|
|
|
2329
2329
|
"CreateBlueprint",
|
|
2330
2330
|
"CreateBlueprintVersion",
|
|
2331
2331
|
"CreateCustomModel",
|
|
2332
|
+
"CreateCustomModelDeployment",
|
|
2332
2333
|
"CreateDataAutomationProject",
|
|
2333
2334
|
"CreateDataSource",
|
|
2334
2335
|
"CreateEvaluationJob",
|
|
@@ -2359,6 +2360,7 @@
|
|
|
2359
2360
|
"DeleteAgentVersion",
|
|
2360
2361
|
"DeleteBlueprint",
|
|
2361
2362
|
"DeleteCustomModel",
|
|
2363
|
+
"DeleteCustomModelDeployment",
|
|
2362
2364
|
"DeleteDataAutomationProject",
|
|
2363
2365
|
"DeleteDataSource",
|
|
2364
2366
|
"DeleteFlow",
|
|
@@ -2395,6 +2397,7 @@
|
|
|
2395
2397
|
"GetBlueprint",
|
|
2396
2398
|
"GetBlueprintRecommendation",
|
|
2397
2399
|
"GetCustomModel",
|
|
2400
|
+
"GetCustomModelDeployment",
|
|
2398
2401
|
"GetDataAutomationProject",
|
|
2399
2402
|
"GetDataAutomationStatus",
|
|
2400
2403
|
"GetDataSource",
|
|
@@ -2443,6 +2446,7 @@
|
|
|
2443
2446
|
"ListAgents",
|
|
2444
2447
|
"ListAsyncInvokes",
|
|
2445
2448
|
"ListBlueprints",
|
|
2449
|
+
"ListCustomModelDeployments",
|
|
2446
2450
|
"ListCustomModels",
|
|
2447
2451
|
"ListDataAutomationProjects",
|
|
2448
2452
|
"ListDataSources",
|
|
@@ -2513,7 +2517,7 @@
|
|
|
2513
2517
|
"UpdateSession",
|
|
2514
2518
|
"ValidateFlowDefinition"
|
|
2515
2519
|
],
|
|
2516
|
-
"resourceTypesCount":
|
|
2520
|
+
"resourceTypesCount": 32,
|
|
2517
2521
|
"resourceTypes": [
|
|
2518
2522
|
"foundation-model",
|
|
2519
2523
|
"async-invoke",
|
|
@@ -2545,7 +2549,8 @@
|
|
|
2545
2549
|
"blueprint",
|
|
2546
2550
|
"data-automation-invocation-job",
|
|
2547
2551
|
"data-automation-profile",
|
|
2548
|
-
"session"
|
|
2552
|
+
"session",
|
|
2553
|
+
"custom-model-deployment"
|
|
2549
2554
|
],
|
|
2550
2555
|
"conditionKeysCount": 8,
|
|
2551
2556
|
"conditionKeys": [
|
|
@@ -13704,12 +13709,13 @@
|
|
|
13704
13709
|
"name": "AWS HealthImaging",
|
|
13705
13710
|
"servicePrefix": "medical-imaging",
|
|
13706
13711
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthimaging.html",
|
|
13707
|
-
"actionsCount":
|
|
13712
|
+
"actionsCount": 28,
|
|
13708
13713
|
"actions": [
|
|
13709
13714
|
"CopyImageSet",
|
|
13710
13715
|
"CreateDatastore",
|
|
13711
13716
|
"DeleteDatastore",
|
|
13712
13717
|
"DeleteImageSet",
|
|
13718
|
+
"GetDICOMBulkdata",
|
|
13713
13719
|
"GetDICOMImportJob",
|
|
13714
13720
|
"GetDICOMInstance",
|
|
13715
13721
|
"GetDICOMInstanceFrames",
|
|
@@ -13728,6 +13734,8 @@
|
|
|
13728
13734
|
"SearchDICOMStudies",
|
|
13729
13735
|
"SearchImageSets",
|
|
13730
13736
|
"StartDICOMImportJob",
|
|
13737
|
+
"StoreDICOM",
|
|
13738
|
+
"StoreDICOMStudy",
|
|
13731
13739
|
"TagResource",
|
|
13732
13740
|
"UntagResource",
|
|
13733
13741
|
"UpdateImageSetMetadata"
|
|
@@ -18861,7 +18869,7 @@
|
|
|
18861
18869
|
"name": "Amazon MemoryDB",
|
|
18862
18870
|
"servicePrefix": "memorydb",
|
|
18863
18871
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmemorydb.html",
|
|
18864
|
-
"actionsCount":
|
|
18872
|
+
"actionsCount": 47,
|
|
18865
18873
|
"actions": [
|
|
18866
18874
|
"BatchUpdateCluster",
|
|
18867
18875
|
"Connect",
|
|
@@ -18899,6 +18907,7 @@
|
|
|
18899
18907
|
"ListAllowedMultiRegionClusterUpdates",
|
|
18900
18908
|
"ListAllowedNodeTypeUpdates",
|
|
18901
18909
|
"ListTags",
|
|
18910
|
+
"PauseMultiRegionClusterReplication",
|
|
18902
18911
|
"PurchaseReservedNodesOffering",
|
|
18903
18912
|
"ResetParameterGroup",
|
|
18904
18913
|
"TagResource",
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10452
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5101
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 3110
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"key": "Amazon Bedrock",
|
|
261
|
-
"value":
|
|
261
|
+
"value": 200
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon DataZone",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.415",
|
|
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",
|