aws-iam-data 0.0.230 → 0.0.231

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,4 +1,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-06-27",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon EC2": [
8
+ "ec2:DescribeTrafficMirrorFilterRules"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2024-06-26",
4
15
  "addedServices": [],
@@ -106664,7 +106664,9 @@
106664
106664
  "aws:ResourceTag/${TagKey}",
106665
106665
  "ec2:ResourceTag/${TagKey}"
106666
106666
  ],
106667
- "dependentActions": []
106667
+ "dependentActions": [
106668
+ "ec2:CreateTags"
106669
+ ]
106668
106670
  },
106669
106671
  {
106670
106672
  "resourceType": "traffic-mirror-filter-rule",
@@ -113010,6 +113012,23 @@
113010
113012
  }
113011
113013
  ]
113012
113014
  },
113015
+ {
113016
+ "name": "DescribeTrafficMirrorFilterRules",
113017
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTrafficMirrorFilterRules.html",
113018
+ "permissionOnly": false,
113019
+ "description": "Grants permission to describe traffic mirror filters that determine the traffic that is mirrored",
113020
+ "accessLevel": "List",
113021
+ "resourceTypes": [
113022
+ {
113023
+ "resourceType": "",
113024
+ "required": false,
113025
+ "conditionKeys": [
113026
+ "ec2:Region"
113027
+ ],
113028
+ "dependentActions": []
113029
+ }
113030
+ ]
113031
+ },
113013
113032
  {
113014
113033
  "name": "DescribeTrafficMirrorFilters",
113015
113034
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTrafficMirrorFilters.html",
@@ -134420,7 +134439,8 @@
134420
134439
  "conditionKeys": [
134421
134440
  "aws:RequestTag/${TagKey}",
134422
134441
  "aws:TagKeys",
134423
- "eks:bootstrapClusterCreatorAdminPermissions"
134442
+ "eks:bootstrapClusterCreatorAdminPermissions",
134443
+ "eks:bootstrapSelfManagedAddons"
134424
134444
  ],
134425
134445
  "dependentActions": []
134426
134446
  }
@@ -135501,6 +135521,12 @@
135501
135521
  "description": "Filters access by the bootstrapClusterCreatorAdminPermissions present in the create cluster request",
135502
135522
  "type": "Bool"
135503
135523
  },
135524
+ {
135525
+ "name": "eks:bootstrapSelfManagedAddons",
135526
+ "apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
135527
+ "description": "Filters access by the bootstrapSelfManagedAddons present in the create cluster request",
135528
+ "type": "Bool"
135529
+ },
135504
135530
  {
135505
135531
  "name": "eks:clientId",
135506
135532
  "apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
@@ -164049,6 +164075,12 @@
164049
164075
  "description": "Grants permission to create an interactive session",
164050
164076
  "accessLevel": "Write",
164051
164077
  "resourceTypes": [
164078
+ {
164079
+ "resourceType": "session",
164080
+ "required": true,
164081
+ "conditionKeys": [],
164082
+ "dependentActions": []
164083
+ },
164052
164084
  {
164053
164085
  "resourceType": "",
164054
164086
  "required": false,
@@ -164150,6 +164182,12 @@
164150
164182
  "description": "Grants permission to create a usage profile",
164151
164183
  "accessLevel": "Write",
164152
164184
  "resourceTypes": [
164185
+ {
164186
+ "resourceType": "usageProfile",
164187
+ "required": true,
164188
+ "conditionKeys": [],
164189
+ "dependentActions": []
164190
+ },
164153
164191
  {
164154
164192
  "resourceType": "",
164155
164193
  "required": false,
@@ -7741,7 +7741,7 @@
7741
7741
  "name": "Amazon EC2",
7742
7742
  "servicePrefix": "ec2",
7743
7743
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html",
7744
- "actionsCount": 637,
7744
+ "actionsCount": 638,
7745
7745
  "actions": [
7746
7746
  "AcceptAddressTransfer",
7747
7747
  "AcceptReservedInstancesExchangeQuote",
@@ -8083,6 +8083,7 @@
8083
8083
  "DescribeStoreImageTasks",
8084
8084
  "DescribeSubnets",
8085
8085
  "DescribeTags",
8086
+ "DescribeTrafficMirrorFilterRules",
8086
8087
  "DescribeTrafficMirrorFilters",
8087
8088
  "DescribeTrafficMirrorSessions",
8088
8089
  "DescribeTrafficMirrorTargets",
@@ -9434,7 +9435,7 @@
9434
9435
  "access-entry",
9435
9436
  "access-policy"
9436
9437
  ],
9437
- "conditionKeysCount": 14,
9438
+ "conditionKeysCount": 15,
9438
9439
  "conditionKeys": [
9439
9440
  "aws:RequestTag/${TagKey}",
9440
9441
  "aws:ResourceTag/${TagKey}",
@@ -9442,6 +9443,7 @@
9442
9443
  "eks:accessEntryType",
9443
9444
  "eks:accessScope",
9444
9445
  "eks:bootstrapClusterCreatorAdminPermissions",
9446
+ "eks:bootstrapSelfManagedAddons",
9445
9447
  "eks:clientId",
9446
9448
  "eks:clusterName",
9447
9449
  "eks:issuerUrl",
@@ -6,7 +6,7 @@
6
6
  },
7
7
  {
8
8
  "key": "List Actions",
9
- "value": 2757
9
+ "value": 2758
10
10
  },
11
11
  {
12
12
  "key": "Permissions Actions",
@@ -230,7 +230,7 @@
230
230
  "Services with most actions": [
231
231
  {
232
232
  "key": "Amazon EC2",
233
- "value": 637
233
+ "value": 638
234
234
  },
235
235
  {
236
236
  "key": "Amazon SageMaker",
@@ -414,7 +414,7 @@
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 924
417
+ "value": 925
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.230",
3
+ "version": "0.0.231",
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",