aws-iam-data 0.0.240 → 0.0.241

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.
@@ -46576,6 +46576,15 @@
46576
46576
  "iam:GetRole",
46577
46577
  "organizations:ListAWSServiceAccessForOrganization"
46578
46578
  ]
46579
+ },
46580
+ {
46581
+ "resourceType": "",
46582
+ "required": false,
46583
+ "conditionKeys": [
46584
+ "aws:RequestTag/${TagKey}",
46585
+ "aws:TagKeys"
46586
+ ],
46587
+ "dependentActions": []
46579
46588
  }
46580
46589
  ]
46581
46590
  },
@@ -135311,7 +135320,9 @@
135311
135320
  "aws:RequestTag/${TagKey}",
135312
135321
  "aws:TagKeys",
135313
135322
  "eks:bootstrapClusterCreatorAdminPermissions",
135314
- "eks:bootstrapSelfManagedAddons"
135323
+ "eks:bootstrapSelfManagedAddons",
135324
+ "eks:authenticationMode",
135325
+ "eks:supportType"
135315
135326
  ],
135316
135327
  "dependentActions": []
135317
135328
  }
@@ -136199,6 +136210,15 @@
136199
136210
  "required": true,
136200
136211
  "conditionKeys": [],
136201
136212
  "dependentActions": []
136213
+ },
136214
+ {
136215
+ "resourceType": "",
136216
+ "required": false,
136217
+ "conditionKeys": [
136218
+ "eks:authenticationMode",
136219
+ "eks:supportType"
136220
+ ],
136221
+ "dependentActions": []
136202
136222
  }
136203
136223
  ]
136204
136224
  },
@@ -136386,6 +136406,12 @@
136386
136406
  "description": "Filters access by the accessScope present in the associate / disassociate access policy requests the user makes to the EKS service",
136387
136407
  "type": "String"
136388
136408
  },
136409
+ {
136410
+ "name": "eks:authenticationMode",
136411
+ "apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
136412
+ "description": "Filters access by the authenticationMode present in the create / update cluster request",
136413
+ "type": "String"
136414
+ },
136389
136415
  {
136390
136416
  "name": "eks:bootstrapClusterCreatorAdminPermissions",
136391
136417
  "apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
@@ -136440,6 +136466,12 @@
136440
136466
  "description": "Filters access by the principalArn present in the access entry requests requests the user makes to the EKS service",
136441
136467
  "type": "ARN"
136442
136468
  },
136469
+ {
136470
+ "name": "eks:supportType",
136471
+ "apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
136472
+ "description": "Filters access by the supportType present in the create / update cluster request",
136473
+ "type": "String"
136474
+ },
136443
136475
  {
136444
136476
  "name": "eks:username",
136445
136477
  "apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
@@ -9497,13 +9497,14 @@
9497
9497
  "access-entry",
9498
9498
  "access-policy"
9499
9499
  ],
9500
- "conditionKeysCount": 15,
9500
+ "conditionKeysCount": 17,
9501
9501
  "conditionKeys": [
9502
9502
  "aws:RequestTag/${TagKey}",
9503
9503
  "aws:ResourceTag/${TagKey}",
9504
9504
  "aws:TagKeys",
9505
9505
  "eks:accessEntryType",
9506
9506
  "eks:accessScope",
9507
+ "eks:authenticationMode",
9507
9508
  "eks:bootstrapClusterCreatorAdminPermissions",
9508
9509
  "eks:bootstrapSelfManagedAddons",
9509
9510
  "eks:clientId",
@@ -9513,6 +9514,7 @@
9513
9514
  "eks:namespaces",
9514
9515
  "eks:policyArn",
9515
9516
  "eks:principalArn",
9517
+ "eks:supportType",
9516
9518
  "eks:username"
9517
9519
  ]
9518
9520
  },
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9463
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
5
  "value": 4600
@@ -15,6 +11,10 @@
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 290
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 9463
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -414,7 +414,7 @@
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 928
417
+ "value": 930
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.240",
3
+ "version": "0.0.241",
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",