@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.
@@ -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": []
@@ -17,6 +17,6 @@
17
17
  "route53:vpcs": {
18
18
  "key": "route53:VPCs",
19
19
  "description": "Filters access by VPCs in request",
20
- "type": "ArrayOfString"
20
+ "type": "String"
21
21
  }
22
22
  }
@@ -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 (successor to AWS Single Sign-On) directory",
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.202505201",
3
+ "version": "0.9.202505211",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-05-20T04:48:41.277Z",
6
+ "updatedAt": "2025-05-21T04:49:12.163Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",