@cloud-copilot/iam-data 0.9.202505021 → 0.9.202505061

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.
@@ -156,6 +156,27 @@
156
156
  "conditionKeys": [],
157
157
  "dependentActions": []
158
158
  },
159
+ "createanonymouswebexperienceurl": {
160
+ "name": "CreateAnonymousWebExperienceUrl",
161
+ "description": "Grants permission to create a unique URL for anonymous Amazon Q Business web experience",
162
+ "accessLevel": "Write",
163
+ "resourceTypes": [
164
+ {
165
+ "name": "application",
166
+ "required": true,
167
+ "conditionKeys": [],
168
+ "dependentActions": []
169
+ },
170
+ {
171
+ "name": "web-experience",
172
+ "required": true,
173
+ "conditionKeys": [],
174
+ "dependentActions": []
175
+ }
176
+ ],
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ },
159
180
  "createapplication": {
160
181
  "name": "CreateApplication",
161
182
  "description": "Grants permission to create an application",
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "gateway": {
3
3
  "key": "gateway",
4
- "arn": "arn:${Partition}:backup-gateway::${Account}:gateway/${GatewayId}",
4
+ "arn": "arn:${Partition}:backup-gateway:${Region}:${Account}:gateway/${GatewayId}",
5
5
  "conditionKeys": [
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
8
  },
9
9
  "hypervisor": {
10
10
  "key": "hypervisor",
11
- "arn": "arn:${Partition}:backup-gateway::${Account}:hypervisor/${HypervisorId}",
11
+ "arn": "arn:${Partition}:backup-gateway:${Region}:${Account}:hypervisor/${HypervisorId}",
12
12
  "conditionKeys": [
13
13
  "aws:ResourceTag/${TagKey}"
14
14
  ]
15
15
  },
16
16
  "virtualmachine": {
17
17
  "key": "virtualmachine",
18
- "arn": "arn:${Partition}:backup-gateway::${Account}:vm/${VirtualmachineId}",
18
+ "arn": "arn:${Partition}:backup-gateway:${Region}:${Account}:vm/${VirtualmachineId}",
19
19
  "conditionKeys": [
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202505021",
3
+ "version": "0.9.202505061",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-05-02T04:47:52.205Z",
6
+ "updatedAt": "2025-05-06T04:48:56.000Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",