@cloud-copilot/iam-collect 0.1.32 → 0.1.33

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,5 +64,7 @@ This will download the IAM data from the current account to the `./iam-data` dir
64
64
  | organizations | Organizational Units | id, arn, parent ou, enabled SCPs, enabled RCPs, tags |
65
65
  | organizations | Accounts | id, arn, parent ou, enabled SCPs, enabled RCPs, tags |
66
66
  | organizations | SCPs, RCPs | id, arn, name, description, tags, policy |
67
+ | sns | Topics | name, arn, tags, kms key id, policy |
68
+ | sqs | Queues | name, arn, tags, kms key id, policy |
67
69
  | sso | Instances | id, arn, name, owner account id, status, tags |
68
70
  | sso | Permission Sets | name, description, AWS managed policies, customer managed policies, inline policy, permission boundary, accounts, tags |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-collect",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "Collect IAM information from AWS Accounts",
5
5
  "repository": {
6
6
  "type": "git",