aws-iam-data 0.0.404 → 0.0.405
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,16 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-06-24",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Bedrock": [
|
|
8
|
+
"bedrock:CallWithBearerToken",
|
|
9
|
+
"bedrock:CreateCustomModel"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"removedActions": {}
|
|
13
|
+
},
|
|
2
14
|
{
|
|
3
15
|
"dateOfChange": "2025-06-20",
|
|
4
16
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -29361,6 +29361,21 @@
|
|
|
29361
29361
|
}
|
|
29362
29362
|
]
|
|
29363
29363
|
},
|
|
29364
|
+
{
|
|
29365
|
+
"name": "CallWithBearerToken",
|
|
29366
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html",
|
|
29367
|
+
"permissionOnly": false,
|
|
29368
|
+
"description": "Grants permission to use bearer token",
|
|
29369
|
+
"accessLevel": "Read",
|
|
29370
|
+
"resourceTypes": [
|
|
29371
|
+
{
|
|
29372
|
+
"resourceType": "",
|
|
29373
|
+
"required": false,
|
|
29374
|
+
"conditionKeys": [],
|
|
29375
|
+
"dependentActions": []
|
|
29376
|
+
}
|
|
29377
|
+
]
|
|
29378
|
+
},
|
|
29364
29379
|
{
|
|
29365
29380
|
"name": "CreateAgent",
|
|
29366
29381
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgent.html",
|
|
@@ -29460,6 +29475,24 @@
|
|
|
29460
29475
|
}
|
|
29461
29476
|
]
|
|
29462
29477
|
},
|
|
29478
|
+
{
|
|
29479
|
+
"name": "CreateCustomModel",
|
|
29480
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateCustomModel.html",
|
|
29481
|
+
"permissionOnly": false,
|
|
29482
|
+
"description": "Grants permission to create a custom model into Bedrock",
|
|
29483
|
+
"accessLevel": "Write",
|
|
29484
|
+
"resourceTypes": [
|
|
29485
|
+
{
|
|
29486
|
+
"resourceType": "",
|
|
29487
|
+
"required": false,
|
|
29488
|
+
"conditionKeys": [
|
|
29489
|
+
"aws:RequestTag/${TagKey}",
|
|
29490
|
+
"aws:TagKeys"
|
|
29491
|
+
],
|
|
29492
|
+
"dependentActions": []
|
|
29493
|
+
}
|
|
29494
|
+
]
|
|
29495
|
+
},
|
|
29463
29496
|
{
|
|
29464
29497
|
"name": "CreateDataAutomationProject",
|
|
29465
29498
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_data-automation_CreateDataAutomationProject.html",
|
|
@@ -2295,7 +2295,7 @@
|
|
|
2295
2295
|
"name": "Amazon Bedrock",
|
|
2296
2296
|
"servicePrefix": "bedrock",
|
|
2297
2297
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2298
|
-
"actionsCount":
|
|
2298
|
+
"actionsCount": 196,
|
|
2299
2299
|
"actions": [
|
|
2300
2300
|
"AllowVendedLogDeliveryForResource",
|
|
2301
2301
|
"ApplyGuardrail",
|
|
@@ -2303,11 +2303,13 @@
|
|
|
2303
2303
|
"AssociateAgentKnowledgeBase",
|
|
2304
2304
|
"AssociateThirdPartyKnowledgeBase",
|
|
2305
2305
|
"BatchDeleteEvaluationJob",
|
|
2306
|
+
"CallWithBearerToken",
|
|
2306
2307
|
"CreateAgent",
|
|
2307
2308
|
"CreateAgentActionGroup",
|
|
2308
2309
|
"CreateAgentAlias",
|
|
2309
2310
|
"CreateBlueprint",
|
|
2310
2311
|
"CreateBlueprintVersion",
|
|
2312
|
+
"CreateCustomModel",
|
|
2311
2313
|
"CreateDataAutomationProject",
|
|
2312
2314
|
"CreateDataSource",
|
|
2313
2315
|
"CreateEvaluationJob",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 10329
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 5029
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"key": "Amazon Bedrock",
|
|
261
|
-
"value":
|
|
261
|
+
"value": 196
|
|
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.405",
|
|
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",
|