aws-iam-data 0.0.445 → 0.0.446
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/dist/data/json/iam.json
CHANGED
|
@@ -339065,15 +339065,6 @@
|
|
|
339065
339065
|
"required": true,
|
|
339066
339066
|
"conditionKeys": [],
|
|
339067
339067
|
"dependentActions": []
|
|
339068
|
-
},
|
|
339069
|
-
{
|
|
339070
|
-
"resourceType": "",
|
|
339071
|
-
"required": false,
|
|
339072
|
-
"conditionKeys": [
|
|
339073
|
-
"aws:TagKeys",
|
|
339074
|
-
"aws:RequestTag/${TagKey}"
|
|
339075
|
-
],
|
|
339076
|
-
"dependentActions": []
|
|
339077
339068
|
}
|
|
339078
339069
|
]
|
|
339079
339070
|
},
|
|
@@ -339553,27 +339544,15 @@
|
|
|
339553
339544
|
}
|
|
339554
339545
|
],
|
|
339555
339546
|
"conditionKeys": [
|
|
339556
|
-
{
|
|
339557
|
-
"name": "aws:RequestTag/${TagKey}",
|
|
339558
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
339559
|
-
"description": "Filters access by the tags that are passed in the request",
|
|
339560
|
-
"type": "String"
|
|
339561
|
-
},
|
|
339562
|
-
{
|
|
339563
|
-
"name": "aws:TagKeys",
|
|
339564
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
339565
|
-
"description": "Filters access by the tag keys that are passed in the request",
|
|
339566
|
-
"type": "ArrayOfString"
|
|
339567
|
-
},
|
|
339568
339547
|
{
|
|
339569
339548
|
"name": "glacier:ArchiveAgeInDays",
|
|
339570
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonglacier/latest/dev/
|
|
339549
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonglacier/latest/dev/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-conditionkeys",
|
|
339571
339550
|
"description": "Filters access by how long an archive has been stored in the vault, in days",
|
|
339572
339551
|
"type": "String"
|
|
339573
339552
|
},
|
|
339574
339553
|
{
|
|
339575
339554
|
"name": "glacier:ResourceTag/",
|
|
339576
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonglacier/latest/dev/
|
|
339555
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonglacier/latest/dev/security_iam_service-with-iam.html#security_iam_service-with-iam-tags",
|
|
339577
339556
|
"description": "Filters access by a customer-defined tag",
|
|
339578
339557
|
"type": "String"
|
|
339579
339558
|
}
|
|
@@ -24287,10 +24287,8 @@
|
|
|
24287
24287
|
"resourceTypes": [
|
|
24288
24288
|
"vault"
|
|
24289
24289
|
],
|
|
24290
|
-
"conditionKeysCount":
|
|
24290
|
+
"conditionKeysCount": 2,
|
|
24291
24291
|
"conditionKeys": [
|
|
24292
|
-
"aws:RequestTag/${TagKey}",
|
|
24293
|
-
"aws:TagKeys",
|
|
24294
24292
|
"glacier:ArchiveAgeInDays",
|
|
24295
24293
|
"glacier:ResourceTag/"
|
|
24296
24294
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.446",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|