aws-iam-data 0.0.251 → 0.0.252
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,17 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-08-14",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Bedrock": [
|
|
8
|
+
"bedrock:DeleteResourcePolicy",
|
|
9
|
+
"bedrock:GetResourcePolicy",
|
|
10
|
+
"bedrock:PutResourcePolicy"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"removedActions": {}
|
|
14
|
+
},
|
|
2
15
|
{
|
|
3
16
|
"dateOfChange": "2024-08-13",
|
|
4
17
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -26570,6 +26570,21 @@
|
|
|
26570
26570
|
}
|
|
26571
26571
|
]
|
|
26572
26572
|
},
|
|
26573
|
+
{
|
|
26574
|
+
"name": "DeleteResourcePolicy",
|
|
26575
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_DeleteResourcePolicy.html",
|
|
26576
|
+
"permissionOnly": true,
|
|
26577
|
+
"description": "Deletes a previously created Bedrock resource policy",
|
|
26578
|
+
"accessLevel": "Write",
|
|
26579
|
+
"resourceTypes": [
|
|
26580
|
+
{
|
|
26581
|
+
"resourceType": "custom-model",
|
|
26582
|
+
"required": true,
|
|
26583
|
+
"conditionKeys": [],
|
|
26584
|
+
"dependentActions": []
|
|
26585
|
+
}
|
|
26586
|
+
]
|
|
26587
|
+
},
|
|
26573
26588
|
{
|
|
26574
26589
|
"name": "DetectGeneratedContent",
|
|
26575
26590
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html",
|
|
@@ -26978,6 +26993,21 @@
|
|
|
26978
26993
|
}
|
|
26979
26994
|
]
|
|
26980
26995
|
},
|
|
26996
|
+
{
|
|
26997
|
+
"name": "GetResourcePolicy",
|
|
26998
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetResourePolicy.html",
|
|
26999
|
+
"permissionOnly": true,
|
|
27000
|
+
"description": "Gets the resource policy document for a Bedrock resource",
|
|
27001
|
+
"accessLevel": "Read",
|
|
27002
|
+
"resourceTypes": [
|
|
27003
|
+
{
|
|
27004
|
+
"resourceType": "custom-model",
|
|
27005
|
+
"required": true,
|
|
27006
|
+
"conditionKeys": [],
|
|
27007
|
+
"dependentActions": []
|
|
27008
|
+
}
|
|
27009
|
+
]
|
|
27010
|
+
},
|
|
26981
27011
|
{
|
|
26982
27012
|
"name": "GetUseCaseForModelAccess",
|
|
26983
27013
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
@@ -27554,6 +27584,30 @@
|
|
|
27554
27584
|
}
|
|
27555
27585
|
]
|
|
27556
27586
|
},
|
|
27587
|
+
{
|
|
27588
|
+
"name": "PutResourcePolicy",
|
|
27589
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_PutResourcePolicy.html",
|
|
27590
|
+
"permissionOnly": true,
|
|
27591
|
+
"description": "Adds a resource policy for a Bedrock resource",
|
|
27592
|
+
"accessLevel": "Write",
|
|
27593
|
+
"resourceTypes": [
|
|
27594
|
+
{
|
|
27595
|
+
"resourceType": "custom-model",
|
|
27596
|
+
"required": true,
|
|
27597
|
+
"conditionKeys": [],
|
|
27598
|
+
"dependentActions": []
|
|
27599
|
+
},
|
|
27600
|
+
{
|
|
27601
|
+
"resourceType": "",
|
|
27602
|
+
"required": false,
|
|
27603
|
+
"conditionKeys": [
|
|
27604
|
+
"aws:RequestTag/${TagKey}",
|
|
27605
|
+
"aws:TagKeys"
|
|
27606
|
+
],
|
|
27607
|
+
"dependentActions": []
|
|
27608
|
+
}
|
|
27609
|
+
]
|
|
27610
|
+
},
|
|
27557
27611
|
{
|
|
27558
27612
|
"name": "PutUseCaseForModelAccess",
|
|
27559
27613
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
@@ -2053,7 +2053,7 @@
|
|
|
2053
2053
|
"name": "Amazon Bedrock",
|
|
2054
2054
|
"servicePrefix": "bedrock",
|
|
2055
2055
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2056
|
-
"actionsCount":
|
|
2056
|
+
"actionsCount": 121,
|
|
2057
2057
|
"actions": [
|
|
2058
2058
|
"AllowVendedLogDeliveryForResource",
|
|
2059
2059
|
"ApplyGuardrail",
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
"DeleteModelInvocationLoggingConfiguration",
|
|
2096
2096
|
"DeletePrompt",
|
|
2097
2097
|
"DeleteProvisionedModelThroughput",
|
|
2098
|
+
"DeleteResourcePolicy",
|
|
2098
2099
|
"DetectGeneratedContent",
|
|
2099
2100
|
"DisassociateAgentKnowledgeBase",
|
|
2100
2101
|
"GetAgent",
|
|
@@ -2121,6 +2122,7 @@
|
|
|
2121
2122
|
"GetModelInvocationLoggingConfiguration",
|
|
2122
2123
|
"GetPrompt",
|
|
2123
2124
|
"GetProvisionedModelThroughput",
|
|
2125
|
+
"GetResourcePolicy",
|
|
2124
2126
|
"GetUseCaseForModelAccess",
|
|
2125
2127
|
"InvokeAgent",
|
|
2126
2128
|
"InvokeFlow",
|
|
@@ -2153,6 +2155,7 @@
|
|
|
2153
2155
|
"PrepareFlow",
|
|
2154
2156
|
"PutFoundationModelEntitlement",
|
|
2155
2157
|
"PutModelInvocationLoggingConfiguration",
|
|
2158
|
+
"PutResourcePolicy",
|
|
2156
2159
|
"PutUseCaseForModelAccess",
|
|
2157
2160
|
"Retrieve",
|
|
2158
2161
|
"RetrieveAndGenerate",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4611
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Write Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 9495
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.252",
|
|
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",
|