aws-iam-data 0.0.137 → 0.0.138

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,16 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-01-17",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Supply Chain": [
8
+ "scn:CreateBillOfMaterialsImportJob",
9
+ "scn:GetBillOfMaterialsImportJob"
10
+ ]
11
+ },
12
+ "removedActions": {}
13
+ },
2
14
  {
3
15
  "dateOfChange": "2024-01-12",
4
16
  "addedServices": [],
@@ -314688,6 +314688,21 @@
314688
314688
  }
314689
314689
  ]
314690
314690
  },
314691
+ {
314692
+ "name": "CreateBillOfMaterialsImportJob",
314693
+ "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
314694
+ "permissionOnly": false,
314695
+ "description": "Grants permission to create a BillOfMaterialsImportJob which will import a CSV file of BillOfMaterials records",
314696
+ "accessLevel": "Write",
314697
+ "resourceTypes": [
314698
+ {
314699
+ "resourceType": "instance",
314700
+ "required": true,
314701
+ "conditionKeys": [],
314702
+ "dependentActions": []
314703
+ }
314704
+ ]
314705
+ },
314691
314706
  {
314692
314707
  "name": "CreateInstance",
314693
314708
  "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
@@ -314763,6 +314778,21 @@
314763
314778
  }
314764
314779
  ]
314765
314780
  },
314781
+ {
314782
+ "name": "GetBillOfMaterialsImportJob",
314783
+ "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
314784
+ "permissionOnly": false,
314785
+ "description": "Grants permission to view status and details of a BillOfMaterialsImportJob",
314786
+ "accessLevel": "Read",
314787
+ "resourceTypes": [
314788
+ {
314789
+ "resourceType": "bill-of-materials-import-job",
314790
+ "required": true,
314791
+ "conditionKeys": [],
314792
+ "dependentActions": []
314793
+ }
314794
+ ]
314795
+ },
314766
314796
  {
314767
314797
  "name": "ListAdminUsers",
314768
314798
  "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
@@ -314864,7 +314894,6 @@
314864
314894
  "resourceType": "",
314865
314895
  "required": false,
314866
314896
  "conditionKeys": [
314867
- "aws:RequestTag/${TagKey}",
314868
314897
  "aws:TagKeys"
314869
314898
  ],
314870
314899
  "dependentActions": []
@@ -314893,6 +314922,12 @@
314893
314922
  "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
314894
314923
  "arnPattern": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}",
314895
314924
  "conditionKeys": []
314925
+ },
314926
+ {
314927
+ "name": "bill-of-materials-import-job",
314928
+ "apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
314929
+ "arnPattern": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/bill-of-materials-import-job/${JobId}",
314930
+ "conditionKeys": []
314896
314931
  }
314897
314932
  ],
314898
314933
  "conditionKeys": [
@@ -23029,14 +23029,16 @@
23029
23029
  "name": "AWS Supply Chain",
23030
23030
  "servicePrefix": "scn",
23031
23031
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupplychain.html",
23032
- "actionsCount": 13,
23032
+ "actionsCount": 15,
23033
23033
  "actions": [
23034
23034
  "AssignAdminPermissionsToUser",
23035
+ "CreateBillOfMaterialsImportJob",
23035
23036
  "CreateInstance",
23036
23037
  "CreateSSOApplication",
23037
23038
  "DeleteInstance",
23038
23039
  "DeleteSSOApplication",
23039
23040
  "DescribeInstance",
23041
+ "GetBillOfMaterialsImportJob",
23040
23042
  "ListAdminUsers",
23041
23043
  "ListInstances",
23042
23044
  "ListTagsForResource",
@@ -23045,9 +23047,10 @@
23045
23047
  "UntagResource",
23046
23048
  "UpdateInstance"
23047
23049
  ],
23048
- "resourceTypesCount": 1,
23050
+ "resourceTypesCount": 2,
23049
23051
  "resourceTypes": [
23050
- "instance"
23052
+ "instance",
23053
+ "bill-of-materials-import-job"
23051
23054
  ],
23052
23055
  "conditionKeysCount": 3,
23053
23056
  "conditionKeys": [
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "List Actions",
5
- "value": 2621
6
- },
7
3
  {
8
4
  "key": "Write Actions",
9
- "value": 9023
5
+ "value": 9024
10
6
  },
11
7
  {
12
8
  "key": "Read Actions",
13
- "value": 4398
9
+ "value": 4399
10
+ },
11
+ {
12
+ "key": "List Actions",
13
+ "value": 2621
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": 1672
413
+ "value": 1673
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.137",
3
+ "version": "0.0.138",
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",