@cloud-copilot/iam-data 0.9.202505201 → 0.9.202505211
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.
package/data/actions/aoss.json
CHANGED
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"description": "Grants permission to get attributes for one or more collections",
|
|
23
23
|
"accessLevel": "Read",
|
|
24
24
|
"resourceTypes": [],
|
|
25
|
-
"conditionKeys": [
|
|
25
|
+
"conditionKeys": [
|
|
26
|
+
"aoss:collection"
|
|
27
|
+
],
|
|
26
28
|
"dependentActions": []
|
|
27
29
|
},
|
|
28
30
|
"batchgeteffectivelifecyclepolicy": {
|
|
@@ -67,6 +69,7 @@
|
|
|
67
69
|
"resourceTypes": [],
|
|
68
70
|
"conditionKeys": [
|
|
69
71
|
"aws:RequestTag/${TagKey}",
|
|
72
|
+
"aws:ResourceTag/${TagKey}",
|
|
70
73
|
"aws:TagKeys"
|
|
71
74
|
],
|
|
72
75
|
"dependentActions": []
|
package/data/serviceNames.json
CHANGED
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"ssm-sap": "AWS Systems Manager for SAP",
|
|
371
371
|
"ssmmessages": "Amazon Message Gateway Service",
|
|
372
372
|
"sso": "AWS IAM Identity Center",
|
|
373
|
-
"sso-directory": "AWS IAM Identity Center
|
|
373
|
+
"sso-directory": "AWS IAM Identity Center directory",
|
|
374
374
|
"sso-oauth": "AWS IAM Identity Center OIDC service",
|
|
375
375
|
"states": "AWS Step Functions",
|
|
376
376
|
"storagegateway": "AWS Storage Gateway",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202505211",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-05-
|
|
6
|
+
"updatedAt": "2025-05-21T04:49:12.163Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|