@cloud-copilot/iam-data 0.9.202505171 → 0.9.202505201
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/braket.json
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"resourceTypes": [],
|
|
55
55
|
"conditionKeys": [
|
|
56
56
|
"aws:RequestTag/${TagKey}",
|
|
57
|
+
"aws:ResourceTag/${TagKey}",
|
|
57
58
|
"aws:TagKeys"
|
|
58
59
|
],
|
|
59
60
|
"dependentActions": []
|
|
@@ -65,6 +66,7 @@
|
|
|
65
66
|
"resourceTypes": [],
|
|
66
67
|
"conditionKeys": [
|
|
67
68
|
"aws:RequestTag/${TagKey}",
|
|
69
|
+
"aws:ResourceTag/${TagKey}",
|
|
68
70
|
"aws:TagKeys"
|
|
69
71
|
],
|
|
70
72
|
"dependentActions": []
|
package/data/serviceNames.json
CHANGED
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"ssm-quicksetup": "AWS Systems Manager Quick Setup",
|
|
370
370
|
"ssm-sap": "AWS Systems Manager for SAP",
|
|
371
371
|
"ssmmessages": "Amazon Message Gateway Service",
|
|
372
|
-
"sso": "AWS IAM Identity Center
|
|
372
|
+
"sso": "AWS IAM Identity Center",
|
|
373
373
|
"sso-directory": "AWS IAM Identity Center (successor to AWS Single Sign-On) directory",
|
|
374
374
|
"sso-oauth": "AWS IAM Identity Center OIDC service",
|
|
375
375
|
"states": "AWS Step Functions",
|
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.202505201",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-05-
|
|
6
|
+
"updatedAt": "2025-05-20T04:48:41.277Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|