aws-iam-data 0.0.141 → 0.0.142

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,27 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-01-25",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Inspector2": [
8
+ "inspector2:CreateCisScanConfiguration",
9
+ "inspector2:DeleteCisScanConfiguration",
10
+ "inspector2:GetCisScanReport",
11
+ "inspector2:GetCisScanResultDetails",
12
+ "inspector2:ListCisScanConfigurations",
13
+ "inspector2:ListCisScanResultsAggregatedByChecks",
14
+ "inspector2:ListCisScanResultsAggregatedByTargetResource",
15
+ "inspector2:ListCisScans",
16
+ "inspector2:SendCisSessionHealth",
17
+ "inspector2:SendCisSessionTelemetry",
18
+ "inspector2:StartCisSession",
19
+ "inspector2:StopCisSession",
20
+ "inspector2:UpdateCisScanConfiguration"
21
+ ]
22
+ },
23
+ "removedActions": {}
24
+ },
2
25
  {
3
26
  "dateOfChange": "2024-01-23",
4
27
  "addedServices": [],
@@ -23769,7 +23769,7 @@
23769
23769
  },
23770
23770
  {
23771
23771
  "name": "restoreTestingPlan",
23772
- "apiReferenceUrl": "https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-plans.html",
23772
+ "apiReferenceUrl": "https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing.html",
23773
23773
  "arnPattern": "arn:${Partition}:backup:${Region}:${Account}:restore-testing-plan:${RestoreTestingPlanName}-${RestoreTestingPlanId}",
23774
23774
  "conditionKeys": [
23775
23775
  "aws:ResourceTag/${TagKey}"
@@ -176318,6 +176318,31 @@
176318
176318
  }
176319
176319
  ]
176320
176320
  },
176321
+ {
176322
+ "name": "CreateCisScanConfiguration",
176323
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateCisScanConfiguration.html",
176324
+ "permissionOnly": false,
176325
+ "description": "Grants permission to create and define the settings for a CIS scan configuration",
176326
+ "accessLevel": "Write",
176327
+ "resourceTypes": [
176328
+ {
176329
+ "resourceType": "CIS Scan Configuration",
176330
+ "required": true,
176331
+ "conditionKeys": [],
176332
+ "dependentActions": []
176333
+ },
176334
+ {
176335
+ "resourceType": "",
176336
+ "required": false,
176337
+ "conditionKeys": [
176338
+ "aws:ResourceTag/${TagKey}",
176339
+ "aws:RequestTag/${TagKey}",
176340
+ "aws:TagKeys"
176341
+ ],
176342
+ "dependentActions": []
176343
+ }
176344
+ ]
176345
+ },
176321
176346
  {
176322
176347
  "name": "CreateFilter",
176323
176348
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_CreateFilter.html",
@@ -176372,6 +176397,29 @@
176372
176397
  }
176373
176398
  ]
176374
176399
  },
176400
+ {
176401
+ "name": "DeleteCisScanConfiguration",
176402
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteCisScanConfiguration.html",
176403
+ "permissionOnly": false,
176404
+ "description": "Grants permission to delete a CIS scan configuration",
176405
+ "accessLevel": "Write",
176406
+ "resourceTypes": [
176407
+ {
176408
+ "resourceType": "CIS Scan Configuration",
176409
+ "required": true,
176410
+ "conditionKeys": [],
176411
+ "dependentActions": []
176412
+ },
176413
+ {
176414
+ "resourceType": "",
176415
+ "required": false,
176416
+ "conditionKeys": [
176417
+ "aws:ResourceTag/${TagKey}"
176418
+ ],
176419
+ "dependentActions": []
176420
+ }
176421
+ ]
176422
+ },
176375
176423
  {
176376
176424
  "name": "DeleteFilter",
176377
176425
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_DeleteFilter.html",
@@ -176477,6 +176525,36 @@
176477
176525
  }
176478
176526
  ]
176479
176527
  },
176528
+ {
176529
+ "name": "GetCisScanReport",
176530
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCisScanReport.html",
176531
+ "permissionOnly": false,
176532
+ "description": "Grants permission to retrieve a report containing information about completed CIS scans",
176533
+ "accessLevel": "Read",
176534
+ "resourceTypes": [
176535
+ {
176536
+ "resourceType": "",
176537
+ "required": false,
176538
+ "conditionKeys": [],
176539
+ "dependentActions": []
176540
+ }
176541
+ ]
176542
+ },
176543
+ {
176544
+ "name": "GetCisScanResultDetails",
176545
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetCisScanResultDetails.html",
176546
+ "permissionOnly": false,
176547
+ "description": "Grants permission to retrieve information about all details pertaining to one CIS scan and one targeted resource",
176548
+ "accessLevel": "List",
176549
+ "resourceTypes": [
176550
+ {
176551
+ "resourceType": "",
176552
+ "required": false,
176553
+ "conditionKeys": [],
176554
+ "dependentActions": []
176555
+ }
176556
+ ]
176557
+ },
176480
176558
  {
176481
176559
  "name": "GetConfiguration",
176482
176560
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_GetConfiguration.html",
@@ -176597,6 +176675,66 @@
176597
176675
  }
176598
176676
  ]
176599
176677
  },
176678
+ {
176679
+ "name": "ListCisScanConfigurations",
176680
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanConfigurations.html",
176681
+ "permissionOnly": false,
176682
+ "description": "Grants permission to retrieve information about all CIS scan configurations",
176683
+ "accessLevel": "List",
176684
+ "resourceTypes": [
176685
+ {
176686
+ "resourceType": "",
176687
+ "required": false,
176688
+ "conditionKeys": [],
176689
+ "dependentActions": []
176690
+ }
176691
+ ]
176692
+ },
176693
+ {
176694
+ "name": "ListCisScanResultsAggregatedByChecks",
176695
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanResultsAggregatedByChecks.html",
176696
+ "permissionOnly": false,
176697
+ "description": "Grants permission to retrieve information about all checks pertaining to one CIS scan",
176698
+ "accessLevel": "List",
176699
+ "resourceTypes": [
176700
+ {
176701
+ "resourceType": "",
176702
+ "required": false,
176703
+ "conditionKeys": [],
176704
+ "dependentActions": []
176705
+ }
176706
+ ]
176707
+ },
176708
+ {
176709
+ "name": "ListCisScanResultsAggregatedByTargetResource",
176710
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScanResultsAggregatedByTargetResource.html",
176711
+ "permissionOnly": false,
176712
+ "description": "Grants permission to retrieve information about all resources pertaining to one CIS scan",
176713
+ "accessLevel": "List",
176714
+ "resourceTypes": [
176715
+ {
176716
+ "resourceType": "",
176717
+ "required": false,
176718
+ "conditionKeys": [],
176719
+ "dependentActions": []
176720
+ }
176721
+ ]
176722
+ },
176723
+ {
176724
+ "name": "ListCisScans",
176725
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCisScans.html",
176726
+ "permissionOnly": false,
176727
+ "description": "Grants permission to retrieve information about completed CIS scans",
176728
+ "accessLevel": "List",
176729
+ "resourceTypes": [
176730
+ {
176731
+ "resourceType": "",
176732
+ "required": false,
176733
+ "conditionKeys": [],
176734
+ "dependentActions": []
176735
+ }
176736
+ ]
176737
+ },
176600
176738
  {
176601
176739
  "name": "ListCoverage",
176602
176740
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_ListCoverage.html",
@@ -176762,6 +176900,66 @@
176762
176900
  }
176763
176901
  ]
176764
176902
  },
176903
+ {
176904
+ "name": "SendCisSessionHealth",
176905
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_SendCisSessionHealth.html",
176906
+ "permissionOnly": false,
176907
+ "description": "Grants permission to send CIS health for a CIS scan",
176908
+ "accessLevel": "Write",
176909
+ "resourceTypes": [
176910
+ {
176911
+ "resourceType": "",
176912
+ "required": false,
176913
+ "conditionKeys": [],
176914
+ "dependentActions": []
176915
+ }
176916
+ ]
176917
+ },
176918
+ {
176919
+ "name": "SendCisSessionTelemetry",
176920
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_SendCisSessionTelemetry.html",
176921
+ "permissionOnly": false,
176922
+ "description": "Grants permission to send CIS telemetry for a CIS scan",
176923
+ "accessLevel": "Write",
176924
+ "resourceTypes": [
176925
+ {
176926
+ "resourceType": "",
176927
+ "required": false,
176928
+ "conditionKeys": [],
176929
+ "dependentActions": []
176930
+ }
176931
+ ]
176932
+ },
176933
+ {
176934
+ "name": "StartCisSession",
176935
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StartCisSession.html",
176936
+ "permissionOnly": false,
176937
+ "description": "Grants permission to start a CIS scan session",
176938
+ "accessLevel": "Write",
176939
+ "resourceTypes": [
176940
+ {
176941
+ "resourceType": "",
176942
+ "required": false,
176943
+ "conditionKeys": [],
176944
+ "dependentActions": []
176945
+ }
176946
+ ]
176947
+ },
176948
+ {
176949
+ "name": "StopCisSession",
176950
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_StopCisSession.html",
176951
+ "permissionOnly": false,
176952
+ "description": "Grants permission to stop a CIS scan session",
176953
+ "accessLevel": "Write",
176954
+ "resourceTypes": [
176955
+ {
176956
+ "resourceType": "",
176957
+ "required": false,
176958
+ "conditionKeys": [],
176959
+ "dependentActions": []
176960
+ }
176961
+ ]
176962
+ },
176765
176963
  {
176766
176964
  "name": "TagResource",
176767
176965
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_TagResource.html",
@@ -176769,6 +176967,22 @@
176769
176967
  "description": "Grants permission to add or update the tags for an Amazon Inspector resource",
176770
176968
  "accessLevel": "Tagging",
176771
176969
  "resourceTypes": [
176970
+ {
176971
+ "resourceType": "CIS Scan Configuration",
176972
+ "required": false,
176973
+ "conditionKeys": [
176974
+ "inspector2:Cis Scan Configuration"
176975
+ ],
176976
+ "dependentActions": []
176977
+ },
176978
+ {
176979
+ "resourceType": "Filter",
176980
+ "required": false,
176981
+ "conditionKeys": [
176982
+ "inspector2:Filter"
176983
+ ],
176984
+ "dependentActions": []
176985
+ },
176772
176986
  {
176773
176987
  "resourceType": "",
176774
176988
  "required": false,
@@ -176788,16 +177002,56 @@
176788
177002
  "description": "Grants permission to remove tags from an Amazon Inspector resource",
176789
177003
  "accessLevel": "Tagging",
176790
177004
  "resourceTypes": [
177005
+ {
177006
+ "resourceType": "CIS Scan Configuration",
177007
+ "required": false,
177008
+ "conditionKeys": [
177009
+ "inspector2:Cis Scan Configuration"
177010
+ ],
177011
+ "dependentActions": []
177012
+ },
177013
+ {
177014
+ "resourceType": "Filter",
177015
+ "required": false,
177016
+ "conditionKeys": [
177017
+ "inspector2:Filter"
177018
+ ],
177019
+ "dependentActions": []
177020
+ },
176791
177021
  {
176792
177022
  "resourceType": "",
176793
177023
  "required": false,
176794
177024
  "conditionKeys": [
177025
+ "aws:ResourceTag/${TagKey}",
176795
177026
  "aws:TagKeys"
176796
177027
  ],
176797
177028
  "dependentActions": []
176798
177029
  }
176799
177030
  ]
176800
177031
  },
177032
+ {
177033
+ "name": "UpdateCisScanConfiguration",
177034
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateCisScanConfiguration.html",
177035
+ "permissionOnly": false,
177036
+ "description": "Grants permission to update the settings for a CIS scan configuration",
177037
+ "accessLevel": "Write",
177038
+ "resourceTypes": [
177039
+ {
177040
+ "resourceType": "CIS Scan Configuration",
177041
+ "required": true,
177042
+ "conditionKeys": [],
177043
+ "dependentActions": []
177044
+ },
177045
+ {
177046
+ "resourceType": "",
177047
+ "required": false,
177048
+ "conditionKeys": [
177049
+ "aws:ResourceTag/${TagKey}"
177050
+ ],
177051
+ "dependentActions": []
177052
+ }
177053
+ ]
177054
+ },
176801
177055
  {
176802
177056
  "name": "UpdateConfiguration",
176803
177057
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/v2/APIReference/API_UpdateConfiguration.html",
@@ -176912,6 +177166,14 @@
176912
177166
  "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
176913
177167
  "arnPattern": "arn:${Partition}:inspector2:${Region}:${Account}:finding/${FindingId}",
176914
177168
  "conditionKeys": []
177169
+ },
177170
+ {
177171
+ "name": "CIS Scan Configuration",
177172
+ "apiReferenceUrl": "https://docs.aws.amazon.com/inspector/latest/user/what-is-inspector.html",
177173
+ "arnPattern": "arn:${Partition}:inspector2:${Region}:${Account}:owner/${OwnerId}/cis-configuration/${CISScanConfigurationId}",
177174
+ "conditionKeys": [
177175
+ "aws:ResourceTag/${TagKey}"
177176
+ ]
176915
177177
  }
176916
177178
  ],
176917
177179
  "conditionKeys": [
@@ -12572,7 +12572,7 @@
12572
12572
  "name": "Amazon Inspector2",
12573
12573
  "servicePrefix": "inspector2",
12574
12574
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspector2.html",
12575
- "actionsCount": 46,
12575
+ "actionsCount": 59,
12576
12576
  "actions": [
12577
12577
  "AssociateMember",
12578
12578
  "BatchGetAccountStatus",
@@ -12583,9 +12583,11 @@
12583
12583
  "BatchUpdateMemberEc2DeepInspectionStatus",
12584
12584
  "CancelFindingsReport",
12585
12585
  "CancelSbomExport",
12586
+ "CreateCisScanConfiguration",
12586
12587
  "CreateFilter",
12587
12588
  "CreateFindingsReport",
12588
12589
  "CreateSbomExport",
12590
+ "DeleteCisScanConfiguration",
12589
12591
  "DeleteFilter",
12590
12592
  "DescribeOrganizationConfiguration",
12591
12593
  "Disable",
@@ -12593,6 +12595,8 @@
12593
12595
  "DisassociateMember",
12594
12596
  "Enable",
12595
12597
  "EnableDelegatedAdminAccount",
12598
+ "GetCisScanReport",
12599
+ "GetCisScanResultDetails",
12596
12600
  "GetConfiguration",
12597
12601
  "GetDelegatedAdminAccount",
12598
12602
  "GetEc2DeepInspectionConfiguration",
@@ -12601,6 +12605,10 @@
12601
12605
  "GetMember",
12602
12606
  "GetSbomExport",
12603
12607
  "ListAccountPermissions",
12608
+ "ListCisScanConfigurations",
12609
+ "ListCisScanResultsAggregatedByChecks",
12610
+ "ListCisScanResultsAggregatedByTargetResource",
12611
+ "ListCisScans",
12604
12612
  "ListCoverage",
12605
12613
  "ListCoverageStatistics",
12606
12614
  "ListDelegatedAdminAccounts",
@@ -12612,8 +12620,13 @@
12612
12620
  "ListUsageTotals",
12613
12621
  "ResetEncryptionKey",
12614
12622
  "SearchVulnerabilities",
12623
+ "SendCisSessionHealth",
12624
+ "SendCisSessionTelemetry",
12625
+ "StartCisSession",
12626
+ "StopCisSession",
12615
12627
  "TagResource",
12616
12628
  "UntagResource",
12629
+ "UpdateCisScanConfiguration",
12617
12630
  "UpdateConfiguration",
12618
12631
  "UpdateEc2DeepInspectionConfiguration",
12619
12632
  "UpdateEncryptionKey",
@@ -12621,10 +12634,11 @@
12621
12634
  "UpdateOrgEc2DeepInspectionConfiguration",
12622
12635
  "UpdateOrganizationConfiguration"
12623
12636
  ],
12624
- "resourceTypesCount": 2,
12637
+ "resourceTypesCount": 3,
12625
12638
  "resourceTypes": [
12626
12639
  "Filter",
12627
- "Finding"
12640
+ "Finding",
12641
+ "CIS Scan Configuration"
12628
12642
  ],
12629
12643
  "conditionKeysCount": 3,
12630
12644
  "conditionKeys": [
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9028
5
+ "value": 9035
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4401
9
+ "value": 4402
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2622
13
+ "value": 2627
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1674
413
+ "value": 1675
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 872
417
+ "value": 874
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.141",
3
+ "version": "0.0.142",
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",