aws-iam-data 0.0.503 → 0.0.505
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,15 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2026-01-21",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Elastic VMware Service": [
|
|
8
|
+
"evs:GetVersions"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"removedActions": {}
|
|
12
|
+
},
|
|
2
13
|
{
|
|
3
14
|
"dateOfChange": "2026-01-17",
|
|
4
15
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -36410,7 +36410,9 @@
|
|
|
36410
36410
|
"name": "prompt-router",
|
|
36411
36411
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html",
|
|
36412
36412
|
"arnPattern": "arn:${Partition}:bedrock:${Region}:${Account}:prompt-router/${ResourceId}",
|
|
36413
|
-
"conditionKeys": [
|
|
36413
|
+
"conditionKeys": [
|
|
36414
|
+
"aws:ResourceTag/${TagKey}"
|
|
36415
|
+
]
|
|
36414
36416
|
},
|
|
36415
36417
|
{
|
|
36416
36418
|
"name": "application-inference-profile",
|
|
@@ -173233,6 +173235,21 @@
|
|
|
173233
173235
|
}
|
|
173234
173236
|
]
|
|
173235
173237
|
},
|
|
173238
|
+
{
|
|
173239
|
+
"name": "GetVersions",
|
|
173240
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/evs/latest/APIReference/API_GetVersions.html",
|
|
173241
|
+
"permissionOnly": false,
|
|
173242
|
+
"description": "Grants permission to get versions provided for launch by Amazon EVS",
|
|
173243
|
+
"accessLevel": "Read",
|
|
173244
|
+
"resourceTypes": [
|
|
173245
|
+
{
|
|
173246
|
+
"resourceType": "",
|
|
173247
|
+
"required": false,
|
|
173248
|
+
"conditionKeys": [],
|
|
173249
|
+
"dependentActions": []
|
|
173250
|
+
}
|
|
173251
|
+
]
|
|
173252
|
+
},
|
|
173236
173253
|
{
|
|
173237
173254
|
"name": "ListEnvironmentHosts",
|
|
173238
173255
|
"apiReferenceUrl": "https://docs.aws.amazon.com/evs/latest/APIReference/API_ListEnvironmentHosts.html",
|
|
@@ -314963,6 +314980,12 @@
|
|
|
314963
314980
|
"description": "Grants permission to create a Challenge for a Connector",
|
|
314964
314981
|
"accessLevel": "Write",
|
|
314965
314982
|
"resourceTypes": [
|
|
314983
|
+
{
|
|
314984
|
+
"resourceType": "Connector",
|
|
314985
|
+
"required": true,
|
|
314986
|
+
"conditionKeys": [],
|
|
314987
|
+
"dependentActions": []
|
|
314988
|
+
},
|
|
314966
314989
|
{
|
|
314967
314990
|
"resourceType": "",
|
|
314968
314991
|
"required": false,
|
|
@@ -11714,7 +11714,7 @@
|
|
|
11714
11714
|
"name": "Amazon Elastic VMware Service",
|
|
11715
11715
|
"servicePrefix": "evs",
|
|
11716
11716
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticvmwareservice.html",
|
|
11717
|
-
"actionsCount":
|
|
11717
|
+
"actionsCount": 14,
|
|
11718
11718
|
"actions": [
|
|
11719
11719
|
"AssociateEipToVlan",
|
|
11720
11720
|
"CreateEnvironment",
|
|
@@ -11723,6 +11723,7 @@
|
|
|
11723
11723
|
"DeleteEnvironmentHost",
|
|
11724
11724
|
"DisassociateEipFromVlan",
|
|
11725
11725
|
"GetEnvironment",
|
|
11726
|
+
"GetVersions",
|
|
11726
11727
|
"ListEnvironmentHosts",
|
|
11727
11728
|
"ListEnvironmentVlans",
|
|
11728
11729
|
"ListEnvironments",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.505",
|
|
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",
|