aws-iam-data 0.0.371 → 0.0.372
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
|
@@ -344988,6 +344988,12 @@
|
|
|
344988
344988
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns",
|
|
344989
344989
|
"arnPattern": "arn:${Partition}:sts::${Account}:self",
|
|
344990
344990
|
"conditionKeys": []
|
|
344991
|
+
},
|
|
344992
|
+
{
|
|
344993
|
+
"name": "context-provider",
|
|
344994
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns",
|
|
344995
|
+
"arnPattern": "arn:${Partition}:iam::aws:contextProvider/${ContextProviderName}",
|
|
344996
|
+
"conditionKeys": []
|
|
344991
344997
|
}
|
|
344992
344998
|
],
|
|
344993
344999
|
"conditionKeys": [
|
|
@@ -24710,12 +24710,13 @@
|
|
|
24710
24710
|
"SetSourceIdentity",
|
|
24711
24711
|
"TagSession"
|
|
24712
24712
|
],
|
|
24713
|
-
"resourceTypesCount":
|
|
24713
|
+
"resourceTypesCount": 5,
|
|
24714
24714
|
"resourceTypes": [
|
|
24715
24715
|
"role",
|
|
24716
24716
|
"user",
|
|
24717
24717
|
"root-user",
|
|
24718
|
-
"self-session"
|
|
24718
|
+
"self-session",
|
|
24719
|
+
"context-provider"
|
|
24719
24720
|
],
|
|
24720
24721
|
"conditionKeysCount": 55,
|
|
24721
24722
|
"conditionKeys": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.372",
|
|
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",
|