aws-iam-data 0.0.353 → 0.0.354

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,19 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-03-29",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS HealthLake": [
8
+ "healthlake:ProcessBundle"
9
+ ],
10
+ "AWS IoT": [
11
+ "iot:ListPrincipalThingsV2",
12
+ "iot:ListThingPrincipalsV2"
13
+ ]
14
+ },
15
+ "removedActions": {}
16
+ },
2
17
  {
3
18
  "dateOfChange": "2025-03-28",
4
19
  "addedServices": [],
@@ -193221,6 +193221,21 @@
193221
193221
  }
193222
193222
  ]
193223
193223
  },
193224
+ {
193225
+ "name": "ProcessBundle",
193226
+ "apiReferenceUrl": "https://docs.aws.amazon.com/healthlake/latest/devguide/crud-healthlake.html",
193227
+ "permissionOnly": false,
193228
+ "description": "Grants permission to bundle multiple resource operations",
193229
+ "accessLevel": "Write",
193230
+ "resourceTypes": [
193231
+ {
193232
+ "resourceType": "datastore",
193233
+ "required": true,
193234
+ "conditionKeys": [],
193235
+ "dependentActions": []
193236
+ }
193237
+ ]
193238
+ },
193224
193239
  {
193225
193240
  "name": "ReadResource",
193226
193241
  "apiReferenceUrl": "https://docs.aws.amazon.com/healthlake/latest/devguide/crud-healthlake.html",
@@ -208294,10 +208309,18 @@
208294
208309
  "accessLevel": "Write",
208295
208310
  "resourceTypes": [
208296
208311
  {
208297
- "resourceType": "",
208312
+ "resourceType": "cert",
208298
208313
  "required": false,
208299
208314
  "conditionKeys": [],
208300
208315
  "dependentActions": []
208316
+ },
208317
+ {
208318
+ "resourceType": "",
208319
+ "required": false,
208320
+ "conditionKeys": [
208321
+ "iot:thingArn"
208322
+ ],
208323
+ "dependentActions": []
208301
208324
  }
208302
208325
  ]
208303
208326
  },
@@ -210457,10 +210480,18 @@
210457
210480
  "accessLevel": "Write",
210458
210481
  "resourceTypes": [
210459
210482
  {
210460
- "resourceType": "",
210483
+ "resourceType": "cert",
210461
210484
  "required": false,
210462
210485
  "conditionKeys": [],
210463
210486
  "dependentActions": []
210487
+ },
210488
+ {
210489
+ "resourceType": "",
210490
+ "required": false,
210491
+ "conditionKeys": [
210492
+ "iot:thingArn"
210493
+ ],
210494
+ "dependentActions": []
210464
210495
  }
210465
210496
  ]
210466
210497
  },
@@ -210808,7 +210839,7 @@
210808
210839
  },
210809
210840
  {
210810
210841
  "name": "GetThingConnectivityData",
210811
- "apiReferenceUrl": "API_GetThingConnectivityData.html",
210842
+ "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_GetThingConnectivityData.html",
210812
210843
  "permissionOnly": false,
210813
210844
  "description": "Grants permission to get the thing's connectivity data",
210814
210845
  "accessLevel": "Read",
@@ -211477,7 +211508,22 @@
211477
211508
  "accessLevel": "List",
211478
211509
  "resourceTypes": [
211479
211510
  {
211480
- "resourceType": "",
211511
+ "resourceType": "cert",
211512
+ "required": false,
211513
+ "conditionKeys": [],
211514
+ "dependentActions": []
211515
+ }
211516
+ ]
211517
+ },
211518
+ {
211519
+ "name": "ListPrincipalThingsV2",
211520
+ "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_ListPrincipalThingsV2.html",
211521
+ "permissionOnly": false,
211522
+ "description": "Grants permission to list the things associated with the specified principal",
211523
+ "accessLevel": "List",
211524
+ "resourceTypes": [
211525
+ {
211526
+ "resourceType": "cert",
211481
211527
  "required": false,
211482
211528
  "conditionKeys": [],
211483
211529
  "dependentActions": []
@@ -211855,8 +211901,23 @@
211855
211901
  "accessLevel": "List",
211856
211902
  "resourceTypes": [
211857
211903
  {
211858
- "resourceType": "",
211859
- "required": false,
211904
+ "resourceType": "thing",
211905
+ "required": true,
211906
+ "conditionKeys": [],
211907
+ "dependentActions": []
211908
+ }
211909
+ ]
211910
+ },
211911
+ {
211912
+ "name": "ListThingPrincipalsV2",
211913
+ "apiReferenceUrl": "https://docs.aws.amazon.com/iot/latest/apireference/API_ListThingPrincipalsV2.html",
211914
+ "permissionOnly": false,
211915
+ "description": "Grants permission to list the principals associated with the specified thing",
211916
+ "accessLevel": "List",
211917
+ "resourceTypes": [
211918
+ {
211919
+ "resourceType": "thing",
211920
+ "required": true,
211860
211921
  "conditionKeys": [],
211861
211922
  "dependentActions": []
211862
211923
  }
@@ -213714,6 +213775,12 @@
213714
213775
  "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html",
213715
213776
  "description": "Filters access by a list of destination services for an IoT Tunnel",
213716
213777
  "type": "ArrayOfString"
213778
+ },
213779
+ {
213780
+ "name": "iot:thingArn",
213781
+ "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html",
213782
+ "description": "Filters access by the ARN of an IoT Thing",
213783
+ "type": "ARN"
213717
213784
  }
213718
213785
  ]
213719
213786
  },
@@ -308302,12 +308369,6 @@
308302
308369
  "description": "Grants permission to create an Amazon Rekognition Custom Labels project",
308303
308370
  "accessLevel": "Write",
308304
308371
  "resourceTypes": [
308305
- {
308306
- "resourceType": "project",
308307
- "required": true,
308308
- "conditionKeys": [],
308309
- "dependentActions": []
308310
- },
308311
308372
  {
308312
308373
  "resourceType": "",
308313
308374
  "required": false,
@@ -380013,14 +380074,23 @@
380013
380074
  "required": true,
380014
380075
  "conditionKeys": [],
380015
380076
  "dependentActions": [
380077
+ "amplify:AssociateWebACL",
380016
380078
  "apigateway:SetWebACL",
380017
380079
  "apprunner:AssociateWebAcl",
380018
380080
  "appsync:SetWebACL",
380019
380081
  "cognito-idp:AssociateWebACL",
380020
380082
  "ec2:AssociateVerifiedAccessInstanceWebAcl",
380021
- "elasticloadbalancing:SetWebAcl"
380083
+ "elasticloadbalancing:SetWebAcl",
380084
+ "wafv2:GetPermissionPolicy",
380085
+ "wafv2:PutPermissionPolicy"
380022
380086
  ]
380023
380087
  },
380088
+ {
380089
+ "resourceType": "amplify-app",
380090
+ "required": false,
380091
+ "conditionKeys": [],
380092
+ "dependentActions": []
380093
+ },
380024
380094
  {
380025
380095
  "resourceType": "apigateway",
380026
380096
  "required": false,
@@ -380425,18 +380495,26 @@
380425
380495
  "accessLevel": "Write",
380426
380496
  "resourceTypes": [
380427
380497
  {
380428
- "resourceType": "apigateway",
380498
+ "resourceType": "amplify-app",
380429
380499
  "required": false,
380430
380500
  "conditionKeys": [],
380431
380501
  "dependentActions": [
380502
+ "amplify:DisassociateWebACL",
380432
380503
  "apigateway:SetWebACL",
380433
380504
  "apprunner:DisassociateWebAcl",
380434
380505
  "appsync:SetWebACL",
380435
380506
  "cognito-idp:DisassociateWebACL",
380436
380507
  "ec2:DisassociateVerifiedAccessInstanceWebAcl",
380437
- "elasticloadbalancing:SetWebAcl"
380508
+ "elasticloadbalancing:SetWebAcl",
380509
+ "wafv2:PutPermissionPolicy"
380438
380510
  ]
380439
380511
  },
380512
+ {
380513
+ "resourceType": "apigateway",
380514
+ "required": false,
380515
+ "conditionKeys": [],
380516
+ "dependentActions": []
380517
+ },
380440
380518
  {
380441
380519
  "resourceType": "apprunner",
380442
380520
  "required": false,
@@ -380710,12 +380788,19 @@
380710
380788
  "required": true,
380711
380789
  "conditionKeys": [],
380712
380790
  "dependentActions": [
380791
+ "amplify:GetWebACLForResource",
380713
380792
  "apprunner:DescribeWebAclForService",
380714
380793
  "cognito-idp:GetWebACLForResource",
380715
380794
  "ec2:GetVerifiedAccessInstanceWebAcl",
380716
380795
  "wafv2:GetWebACL"
380717
380796
  ]
380718
380797
  },
380798
+ {
380799
+ "resourceType": "amplify-app",
380800
+ "required": false,
380801
+ "conditionKeys": [],
380802
+ "dependentActions": []
380803
+ },
380719
380804
  {
380720
380805
  "resourceType": "apigateway",
380721
380806
  "required": false,
@@ -380888,11 +380973,18 @@
380888
380973
  "required": true,
380889
380974
  "conditionKeys": [],
380890
380975
  "dependentActions": [
380976
+ "amplify:ListResourcesForWebACL",
380891
380977
  "apprunner:ListAssociatedServicesForWebAcl",
380892
380978
  "cognito-idp:ListResourcesForWebACL",
380893
380979
  "ec2:DescribeVerifiedAccessInstanceWebAclAssociations"
380894
380980
  ]
380895
380981
  },
380982
+ {
380983
+ "resourceType": "amplify-app",
380984
+ "required": false,
380985
+ "conditionKeys": [],
380986
+ "dependentActions": []
380987
+ },
380896
380988
  {
380897
380989
  "resourceType": "apprunner",
380898
380990
  "required": false,
@@ -381363,6 +381455,12 @@
381363
381455
  "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_WebACL.html",
381364
381456
  "arnPattern": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-instance/${VerifiedAccessInstanceId}",
381365
381457
  "conditionKeys": []
381458
+ },
381459
+ {
381460
+ "name": "amplify-app",
381461
+ "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_WebACL.html",
381462
+ "arnPattern": "arn:${Partition}:amplify:${Region}:${Account}:apps/${AppId}",
381463
+ "conditionKeys": []
381366
381464
  }
381367
381465
  ],
381368
381466
  "conditionKeys": [
@@ -13338,7 +13338,7 @@
13338
13338
  "name": "AWS HealthLake",
13339
13339
  "servicePrefix": "healthlake",
13340
13340
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthlake.html",
13341
- "actionsCount": 28,
13341
+ "actionsCount": 29,
13342
13342
  "actions": [
13343
13343
  "CancelFHIRExportJobWithDelete",
13344
13344
  "CreateFHIRDatastore",
@@ -13356,6 +13356,7 @@
13356
13356
  "ListFHIRExportJobs",
13357
13357
  "ListFHIRImportJobs",
13358
13358
  "ListTagsForResource",
13359
+ "ProcessBundle",
13359
13360
  "ReadResource",
13360
13361
  "SearchEverything",
13361
13362
  "SearchWithGet",
@@ -14514,7 +14515,7 @@
14514
14515
  "name": "AWS IoT",
14515
14516
  "servicePrefix": "iot",
14516
14517
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html",
14517
- "actionsCount": 285,
14518
+ "actionsCount": 287,
14518
14519
  "actions": [
14519
14520
  "AcceptCertificateTransfer",
14520
14521
  "AddThingToBillingGroup",
@@ -14710,6 +14711,7 @@
14710
14711
  "ListPolicyVersions",
14711
14712
  "ListPrincipalPolicies",
14712
14713
  "ListPrincipalThings",
14714
+ "ListPrincipalThingsV2",
14713
14715
  "ListProvisioningTemplateVersions",
14714
14716
  "ListProvisioningTemplates",
14715
14717
  "ListRelatedResourcesForAuditFinding",
@@ -14726,6 +14728,7 @@
14726
14728
  "ListThingGroups",
14727
14729
  "ListThingGroupsForThing",
14728
14730
  "ListThingPrincipals",
14731
+ "ListThingPrincipalsV2",
14729
14732
  "ListThingRegistrationTaskReports",
14730
14733
  "ListThingRegistrationTasks",
14731
14734
  "ListThingTypes",
@@ -14838,7 +14841,7 @@
14838
14841
  "certificateprovider",
14839
14842
  "command"
14840
14843
  ],
14841
- "conditionKeysCount": 11,
14844
+ "conditionKeysCount": 12,
14842
14845
  "conditionKeys": [
14843
14846
  "aws:RequestTag/${TagKey}",
14844
14847
  "aws:ResourceTag/${TagKey}",
@@ -14850,7 +14853,8 @@
14850
14853
  "iot:Delete",
14851
14854
  "iot:DomainName",
14852
14855
  "iot:ThingGroupArn",
14853
- "iot:TunnelDestinationService"
14856
+ "iot:TunnelDestinationService",
14857
+ "iot:thingArn"
14854
14858
  ]
14855
14859
  },
14856
14860
  {
@@ -27640,7 +27644,7 @@
27640
27644
  "UpdateRuleGroup",
27641
27645
  "UpdateWebACL"
27642
27646
  ],
27643
- "resourceTypesCount": 11,
27647
+ "resourceTypesCount": 12,
27644
27648
  "resourceTypes": [
27645
27649
  "webacl",
27646
27650
  "ipset",
@@ -27652,7 +27656,8 @@
27652
27656
  "appsync",
27653
27657
  "userpool",
27654
27658
  "apprunner",
27655
- "verified-access-instance"
27659
+ "verified-access-instance",
27660
+ "amplify-app"
27656
27661
  ],
27657
27662
  "conditionKeysCount": 5,
27658
27663
  "conditionKeys": [
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10224
5
+ "value": 10225
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3021
13
+ "value": 3023
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -250,7 +250,7 @@
250
250
  },
251
251
  {
252
252
  "key": "AWS IoT",
253
- "value": 285
253
+ "value": 287
254
254
  },
255
255
  {
256
256
  "key": "Amazon QuickSight",
@@ -406,7 +406,7 @@
406
406
  },
407
407
  {
408
408
  "key": "Median number of actions per service",
409
- "value": 28
409
+ "value": 29
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
@@ -414,7 +414,7 @@
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1058
417
+ "value": 1059
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.353",
3
+ "version": "0.0.354",
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",