@cloud-copilot/iam-data 0.15.202509091 → 0.15.202509111
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.
|
@@ -1,14 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"aws:requesttag/${tagkey}": {
|
|
3
|
-
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
-
"type": "String"
|
|
6
|
-
},
|
|
7
|
-
"aws:tagkeys": {
|
|
8
|
-
"key": "aws:TagKeys",
|
|
9
|
-
"description": "Filters access by the tag keys that are passed in the request",
|
|
10
|
-
"type": "ArrayOfString"
|
|
11
|
-
},
|
|
12
2
|
"glacier:archiveageindays": {
|
|
13
3
|
"key": "glacier:ArchiveAgeInDays",
|
|
14
4
|
"description": "Filters access by how long an archive has been stored in the vault, in days",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202509111",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-09-
|
|
6
|
+
"updatedAt": "2025-09-11T04:46:53.837Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|