iamdata 0.1.202510231__py3-none-any.whl → 0.1.202510251__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.
- iamdata/data/actions/dsql.json +46 -8
- iamdata/data/actions/observabilityadmin.json +24 -3
- iamdata/data/actions/rtbfabric.json +377 -0
- iamdata/data/conditionKeys/rtbfabric.json +47 -0
- iamdata/data/conditionKeys/sso.json +10 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/observabilityadmin.json +3 -3
- iamdata/data/resourceTypes/rtbfabric.json +41 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- iamdata/data/unassociatedConditions.json +3 -0
- {iamdata-0.1.202510231.dist-info → iamdata-0.1.202510251.dist-info}/METADATA +1 -1
- {iamdata-0.1.202510231.dist-info → iamdata-0.1.202510251.dist-info}/RECORD +15 -12
- {iamdata-0.1.202510231.dist-info → iamdata-0.1.202510251.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202510231.dist-info → iamdata-0.1.202510251.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/dsql.json
CHANGED
|
@@ -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,
|
|
@@ -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
|
},
|
|
@@ -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
|
+
}
|
|
@@ -14,6 +14,16 @@
|
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"identitycenter:applicationarn": {
|
|
18
|
+
"key": "identitycenter:ApplicationArn",
|
|
19
|
+
"description": "Filters access by the ARN of the IAM Identity Center application",
|
|
20
|
+
"type": "ARN"
|
|
21
|
+
},
|
|
22
|
+
"identitycenter:instancearn": {
|
|
23
|
+
"key": "identitycenter:InstanceArn",
|
|
24
|
+
"description": "Filters access by the ARN of the IAM Identity Center instance",
|
|
25
|
+
"type": "ARN"
|
|
26
|
+
},
|
|
17
27
|
"sso:applicationaccount": {
|
|
18
28
|
"key": "sso:ApplicationAccount",
|
|
19
29
|
"description": "Filters access by the account which creates the application. This condition key is not supported for customer managed SAML applications",
|
iamdata/data/metadata.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"telemetry-rule": {
|
|
3
3
|
"key": "telemetry-rule",
|
|
4
|
-
"arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:telemetry-rule
|
|
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
|
|
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
|
|
18
|
+
"arn": "arn:${Partition}:observabilityadmin:${Region}:${Account}:organization-centralization-rule/${CentralizationRuleName}",
|
|
19
19
|
"conditionKeys": [
|
|
20
20
|
"aws:ResourceTag/${TagKey}"
|
|
21
21
|
]
|
|
@@ -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
|
+
}
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -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",
|
iamdata/data/services.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202510251
|
|
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,10 +5,10 @@ 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=
|
|
9
|
-
iamdata/data/serviceNames.json,sha256=
|
|
10
|
-
iamdata/data/services.json,sha256=
|
|
11
|
-
iamdata/data/unassociatedConditions.json,sha256=
|
|
8
|
+
iamdata/data/metadata.json,sha256=oQ-FhY-KGfcjwmL16nk-toICUI-P97bnthrWsQh0_NU,76
|
|
9
|
+
iamdata/data/serviceNames.json,sha256=QR07XFGEGelHKQkvjDTBuvtVy3f-4l7PtZswO6oouZY,18885
|
|
10
|
+
iamdata/data/services.json,sha256=su_ZhyFHjNcIwQsMXAWrjPciEz5GjzXigLrHDbOGRvs,7316
|
|
11
|
+
iamdata/data/unassociatedConditions.json,sha256=vmPhu8Og0v-bXLK5WPiUEUSQlPq9gFBRo3UZx_4p1ck,281
|
|
12
12
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
13
13
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
|
14
14
|
iamdata/data/actions/access-analyzer.json,sha256=_WtDOojkPWOtM58YCuo5-FJLMh0lAaG2rTJ8vUL_zY0,12681
|
|
@@ -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=
|
|
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
|
|
@@ -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=
|
|
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
|
|
@@ -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
|
|
@@ -818,7 +820,7 @@ iamdata/data/conditionKeys/ssm.json,sha256=IiBazIbaG7M73NB3CK484Ah9L78yBnghLGG6b
|
|
|
818
820
|
iamdata/data/conditionKeys/ssmmessages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
|
|
819
821
|
iamdata/data/conditionKeys/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
820
822
|
iamdata/data/conditionKeys/sso-oauth.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
821
|
-
iamdata/data/conditionKeys/sso.json,sha256=
|
|
823
|
+
iamdata/data/conditionKeys/sso.json,sha256=Axb9hlLN22wBhk695hrzbaUTxjOn0iu8nMSjwwPa_bQ,1142
|
|
822
824
|
iamdata/data/conditionKeys/states.json,sha256=q7gPzhC0bJmtcNnwVjK8Qpozo-cgVazQdd__HP86-uo,1099
|
|
823
825
|
iamdata/data/conditionKeys/storagegateway.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
|
824
826
|
iamdata/data/conditionKeys/sts.json,sha256=Ly-lFGNyiO0orJve9KoqMLQfTGTWmMhYInPc3m2aJjk,9201
|
|
@@ -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
|
|
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
|
|
@@ -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.
|
|
1304
|
-
iamdata-0.1.
|
|
1305
|
-
iamdata-0.1.
|
|
1306
|
-
iamdata-0.1.
|
|
1306
|
+
iamdata-0.1.202510251.dist-info/METADATA,sha256=KIobjjCwme5tsSHt7H8o50GmskXsUlVDuzcGaYxHhCo,3491
|
|
1307
|
+
iamdata-0.1.202510251.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1308
|
+
iamdata-0.1.202510251.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1309
|
+
iamdata-0.1.202510251.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|