@cloud-copilot/iam-data 0.19.202606031 → 0.19.202606061
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.
- package/data/actions/aidevops.json +188 -0
- package/data/actions/aws-marketplace.json +93 -0
- package/data/actions/bedrock-agentcore.json +21 -0
- package/data/actions/cognito-idp.json +60 -0
- package/data/actions/finops-agent.json +416 -0
- package/data/actions/glue.json +15 -0
- package/data/actions/health-agent.json +30 -0
- package/data/actions/iot.json +3 -1
- package/data/actions/ivs.json +8 -0
- package/data/actions/quicksight.json +251 -8
- package/data/actions/securityagent.json +273 -0
- package/data/actions/transform-custom.json +489 -0
- package/data/conditionKeys/aws-marketplace.json +5 -0
- package/data/conditionKeys/finops-agent.json +1 -0
- package/data/conditionKeys/iot.json +2 -2
- package/data/resourceTypes/aws-marketplace.json +7 -0
- package/data/resourceTypes/finops-agent.json +1 -0
- package/data/resourceTypes/glue.json +12 -3
- package/data/resourceTypes/quicksight.json +26 -2
- package/data/resourceTypes/transform-custom.json +35 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
},
|
|
6
6
|
"user": {
|
|
7
7
|
"key": "user",
|
|
8
|
-
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:user/${ResourceId}"
|
|
8
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:user/${ResourceId}",
|
|
9
|
+
"conditionKeys": [
|
|
10
|
+
"aws:ResourceTag/${TagKey}"
|
|
11
|
+
]
|
|
9
12
|
},
|
|
10
13
|
"group": {
|
|
11
14
|
"key": "group",
|
|
@@ -39,6 +42,13 @@
|
|
|
39
42
|
"aws:ResourceTag/${TagKey}"
|
|
40
43
|
]
|
|
41
44
|
},
|
|
45
|
+
"oauthclientapplication": {
|
|
46
|
+
"key": "oauthClientApplication",
|
|
47
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:oauthClientApplication/${ResourceId}",
|
|
48
|
+
"conditionKeys": [
|
|
49
|
+
"aws:ResourceTag/${TagKey}"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
42
52
|
"assetbundleexportjob": {
|
|
43
53
|
"key": "assetBundleExportJob",
|
|
44
54
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:asset-bundle-export-job/${ResourceId}"
|
|
@@ -92,7 +102,10 @@
|
|
|
92
102
|
},
|
|
93
103
|
"namespace": {
|
|
94
104
|
"key": "namespace",
|
|
95
|
-
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:namespace/${ResourceId}"
|
|
105
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:namespace/${ResourceId}",
|
|
106
|
+
"conditionKeys": [
|
|
107
|
+
"aws:ResourceTag/${TagKey}"
|
|
108
|
+
]
|
|
96
109
|
},
|
|
97
110
|
"folder": {
|
|
98
111
|
"key": "folder",
|
|
@@ -170,8 +183,19 @@
|
|
|
170
183
|
"key": "automationGroup",
|
|
171
184
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${ResourceId}"
|
|
172
185
|
},
|
|
186
|
+
"knowledgebase": {
|
|
187
|
+
"key": "knowledgeBase",
|
|
188
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:knowledge-base/${ResourceId}",
|
|
189
|
+
"conditionKeys": [
|
|
190
|
+
"aws:ResourceTag/${TagKey}"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
173
193
|
"space": {
|
|
174
194
|
"key": "space",
|
|
175
195
|
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:space/${ResourceId}"
|
|
196
|
+
},
|
|
197
|
+
"approvalpolicy": {
|
|
198
|
+
"key": "approvalPolicy",
|
|
199
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:approval-policy/${ResourceId}"
|
|
176
200
|
}
|
|
177
201
|
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
+
"analysis": {
|
|
3
|
+
"key": "analysis",
|
|
4
|
+
"arn": "arn:${Partition}:transform-custom:${Region}:${Account}:analysis/${AnalysisId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
2
9
|
"campaign": {
|
|
3
10
|
"key": "campaign",
|
|
4
11
|
"arn": "arn:${Partition}:transform-custom:${Region}:${Account}:campaign/${Name}",
|
|
@@ -6,6 +13,13 @@
|
|
|
6
13
|
"aws:ResourceTag/${TagKey}"
|
|
7
14
|
]
|
|
8
15
|
},
|
|
16
|
+
"finding": {
|
|
17
|
+
"key": "finding",
|
|
18
|
+
"arn": "arn:${Partition}:transform-custom:${Region}:${Account}:finding/${FindingId}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
9
23
|
"knowledge-item": {
|
|
10
24
|
"key": "knowledge-item",
|
|
11
25
|
"arn": "arn:${Partition}:transform-custom:${Region}:${Account}:package/${TransformationPackageName}/knowledge-item/${Id}",
|
|
@@ -19,5 +33,26 @@
|
|
|
19
33
|
"conditionKeys": [
|
|
20
34
|
"aws:ResourceTag/${TagKey}"
|
|
21
35
|
]
|
|
36
|
+
},
|
|
37
|
+
"remediation": {
|
|
38
|
+
"key": "remediation",
|
|
39
|
+
"arn": "arn:${Partition}:transform-custom:${Region}:${Account}:remediation/${RemediationId}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"repository": {
|
|
45
|
+
"key": "repository",
|
|
46
|
+
"arn": "arn:${Partition}:transform-custom:${Region}:${Account}:repository/${RepositoryId}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"source": {
|
|
52
|
+
"key": "source",
|
|
53
|
+
"arn": "arn:${Partition}:transform-custom:${Region}:${Account}:source/${Name}",
|
|
54
|
+
"conditionKeys": [
|
|
55
|
+
"aws:ResourceTag/${TagKey}"
|
|
56
|
+
]
|
|
22
57
|
}
|
|
23
58
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
"evidently": "Amazon CloudWatch Evidently",
|
|
168
168
|
"evs": "Amazon Elastic VMware Service",
|
|
169
169
|
"execute-api": "Amazon API Gateway",
|
|
170
|
+
"finops-agent": "AWS FinOps Agent",
|
|
170
171
|
"finspace": "Amazon FinSpace",
|
|
171
172
|
"finspace-api": "Amazon FinSpace API",
|
|
172
173
|
"firehose": "Amazon Kinesis Firehose",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202606061",
|
|
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-
|
|
9
|
+
"updatedAt": "2026-06-06T05:58:26.888Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|