@cloud-copilot/iam-data 0.15.202512131 → 0.15.202512161
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.
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
"accessLevel": "Write",
|
|
572
572
|
"resourceTypes": [
|
|
573
573
|
{
|
|
574
|
-
"name": "
|
|
574
|
+
"name": "license-endpoint",
|
|
575
575
|
"required": true,
|
|
576
576
|
"conditionKeys": [],
|
|
577
577
|
"dependentActions": []
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
"accessLevel": "List",
|
|
1357
1357
|
"resourceTypes": [
|
|
1358
1358
|
{
|
|
1359
|
-
"name": "
|
|
1359
|
+
"name": "license-endpoint",
|
|
1360
1360
|
"required": true,
|
|
1361
1361
|
"conditionKeys": [],
|
|
1362
1362
|
"dependentActions": []
|
|
@@ -1711,7 +1711,7 @@
|
|
|
1711
1711
|
"accessLevel": "Write",
|
|
1712
1712
|
"resourceTypes": [
|
|
1713
1713
|
{
|
|
1714
|
-
"name": "
|
|
1714
|
+
"name": "license-endpoint",
|
|
1715
1715
|
"required": true,
|
|
1716
1716
|
"conditionKeys": [],
|
|
1717
1717
|
"dependentActions": []
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"deleteresourcepolicy": {
|
|
568
568
|
"name": "DeleteResourcePolicy",
|
|
569
569
|
"description": "Grants permission to delete a resource",
|
|
570
|
-
"accessLevel": "
|
|
570
|
+
"accessLevel": "Permissions management",
|
|
571
571
|
"resourceTypes": [
|
|
572
572
|
{
|
|
573
573
|
"name": "core-network",
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
"putresourcepolicy": {
|
|
1321
1321
|
"name": "PutResourcePolicy",
|
|
1322
1322
|
"description": "Grants permission to create or update a resource policy",
|
|
1323
|
-
"accessLevel": "
|
|
1323
|
+
"accessLevel": "Permissions management",
|
|
1324
1324
|
"resourceTypes": [
|
|
1325
1325
|
{
|
|
1326
1326
|
"name": "core-network",
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"startorganizationserviceaccessupdate": {
|
|
1385
1385
|
"name": "StartOrganizationServiceAccessUpdate",
|
|
1386
1386
|
"description": "Grants permission to start organization service access update",
|
|
1387
|
-
"accessLevel": "
|
|
1387
|
+
"accessLevel": "Permissions management",
|
|
1388
1388
|
"resourceTypes": [],
|
|
1389
1389
|
"conditionKeys": [],
|
|
1390
1390
|
"dependentActions": []
|
|
@@ -39,10 +39,6 @@
|
|
|
39
39
|
"aws:ResourceTag/${TagKey}"
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
|
-
"metered-product": {
|
|
43
|
-
"key": "metered-product",
|
|
44
|
-
"arn": "arn:${Partition}:deadline:${Region}:${Account}:license-endpoint/${LicenseEndpointId}/metered-product/${ProductId}"
|
|
45
|
-
},
|
|
46
42
|
"monitor": {
|
|
47
43
|
"key": "monitor",
|
|
48
44
|
"arn": "arn:${Partition}:deadline:${Region}:${Account}:monitor/${MonitorId}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202512161",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2025-12-
|
|
9
|
+
"updatedAt": "2025-12-16T04:59:26.044Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|