iamdata 0.1.202503051__py3-none-any.whl → 0.1.202503071__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/gameliftstreams.json +378 -0
- iamdata/data/conditionKeys/gameliftstreams.json +17 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/gameliftstreams.json +16 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202503051.dist-info → iamdata-0.1.202503071.dist-info}/METADATA +1 -1
- {iamdata-0.1.202503051.dist-info → iamdata-0.1.202503071.dist-info}/RECORD +10 -7
- {iamdata-0.1.202503051.dist-info → iamdata-0.1.202503071.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202503051.dist-info → iamdata-0.1.202503071.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addstreamgrouplocations": {
|
|
3
|
+
"name": "AddStreamGroupLocations",
|
|
4
|
+
"description": "Grants permission to attach a StreamGroup remote location",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "stream group",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": [
|
|
16
|
+
"ec2:DescribeRegions"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"associateapplications": {
|
|
20
|
+
"name": "AssociateApplications",
|
|
21
|
+
"description": "Grants permission to associate Applications to a StreamGroup",
|
|
22
|
+
"accessLevel": "Write",
|
|
23
|
+
"resourceTypes": [
|
|
24
|
+
{
|
|
25
|
+
"name": "application",
|
|
26
|
+
"required": true,
|
|
27
|
+
"conditionKeys": [],
|
|
28
|
+
"dependentActions": []
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "stream group",
|
|
32
|
+
"required": true,
|
|
33
|
+
"conditionKeys": [],
|
|
34
|
+
"dependentActions": []
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
},
|
|
40
|
+
"createapplication": {
|
|
41
|
+
"name": "CreateApplication",
|
|
42
|
+
"description": "Grants permission to create application",
|
|
43
|
+
"accessLevel": "Write",
|
|
44
|
+
"resourceTypes": [],
|
|
45
|
+
"conditionKeys": [
|
|
46
|
+
"aws:RequestTag/${TagKey}",
|
|
47
|
+
"aws:TagKeys"
|
|
48
|
+
],
|
|
49
|
+
"dependentActions": [
|
|
50
|
+
"gameliftstreams:TagResource",
|
|
51
|
+
"s3:GetObject",
|
|
52
|
+
"s3:ListBucket"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"createstreamgroup": {
|
|
56
|
+
"name": "CreateStreamGroup",
|
|
57
|
+
"description": "Grants permission to create a StreamGroup",
|
|
58
|
+
"accessLevel": "Write",
|
|
59
|
+
"resourceTypes": [],
|
|
60
|
+
"conditionKeys": [
|
|
61
|
+
"aws:RequestTag/${TagKey}",
|
|
62
|
+
"aws:TagKeys"
|
|
63
|
+
],
|
|
64
|
+
"dependentActions": [
|
|
65
|
+
"gameliftstreams:TagResource"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
"createstreamsessionconnection": {
|
|
69
|
+
"name": "CreateStreamSessionConnection",
|
|
70
|
+
"description": "Grants permission to create a stream session connection",
|
|
71
|
+
"accessLevel": "Write",
|
|
72
|
+
"resourceTypes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "stream group",
|
|
75
|
+
"required": true,
|
|
76
|
+
"conditionKeys": [],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"conditionKeys": [],
|
|
81
|
+
"dependentActions": []
|
|
82
|
+
},
|
|
83
|
+
"deleteapplication": {
|
|
84
|
+
"name": "DeleteApplication",
|
|
85
|
+
"description": "Grants permission to delete an application",
|
|
86
|
+
"accessLevel": "Write",
|
|
87
|
+
"resourceTypes": [
|
|
88
|
+
{
|
|
89
|
+
"name": "application",
|
|
90
|
+
"required": true,
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": []
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"conditionKeys": [],
|
|
96
|
+
"dependentActions": []
|
|
97
|
+
},
|
|
98
|
+
"deletestreamgroup": {
|
|
99
|
+
"name": "DeleteStreamGroup",
|
|
100
|
+
"description": "Grants permission to delete a StreamGroup",
|
|
101
|
+
"accessLevel": "Write",
|
|
102
|
+
"resourceTypes": [
|
|
103
|
+
{
|
|
104
|
+
"name": "stream group",
|
|
105
|
+
"required": true,
|
|
106
|
+
"conditionKeys": [],
|
|
107
|
+
"dependentActions": []
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"conditionKeys": [],
|
|
111
|
+
"dependentActions": []
|
|
112
|
+
},
|
|
113
|
+
"disassociateapplications": {
|
|
114
|
+
"name": "DisassociateApplications",
|
|
115
|
+
"description": "Grants permission to disassociate Applications from a StreamGroup",
|
|
116
|
+
"accessLevel": "Write",
|
|
117
|
+
"resourceTypes": [
|
|
118
|
+
{
|
|
119
|
+
"name": "application",
|
|
120
|
+
"required": true,
|
|
121
|
+
"conditionKeys": [],
|
|
122
|
+
"dependentActions": []
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "stream group",
|
|
126
|
+
"required": true,
|
|
127
|
+
"conditionKeys": [],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"conditionKeys": [],
|
|
132
|
+
"dependentActions": []
|
|
133
|
+
},
|
|
134
|
+
"exportstreamsessionfiles": {
|
|
135
|
+
"name": "ExportStreamSessionFiles",
|
|
136
|
+
"description": "Grants permission to export stream session files that your application generates",
|
|
137
|
+
"accessLevel": "Write",
|
|
138
|
+
"resourceTypes": [
|
|
139
|
+
{
|
|
140
|
+
"name": "stream group",
|
|
141
|
+
"required": true,
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"conditionKeys": [],
|
|
147
|
+
"dependentActions": [
|
|
148
|
+
"s3:PutObject"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"getapplication": {
|
|
152
|
+
"name": "GetApplication",
|
|
153
|
+
"description": "Grants permission to get an application",
|
|
154
|
+
"accessLevel": "Read",
|
|
155
|
+
"resourceTypes": [
|
|
156
|
+
{
|
|
157
|
+
"name": "application",
|
|
158
|
+
"required": true,
|
|
159
|
+
"conditionKeys": [],
|
|
160
|
+
"dependentActions": []
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"conditionKeys": [],
|
|
164
|
+
"dependentActions": []
|
|
165
|
+
},
|
|
166
|
+
"getstreamgroup": {
|
|
167
|
+
"name": "GetStreamGroup",
|
|
168
|
+
"description": "Grants `permission` to get a StreamGroup",
|
|
169
|
+
"accessLevel": "Read",
|
|
170
|
+
"resourceTypes": [
|
|
171
|
+
{
|
|
172
|
+
"name": "stream group",
|
|
173
|
+
"required": true,
|
|
174
|
+
"conditionKeys": [],
|
|
175
|
+
"dependentActions": []
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"conditionKeys": [],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
},
|
|
181
|
+
"getstreamsession": {
|
|
182
|
+
"name": "GetStreamSession",
|
|
183
|
+
"description": "Grants permission to get a stream session",
|
|
184
|
+
"accessLevel": "Read",
|
|
185
|
+
"resourceTypes": [
|
|
186
|
+
{
|
|
187
|
+
"name": "stream group",
|
|
188
|
+
"required": true,
|
|
189
|
+
"conditionKeys": [],
|
|
190
|
+
"dependentActions": []
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"conditionKeys": [],
|
|
194
|
+
"dependentActions": []
|
|
195
|
+
},
|
|
196
|
+
"listapplications": {
|
|
197
|
+
"name": "ListApplications",
|
|
198
|
+
"description": "Grants permission to list applications",
|
|
199
|
+
"accessLevel": "List",
|
|
200
|
+
"resourceTypes": [],
|
|
201
|
+
"conditionKeys": [],
|
|
202
|
+
"dependentActions": []
|
|
203
|
+
},
|
|
204
|
+
"liststreamgroups": {
|
|
205
|
+
"name": "ListStreamGroups",
|
|
206
|
+
"description": "Grants permission to list StreamGroups",
|
|
207
|
+
"accessLevel": "List",
|
|
208
|
+
"resourceTypes": [],
|
|
209
|
+
"conditionKeys": [],
|
|
210
|
+
"dependentActions": []
|
|
211
|
+
},
|
|
212
|
+
"liststreamsessions": {
|
|
213
|
+
"name": "ListStreamSessions",
|
|
214
|
+
"description": "Grants permission to list stream sessions",
|
|
215
|
+
"accessLevel": "Read",
|
|
216
|
+
"resourceTypes": [
|
|
217
|
+
{
|
|
218
|
+
"name": "stream group",
|
|
219
|
+
"required": true,
|
|
220
|
+
"conditionKeys": [],
|
|
221
|
+
"dependentActions": []
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
},
|
|
227
|
+
"liststreamsessionsbyaccount": {
|
|
228
|
+
"name": "ListStreamSessionsByAccount",
|
|
229
|
+
"description": "Grants permission to list stream sessions",
|
|
230
|
+
"accessLevel": "Read",
|
|
231
|
+
"resourceTypes": [],
|
|
232
|
+
"conditionKeys": [],
|
|
233
|
+
"dependentActions": []
|
|
234
|
+
},
|
|
235
|
+
"listtagsforresource": {
|
|
236
|
+
"name": "ListTagsForResource",
|
|
237
|
+
"description": "Grants permission to list tags for a resource",
|
|
238
|
+
"accessLevel": "Read",
|
|
239
|
+
"resourceTypes": [
|
|
240
|
+
{
|
|
241
|
+
"name": "application",
|
|
242
|
+
"required": false,
|
|
243
|
+
"conditionKeys": [],
|
|
244
|
+
"dependentActions": []
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "stream group",
|
|
248
|
+
"required": false,
|
|
249
|
+
"conditionKeys": [],
|
|
250
|
+
"dependentActions": []
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"conditionKeys": [],
|
|
254
|
+
"dependentActions": []
|
|
255
|
+
},
|
|
256
|
+
"removestreamgrouplocations": {
|
|
257
|
+
"name": "RemoveStreamGroupLocations",
|
|
258
|
+
"description": "Grants permission to detach a StreamGroup remote location",
|
|
259
|
+
"accessLevel": "Write",
|
|
260
|
+
"resourceTypes": [
|
|
261
|
+
{
|
|
262
|
+
"name": "stream group",
|
|
263
|
+
"required": true,
|
|
264
|
+
"conditionKeys": [],
|
|
265
|
+
"dependentActions": []
|
|
266
|
+
}
|
|
267
|
+
],
|
|
268
|
+
"conditionKeys": [],
|
|
269
|
+
"dependentActions": []
|
|
270
|
+
},
|
|
271
|
+
"startstreamsession": {
|
|
272
|
+
"name": "StartStreamSession",
|
|
273
|
+
"description": "Grants permission to create a stream session",
|
|
274
|
+
"accessLevel": "Write",
|
|
275
|
+
"resourceTypes": [
|
|
276
|
+
{
|
|
277
|
+
"name": "stream group",
|
|
278
|
+
"required": true,
|
|
279
|
+
"conditionKeys": [],
|
|
280
|
+
"dependentActions": []
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"conditionKeys": [],
|
|
284
|
+
"dependentActions": []
|
|
285
|
+
},
|
|
286
|
+
"tagresource": {
|
|
287
|
+
"name": "TagResource",
|
|
288
|
+
"description": "Grants permission to tag a resource",
|
|
289
|
+
"accessLevel": "Tagging",
|
|
290
|
+
"resourceTypes": [
|
|
291
|
+
{
|
|
292
|
+
"name": "application",
|
|
293
|
+
"required": false,
|
|
294
|
+
"conditionKeys": [],
|
|
295
|
+
"dependentActions": []
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "stream group",
|
|
299
|
+
"required": false,
|
|
300
|
+
"conditionKeys": [],
|
|
301
|
+
"dependentActions": []
|
|
302
|
+
}
|
|
303
|
+
],
|
|
304
|
+
"conditionKeys": [
|
|
305
|
+
"aws:RequestTag/${TagKey}",
|
|
306
|
+
"aws:TagKeys"
|
|
307
|
+
],
|
|
308
|
+
"dependentActions": []
|
|
309
|
+
},
|
|
310
|
+
"terminatestreamsession": {
|
|
311
|
+
"name": "TerminateStreamSession",
|
|
312
|
+
"description": "Grants permission to terminate a stream session",
|
|
313
|
+
"accessLevel": "Write",
|
|
314
|
+
"resourceTypes": [
|
|
315
|
+
{
|
|
316
|
+
"name": "stream group",
|
|
317
|
+
"required": true,
|
|
318
|
+
"conditionKeys": [],
|
|
319
|
+
"dependentActions": []
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
"conditionKeys": [],
|
|
323
|
+
"dependentActions": []
|
|
324
|
+
},
|
|
325
|
+
"untagresource": {
|
|
326
|
+
"name": "UntagResource",
|
|
327
|
+
"description": "Grants permission to untag a resource",
|
|
328
|
+
"accessLevel": "Tagging",
|
|
329
|
+
"resourceTypes": [
|
|
330
|
+
{
|
|
331
|
+
"name": "application",
|
|
332
|
+
"required": false,
|
|
333
|
+
"conditionKeys": [],
|
|
334
|
+
"dependentActions": []
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "stream group",
|
|
338
|
+
"required": false,
|
|
339
|
+
"conditionKeys": [],
|
|
340
|
+
"dependentActions": []
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"conditionKeys": [
|
|
344
|
+
"aws:TagKeys"
|
|
345
|
+
],
|
|
346
|
+
"dependentActions": []
|
|
347
|
+
},
|
|
348
|
+
"updateapplication": {
|
|
349
|
+
"name": "UpdateApplication",
|
|
350
|
+
"description": "Grants permission to update an application",
|
|
351
|
+
"accessLevel": "Write",
|
|
352
|
+
"resourceTypes": [
|
|
353
|
+
{
|
|
354
|
+
"name": "application",
|
|
355
|
+
"required": true,
|
|
356
|
+
"conditionKeys": [],
|
|
357
|
+
"dependentActions": []
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"conditionKeys": [],
|
|
361
|
+
"dependentActions": []
|
|
362
|
+
},
|
|
363
|
+
"updatestreamgroup": {
|
|
364
|
+
"name": "UpdateStreamGroup",
|
|
365
|
+
"description": "Grants permission to update a StreamGroup",
|
|
366
|
+
"accessLevel": "Write",
|
|
367
|
+
"resourceTypes": [
|
|
368
|
+
{
|
|
369
|
+
"name": "stream group",
|
|
370
|
+
"required": true,
|
|
371
|
+
"conditionKeys": [],
|
|
372
|
+
"dependentActions": []
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"conditionKeys": [],
|
|
376
|
+
"dependentActions": []
|
|
377
|
+
}
|
|
378
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the 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
|
+
}
|
iamdata/data/metadata.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"application": {
|
|
3
|
+
"key": "application",
|
|
4
|
+
"arn": "arn:${Partition}:gameliftstreams:${Region}:${Account}:application/${ApplicationId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
9
|
+
"stream group": {
|
|
10
|
+
"key": "stream group",
|
|
11
|
+
"arn": "arn:${Partition}:gameliftstreams:${Region}:${Account}:streamgroup/${StreamGroupId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -166,6 +166,7 @@
|
|
|
166
166
|
"freetier": "AWS Free Tier",
|
|
167
167
|
"fsx": "Amazon FSx",
|
|
168
168
|
"gamelift": "Amazon GameLift",
|
|
169
|
+
"gameliftstreams": "Amazon GameLift Streams",
|
|
169
170
|
"geo": "Amazon Location",
|
|
170
171
|
"geo-maps": "Amazon Location Service Maps",
|
|
171
172
|
"geo-places": "Amazon Location Service Places",
|
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.202503071
|
|
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
|
|
@@ -4,9 +4,9 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
|
|
|
4
4
|
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
|
-
iamdata/data/metadata.json,sha256=
|
|
8
|
-
iamdata/data/serviceNames.json,sha256=
|
|
9
|
-
iamdata/data/services.json,sha256=
|
|
7
|
+
iamdata/data/metadata.json,sha256=bFKJeU6wlFfF2t0tE7zxWRfiIKwIHuPi_K5RC-LQcxw,76
|
|
8
|
+
iamdata/data/serviceNames.json,sha256=7rqpOppDGN79gw8HoOlfyP3sRAl032Oo5pUNMMT6dfc,18410
|
|
9
|
+
iamdata/data/services.json,sha256=ieJwxa1_iMnrt6RkrqRwhxfBmt44Wy4qqahZRROz5Jw,7144
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
11
11
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
|
12
12
|
iamdata/data/actions/access-analyzer.json,sha256=YeiY7uosJkVxk0SUVoPBe2_Gt13qXf6kCetJewyCpbk,12652
|
|
@@ -174,6 +174,7 @@ iamdata/data/actions/freertos.json,sha256=qEEj4gmepGjIIyjB9ho8ZN43pBRjh8-RxZvggd
|
|
|
174
174
|
iamdata/data/actions/freetier.json,sha256=9VVe4Oq-fAYAk0PapOlnGgP1HlW0osu5Dw6o42oA6vE,869
|
|
175
175
|
iamdata/data/actions/fsx.json,sha256=_Sy_wD7uYTX59Bxudtrv9qbTL_VdbuVrOWCuA3kjIeE,28960
|
|
176
176
|
iamdata/data/actions/gamelift.json,sha256=qHYa4M3qEDU-kErfFO4LvOzKaU6XqObOEh-MpPk6pgk,50331
|
|
177
|
+
iamdata/data/actions/gameliftstreams.json,sha256=2_fH5E41YHt0iqXRALV6fTzNbO5U1KV9CcMRI7PlPWM,9480
|
|
177
178
|
iamdata/data/actions/geo-maps.json,sha256=X4g1-CUuAzBGk7j-FJFNTIJX0iSKgoNBIM_M2tvWUSY,708
|
|
178
179
|
iamdata/data/actions/geo-places.json,sha256=9oznkVfKr0fFO1H80PsCzNBdemajpc6pLCm9CikGG-4,2805
|
|
179
180
|
iamdata/data/actions/geo-routes.json,sha256=YlS8huKgOGj3vimcKa-ZXtEeI0Q8k4uqVhBPmSpbCGk,2167
|
|
@@ -592,6 +593,7 @@ iamdata/data/conditionKeys/freertos.json,sha256=bDf3JK3bM-FTZpniBuNC1Cm-HO9AoBw6
|
|
|
592
593
|
iamdata/data/conditionKeys/freetier.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
593
594
|
iamdata/data/conditionKeys/fsx.json,sha256=V3eOKh_k9MWpPLXAF37EgaedflaJkW5oIWWy-dscNgQ,1797
|
|
594
595
|
iamdata/data/conditionKeys/gamelift.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
596
|
+
iamdata/data/conditionKeys/gameliftstreams.json,sha256=AHAWN6yDFCEtYNxVu51BcMYwhWiHhIN0yX2SdKsaWKA,521
|
|
595
597
|
iamdata/data/conditionKeys/geo-maps.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
596
598
|
iamdata/data/conditionKeys/geo-places.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
597
599
|
iamdata/data/conditionKeys/geo-routes.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -1010,6 +1012,7 @@ iamdata/data/resourceTypes/freertos.json,sha256=rD55pHbyUTF23k9-V43HNrmST4pP8_9R
|
|
|
1010
1012
|
iamdata/data/resourceTypes/freetier.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1011
1013
|
iamdata/data/resourceTypes/fsx.json,sha256=_x0jH5ojeO8vMsgGnzlJXTAYa3kVMtHWVu7C1I333Nc,1633
|
|
1012
1014
|
iamdata/data/resourceTypes/gamelift.json,sha256=BQTma4KjggpMeJbrI1P_nIc6jlTXzxws-7AmrUdBJ2c,2278
|
|
1015
|
+
iamdata/data/resourceTypes/gameliftstreams.json,sha256=jLvvL7v1k0udXzALn-po0wYW5l2xdLjAwNyCKTjaFus,424
|
|
1013
1016
|
iamdata/data/resourceTypes/geo-maps.json,sha256=Mg-7QJZCdC2EJCCLkE_RrHqvLf7ChzKSyuk3TXmwHuY,113
|
|
1014
1017
|
iamdata/data/resourceTypes/geo-places.json,sha256=g8HZzA3MUREGx_dW1Ect-6x5GKvVdSOZwdvlRcLk0I4,115
|
|
1015
1018
|
iamdata/data/resourceTypes/geo-routes.json,sha256=sgAQBio2ypPzsXsW2jmCVm1WBoP2gssUjaRPFKwWJ_8,115
|
|
@@ -1265,7 +1268,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1265
1268
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1266
1269
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1267
1270
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1268
|
-
iamdata-0.1.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1271
|
+
iamdata-0.1.202503071.dist-info/METADATA,sha256=BppLiu0-2mv1myqcjttYeXVtMtpT8hM5WSRUaimhTdI,3491
|
|
1272
|
+
iamdata-0.1.202503071.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1273
|
+
iamdata-0.1.202503071.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1274
|
+
iamdata-0.1.202503071.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|