@cloud-copilot/iam-data 0.19.202606031 → 0.19.202606051
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/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/conditionKeys/finops-agent.json +1 -0
- package/data/conditionKeys/iot.json +2 -2
- package/data/resourceTypes/finops-agent.json +1 -0
- package/data/resourceTypes/glue.json +12 -3
- package/data/resourceTypes/quicksight.json +26 -2
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"iot:includesocketinformation": {
|
|
48
48
|
"key": "iot:IncludeSocketInformation",
|
|
49
|
-
"description": "Filters access by GetConnection includeSocketInformation request parameter",
|
|
50
|
-
"type": "
|
|
49
|
+
"description": "Filters access by GetConnection and GetThingConnectivityData includeSocketInformation request parameter",
|
|
50
|
+
"type": "Bool"
|
|
51
51
|
},
|
|
52
52
|
"iot:thinggrouparn": {
|
|
53
53
|
"key": "iot:ThingGroupArn",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -19,11 +19,17 @@
|
|
|
19
19
|
},
|
|
20
20
|
"table": {
|
|
21
21
|
"key": "table",
|
|
22
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:table/${DatabaseName}/${TableName}"
|
|
22
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:table/${DatabaseName}/${TableName}",
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
|
+
]
|
|
23
26
|
},
|
|
24
27
|
"tableversion": {
|
|
25
28
|
"key": "tableversion",
|
|
26
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:tableVersion/${DatabaseName}/${TableName}/${TableVersionName}"
|
|
29
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:tableVersion/${DatabaseName}/${TableName}/${TableVersionName}",
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:ResourceTag/${TagKey}"
|
|
32
|
+
]
|
|
27
33
|
},
|
|
28
34
|
"connection": {
|
|
29
35
|
"key": "connection",
|
|
@@ -34,7 +40,10 @@
|
|
|
34
40
|
},
|
|
35
41
|
"userdefinedfunction": {
|
|
36
42
|
"key": "userdefinedfunction",
|
|
37
|
-
"arn": "arn:${Partition}:glue:${Region}:${Account}:userDefinedFunction/${DatabaseName}/${UserDefinedFunctionName}"
|
|
43
|
+
"arn": "arn:${Partition}:glue:${Region}:${Account}:userDefinedFunction/${DatabaseName}/${UserDefinedFunctionName}",
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:ResourceTag/${TagKey}"
|
|
46
|
+
]
|
|
38
47
|
},
|
|
39
48
|
"devendpoint": {
|
|
40
49
|
"key": "devendpoint",
|
|
@@ -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
|
}
|
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.202606051",
|
|
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-05T06:08:07.742Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|