iamdata 0.1.202503041__py3-none-any.whl → 0.1.202503061__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/ecr.json +9 -0
- iamdata/data/actions/gameliftstreams.json +378 -0
- iamdata/data/actions/iotmanagedintegrations.json +2 -2
- iamdata/data/actions/storagegateway.json +39 -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 +2 -1
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202503041.dist-info → iamdata-0.1.202503061.dist-info}/METADATA +1 -1
- {iamdata-0.1.202503041.dist-info → iamdata-0.1.202503061.dist-info}/RECORD +13 -10
- {iamdata-0.1.202503041.dist-info → iamdata-0.1.202503061.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202503041.dist-info → iamdata-0.1.202503061.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/ecr.json
CHANGED
|
@@ -313,6 +313,15 @@
|
|
|
313
313
|
"conditionKeys": [],
|
|
314
314
|
"dependentActions": []
|
|
315
315
|
},
|
|
316
|
+
"getimagecopystatus": {
|
|
317
|
+
"name": "GetImageCopyStatus",
|
|
318
|
+
"isPermissionOnly": true,
|
|
319
|
+
"description": "Grants permission to retrieve the status about an image copy",
|
|
320
|
+
"accessLevel": "Read",
|
|
321
|
+
"resourceTypes": [],
|
|
322
|
+
"conditionKeys": [],
|
|
323
|
+
"dependentActions": []
|
|
324
|
+
},
|
|
316
325
|
"getlifecyclepolicy": {
|
|
317
326
|
"name": "GetLifecyclePolicy",
|
|
318
327
|
"description": "Grants permission to retrieve the specified lifecycle policy",
|
|
@@ -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
|
+
}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"deletecredentiallocker": {
|
|
67
67
|
"name": "DeleteCredentialLocker",
|
|
68
|
-
"description": "Grants permission to delete a Credential Locker. This operation cannot be undone and any existing device won't be able to use the IoT
|
|
68
|
+
"description": "Grants permission to delete a Credential Locker. This operation cannot be undone and any existing device won't be able to use the IoT managed integrations Setup",
|
|
69
69
|
"accessLevel": "Write",
|
|
70
70
|
"resourceTypes": [
|
|
71
71
|
{
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
},
|
|
460
460
|
"putdefaultencryptionconfiguration": {
|
|
461
461
|
"name": "PutDefaultEncryptionConfiguration",
|
|
462
|
-
"description": "Grants permission to associate KMS key with IoT
|
|
462
|
+
"description": "Grants permission to associate KMS key with IoT managed integrations",
|
|
463
463
|
"accessLevel": "Write",
|
|
464
464
|
"resourceTypes": [],
|
|
465
465
|
"conditionKeys": [],
|
|
@@ -36,6 +36,12 @@
|
|
|
36
36
|
"conditionKeys": [],
|
|
37
37
|
"dependentActions": []
|
|
38
38
|
},
|
|
39
|
+
{
|
|
40
|
+
"name": "fs-association",
|
|
41
|
+
"required": false,
|
|
42
|
+
"conditionKeys": [],
|
|
43
|
+
"dependentActions": []
|
|
44
|
+
},
|
|
39
45
|
{
|
|
40
46
|
"name": "gateway",
|
|
41
47
|
"required": false,
|
|
@@ -54,6 +60,12 @@
|
|
|
54
60
|
"conditionKeys": [],
|
|
55
61
|
"dependentActions": []
|
|
56
62
|
},
|
|
63
|
+
{
|
|
64
|
+
"name": "tapepool",
|
|
65
|
+
"required": false,
|
|
66
|
+
"conditionKeys": [],
|
|
67
|
+
"dependentActions": []
|
|
68
|
+
},
|
|
57
69
|
{
|
|
58
70
|
"name": "volume",
|
|
59
71
|
"required": false,
|
|
@@ -928,6 +940,21 @@
|
|
|
928
940
|
"conditionKeys": [],
|
|
929
941
|
"dependentActions": []
|
|
930
942
|
},
|
|
943
|
+
"evictfilesfailingupload": {
|
|
944
|
+
"name": "EvictFilesFailingUpload",
|
|
945
|
+
"description": "Grants permission to clean a share's cache of file entries that are failing upload to Amazon S3",
|
|
946
|
+
"accessLevel": "Write",
|
|
947
|
+
"resourceTypes": [
|
|
948
|
+
{
|
|
949
|
+
"name": "share",
|
|
950
|
+
"required": true,
|
|
951
|
+
"conditionKeys": [],
|
|
952
|
+
"dependentActions": []
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
"conditionKeys": [],
|
|
956
|
+
"dependentActions": []
|
|
957
|
+
},
|
|
931
958
|
"joindomain": {
|
|
932
959
|
"name": "JoinDomain",
|
|
933
960
|
"description": "Grants permission to enable you to join an Active Directory Domain",
|
|
@@ -1126,6 +1153,12 @@
|
|
|
1126
1153
|
"conditionKeys": [],
|
|
1127
1154
|
"dependentActions": []
|
|
1128
1155
|
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "fs-association",
|
|
1158
|
+
"required": false,
|
|
1159
|
+
"conditionKeys": [],
|
|
1160
|
+
"dependentActions": []
|
|
1161
|
+
},
|
|
1129
1162
|
{
|
|
1130
1163
|
"name": "gateway",
|
|
1131
1164
|
"required": false,
|
|
@@ -1144,6 +1177,12 @@
|
|
|
1144
1177
|
"conditionKeys": [],
|
|
1145
1178
|
"dependentActions": []
|
|
1146
1179
|
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "tapepool",
|
|
1182
|
+
"required": false,
|
|
1183
|
+
"conditionKeys": [],
|
|
1184
|
+
"dependentActions": []
|
|
1185
|
+
},
|
|
1147
1186
|
{
|
|
1148
1187
|
"name": "volume",
|
|
1149
1188
|
"required": false,
|
|
@@ -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",
|
|
@@ -200,7 +201,7 @@
|
|
|
200
201
|
"iotfleethub": "AWS IoT Fleet Hub for Device Management",
|
|
201
202
|
"iotfleetwise": "AWS IoT FleetWise",
|
|
202
203
|
"iotjobsdata": "AWS IoT Jobs DataPlane",
|
|
203
|
-
"iotmanagedintegrations": "AWS IoT
|
|
204
|
+
"iotmanagedintegrations": "AWS IoT managed integrations feature of IoT Device Management",
|
|
204
205
|
"iotsitewise": "AWS IoT SiteWise",
|
|
205
206
|
"iottwinmaker": "AWS IoT TwinMaker",
|
|
206
207
|
"iotwireless": "AWS IoT Wireless",
|
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.202503061
|
|
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=lL_E5H6OscYTA1wNQ7cAaYLbJreCGfhJh7eyrHCZqD0,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
|
|
@@ -142,7 +142,7 @@ iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaR
|
|
|
142
142
|
iamdata/data/actions/ec2.json,sha256=YhHl8lAK5izVTLBazEacCaJb9JrS2aHFUCGbFREynvo,507700
|
|
143
143
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
|
144
144
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
|
145
|
-
iamdata/data/actions/ecr.json,sha256=
|
|
145
|
+
iamdata/data/actions/ecr.json,sha256=NlyDdhjors2ahmxSz_vjuldjQ4JR51i17nnanGj3WcE,19128
|
|
146
146
|
iamdata/data/actions/ecs.json,sha256=7r7KMOQPYziMGQazz-eH9APCJ5qo7FlHKJtEdp5O6f8,31345
|
|
147
147
|
iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
|
|
148
148
|
iamdata/data/actions/eks.json,sha256=uqnPJTUD04TcCoL9gq1B9CcBDvxWOusNCSGfiS7pKaQ,27452
|
|
@@ -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
|
|
@@ -208,7 +209,7 @@ iamdata/data/actions/iotevents.json,sha256=ehOpZTbdtQmU7wT6gHUOPKNbIPQQoqqnOgIk5
|
|
|
208
209
|
iamdata/data/actions/iotfleethub.json,sha256=Ut9s_y7NM2Zp1crv-tFbbpHqGjsTzEP-nwyS3E8NK4c,2963
|
|
209
210
|
iamdata/data/actions/iotfleetwise.json,sha256=7HKgWaxR4rKCb3gmQ4xOuthK6WkQuaKnYZGJaKbZ8uI,26488
|
|
210
211
|
iamdata/data/actions/iotjobsdata.json,sha256=ZdFruCEg5cTlcwzQtMy7Aje0iU2ZUWWlLd9gKQLTiaQ,1635
|
|
211
|
-
iamdata/data/actions/iotmanagedintegrations.json,sha256=
|
|
212
|
+
iamdata/data/actions/iotmanagedintegrations.json,sha256=EpypCjAAbJ32SN_cnfQHeD6sv7Pm-eYusYbMMS6TBHc,17679
|
|
212
213
|
iamdata/data/actions/iotsitewise.json,sha256=0Xc7umQbM4VntFW1RO1VgfAr5SZ3NBgOd95E0KME4j8,38358
|
|
213
214
|
iamdata/data/actions/iottwinmaker.json,sha256=K_uvzVAx2G5g9OPrPiPN_Vyfo6UzjEX_C4ihgOLXF7Y,18750
|
|
214
215
|
iamdata/data/actions/iotwireless.json,sha256=5Zxul12OkXDYrNE0ZXmXSfBkcGxXCi3CaJeUxwaPil4,50864
|
|
@@ -381,7 +382,7 @@ iamdata/data/actions/sso-directory.json,sha256=oNNC6UH4818bSXZ-aBBKHwa-mQa6hExs_
|
|
|
381
382
|
iamdata/data/actions/sso-oauth.json,sha256=qvNNSnmRdrN-yqZsnRCTLULeva6ju_kXh3YC8RW2MLw,432
|
|
382
383
|
iamdata/data/actions/sso.json,sha256=8Oo8PaUA2XAAfswSgu6hMqZpWzfXviBdtI0v2_m9zUg,52356
|
|
383
384
|
iamdata/data/actions/states.json,sha256=DNJWrTYPKKwY-qi9CINOI1Ajv9bkI0bIckSEA2E28w8,15468
|
|
384
|
-
iamdata/data/actions/storagegateway.json,sha256=
|
|
385
|
+
iamdata/data/actions/storagegateway.json,sha256=87l-rpd-cqGJTH5KUx7vcY9_xTFjlZ9m7eGplOpjIAY,43905
|
|
385
386
|
iamdata/data/actions/sts.json,sha256=9h5vaXpm9CQSG8YbbNm7edCiK8JiZd3hqcNc_AJFIGk,8145
|
|
386
387
|
iamdata/data/actions/support.json,sha256=VyK4vHb1ClSxFaCH3UbLqlzAppF0OsOsMxPHY0xi2Ro,7196
|
|
387
388
|
iamdata/data/actions/supportapp.json,sha256=4_F5iPZ64y_G1bQlR_uQxsTZefZiWi-QpcK74rt2l6w,3850
|
|
@@ -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.202503061.dist-info/METADATA,sha256=PjbD13cp3Igjkgk3VV0GF7oXJ1GbdAKM4-c-YxglU94,3491
|
|
1272
|
+
iamdata-0.1.202503061.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1273
|
+
iamdata-0.1.202503061.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1274
|
+
iamdata-0.1.202503061.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|