@cloud-copilot/iam-data 0.18.202603121 → 0.18.202603131

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.
@@ -172,6 +172,7 @@
172
172
  },
173
173
  "deleteagent": {
174
174
  "name": "DeleteAgent",
175
+ "isPermissionOnly": true,
175
176
  "description": "Grants permission to delete an agent configuration and all its versions",
176
177
  "accessLevel": "Write",
177
178
  "resourceTypes": [
@@ -1828,5 +1828,16 @@
1828
1828
  "partnercentral:Catalog"
1829
1829
  ],
1830
1830
  "dependentActions": []
1831
+ },
1832
+ "usesession": {
1833
+ "name": "UseSession",
1834
+ "isPermissionOnly": true,
1835
+ "description": "Grants permission to use Partner Central Agents sessions in AWS Partner Central",
1836
+ "accessLevel": "Write",
1837
+ "resourceTypes": [],
1838
+ "conditionKeys": [
1839
+ "partnercentral:Catalog"
1840
+ ],
1841
+ "dependentActions": []
1831
1842
  }
1832
1843
  }
@@ -253,6 +253,7 @@
253
253
  "s3:x-amz-grant-read-acp",
254
254
  "s3:x-amz-grant-write",
255
255
  "s3:x-amz-grant-write-acp",
256
+ "s3:x-amz-bucket-namespace",
256
257
  "s3:x-amz-object-ownership",
257
258
  "aws:RequestTag/${TagKey}",
258
259
  "aws:TagKeys"
@@ -199,6 +199,11 @@
199
199
  "description": "Filters access by canned ACL in the request's x-amz-acl header",
200
200
  "type": "String"
201
201
  },
202
+ "s3:x-amz-bucket-namespace": {
203
+ "key": "s3:x-amz-bucket-namespace",
204
+ "description": "Filters access by general purpose bucket namespace type",
205
+ "type": "String"
206
+ },
202
207
  "s3:x-amz-content-sha256": {
203
208
  "key": "s3:x-amz-content-sha256",
204
209
  "description": "Filters access by unsigned content in your bucket",
@@ -8,22 +8,37 @@
8
8
  },
9
9
  "patientinsightsjob": {
10
10
  "key": "PatientInsightsJob",
11
- "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/patient-insights-job/${JobId}"
11
+ "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/patient-insights-job/${JobId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
12
15
  },
13
16
  "subscription": {
14
17
  "key": "Subscription",
15
- "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/subscription/${SubscriptionId}"
18
+ "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/subscription/${SubscriptionId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
16
22
  },
17
23
  "integration": {
18
24
  "key": "Integration",
19
- "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/integration/${IntegrationId}"
25
+ "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/integration/${IntegrationId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
20
29
  },
21
30
  "agent": {
22
31
  "key": "Agent",
23
- "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/agent/${AgentId}"
32
+ "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/agent/${AgentId}",
33
+ "conditionKeys": [
34
+ "aws:ResourceTag/${TagKey}"
35
+ ]
24
36
  },
25
37
  "session": {
26
38
  "key": "Session",
27
- "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/session/${SessionId}"
39
+ "arn": "arn:${Partition}:health-agent:${Region}:${Account}:domain/${DomainId}/session/${SessionId}",
40
+ "conditionKeys": [
41
+ "aws:ResourceTag/${TagKey}"
42
+ ]
28
43
  }
29
44
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603121",
3
+ "version": "0.18.202603131",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-03-12T05:07:48.990Z",
9
+ "updatedAt": "2026-03-13T05:06:01.281Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",