iamdata 0.1.202510221__py3-none-any.whl → 0.1.202510241__py3-none-any.whl

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.

Potentially problematic release.


This version of iamdata might be problematic. Click here for more details.

@@ -83,6 +83,21 @@
83
83
  "conditionKeys": [],
84
84
  "dependentActions": []
85
85
  },
86
+ "deleteclusterpolicy": {
87
+ "name": "DeleteClusterPolicy",
88
+ "description": "Grants permission to remove the inline resource-based policy attached to a cluster",
89
+ "accessLevel": "Write",
90
+ "resourceTypes": [
91
+ {
92
+ "name": "Cluster",
93
+ "required": true,
94
+ "conditionKeys": [],
95
+ "dependentActions": []
96
+ }
97
+ ],
98
+ "conditionKeys": [],
99
+ "dependentActions": []
100
+ },
86
101
  "getbackupjob": {
87
102
  "name": "GetBackupJob",
88
103
  "description": "Grants permission to get the status of an Aurora DSQL cluster backup job",
@@ -113,6 +128,21 @@
113
128
  "conditionKeys": [],
114
129
  "dependentActions": []
115
130
  },
131
+ "getclusterpolicy": {
132
+ "name": "GetClusterPolicy",
133
+ "description": "Grants permission to retrieve the inline resource-based policy attached to a cluster",
134
+ "accessLevel": "Read",
135
+ "resourceTypes": [
136
+ {
137
+ "name": "Cluster",
138
+ "required": true,
139
+ "conditionKeys": [],
140
+ "dependentActions": []
141
+ }
142
+ ],
143
+ "conditionKeys": [],
144
+ "dependentActions": []
145
+ },
116
146
  "getrestorejob": {
117
147
  "name": "GetRestoreJob",
118
148
  "description": "Grants permission to get the status of an Aurora DSQL cluster restore job",
@@ -148,14 +178,7 @@
148
178
  "isPermissionOnly": true,
149
179
  "description": "Grants permission to inject errors in targeted clusters",
150
180
  "accessLevel": "Write",
151
- "resourceTypes": [
152
- {
153
- "name": "Cluster",
154
- "required": true,
155
- "conditionKeys": [],
156
- "dependentActions": []
157
- }
158
- ],
181
+ "resourceTypes": [],
159
182
  "conditionKeys": [
160
183
  "dsql:FisActionId",
161
184
  "dsql:FisTargetArns"
@@ -185,6 +208,21 @@
185
208
  "conditionKeys": [],
186
209
  "dependentActions": []
187
210
  },
211
+ "putclusterpolicy": {
212
+ "name": "PutClusterPolicy",
213
+ "description": "Grants permission to attach or update the inline resource-based policy attached to a cluster",
214
+ "accessLevel": "Write",
215
+ "resourceTypes": [
216
+ {
217
+ "name": "Cluster",
218
+ "required": true,
219
+ "conditionKeys": [],
220
+ "dependentActions": []
221
+ }
222
+ ],
223
+ "conditionKeys": [],
224
+ "dependentActions": []
225
+ },
188
226
  "putmultiregionproperties": {
189
227
  "name": "PutMultiRegionProperties",
190
228
  "isPermissionOnly": true,
@@ -1200,6 +1200,14 @@
1200
1200
  "conditionKeys": [],
1201
1201
  "dependentActions": []
1202
1202
  },
1203
+ "listalerts": {
1204
+ "name": "ListAlerts",
1205
+ "description": "Grants permission to list channel alerts",
1206
+ "accessLevel": "List",
1207
+ "resourceTypes": [],
1208
+ "conditionKeys": [],
1209
+ "dependentActions": []
1210
+ },
1203
1211
  "listchannelplacementgroups": {
1204
1212
  "name": "ListChannelPlacementGroups",
1205
1213
  "description": "Grants permission to list channel placement groups",
@@ -1232,6 +1240,14 @@
1232
1240
  "conditionKeys": [],
1233
1241
  "dependentActions": []
1234
1242
  },
1243
+ "listclusteralerts": {
1244
+ "name": "ListClusterAlerts",
1245
+ "description": "Grants permission to list cluster alerts",
1246
+ "accessLevel": "List",
1247
+ "resourceTypes": [],
1248
+ "conditionKeys": [],
1249
+ "dependentActions": []
1250
+ },
1235
1251
  "listclusters": {
1236
1252
  "name": "ListClusters",
1237
1253
  "description": "Grants permission to list clusters",
@@ -1288,6 +1304,14 @@
1288
1304
  "conditionKeys": [],
1289
1305
  "dependentActions": []
1290
1306
  },
1307
+ "listmultiplexalerts": {
1308
+ "name": "ListMultiplexAlerts",
1309
+ "description": "Grants permission to list multiplex alerts",
1310
+ "accessLevel": "List",
1311
+ "resourceTypes": [],
1312
+ "conditionKeys": [],
1313
+ "dependentActions": []
1314
+ },
1291
1315
  "listmultiplexprograms": {
1292
1316
  "name": "ListMultiplexPrograms",
1293
1317
  "description": "Grants permission to list multiplex programs",
@@ -105,7 +105,14 @@
105
105
  "name": "GetCentralizationRuleForOrganization",
106
106
  "description": "Grants permission to retrieve the specified organization centralization rule for the organization",
107
107
  "accessLevel": "Read",
108
- "resourceTypes": [],
108
+ "resourceTypes": [
109
+ {
110
+ "name": "organization-centralization-rule",
111
+ "required": true,
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ }
115
+ ],
109
116
  "conditionKeys": [],
110
117
  "dependentActions": []
111
118
  },
@@ -137,7 +144,14 @@
137
144
  "name": "GetTelemetryRule",
138
145
  "description": "Grants permission to retrieve the specified telemetry rule for the account",
139
146
  "accessLevel": "Read",
140
- "resourceTypes": [],
147
+ "resourceTypes": [
148
+ {
149
+ "name": "telemetry-rule",
150
+ "required": true,
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ }
154
+ ],
141
155
  "conditionKeys": [],
142
156
  "dependentActions": []
143
157
  },
@@ -145,7 +159,14 @@
145
159
  "name": "GetTelemetryRuleForOrganization",
146
160
  "description": "Grants permission to retrieve the specified organization telemetry rule for the organization",
147
161
  "accessLevel": "Read",
148
- "resourceTypes": [],
162
+ "resourceTypes": [
163
+ {
164
+ "name": "organization-telemetry-rule",
165
+ "required": true,
166
+ "conditionKeys": [],
167
+ "dependentActions": []
168
+ }
169
+ ],
149
170
  "conditionKeys": [],
150
171
  "dependentActions": []
151
172
  },
@@ -236,7 +236,10 @@
236
236
  "dependentActions": []
237
237
  }
238
238
  ],
239
- "conditionKeys": [],
239
+ "conditionKeys": [
240
+ "aws:RequestTag/${TagKey}",
241
+ "aws:TagKeys"
242
+ ],
240
243
  "dependentActions": []
241
244
  },
242
245
  "createextensionaccess": {
@@ -2443,6 +2446,12 @@
2443
2446
  "conditionKeys": [],
2444
2447
  "dependentActions": []
2445
2448
  },
2449
+ {
2450
+ "name": "emailCustomizationTemplate",
2451
+ "required": false,
2452
+ "conditionKeys": [],
2453
+ "dependentActions": []
2454
+ },
2446
2455
  {
2447
2456
  "name": "flow",
2448
2457
  "required": false,
@@ -3083,6 +3092,12 @@
3083
3092
  "conditionKeys": [],
3084
3093
  "dependentActions": []
3085
3094
  },
3095
+ {
3096
+ "name": "emailCustomizationTemplate",
3097
+ "required": false,
3098
+ "conditionKeys": [],
3099
+ "dependentActions": []
3100
+ },
3086
3101
  {
3087
3102
  "name": "flow",
3088
3103
  "required": false,
@@ -3210,6 +3225,12 @@
3210
3225
  "conditionKeys": [],
3211
3226
  "dependentActions": []
3212
3227
  },
3228
+ {
3229
+ "name": "emailCustomizationTemplate",
3230
+ "required": false,
3231
+ "conditionKeys": [],
3232
+ "dependentActions": []
3233
+ },
3213
3234
  {
3214
3235
  "name": "flow",
3215
3236
  "required": false,
@@ -0,0 +1,377 @@
1
+ {
2
+ "acceptlink": {
3
+ "name": "AcceptLink",
4
+ "description": "Grants permission to accept a link invitation from another Gateway",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "Link",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": []
16
+ },
17
+ "createinboundexternallink": {
18
+ "name": "CreateInboundExternalLink",
19
+ "description": "Grants permission to create an inbound external link for a responder gateway",
20
+ "accessLevel": "Write",
21
+ "resourceTypes": [
22
+ {
23
+ "name": "ResponderGateway",
24
+ "required": true,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ }
28
+ ],
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ },
32
+ "createlink": {
33
+ "name": "CreateLink",
34
+ "description": "Grants permission to create a new link between RTB applications",
35
+ "accessLevel": "Write",
36
+ "resourceTypes": [],
37
+ "conditionKeys": [],
38
+ "dependentActions": []
39
+ },
40
+ "createoutboundexternallink": {
41
+ "name": "CreateOutboundExternalLink",
42
+ "description": "Grants permission to create an outbound external link for a requester gateway to connect to external public responder endpoints",
43
+ "accessLevel": "Write",
44
+ "resourceTypes": [
45
+ {
46
+ "name": "RequesterGateway",
47
+ "required": true,
48
+ "conditionKeys": [],
49
+ "dependentActions": []
50
+ }
51
+ ],
52
+ "conditionKeys": [],
53
+ "dependentActions": []
54
+ },
55
+ "createrequestergateway": {
56
+ "name": "CreateRequesterGateway",
57
+ "description": "Grants permission to create a requester gateway",
58
+ "accessLevel": "Write",
59
+ "resourceTypes": [],
60
+ "conditionKeys": [],
61
+ "dependentActions": []
62
+ },
63
+ "createrespondergateway": {
64
+ "name": "CreateResponderGateway",
65
+ "description": "Grants permission to create a responder gateway",
66
+ "accessLevel": "Write",
67
+ "resourceTypes": [],
68
+ "conditionKeys": [],
69
+ "dependentActions": []
70
+ },
71
+ "deleteinboundexternallink": {
72
+ "name": "DeleteInboundExternalLink",
73
+ "description": "Grants permission to delete an inbound external link",
74
+ "accessLevel": "Write",
75
+ "resourceTypes": [
76
+ {
77
+ "name": "InboundExternalLink",
78
+ "required": true,
79
+ "conditionKeys": [],
80
+ "dependentActions": []
81
+ },
82
+ {
83
+ "name": "ResponderGateway",
84
+ "required": true,
85
+ "conditionKeys": [],
86
+ "dependentActions": []
87
+ }
88
+ ],
89
+ "conditionKeys": [],
90
+ "dependentActions": []
91
+ },
92
+ "deletelink": {
93
+ "name": "DeleteLink",
94
+ "description": "Grants permission to delete a link between RTB applications",
95
+ "accessLevel": "Write",
96
+ "resourceTypes": [
97
+ {
98
+ "name": "Link",
99
+ "required": true,
100
+ "conditionKeys": [],
101
+ "dependentActions": []
102
+ }
103
+ ],
104
+ "conditionKeys": [],
105
+ "dependentActions": []
106
+ },
107
+ "deleteoutboundexternallink": {
108
+ "name": "DeleteOutboundExternalLink",
109
+ "description": "Grants permission to delete an outbound external link",
110
+ "accessLevel": "Write",
111
+ "resourceTypes": [
112
+ {
113
+ "name": "OutboundExternalLink",
114
+ "required": true,
115
+ "conditionKeys": [],
116
+ "dependentActions": []
117
+ },
118
+ {
119
+ "name": "RequesterGateway",
120
+ "required": true,
121
+ "conditionKeys": [],
122
+ "dependentActions": []
123
+ }
124
+ ],
125
+ "conditionKeys": [],
126
+ "dependentActions": []
127
+ },
128
+ "deleterequestergateway": {
129
+ "name": "DeleteRequesterGateway",
130
+ "description": "Grants permission to delete a requester gateway",
131
+ "accessLevel": "Write",
132
+ "resourceTypes": [
133
+ {
134
+ "name": "RequesterGateway",
135
+ "required": true,
136
+ "conditionKeys": [],
137
+ "dependentActions": []
138
+ }
139
+ ],
140
+ "conditionKeys": [],
141
+ "dependentActions": []
142
+ },
143
+ "deleterespondergateway": {
144
+ "name": "DeleteResponderGateway",
145
+ "description": "Grants permission to delete a responder gateway",
146
+ "accessLevel": "Write",
147
+ "resourceTypes": [
148
+ {
149
+ "name": "ResponderGateway",
150
+ "required": true,
151
+ "conditionKeys": [],
152
+ "dependentActions": []
153
+ }
154
+ ],
155
+ "conditionKeys": [],
156
+ "dependentActions": []
157
+ },
158
+ "getinboundexternallink": {
159
+ "name": "GetInboundExternalLink",
160
+ "description": "Grants permission to retrieve information about an inbound external link",
161
+ "accessLevel": "Read",
162
+ "resourceTypes": [
163
+ {
164
+ "name": "InboundExternalLink",
165
+ "required": true,
166
+ "conditionKeys": [],
167
+ "dependentActions": []
168
+ },
169
+ {
170
+ "name": "ResponderGateway",
171
+ "required": true,
172
+ "conditionKeys": [],
173
+ "dependentActions": []
174
+ }
175
+ ],
176
+ "conditionKeys": [],
177
+ "dependentActions": []
178
+ },
179
+ "getlink": {
180
+ "name": "GetLink",
181
+ "description": "Grants permission to retrieve information about a link between RTB applications",
182
+ "accessLevel": "Read",
183
+ "resourceTypes": [
184
+ {
185
+ "name": "Link",
186
+ "required": true,
187
+ "conditionKeys": [],
188
+ "dependentActions": []
189
+ }
190
+ ],
191
+ "conditionKeys": [],
192
+ "dependentActions": []
193
+ },
194
+ "getoutboundexternallink": {
195
+ "name": "GetOutboundExternalLink",
196
+ "description": "Grants permission to retrieve information about an outbound external link",
197
+ "accessLevel": "Read",
198
+ "resourceTypes": [
199
+ {
200
+ "name": "OutboundExternalLink",
201
+ "required": true,
202
+ "conditionKeys": [],
203
+ "dependentActions": []
204
+ },
205
+ {
206
+ "name": "RequesterGateway",
207
+ "required": true,
208
+ "conditionKeys": [],
209
+ "dependentActions": []
210
+ }
211
+ ],
212
+ "conditionKeys": [],
213
+ "dependentActions": []
214
+ },
215
+ "getrequestergateway": {
216
+ "name": "GetRequesterGateway",
217
+ "description": "Grants permission to retrieve information about a requester gateway",
218
+ "accessLevel": "Read",
219
+ "resourceTypes": [
220
+ {
221
+ "name": "RequesterGateway",
222
+ "required": true,
223
+ "conditionKeys": [],
224
+ "dependentActions": []
225
+ }
226
+ ],
227
+ "conditionKeys": [],
228
+ "dependentActions": []
229
+ },
230
+ "getrespondergateway": {
231
+ "name": "GetResponderGateway",
232
+ "description": "Grants permission to retrieve information about a responder gateway",
233
+ "accessLevel": "Read",
234
+ "resourceTypes": [
235
+ {
236
+ "name": "ResponderGateway",
237
+ "required": true,
238
+ "conditionKeys": [],
239
+ "dependentActions": []
240
+ }
241
+ ],
242
+ "conditionKeys": [],
243
+ "dependentActions": []
244
+ },
245
+ "listlinks": {
246
+ "name": "ListLinks",
247
+ "description": "Grants permission to list links associated with an RTB application",
248
+ "accessLevel": "List",
249
+ "resourceTypes": [],
250
+ "conditionKeys": [],
251
+ "dependentActions": []
252
+ },
253
+ "listrequestergateways": {
254
+ "name": "ListRequesterGateways",
255
+ "description": "Grants permission to list requester gateways with optional filtering and pagination",
256
+ "accessLevel": "List",
257
+ "resourceTypes": [],
258
+ "conditionKeys": [],
259
+ "dependentActions": []
260
+ },
261
+ "listrespondergateways": {
262
+ "name": "ListResponderGateways",
263
+ "description": "Grants permission to list responder gateways with optional filtering and pagination",
264
+ "accessLevel": "List",
265
+ "resourceTypes": [],
266
+ "conditionKeys": [],
267
+ "dependentActions": []
268
+ },
269
+ "listtagsforresource": {
270
+ "name": "ListTagsForResource",
271
+ "description": "Grants permission to list tags for a resource",
272
+ "accessLevel": "Read",
273
+ "resourceTypes": [],
274
+ "conditionKeys": [
275
+ "aws:ResourceTag/${TagKey}"
276
+ ],
277
+ "dependentActions": []
278
+ },
279
+ "rejectlink": {
280
+ "name": "RejectLink",
281
+ "description": "Grants permission to reject a link request between RTB applications",
282
+ "accessLevel": "Write",
283
+ "resourceTypes": [
284
+ {
285
+ "name": "Link",
286
+ "required": true,
287
+ "conditionKeys": [],
288
+ "dependentActions": []
289
+ }
290
+ ],
291
+ "conditionKeys": [],
292
+ "dependentActions": []
293
+ },
294
+ "tagresource": {
295
+ "name": "TagResource",
296
+ "description": "Grants permission to assign one or more tags (key-value pairs) to the specified resource",
297
+ "accessLevel": "Tagging",
298
+ "resourceTypes": [],
299
+ "conditionKeys": [
300
+ "aws:RequestTag/${TagKey}",
301
+ "aws:ResourceTag/${TagKey}",
302
+ "aws:TagKeys"
303
+ ],
304
+ "dependentActions": []
305
+ },
306
+ "untagresource": {
307
+ "name": "UntagResource",
308
+ "description": "Grants permission to remove a tag or tags from a resource",
309
+ "accessLevel": "Tagging",
310
+ "resourceTypes": [],
311
+ "conditionKeys": [
312
+ "aws:ResourceTag/${TagKey}",
313
+ "aws:TagKeys"
314
+ ],
315
+ "dependentActions": []
316
+ },
317
+ "updatelink": {
318
+ "name": "UpdateLink",
319
+ "description": "Grants permission to update configuration settings for an existing link",
320
+ "accessLevel": "Write",
321
+ "resourceTypes": [
322
+ {
323
+ "name": "Link",
324
+ "required": true,
325
+ "conditionKeys": [],
326
+ "dependentActions": []
327
+ }
328
+ ],
329
+ "conditionKeys": [],
330
+ "dependentActions": []
331
+ },
332
+ "updatelinkmoduleflow": {
333
+ "name": "UpdateLinkModuleFlow",
334
+ "description": "Grants permission to update a link module flow",
335
+ "accessLevel": "Write",
336
+ "resourceTypes": [
337
+ {
338
+ "name": "Link",
339
+ "required": true,
340
+ "conditionKeys": [],
341
+ "dependentActions": []
342
+ }
343
+ ],
344
+ "conditionKeys": [],
345
+ "dependentActions": []
346
+ },
347
+ "updaterequestergateway": {
348
+ "name": "UpdateRequesterGateway",
349
+ "description": "Grants permission to update a requester gateway",
350
+ "accessLevel": "Write",
351
+ "resourceTypes": [
352
+ {
353
+ "name": "RequesterGateway",
354
+ "required": true,
355
+ "conditionKeys": [],
356
+ "dependentActions": []
357
+ }
358
+ ],
359
+ "conditionKeys": [],
360
+ "dependentActions": []
361
+ },
362
+ "updaterespondergateway": {
363
+ "name": "UpdateResponderGateway",
364
+ "description": "Grants permission to update a responder gateway",
365
+ "accessLevel": "Write",
366
+ "resourceTypes": [
367
+ {
368
+ "name": "ResponderGateway",
369
+ "required": true,
370
+ "conditionKeys": [],
371
+ "dependentActions": []
372
+ }
373
+ ],
374
+ "conditionKeys": [],
375
+ "dependentActions": []
376
+ }
377
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by a tag key and value pair that is allowed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by a tag key and value pair of a resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by a list of tag keys that are allowed in the request",
15
+ "type": "ArrayOfString"
16
+ },
17
+ "rtbfabric:inboundexternallinkgatewayid": {
18
+ "key": "rtbfabric:InboundExternalLinkGatewayId",
19
+ "description": "Filters access by gateway identifier supporting rtb-gw-* formats",
20
+ "type": "String"
21
+ },
22
+ "rtbfabric:inboundexternallinklinkid": {
23
+ "key": "rtbfabric:InboundExternalLinkLinkId",
24
+ "description": "Filters access by InboundExternalLink resource linkId identifier",
25
+ "type": "String"
26
+ },
27
+ "rtbfabric:linklinkid": {
28
+ "key": "rtbfabric:LinkLinkId",
29
+ "description": "Filters access by Link resource linkId identifier",
30
+ "type": "String"
31
+ },
32
+ "rtbfabric:outboundexternallinklinkid": {
33
+ "key": "rtbfabric:OutboundExternalLinkLinkId",
34
+ "description": "Filters access by OutboundExternalLink resource linkId identifier",
35
+ "type": "String"
36
+ },
37
+ "rtbfabric:requestergatewaygatewayid": {
38
+ "key": "rtbfabric:RequesterGatewayGatewayId",
39
+ "description": "Filters access by gateway identifier supporting rtb-gw-* formats",
40
+ "type": "String"
41
+ },
42
+ "rtbfabric:respondergatewaygatewayid": {
43
+ "key": "rtbfabric:ResponderGatewayGatewayId",
44
+ "description": "Filters access by gateway identifier supporting rtb-gw-* formats",
45
+ "type": "String"
46
+ }
47
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202510221",
3
- "updatedAt": "2025-10-22T04:48:20.334Z"
2
+ "version": "0.1.202510241",
3
+ "updatedAt": "2025-10-24T04:45:58.940Z"
4
4
  }
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "telemetry-rule": {
3
3
  "key": "telemetry-rule",
4
- "arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:telemetry-rule:${TelemetryRuleName}",
4
+ "arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:telemetry-rule/${TelemetryRuleName}",
5
5
  "conditionKeys": [
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
8
  },
9
9
  "organization-telemetry-rule": {
10
10
  "key": "organization-telemetry-rule",
11
- "arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-telemetry-rule:${TelemetryRuleName}",
11
+ "arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-telemetry-rule/${TelemetryRuleName}",
12
12
  "conditionKeys": [
13
13
  "aws:ResourceTag/${TagKey}"
14
14
  ]
15
15
  },
16
16
  "organization-centralization-rule": {
17
17
  "key": "organization-centralization-rule",
18
- "arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-centralization-rule:${CentralizationRuleName}",
18
+ "arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-centralization-rule/${CentralizationRuleName}",
19
19
  "conditionKeys": [
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
@@ -103,7 +103,10 @@
103
103
  },
104
104
  "emailcustomizationtemplate": {
105
105
  "key": "emailCustomizationTemplate",
106
- "arn": "arn:${Partition}:quicksight:${Region}:${Account}:email-customization-template/${ResourceId}"
106
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:email-customization-template/${ResourceId}",
107
+ "conditionKeys": [
108
+ "aws:ResourceTag/${TagKey}"
109
+ ]
107
110
  },
108
111
  "topic": {
109
112
  "key": "topic",
@@ -0,0 +1,41 @@
1
+ {
2
+ "inboundexternallink": {
3
+ "key": "InboundExternalLink",
4
+ "arn": "arn:${Partition}:rtbfabric:${Region}:${Account}:gateway/${GatewayId}/link/${LinkId}",
5
+ "conditionKeys": [
6
+ "rtbfabric:InboundExternalLinkLinkId",
7
+ "rtbfabric:ResponderGatewayGatewayId"
8
+ ]
9
+ },
10
+ "link": {
11
+ "key": "Link",
12
+ "arn": "arn:${Partition}:rtbfabric:${Region}:${Account}:gateway/${GatewayId}/link/${LinkId}",
13
+ "conditionKeys": [
14
+ "rtbfabric:LinkLinkId",
15
+ "rtbfabric:RequesterGatewayGatewayId",
16
+ "rtbfabric:ResponderGatewayGatewayId"
17
+ ]
18
+ },
19
+ "outboundexternallink": {
20
+ "key": "OutboundExternalLink",
21
+ "arn": "arn:${Partition}:rtbfabric:${Region}:${Account}:gateway/${GatewayId}/link/${LinkId}",
22
+ "conditionKeys": [
23
+ "rtbfabric:OutboundExternalLinkLinkId",
24
+ "rtbfabric:RequesterGatewayGatewayId"
25
+ ]
26
+ },
27
+ "requestergateway": {
28
+ "key": "RequesterGateway",
29
+ "arn": "arn:${Partition}:rtbfabric:${Region}:${Account}:gateway/${GatewayId}",
30
+ "conditionKeys": [
31
+ "rtbfabric:RequesterGatewayGatewayId"
32
+ ]
33
+ },
34
+ "respondergateway": {
35
+ "key": "ResponderGateway",
36
+ "arn": "arn:${Partition}:rtbfabric:${Region}:${Account}:gateway/${GatewayId}",
37
+ "conditionKeys": [
38
+ "rtbfabric:ResponderGatewayGatewayId"
39
+ ]
40
+ }
41
+ }
@@ -332,6 +332,7 @@
332
332
  "route53domains": "Amazon Route 53 Domains",
333
333
  "route53profiles": "Amazon Route 53 Profiles",
334
334
  "route53resolver": "Amazon Route 53 Resolver",
335
+ "rtbfabric": "AWS RTB Fabric",
335
336
  "rum": "AWS CloudWatch RUM",
336
337
  "s3": "Amazon S3",
337
338
  "s3-object-lambda": "Amazon S3 Object Lambda",
@@ -332,6 +332,7 @@
332
332
  "route53domains",
333
333
  "route53profiles",
334
334
  "route53resolver",
335
+ "rtbfabric",
335
336
  "rum",
336
337
  "s3",
337
338
  "s3-object-lambda",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202510221
3
+ Version: 0.1.202510241
4
4
  Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
5
5
  Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
6
6
  Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
@@ -5,9 +5,9 @@ iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
5
5
  iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
6
6
  iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
7
7
  iamdata/data/conditionPatterns.json,sha256=14QLiN1bUr3l5UfocGIXfEmCK8sP_HthG0oXEXDpvzk,6548
8
- iamdata/data/metadata.json,sha256=E391RS1aFeWsHq7omHCyOaUy1nhZctOsBpG36Pvaqvs,76
9
- iamdata/data/serviceNames.json,sha256=JIAgAaJh06nNBharwjuKXEf7foOqr5bwpNlvXZuK9pc,18852
10
- iamdata/data/services.json,sha256=vh2gYSeLifXpJXh1P8wj06QGQ1-SOZ3VQRoJPTLoqSU,7301
8
+ iamdata/data/metadata.json,sha256=L-aVL08_G5VQ9KHdu6ZZ7v6oveSd3o4I_TMIAJ8dCOQ,76
9
+ iamdata/data/serviceNames.json,sha256=QR07XFGEGelHKQkvjDTBuvtVy3f-4l7PtZswO6oouZY,18885
10
+ iamdata/data/services.json,sha256=su_ZhyFHjNcIwQsMXAWrjPciEz5GjzXigLrHDbOGRvs,7316
11
11
  iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
12
12
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
13
13
  iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
@@ -140,7 +140,7 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
140
140
  iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
141
141
  iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
142
142
  iamdata/data/actions/ds.json,sha256=4Czo1fZDcYiGTQoP6SIZMI-8S7nse37CHJ19URvI3LI,40746
143
- iamdata/data/actions/dsql.json,sha256=MVw7c8YazAUxWx_uDfmj0W6fDMJi5VxFDxKnD6tLQdk,9001
143
+ iamdata/data/actions/dsql.json,sha256=pLU3lhxWKGC59-AFc7I0PFvm2klI1FqGX1UXbqD8pwI,10099
144
144
  iamdata/data/actions/dynamodb.json,sha256=HC_vieSNmlSQa76UtXupbynM7M1-lbyHalRalbxs8hw,32519
145
145
  iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
146
146
  iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
@@ -255,7 +255,7 @@ iamdata/data/actions/mechanicalturk.json,sha256=5sUroLdzV7lZrsWBrNmaAFkzb_FTFIXy
255
255
  iamdata/data/actions/mediaconnect.json,sha256=3e7_fbdALW3bZD7Ci6atGhOXBRI1Wu7xJB0xn2smcbs,16012
256
256
  iamdata/data/actions/mediaconvert.json,sha256=d1na8r2uqzpXJadwrH4Gwlr7G8JYkzItKzGuPDr4JXk,13178
257
257
  iamdata/data/actions/mediaimport.json,sha256=0x92lpq2O0S6cjsRCjmQQ6tDfgL3z1aWgUum1XmUz8g,329
258
- iamdata/data/actions/medialive.json,sha256=PK7mk6Ki5h2mB8NCL-k45Kbp0sqD1CIFXSiZ6CIHKtM,52036
258
+ iamdata/data/actions/medialive.json,sha256=hSTrbqTH0cRkiiQQOa1CbsFPViSwdNPT0zo9kYnzniM,52718
259
259
  iamdata/data/actions/mediapackage-vod.json,sha256=X6SI4kTK4lPiGE74LBOg590Obqc-41mmlpR0O_AkG8k,7377
260
260
  iamdata/data/actions/mediapackage.json,sha256=taxoGgmLGStZ30dKbikDPxxyqFzowGJwXg6ri6sizRg,7972
261
261
  iamdata/data/actions/mediapackagev2.json,sha256=iEcytBBt7pQtqwvgSXvczWTmTpMsm3AuSgjQKnsz-QE,19885
@@ -284,7 +284,7 @@ iamdata/data/actions/nimble.json,sha256=qbGuVK2E0ScfVvv8O2LJqzaa4vJomOED_wrsNxXB
284
284
  iamdata/data/actions/notifications-contacts.json,sha256=JZ3Mq09FVDcfZcsYQgQN8OUgp60SHoRSnKRhg-1sRKo,3289
285
285
  iamdata/data/actions/notifications.json,sha256=8zscd6PaDVjZc0RhJRPUmEtrymPyPciQPtm8zAkSQe8,15253
286
286
  iamdata/data/actions/oam.json,sha256=A2X3P7Xoi5fgeAFzVUbgtMJ_AB80fGTBI84pQoQ6PDo,6568
287
- iamdata/data/actions/observabilityadmin.json,sha256=GaM0WaLTjl4E8Bz_jQGoP2o2-GyjMu675syEDpPF_4k,11940
287
+ iamdata/data/actions/observabilityadmin.json,sha256=YBTBggXDrpClqRod6_-_EV5DVFD7YE4cwoD2jYrM-Rk,12394
288
288
  iamdata/data/actions/odb.json,sha256=dljixjgQEOlw_m7kjfHxPojUhXfvceHwn_Tvk9L0pVY,22693
289
289
  iamdata/data/actions/omics.json,sha256=MBuT-Dp0aXrevfXSTBU5cEN4_0Ffdq3tm13etZk1PAA,39397
290
290
  iamdata/data/actions/one.json,sha256=qOEJ_ithGXth-xIJrB5sg1brXOMx3HCV_BCPmjIrtco,11461
@@ -316,7 +316,7 @@ iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0P
316
316
  iamdata/data/actions/qbusiness.json,sha256=MzxO4xJfIWHkbgrbshlT6xlmS7UKhRCS_QORGTWseTo,45762
317
317
  iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
318
318
  iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
319
- iamdata/data/actions/quicksight.json,sha256=8MgSTzN_Be_A4bJmiTW9hRImi8qN5mNLU0De-i2rFUw,106411
319
+ iamdata/data/actions/quicksight.json,sha256=8-_bB6zvwuz86UlkKoZHfvO4tUNZdiTtKyfumI5Ke2Y,106920
320
320
  iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw,16349
321
321
  iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
322
322
  iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
@@ -342,6 +342,7 @@ iamdata/data/actions/route53.json,sha256=CJ7SgQGw6pPxM7RUSAPglXzqMUij0O5ySzT4uWG
342
342
  iamdata/data/actions/route53domains.json,sha256=18mQoz2pO-N8QQQru67ZW7It2t6mDMzgBiDn5rkcoNY,10071
343
343
  iamdata/data/actions/route53profiles.json,sha256=bBn1zxep4yoRfmJSCxfwZCXi8jCJKMwJqDoWu7Jg_fo,6282
344
344
  iamdata/data/actions/route53resolver.json,sha256=c-Jrx6AKsdGmJxbfSbDiHWfkZTpDpRwaEWgYMLhAO94,35025
345
+ iamdata/data/actions/rtbfabric.json,sha256=qt9Dwor8fcnA9GX2UI7NqevDJ6_1lfgU01ItxC47Kfs,10219
345
346
  iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ,7807
346
347
  iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
347
348
  iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
@@ -771,6 +772,7 @@ iamdata/data/conditionKeys/route53.json,sha256=4SNFsW4g1dcg06_svHr3lBTOv1mY3tKy2
771
772
  iamdata/data/conditionKeys/route53domains.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
772
773
  iamdata/data/conditionKeys/route53profiles.json,sha256=w0KRgBATjKpVNc8xvvBy6Vt0YCl25swAjAX8T6FOXko,548
773
774
  iamdata/data/conditionKeys/route53resolver.json,sha256=w0KRgBATjKpVNc8xvvBy6Vt0YCl25swAjAX8T6FOXko,548
775
+ iamdata/data/conditionKeys/rtbfabric.json,sha256=AdaCSexUFKeeXFPKtwezcSqvvJ4oNF8N-R_IUNk5x7E,1742
774
776
  iamdata/data/conditionKeys/rum.json,sha256=lGJKpyS_TDaE75aYW2Z3sicCI5ZlyycBnxvPkZf73zs,630
775
777
  iamdata/data/conditionKeys/s3-object-lambda.json,sha256=3a0SOofd6JxSbRn7wUrmRpnBNt8a_4YdXjnGjvvExww,706
776
778
  iamdata/data/conditionKeys/s3-outposts.json,sha256=peZ-RQJHMKTPaylyAOyn-El2ABVOEi5-2Msa56QORNg,3793
@@ -1142,7 +1144,7 @@ iamdata/data/resourceTypes/nimble.json,sha256=mJooBiIMAsMh0LxaNB1wqfEZGd4Xxg8MyR
1142
1144
  iamdata/data/resourceTypes/notifications-contacts.json,sha256=Wjo9mcgPWQcPFw59k6REhus-1aJRwTB4szoYxz_7nvg,230
1143
1145
  iamdata/data/resourceTypes/notifications.json,sha256=InbA14Y_4ZB9CK2QgyA3g1ipH1Me5C5oHda9IKoWzW4,1385
1144
1146
  iamdata/data/resourceTypes/oam.json,sha256=9jPxgQGszJPZS0cBLPt_nM8HtYpzwFemBiApguNJhtA,350
1145
- iamdata/data/resourceTypes/observabilityadmin.json,sha256=-xu0VpJ7X9narbgaMuyoy7jHYtJmofphnkDPAx2xa-s,778
1147
+ iamdata/data/resourceTypes/observabilityadmin.json,sha256=ETPHJtPSAfUN4pob7msjhtie7ePb50cDDjiHZVYUUhI,778
1146
1148
  iamdata/data/resourceTypes/odb.json,sha256=nfDB9Y76-iH6Vp6Rkc5ieWuokcTem4jk3xOzjycQ7k0,1359
1147
1149
  iamdata/data/resourceTypes/omics.json,sha256=vkNM38NG5KSxncBDKznXYYQf6ezfWymEOSG_81olAOY,2731
1148
1150
  iamdata/data/resourceTypes/one.json,sha256=o6TS-sCaSAdls2Hrs_TeJNWKR4auMHGLXF2luS68KkU,910
@@ -1174,7 +1176,7 @@ iamdata/data/resourceTypes/qapps.json,sha256=dPRggFay-CVWzi1XJgMhnaDAynf6m6TKHYE
1174
1176
  iamdata/data/resourceTypes/qbusiness.json,sha256=eZlgcOCLovn2_x8UUtxDSz05uVFbRtw1q4LQk_uH7RI,2287
1175
1177
  iamdata/data/resourceTypes/qdeveloper.json,sha256=AOEZRFv0hNIdjM_4oQpM0rGcr8Utpk89j4eYaIWEZMM,225
1176
1178
  iamdata/data/resourceTypes/qldb.json,sha256=gjxezAWI__V9Urh48_-e5wEv-gU-JaWZgrAYKcU7hRs,786
1177
- iamdata/data/resourceTypes/quicksight.json,sha256=YZfZ7NJGNc0oEYQjwDU5sFx5MVpznRw4f2MIMPafoMA,4792
1179
+ iamdata/data/resourceTypes/quicksight.json,sha256=Du7tkuyQJCghhv75t6DVNL_V0PfBQ66Bq4vwyK2DCAE,4856
1178
1180
  iamdata/data/resourceTypes/ram.json,sha256=Sd7zoonWg5V4ZKUXfZXhl8OwrozZEjCVn9Zm0xTI4fY,1018
1179
1181
  iamdata/data/resourceTypes/rbin.json,sha256=c3X5F8-lYXPpZTFol5aAnEayYZ5M8eX-CJvgY2F2_2Q,179
1180
1182
  iamdata/data/resourceTypes/rds-data.json,sha256=Frt4jYRCTw6ixFEEpUYHcN_rSXagWzBe7zWn2c_wZVI,217
@@ -1200,6 +1202,7 @@ iamdata/data/resourceTypes/route53.json,sha256=xwp1WToGodqGLGLblONiETE-r80_Kqetn
1200
1202
  iamdata/data/resourceTypes/route53domains.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1201
1203
  iamdata/data/resourceTypes/route53profiles.json,sha256=wpRmIG0wS3EiBf6aV1TLn1rW0-qzErgvwVwM6kGM8Ek,428
1202
1204
  iamdata/data/resourceTypes/route53resolver.json,sha256=umOCVNbwsk8zB-EXufWyKcqkLusRaVwGfzyGCEH-9Ks,2479
1205
+ iamdata/data/resourceTypes/rtbfabric.json,sha256=AfOstRHRJy4sWNIFUsRD2mJWD8o0ekeQ0nMMy6m1KrQ,1283
1203
1206
  iamdata/data/resourceTypes/rum.json,sha256=m1eE-xNr263sMkH0uPwMTqq97y-fTn7lQhWq8ULLVM8,204
1204
1207
  iamdata/data/resourceTypes/s3-object-lambda.json,sha256=anlR9MWqsDVRoLgtetNG3qf-_SzLKg_IKYaOws7wd8Y,175
1205
1208
  iamdata/data/resourceTypes/s3-outposts.json,sha256=vzIzZ1JQ0z8mxa4xdGSCSkdH-9FuXAUSyE9uDdd17FU,629
@@ -1300,7 +1303,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1300
1303
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1301
1304
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1302
1305
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1303
- iamdata-0.1.202510221.dist-info/METADATA,sha256=eBNU0cv3Mcbq8TbGUKLnI2J2CSdZBXuwct3QFd07Pj4,3491
1304
- iamdata-0.1.202510221.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1305
- iamdata-0.1.202510221.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1306
- iamdata-0.1.202510221.dist-info/RECORD,,
1306
+ iamdata-0.1.202510241.dist-info/METADATA,sha256=0W25MbhWUE0ljKqCytd-6GonttnLI9iOYvrA55JjUps,3491
1307
+ iamdata-0.1.202510241.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1308
+ iamdata-0.1.202510241.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1309
+ iamdata-0.1.202510241.dist-info/RECORD,,