@cloud-copilot/iam-data 0.19.202606271 → 0.19.202607011

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.
@@ -5,5 +5,26 @@
5
5
  "conditionKeys": [
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
+ },
9
+ "acme-endpoint": {
10
+ "key": "acme-endpoint",
11
+ "arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
16
+ "acme-domain-validation": {
17
+ "key": "acme-domain-validation",
18
+ "arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}/acme-domain-validation/${AcmeDomainValidationId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
22
+ },
23
+ "acme-external-account-binding": {
24
+ "key": "acme-external-account-binding",
25
+ "arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}/acme-external-account-binding/${ExternalAccountBindingId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
8
29
  }
9
30
  }
@@ -14,5 +14,12 @@
14
14
  "artifact:ReportCategory",
15
15
  "artifact:ReportSeries"
16
16
  ]
17
+ },
18
+ "compliance-inquiry": {
19
+ "key": "compliance-inquiry",
20
+ "arn": "arn:${Partition}:artifact:${Region}:${Account}:compliance-inquiry/*",
21
+ "conditionKeys": [
22
+ "aws:ResourceTag/${TagKey}"
23
+ ]
17
24
  }
18
25
  }
@@ -55,6 +55,13 @@
55
55
  "aws:ResourceTag/${TagKey}"
56
56
  ]
57
57
  },
58
+ "intermediatetable": {
59
+ "key": "intermediatetable",
60
+ "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/intermediatetable/${IntermediateTableId}",
61
+ "conditionKeys": [
62
+ "aws:ResourceTag/${TagKey}"
63
+ ]
64
+ },
58
65
  "privacybudgettemplate": {
59
66
  "key": "privacybudgettemplate",
60
67
  "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/privacybudgettemplate/${PrivacyBudgetTemplateId}",
@@ -237,7 +237,10 @@
237
237
  },
238
238
  "ai-agent": {
239
239
  "key": "ai-agent",
240
- "arn": "arn:${Partition}:wisdom:${Region}:${Account}:ai-agent/${AssistantId}/${AIAgentId}:${Version}"
240
+ "arn": "arn:${Partition}:wisdom:${Region}:${Account}:ai-agent/${AssistantId}/${AIAgentId}:${Version}",
241
+ "conditionKeys": [
242
+ "aws:ResourceTag/${TagKey}"
243
+ ]
241
244
  },
242
245
  "workspace": {
243
246
  "key": "workspace",
@@ -100,6 +100,20 @@
100
100
  "key": "Dashboard",
101
101
  "arn": "arn:${Partition}:partnercentral::${Account}:catalog/${Catalog}/ReportingData/${TableId}/Dashboard/${DashboardId}"
102
102
  },
103
+ "revenueattribution": {
104
+ "key": "RevenueAttribution",
105
+ "arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/revenue-attribution/${RevenueAttributionId}",
106
+ "conditionKeys": [
107
+ "aws:ResourceTag/${TagKey}"
108
+ ]
109
+ },
110
+ "marketplacerevenueshare": {
111
+ "key": "MarketplaceRevenueShare",
112
+ "arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/marketplace-revenue-share/${MarketplaceProductId}",
113
+ "conditionKeys": [
114
+ "aws:ResourceTag/${TagKey}"
115
+ ]
116
+ },
103
117
  "prospectingfromengagementtask": {
104
118
  "key": "ProspectingFromEngagementTask",
105
119
  "arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/prospecting-from-engagement-task/${TaskIdentifier}"
@@ -58,5 +58,9 @@
58
58
  "amplify-app": {
59
59
  "key": "amplify-app",
60
60
  "arn": "arn:${Partition}:amplify:${Region}:${Account}:apps/${AppId}"
61
+ },
62
+ "agentcore-gateway": {
63
+ "key": "agentcore-gateway",
64
+ "arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}"
61
65
  }
62
66
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202606271",
3
+ "version": "0.19.202607011",
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-06-27T05:57:52.444Z",
9
+ "updatedAt": "2026-07-01T06:09:25.353Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",