@cloud-copilot/iam-collect 0.1.66 → 0.1.67

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -114,6 +114,7 @@ This will show you your data that was downloaded. See the [storage docs](docs/St
114
114
  | iam | SAML Providers | arn, metadata document, uuid, private keys, valid until, tags |
115
115
  | iam | Instance Profiles | arn, name, roles, id, path, tags |
116
116
  | apigateway | Rest APIs | id, name, policy, tags |
117
+ | backup | Backup Vaults | name, key arn, tags, policy |
117
118
  | dynamodb | Tables | name, arn, region, tags, resource policy |
118
119
  | ecr | Repositories | name, arn, region, tags, resource policy, key id |
119
120
  | ecr | Registries | policy |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-collect",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "description": "Collect IAM information from AWS Accounts",
5
5
  "repository": {
6
6
  "type": "git",