aws-iam-data 0.0.469 → 0.0.470
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
|
@@ -210841,6 +210841,18 @@
|
|
|
210841
210841
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
210842
210842
|
"type": "ArrayOfString"
|
|
210843
210843
|
},
|
|
210844
|
+
{
|
|
210845
|
+
"name": "identitycenter:ApplicationArn",
|
|
210846
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/API_Application.html",
|
|
210847
|
+
"description": "Filters access by the ARN of the IAM Identity Center application",
|
|
210848
|
+
"type": "ARN"
|
|
210849
|
+
},
|
|
210850
|
+
{
|
|
210851
|
+
"name": "identitycenter:InstanceArn",
|
|
210852
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/API_InstanceMetadata.html",
|
|
210853
|
+
"description": "Filters access by the ARN of the IAM Identity Center instance",
|
|
210854
|
+
"type": "ARN"
|
|
210855
|
+
},
|
|
210844
210856
|
{
|
|
210845
210857
|
"name": "sso:ApplicationAccount",
|
|
210846
210858
|
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/API_Application.html",
|
|
@@ -14459,11 +14459,13 @@
|
|
|
14459
14459
|
"TrustedTokenIssuer",
|
|
14460
14460
|
"ApplicationProvider"
|
|
14461
14461
|
],
|
|
14462
|
-
"conditionKeysCount":
|
|
14462
|
+
"conditionKeysCount": 6,
|
|
14463
14463
|
"conditionKeys": [
|
|
14464
14464
|
"aws:RequestTag/${TagKey}",
|
|
14465
14465
|
"aws:ResourceTag/${TagKey}",
|
|
14466
14466
|
"aws:TagKeys",
|
|
14467
|
+
"identitycenter:ApplicationArn",
|
|
14468
|
+
"identitycenter:InstanceArn",
|
|
14467
14469
|
"sso:ApplicationAccount"
|
|
14468
14470
|
]
|
|
14469
14471
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.470",
|
|
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",
|