aws-iam-data 0.0.418 → 0.0.419

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,29 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-07-25",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Inspector2": [
8
+ "inspector2:BatchAssociateCodeSecurityScanConfiguration",
9
+ "inspector2:BatchDisassociateCodeSecurityScanConfiguration",
10
+ "inspector2:CreateCodeSecurityIntegration",
11
+ "inspector2:CreateCodeSecurityScanConfiguration",
12
+ "inspector2:DeleteCodeSecurityIntegration",
13
+ "inspector2:DeleteCodeSecurityScanConfiguration",
14
+ "inspector2:GetCodeSecurityIntegration",
15
+ "inspector2:GetCodeSecurityScan",
16
+ "inspector2:GetCodeSecurityScanConfiguration",
17
+ "inspector2:ListCodeSecurityIntegrations",
18
+ "inspector2:ListCodeSecurityScanConfigurationAssociations",
19
+ "inspector2:ListCodeSecurityScanConfigurations",
20
+ "inspector2:StartCodeSecurityScan",
21
+ "inspector2:UpdateCodeSecurityIntegration",
22
+ "inspector2:UpdateCodeSecurityScanConfiguration"
23
+ ]
24
+ },
25
+ "removedActions": {}
26
+ },
2
27
  {
3
28
  "dateOfChange": "2025-07-24",
4
29
  "addedServices": [],
@@ -96616,7 +96616,11 @@
96616
96616
  {
96617
96617
  "resourceType": "cur",
96618
96618
  "required": true,
96619
- "conditionKeys": [],
96619
+ "conditionKeys": [
96620
+ "aws:TagKeys",
96621
+ "aws:RequestTag/${TagKey}",
96622
+ "aws:ResourceTag/${TagKey}"
96623
+ ],
96620
96624
  "dependentActions": []
96621
96625
  }
96622
96626
  ]
@@ -211518,6 +211522,36 @@
211518
211522
  }
211519
211523
  ]
211520
211524
  },
211525
+ {
211526
+ "name": "BatchAssociateCodeSecurityScanConfiguration",
211527
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchAssociateCodeSecurityScanConfiguration.html",
211528
+ "permissionOnly": false,
211529
+ "description": "Grants permission to associate multiple code repositories with an Amazon Inspector code security scan configuration",
211530
+ "accessLevel": "Write",
211531
+ "resourceTypes": [
211532
+ {
211533
+ "resourceType": "",
211534
+ "required": false,
211535
+ "conditionKeys": [],
211536
+ "dependentActions": []
211537
+ }
211538
+ ]
211539
+ },
211540
+ {
211541
+ "name": "BatchDisassociateCodeSecurityScanConfiguration",
211542
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchDisassociateCodeSecurityScanConfiguration.html",
211543
+ "permissionOnly": false,
211544
+ "description": "Grants permission to disassociate multiple code repositories from an Amazon Inspector code security scan configuration",
211545
+ "accessLevel": "Write",
211546
+ "resourceTypes": [
211547
+ {
211548
+ "resourceType": "",
211549
+ "required": false,
211550
+ "conditionKeys": [],
211551
+ "dependentActions": []
211552
+ }
211553
+ ]
211554
+ },
211521
211555
  {
211522
211556
  "name": "BatchGetAccountStatus",
211523
211557
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_BatchGetAccountStatus.html",
@@ -211663,6 +211697,54 @@
211663
211697
  }
211664
211698
  ]
211665
211699
  },
211700
+ {
211701
+ "name": "CreateCodeSecurityIntegration",
211702
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateCodeSecurityIntegration.html",
211703
+ "permissionOnly": false,
211704
+ "description": "Grants permission to create a code security integration with a source code repository provider",
211705
+ "accessLevel": "Write",
211706
+ "resourceTypes": [
211707
+ {
211708
+ "resourceType": "Code Security Integration",
211709
+ "required": true,
211710
+ "conditionKeys": [],
211711
+ "dependentActions": []
211712
+ },
211713
+ {
211714
+ "resourceType": "",
211715
+ "required": false,
211716
+ "conditionKeys": [
211717
+ "aws:RequestTag/${TagKey}",
211718
+ "aws:TagKeys"
211719
+ ],
211720
+ "dependentActions": []
211721
+ }
211722
+ ]
211723
+ },
211724
+ {
211725
+ "name": "CreateCodeSecurityScanConfiguration",
211726
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateCodeSecurityScanConfiguration.html",
211727
+ "permissionOnly": false,
211728
+ "description": "Grants permission to create a scan configuration for code security scanning",
211729
+ "accessLevel": "Write",
211730
+ "resourceTypes": [
211731
+ {
211732
+ "resourceType": "Code Security Scan Configuration",
211733
+ "required": true,
211734
+ "conditionKeys": [],
211735
+ "dependentActions": []
211736
+ },
211737
+ {
211738
+ "resourceType": "",
211739
+ "required": false,
211740
+ "conditionKeys": [
211741
+ "aws:RequestTag/${TagKey}",
211742
+ "aws:TagKeys"
211743
+ ],
211744
+ "dependentActions": []
211745
+ }
211746
+ ]
211747
+ },
211666
211748
  {
211667
211749
  "name": "CreateFilter",
211668
211750
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateFilter.html",
@@ -211740,6 +211822,36 @@
211740
211822
  }
211741
211823
  ]
211742
211824
  },
211825
+ {
211826
+ "name": "DeleteCodeSecurityIntegration",
211827
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteCodeSecurityIntegration.html",
211828
+ "permissionOnly": false,
211829
+ "description": "Grants permission to delete a code security integration",
211830
+ "accessLevel": "Write",
211831
+ "resourceTypes": [
211832
+ {
211833
+ "resourceType": "Code Security Integration",
211834
+ "required": true,
211835
+ "conditionKeys": [],
211836
+ "dependentActions": []
211837
+ }
211838
+ ]
211839
+ },
211840
+ {
211841
+ "name": "DeleteCodeSecurityScanConfiguration",
211842
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteCodeSecurityScanConfiguration.html",
211843
+ "permissionOnly": false,
211844
+ "description": "Grants permission to delete a code security scan configuration",
211845
+ "accessLevel": "Write",
211846
+ "resourceTypes": [
211847
+ {
211848
+ "resourceType": "Code Security Scan Configuration",
211849
+ "required": true,
211850
+ "conditionKeys": [],
211851
+ "dependentActions": []
211852
+ }
211853
+ ]
211854
+ },
211743
211855
  {
211744
211856
  "name": "DeleteFilter",
211745
211857
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteFilter.html",
@@ -211890,6 +212002,51 @@
211890
212002
  }
211891
212003
  ]
211892
212004
  },
212005
+ {
212006
+ "name": "GetCodeSecurityIntegration",
212007
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCodeSecurityIntegration.html",
212008
+ "permissionOnly": false,
212009
+ "description": "Grants permission to retrieve information about a code security integration",
212010
+ "accessLevel": "Read",
212011
+ "resourceTypes": [
212012
+ {
212013
+ "resourceType": "",
212014
+ "required": false,
212015
+ "conditionKeys": [],
212016
+ "dependentActions": []
212017
+ }
212018
+ ]
212019
+ },
212020
+ {
212021
+ "name": "GetCodeSecurityScan",
212022
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCodeSecurityScan.html",
212023
+ "permissionOnly": false,
212024
+ "description": "Grants permission to retrieve information about a specific code security scan",
212025
+ "accessLevel": "Read",
212026
+ "resourceTypes": [
212027
+ {
212028
+ "resourceType": "",
212029
+ "required": false,
212030
+ "conditionKeys": [],
212031
+ "dependentActions": []
212032
+ }
212033
+ ]
212034
+ },
212035
+ {
212036
+ "name": "GetCodeSecurityScanConfiguration",
212037
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCodeSecurityScanConfiguration.html",
212038
+ "permissionOnly": false,
212039
+ "description": "Grants permission to retrieve information about a code security scan configuration",
212040
+ "accessLevel": "Read",
212041
+ "resourceTypes": [
212042
+ {
212043
+ "resourceType": "",
212044
+ "required": false,
212045
+ "conditionKeys": [],
212046
+ "dependentActions": []
212047
+ }
212048
+ ]
212049
+ },
211893
212050
  {
211894
212051
  "name": "GetConfiguration",
211895
212052
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetConfiguration.html",
@@ -212070,6 +212227,51 @@
212070
212227
  }
212071
212228
  ]
212072
212229
  },
212230
+ {
212231
+ "name": "ListCodeSecurityIntegrations",
212232
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCodeSecurityIntegrations.html",
212233
+ "permissionOnly": false,
212234
+ "description": "Grants permission to list all code security integrations in your account",
212235
+ "accessLevel": "List",
212236
+ "resourceTypes": [
212237
+ {
212238
+ "resourceType": "",
212239
+ "required": false,
212240
+ "conditionKeys": [],
212241
+ "dependentActions": []
212242
+ }
212243
+ ]
212244
+ },
212245
+ {
212246
+ "name": "ListCodeSecurityScanConfigurationAssociations",
212247
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCodeSecurityScanConfigurationAssociations.html",
212248
+ "permissionOnly": false,
212249
+ "description": "Grants permission to list the associations between code repositories and Amazon Inspector code security scan configurations",
212250
+ "accessLevel": "List",
212251
+ "resourceTypes": [
212252
+ {
212253
+ "resourceType": "",
212254
+ "required": false,
212255
+ "conditionKeys": [],
212256
+ "dependentActions": []
212257
+ }
212258
+ ]
212259
+ },
212260
+ {
212261
+ "name": "ListCodeSecurityScanConfigurations",
212262
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCodeSecurityScanConfigurations.html",
212263
+ "permissionOnly": false,
212264
+ "description": "Grants permission to list all code security scan configurations in your account",
212265
+ "accessLevel": "List",
212266
+ "resourceTypes": [
212267
+ {
212268
+ "resourceType": "",
212269
+ "required": false,
212270
+ "conditionKeys": [],
212271
+ "dependentActions": []
212272
+ }
212273
+ ]
212274
+ },
212073
212275
  {
212074
212276
  "name": "ListCoverage",
212075
212277
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCoverage.html",
@@ -212280,6 +212482,21 @@
212280
212482
  }
212281
212483
  ]
212282
212484
  },
212485
+ {
212486
+ "name": "StartCodeSecurityScan",
212487
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StartCodeSecurityScan.html",
212488
+ "permissionOnly": false,
212489
+ "description": "Grants permission to initiate a code security scan on a specified repository",
212490
+ "accessLevel": "Write",
212491
+ "resourceTypes": [
212492
+ {
212493
+ "resourceType": "",
212494
+ "required": false,
212495
+ "conditionKeys": [],
212496
+ "dependentActions": []
212497
+ }
212498
+ ]
212499
+ },
212283
212500
  {
212284
212501
  "name": "StopCisSession",
212285
212502
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StopCisSession.html",
@@ -212308,6 +212525,18 @@
212308
212525
  "conditionKeys": [],
212309
212526
  "dependentActions": []
212310
212527
  },
212528
+ {
212529
+ "resourceType": "Code Security Integration",
212530
+ "required": false,
212531
+ "conditionKeys": [],
212532
+ "dependentActions": []
212533
+ },
212534
+ {
212535
+ "resourceType": "Code Security Scan Configuration",
212536
+ "required": false,
212537
+ "conditionKeys": [],
212538
+ "dependentActions": []
212539
+ },
212311
212540
  {
212312
212541
  "resourceType": "Filter",
212313
212542
  "required": false,
@@ -212339,6 +212568,18 @@
212339
212568
  "conditionKeys": [],
212340
212569
  "dependentActions": []
212341
212570
  },
212571
+ {
212572
+ "resourceType": "Code Security Integration",
212573
+ "required": false,
212574
+ "conditionKeys": [],
212575
+ "dependentActions": []
212576
+ },
212577
+ {
212578
+ "resourceType": "Code Security Scan Configuration",
212579
+ "required": false,
212580
+ "conditionKeys": [],
212581
+ "dependentActions": []
212582
+ },
212342
212583
  {
212343
212584
  "resourceType": "Filter",
212344
212585
  "required": false,
@@ -212379,6 +212620,52 @@
212379
212620
  }
212380
212621
  ]
212381
212622
  },
212623
+ {
212624
+ "name": "UpdateCodeSecurityIntegration",
212625
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateCodeSecurityIntegration.html",
212626
+ "permissionOnly": false,
212627
+ "description": "Grants permission to update an existing code security integration",
212628
+ "accessLevel": "Write",
212629
+ "resourceTypes": [
212630
+ {
212631
+ "resourceType": "Code Security Integration",
212632
+ "required": true,
212633
+ "conditionKeys": [],
212634
+ "dependentActions": []
212635
+ },
212636
+ {
212637
+ "resourceType": "",
212638
+ "required": false,
212639
+ "conditionKeys": [
212640
+ "aws:ResourceTag/${TagKey}"
212641
+ ],
212642
+ "dependentActions": []
212643
+ }
212644
+ ]
212645
+ },
212646
+ {
212647
+ "name": "UpdateCodeSecurityScanConfiguration",
212648
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateCodeSecurityScanConfiguration.html",
212649
+ "permissionOnly": false,
212650
+ "description": "Grants permission to update an existing code security scan configuration",
212651
+ "accessLevel": "Write",
212652
+ "resourceTypes": [
212653
+ {
212654
+ "resourceType": "Code Security Scan Configuration",
212655
+ "required": true,
212656
+ "conditionKeys": [],
212657
+ "dependentActions": []
212658
+ },
212659
+ {
212660
+ "resourceType": "",
212661
+ "required": false,
212662
+ "conditionKeys": [
212663
+ "aws:ResourceTag/${TagKey}"
212664
+ ],
212665
+ "dependentActions": []
212666
+ }
212667
+ ]
212668
+ },
212382
212669
  {
212383
212670
  "name": "UpdateConfiguration",
212384
212671
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateConfiguration.html",
@@ -212501,6 +212788,22 @@
212501
212788
  "conditionKeys": [
212502
212789
  "aws:ResourceTag/${TagKey}"
212503
212790
  ]
212791
+ },
212792
+ {
212793
+ "name": "Code Security Scan Configuration",
212794
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
212795
+ "arnPattern": "arn:${Partition}:inspector2:${Region}:${Account}:owner/${OwnerId}/codesecurity-configuration/${CodeSecurityScanConfigurationId}",
212796
+ "conditionKeys": [
212797
+ "aws:ResourceTag/${TagKey}"
212798
+ ]
212799
+ },
212800
+ {
212801
+ "name": "Code Security Integration",
212802
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
212803
+ "arnPattern": "arn:${Partition}:inspector2:${Region}:${Account}:codesecurity-integration/${CodeSecurityIntegrationId}",
212804
+ "conditionKeys": [
212805
+ "aws:ResourceTag/${TagKey}"
212806
+ ]
212504
212807
  }
212505
212808
  ],
212506
212809
  "conditionKeys": [
@@ -14690,9 +14690,11 @@
14690
14690
  "name": "Amazon Inspector2",
14691
14691
  "servicePrefix": "inspector2",
14692
14692
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2.html",
14693
- "actionsCount": 60,
14693
+ "actionsCount": 75,
14694
14694
  "actions": [
14695
14695
  "AssociateMember",
14696
+ "BatchAssociateCodeSecurityScanConfiguration",
14697
+ "BatchDisassociateCodeSecurityScanConfiguration",
14696
14698
  "BatchGetAccountStatus",
14697
14699
  "BatchGetCodeSnippet",
14698
14700
  "BatchGetFindingDetails",
@@ -14702,10 +14704,14 @@
14702
14704
  "CancelFindingsReport",
14703
14705
  "CancelSbomExport",
14704
14706
  "CreateCisScanConfiguration",
14707
+ "CreateCodeSecurityIntegration",
14708
+ "CreateCodeSecurityScanConfiguration",
14705
14709
  "CreateFilter",
14706
14710
  "CreateFindingsReport",
14707
14711
  "CreateSbomExport",
14708
14712
  "DeleteCisScanConfiguration",
14713
+ "DeleteCodeSecurityIntegration",
14714
+ "DeleteCodeSecurityScanConfiguration",
14709
14715
  "DeleteFilter",
14710
14716
  "DescribeOrganizationConfiguration",
14711
14717
  "Disable",
@@ -14716,6 +14722,9 @@
14716
14722
  "GetCisScanReport",
14717
14723
  "GetCisScanResultDetails",
14718
14724
  "GetClustersForImage",
14725
+ "GetCodeSecurityIntegration",
14726
+ "GetCodeSecurityScan",
14727
+ "GetCodeSecurityScanConfiguration",
14719
14728
  "GetConfiguration",
14720
14729
  "GetDelegatedAdminAccount",
14721
14730
  "GetEc2DeepInspectionConfiguration",
@@ -14728,6 +14737,9 @@
14728
14737
  "ListCisScanResultsAggregatedByChecks",
14729
14738
  "ListCisScanResultsAggregatedByTargetResource",
14730
14739
  "ListCisScans",
14740
+ "ListCodeSecurityIntegrations",
14741
+ "ListCodeSecurityScanConfigurationAssociations",
14742
+ "ListCodeSecurityScanConfigurations",
14731
14743
  "ListCoverage",
14732
14744
  "ListCoverageStatistics",
14733
14745
  "ListDelegatedAdminAccounts",
@@ -14742,10 +14754,13 @@
14742
14754
  "SendCisSessionHealth",
14743
14755
  "SendCisSessionTelemetry",
14744
14756
  "StartCisSession",
14757
+ "StartCodeSecurityScan",
14745
14758
  "StopCisSession",
14746
14759
  "TagResource",
14747
14760
  "UntagResource",
14748
14761
  "UpdateCisScanConfiguration",
14762
+ "UpdateCodeSecurityIntegration",
14763
+ "UpdateCodeSecurityScanConfiguration",
14749
14764
  "UpdateConfiguration",
14750
14765
  "UpdateEc2DeepInspectionConfiguration",
14751
14766
  "UpdateEncryptionKey",
@@ -14753,11 +14768,13 @@
14753
14768
  "UpdateOrgEc2DeepInspectionConfiguration",
14754
14769
  "UpdateOrganizationConfiguration"
14755
14770
  ],
14756
- "resourceTypesCount": 3,
14771
+ "resourceTypesCount": 5,
14757
14772
  "resourceTypes": [
14758
14773
  "Filter",
14759
14774
  "Finding",
14760
- "CIS Scan Configuration"
14775
+ "CIS Scan Configuration",
14776
+ "Code Security Scan Configuration",
14777
+ "Code Security Integration"
14761
14778
  ],
14762
14779
  "conditionKeysCount": 3,
14763
14780
  "conditionKeys": [
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10451
5
+ "value": 10460
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5102
9
+ "value": 5105
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3112
13
+ "value": 3115
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1947
413
+ "value": 1949
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.418",
3
+ "version": "0.0.419",
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",