aws-iam-data 0.0.169 → 0.0.170

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,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-03-20",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Managed Blockchain Query": [
8
+ "managedblockchain-query:ListFilteredTransactionEvents"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2024-03-19",
4
15
  "addedServices": [
@@ -219593,6 +219593,21 @@
219593
219593
  }
219594
219594
  ]
219595
219595
  },
219596
+ {
219597
+ "name": "ListFilteredTransactionEvents",
219598
+ "apiReferenceUrl": "${APIReferenceDocPage}API_ListFilteredTransactionEvents.html",
219599
+ "permissionOnly": false,
219600
+ "description": "Grants permission to retrieve events on the blockchain with additional filters",
219601
+ "accessLevel": "List",
219602
+ "resourceTypes": [
219603
+ {
219604
+ "resourceType": "",
219605
+ "required": false,
219606
+ "conditionKeys": [],
219607
+ "dependentActions": []
219608
+ }
219609
+ ]
219610
+ },
219596
219611
  {
219597
219612
  "name": "ListTokenBalances",
219598
219613
  "apiReferenceUrl": "${APIReferenceDocPage}API_ListTokenBalances.html",
@@ -316816,6 +316831,12 @@
316816
316831
  "description": "Grants permission to associate a specified Systems Manager document with specified instances or other targets",
316817
316832
  "accessLevel": "Write",
316818
316833
  "resourceTypes": [
316834
+ {
316835
+ "resourceType": "association",
316836
+ "required": true,
316837
+ "conditionKeys": [],
316838
+ "dependentActions": []
316839
+ },
316819
316840
  {
316820
316841
  "resourceType": "document",
316821
316842
  "required": true,
@@ -15872,13 +15872,14 @@
15872
15872
  "name": "Amazon Managed Blockchain Query",
15873
15873
  "servicePrefix": "managedblockchain-query",
15874
15874
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedblockchainquery.html",
15875
- "actionsCount": 8,
15875
+ "actionsCount": 9,
15876
15876
  "actions": [
15877
15877
  "BatchGetTokenBalance",
15878
15878
  "GetAssetContract",
15879
15879
  "GetTokenBalance",
15880
15880
  "GetTransaction",
15881
15881
  "ListAssetContracts",
15882
+ "ListFilteredTransactionEvents",
15882
15883
  "ListTokenBalances",
15883
15884
  "ListTransactionEvents",
15884
15885
  "ListTransactions"
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2648
13
+ "value": 2649
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.169",
3
+ "version": "0.0.170",
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",