aws-iam-data 0.0.372 → 0.0.373

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": "2025-05-06",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Q Business": [
8
+ "qbusiness:CreateAnonymousWebExperienceUrl"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2025-05-01",
4
15
  "addedServices": [],
@@ -27564,7 +27564,7 @@
27564
27564
  {
27565
27565
  "name": "gateway",
27566
27566
  "apiReferenceUrl": "https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_Gateway.html",
27567
- "arnPattern": "arn:${Partition}:backup-gateway::${Account}:gateway/${GatewayId}",
27567
+ "arnPattern": "arn:${Partition}:backup-gateway:${Region}:${Account}:gateway/${GatewayId}",
27568
27568
  "conditionKeys": [
27569
27569
  "aws:ResourceTag/${TagKey}"
27570
27570
  ]
@@ -27572,7 +27572,7 @@
27572
27572
  {
27573
27573
  "name": "hypervisor",
27574
27574
  "apiReferenceUrl": "https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_Hypervisor.html",
27575
- "arnPattern": "arn:${Partition}:backup-gateway::${Account}:hypervisor/${HypervisorId}",
27575
+ "arnPattern": "arn:${Partition}:backup-gateway:${Region}:${Account}:hypervisor/${HypervisorId}",
27576
27576
  "conditionKeys": [
27577
27577
  "aws:ResourceTag/${TagKey}"
27578
27578
  ]
@@ -27580,7 +27580,7 @@
27580
27580
  {
27581
27581
  "name": "virtualmachine",
27582
27582
  "apiReferenceUrl": "https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BGW_VirtualMachine.html",
27583
- "arnPattern": "arn:${Partition}:backup-gateway::${Account}:vm/${VirtualmachineId}",
27583
+ "arnPattern": "arn:${Partition}:backup-gateway:${Region}:${Account}:vm/${VirtualmachineId}",
27584
27584
  "conditionKeys": [
27585
27585
  "aws:ResourceTag/${TagKey}"
27586
27586
  ]
@@ -290110,6 +290110,27 @@
290110
290110
  }
290111
290111
  ]
290112
290112
  },
290113
+ {
290114
+ "name": "CreateAnonymousWebExperienceUrl",
290115
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/api-reference/API_CreateAnonymousWebExperienceUrl.html",
290116
+ "permissionOnly": false,
290117
+ "description": "Grants permission to create a unique URL for anonymous Amazon Q Business web experience",
290118
+ "accessLevel": "Write",
290119
+ "resourceTypes": [
290120
+ {
290121
+ "resourceType": "application",
290122
+ "required": true,
290123
+ "conditionKeys": [],
290124
+ "dependentActions": []
290125
+ },
290126
+ {
290127
+ "resourceType": "web-experience",
290128
+ "required": true,
290129
+ "conditionKeys": [],
290130
+ "dependentActions": []
290131
+ }
290132
+ ]
290133
+ },
290113
290134
  {
290114
290135
  "name": "CreateApplication",
290115
290136
  "apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/api-reference/API_CreateApplication.html",
@@ -21006,7 +21006,7 @@
21006
21006
  "name": "Amazon Q Business",
21007
21007
  "servicePrefix": "qbusiness",
21008
21008
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusiness.html",
21009
- "actionsCount": 90,
21009
+ "actionsCount": 91,
21010
21010
  "actions": [
21011
21011
  "AddUserLicenses",
21012
21012
  "AllowVendedLogDeliveryForResource",
@@ -21017,6 +21017,7 @@
21017
21017
  "Chat",
21018
21018
  "ChatSync",
21019
21019
  "CheckDocumentAccess",
21020
+ "CreateAnonymousWebExperienceUrl",
21020
21021
  "CreateApplication",
21021
21022
  "CreateDataAccessor",
21022
21023
  "CreateDataSource",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10269
5
+ "value": 10270
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
@@ -154,7 +154,7 @@
154
154
  },
155
155
  {
156
156
  "key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
157
- "value": 109
157
+ "value": 110
158
158
  },
159
159
  {
160
160
  "key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.372",
3
+ "version": "0.0.373",
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",