aws-iam-data 0.0.182 → 0.0.184

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,30 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-04-10",
4
+ "addedServices": [
5
+ "AWS Control Catalog"
6
+ ],
7
+ "removedServices": [],
8
+ "addedActions": {
9
+ "AWS Control Catalog": [
10
+ "controlcatalog:ListCommonControls",
11
+ "controlcatalog:ListDomains",
12
+ "controlcatalog:ListObjectives"
13
+ ]
14
+ },
15
+ "removedActions": {}
16
+ },
17
+ {
18
+ "dateOfChange": "2024-04-09",
19
+ "addedServices": [],
20
+ "removedServices": [],
21
+ "addedActions": {
22
+ "Amazon Neptune Analytics": [
23
+ "neptune-graph:StartImportTask"
24
+ ]
25
+ },
26
+ "removedActions": {}
27
+ },
2
28
  {
3
29
  "dateOfChange": "2024-04-06",
4
30
  "addedServices": [],
@@ -78112,6 +78112,79 @@
78112
78112
  "resourceTypes": [],
78113
78113
  "conditionKeys": []
78114
78114
  },
78115
+ {
78116
+ "name": "AWS Control Catalog",
78117
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscontrolcatalog.html",
78118
+ "servicePrefix": "controlcatalog",
78119
+ "actions": [
78120
+ {
78121
+ "name": "ListCommonControls",
78122
+ "apiReferenceUrl": "https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListCommonControls.html",
78123
+ "permissionOnly": false,
78124
+ "description": "Grants permission to return a paginated list of common controls from the AWS Control Catalog",
78125
+ "accessLevel": "List",
78126
+ "resourceTypes": [
78127
+ {
78128
+ "resourceType": "",
78129
+ "required": false,
78130
+ "conditionKeys": [],
78131
+ "dependentActions": []
78132
+ }
78133
+ ]
78134
+ },
78135
+ {
78136
+ "name": "ListDomains",
78137
+ "apiReferenceUrl": "https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html",
78138
+ "permissionOnly": false,
78139
+ "description": "Grants permission to return a paginated list of domains from the AWS Control Catalog",
78140
+ "accessLevel": "List",
78141
+ "resourceTypes": [
78142
+ {
78143
+ "resourceType": "",
78144
+ "required": false,
78145
+ "conditionKeys": [],
78146
+ "dependentActions": []
78147
+ }
78148
+ ]
78149
+ },
78150
+ {
78151
+ "name": "ListObjectives",
78152
+ "apiReferenceUrl": "https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListObjectives.html",
78153
+ "permissionOnly": false,
78154
+ "description": "Grants permission to return a paginated list of objectives from the AWS Control Catalog",
78155
+ "accessLevel": "List",
78156
+ "resourceTypes": [
78157
+ {
78158
+ "resourceType": "",
78159
+ "required": false,
78160
+ "conditionKeys": [],
78161
+ "dependentActions": []
78162
+ }
78163
+ ]
78164
+ }
78165
+ ],
78166
+ "resourceTypes": [
78167
+ {
78168
+ "name": "common-control",
78169
+ "apiReferenceUrl": "https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_CommonControlSummary.html",
78170
+ "arnPattern": "arn:${Partition}:controlcatalog:::common-control/${CommonControlId}",
78171
+ "conditionKeys": []
78172
+ },
78173
+ {
78174
+ "name": "domain",
78175
+ "apiReferenceUrl": "https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_DomainSummary.html",
78176
+ "arnPattern": "arn:${Partition}:controlcatalog:::domain/${DomainId}",
78177
+ "conditionKeys": []
78178
+ },
78179
+ {
78180
+ "name": "objective",
78181
+ "apiReferenceUrl": "https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ObjectiveSummary.html",
78182
+ "arnPattern": "arn:${Partition}:controlcatalog:::objective/${ObjectiveId}",
78183
+ "conditionKeys": []
78184
+ }
78185
+ ],
78186
+ "conditionKeys": []
78187
+ },
78115
78188
  {
78116
78189
  "name": "AWS Control Tower",
78117
78190
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscontroltower.html",
@@ -234882,6 +234955,23 @@
234882
234955
  }
234883
234956
  ]
234884
234957
  },
234958
+ {
234959
+ "name": "StartImportTask",
234960
+ "apiReferenceUrl": "https://docs.aws.amazon.com/neptune-analytics/latest/userguide/iam-actions.html#StartImportTask",
234961
+ "permissionOnly": false,
234962
+ "description": "Grants permission to import data into an existing graph",
234963
+ "accessLevel": "Write",
234964
+ "resourceTypes": [
234965
+ {
234966
+ "resourceType": "graph",
234967
+ "required": true,
234968
+ "conditionKeys": [],
234969
+ "dependentActions": [
234970
+ "iam:PassRole"
234971
+ ]
234972
+ }
234973
+ ]
234974
+ },
234885
234975
  {
234886
234976
  "name": "TagResource",
234887
234977
  "apiReferenceUrl": "https://docs.aws.amazon.com/neptune-analytics/latest/userguide/iam-actions.html#TagResource",
@@ -1,5 +1,5 @@
1
1
  {
2
- "serviceCount": 407,
2
+ "serviceCount": 408,
3
3
  "services": [
4
4
  {
5
5
  "name": "AWS Account Management",
@@ -5956,6 +5956,25 @@
5956
5956
  "conditionKeysCount": 0,
5957
5957
  "conditionKeys": []
5958
5958
  },
5959
+ {
5960
+ "name": "AWS Control Catalog",
5961
+ "servicePrefix": "controlcatalog",
5962
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscontrolcatalog.html",
5963
+ "actionsCount": 3,
5964
+ "actions": [
5965
+ "ListCommonControls",
5966
+ "ListDomains",
5967
+ "ListObjectives"
5968
+ ],
5969
+ "resourceTypesCount": 3,
5970
+ "resourceTypes": [
5971
+ "common-control",
5972
+ "domain",
5973
+ "objective"
5974
+ ],
5975
+ "conditionKeysCount": 0,
5976
+ "conditionKeys": []
5977
+ },
5959
5978
  {
5960
5979
  "name": "AWS Control Tower",
5961
5980
  "servicePrefix": "controltower",
@@ -17180,7 +17199,7 @@
17180
17199
  "name": "Amazon Neptune Analytics",
17181
17200
  "servicePrefix": "neptune-graph",
17182
17201
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonneptuneanalytics.html",
17183
- "actionsCount": 31,
17202
+ "actionsCount": 32,
17184
17203
  "actions": [
17185
17204
  "CancelImportTask",
17186
17205
  "CancelQuery",
@@ -17209,6 +17228,7 @@
17209
17228
  "ReadDataViaQuery",
17210
17229
  "ResetGraph",
17211
17230
  "RestoreGraphFromSnapshot",
17231
+ "StartImportTask",
17212
17232
  "TagResource",
17213
17233
  "UntagResource",
17214
17234
  "UpdateGraph",
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9163
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
5
  "value": 4470
10
6
  },
7
+ {
8
+ "key": "Write Actions",
9
+ "value": 9164
10
+ },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2697
13
+ "value": 2700
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -398,7 +398,7 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 407
401
+ "value": 408
402
402
  },
403
403
  {
404
404
  "key": "Average number of actions per service",
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1696
413
+ "value": 1699
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.182",
3
+ "version": "0.0.184",
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",