aws-iam-data 0.0.210 → 0.0.211

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,18 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-05-24",
4
+ "addedServices": [
5
+ "AWS Support Recommendations"
6
+ ],
7
+ "removedServices": [],
8
+ "addedActions": {
9
+ "AWS Support Recommendations": [
10
+ "supportrecommendations:GetSupportTroubleshootingResponse",
11
+ "supportrecommendations:StartSupportTroubleshooting"
12
+ ]
13
+ },
14
+ "removedActions": {}
15
+ },
2
16
  {
3
17
  "dateOfChange": "2024-05-23",
4
18
  "addedServices": [
@@ -325849,6 +325849,45 @@
325849
325849
  "resourceTypes": [],
325850
325850
  "conditionKeys": []
325851
325851
  },
325852
+ {
325853
+ "name": "AWS Support Recommendations",
325854
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupportrecommendations.html",
325855
+ "servicePrefix": "supportrecommendations",
325856
+ "actions": [
325857
+ {
325858
+ "name": "GetSupportTroubleshootingResponse",
325859
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/security-support-recommendations.html/",
325860
+ "permissionOnly": true,
325861
+ "description": "Grants permission to the GetSupportTroubleshootingResponse API which lists troubleshooting responses for users' issues",
325862
+ "accessLevel": "Read",
325863
+ "resourceTypes": [
325864
+ {
325865
+ "resourceType": "",
325866
+ "required": false,
325867
+ "conditionKeys": [],
325868
+ "dependentActions": []
325869
+ }
325870
+ ]
325871
+ },
325872
+ {
325873
+ "name": "StartSupportTroubleshooting",
325874
+ "apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/security-support-recommendations.html/",
325875
+ "permissionOnly": true,
325876
+ "description": "Grants permission to the StartSupportTroubleshooting API which starts troubleshooting for users' issues",
325877
+ "accessLevel": "Read",
325878
+ "resourceTypes": [
325879
+ {
325880
+ "resourceType": "",
325881
+ "required": false,
325882
+ "conditionKeys": [],
325883
+ "dependentActions": []
325884
+ }
325885
+ ]
325886
+ }
325887
+ ],
325888
+ "resourceTypes": [],
325889
+ "conditionKeys": []
325890
+ },
325852
325891
  {
325853
325892
  "name": "AWS Sustainability",
325854
325893
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssustainability.html",
@@ -327509,8 +327548,8 @@
327509
327548
  "accessLevel": "Read",
327510
327549
  "resourceTypes": [
327511
327550
  {
327512
- "resourceType": "patchbaseline",
327513
- "required": true,
327551
+ "resourceType": "",
327552
+ "required": false,
327514
327553
  "conditionKeys": [],
327515
327554
  "dependentActions": []
327516
327555
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "serviceCount": 413,
2
+ "serviceCount": 414,
3
3
  "services": [
4
4
  {
5
5
  "name": "AWS Account Management",
@@ -23869,6 +23869,20 @@
23869
23869
  "conditionKeysCount": 0,
23870
23870
  "conditionKeys": []
23871
23871
  },
23872
+ {
23873
+ "name": "AWS Support Recommendations",
23874
+ "servicePrefix": "supportrecommendations",
23875
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupportrecommendations.html",
23876
+ "actionsCount": 2,
23877
+ "actions": [
23878
+ "GetSupportTroubleshootingResponse",
23879
+ "StartSupportTroubleshooting"
23880
+ ],
23881
+ "resourceTypesCount": 0,
23882
+ "resourceTypes": [],
23883
+ "conditionKeysCount": 0,
23884
+ "conditionKeys": []
23885
+ },
23872
23886
  {
23873
23887
  "name": "AWS Sustainability",
23874
23888
  "servicePrefix": "sustainability",
@@ -4,14 +4,14 @@
4
4
  "key": "Write Actions",
5
5
  "value": 9305
6
6
  },
7
- {
8
- "key": "Read Actions",
9
- "value": 4518
10
- },
11
7
  {
12
8
  "key": "List Actions",
13
9
  "value": 2736
14
10
  },
11
+ {
12
+ "key": "Read Actions",
13
+ "value": 4520
14
+ },
15
15
  {
16
16
  "key": "Permissions Actions",
17
17
  "value": 284
@@ -398,7 +398,7 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 413
401
+ "value": 414
402
402
  },
403
403
  {
404
404
  "key": "Average number of actions per service",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.210",
3
+ "version": "0.0.211",
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",