iamdata 0.1.202512121__py3-none-any.whl → 0.1.202512281__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.
- iamdata/data/actions/apigateway.json +451 -0
- iamdata/data/actions/arc-region-switch.json +15 -0
- iamdata/data/actions/bedrock.json +19 -34
- iamdata/data/actions/cleanrooms.json +15 -0
- iamdata/data/actions/cognito-identity.json +30 -8
- iamdata/data/actions/connect.json +4 -1
- iamdata/data/actions/deadline.json +3 -3
- iamdata/data/actions/ec2.json +1321 -28
- iamdata/data/actions/groundstation.json +11 -0
- iamdata/data/actions/lambda.json +1 -2
- iamdata/data/actions/logs.json +32 -0
- iamdata/data/actions/network-firewall.json +403 -0
- iamdata/data/actions/network-security-director.json +7 -15
- iamdata/data/actions/networkmanager.json +3 -3
- iamdata/data/actions/payment-cryptography.json +108 -0
- iamdata/data/actions/quicksight.json +15 -0
- iamdata/data/actions/redshift-serverless.json +32 -0
- iamdata/data/actions/redshift.json +40 -1
- iamdata/data/actions/sagemaker-mlflow.json +180 -60
- iamdata/data/actions/sagemaker.json +82 -24
- iamdata/data/actions/servicequotas.json +16 -0
- iamdata/data/actions/ses.json +66 -8
- iamdata/data/actions/ssm.json +20 -4
- iamdata/data/actions/timestream-influxdb.json +38 -0
- iamdata/data/actions/transform-custom.json +131 -44
- iamdata/data/actions/wickr.json +603 -9
- iamdata/data/conditionKeys/apigateway.json +95 -0
- iamdata/data/conditionKeys/cognito-identity.json +27 -2
- iamdata/data/conditionKeys/ec2.json +45 -0
- iamdata/data/conditionKeys/sagemaker-mlflow.json +0 -5
- iamdata/data/conditionKeys/sagemaker.json +5 -0
- iamdata/data/conditionKeys/ssm.json +5 -0
- iamdata/data/conditionPatterns.json +1 -1
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +38 -0
- iamdata/data/resourceTypes/bedrock.json +1 -1
- iamdata/data/resourceTypes/deadline.json +0 -4
- iamdata/data/resourceTypes/ec2.json +85 -1
- iamdata/data/resourceTypes/network-firewall.json +21 -0
- iamdata/data/resourceTypes/sagemaker-mlflow.json +1 -5
- iamdata/data/resourceTypes/sagemaker.json +3 -15
- iamdata/data/resourceTypes/ses.json +8 -2
- iamdata/data/resourceTypes/ssm.json +4 -1
- iamdata/data/resourceTypes/transform-custom.json +12 -7
- iamdata/data/serviceNames.json +2 -2
- iamdata/data/unassociatedConditions.json +6 -0
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/METADATA +1 -1
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/RECORD +50 -50
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"completetransformationpackageupload": {
|
|
3
3
|
"name": "CompleteTransformationPackageUpload",
|
|
4
|
-
"description": "Grants permission to invoke CompleteTransformationPackageUpload on AWS Transform
|
|
4
|
+
"description": "Grants permission to invoke CompleteTransformationPackageUpload on AWS Transform custom",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
6
|
"resourceTypes": [
|
|
7
7
|
{
|
|
@@ -11,12 +11,14 @@
|
|
|
11
11
|
"dependentActions": []
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"conditionKeys": [
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:ResourceTag/${TagKey}"
|
|
16
|
+
],
|
|
15
17
|
"dependentActions": []
|
|
16
18
|
},
|
|
17
19
|
"conversestream": {
|
|
18
20
|
"name": "ConverseStream",
|
|
19
|
-
"description": "Grants permission to invoke ConverseStream on AWS Transform
|
|
21
|
+
"description": "Grants permission to invoke ConverseStream on AWS Transform custom",
|
|
20
22
|
"accessLevel": "Write",
|
|
21
23
|
"resourceTypes": [],
|
|
22
24
|
"conditionKeys": [],
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
},
|
|
25
27
|
"createcampaign": {
|
|
26
28
|
"name": "CreateCampaign",
|
|
27
|
-
"description": "Grants permission to invoke CreateCampaign on AWS Transform
|
|
29
|
+
"description": "Grants permission to invoke CreateCampaign on AWS Transform custom",
|
|
28
30
|
"accessLevel": "Write",
|
|
29
31
|
"resourceTypes": [
|
|
30
32
|
{
|
|
@@ -34,12 +36,16 @@
|
|
|
34
36
|
"dependentActions": []
|
|
35
37
|
}
|
|
36
38
|
],
|
|
37
|
-
"conditionKeys": [
|
|
39
|
+
"conditionKeys": [
|
|
40
|
+
"aws:RequestTag/${TagKey}",
|
|
41
|
+
"aws:ResourceTag/${TagKey}",
|
|
42
|
+
"aws:TagKeys"
|
|
43
|
+
],
|
|
38
44
|
"dependentActions": []
|
|
39
45
|
},
|
|
40
46
|
"createtransformationpackageurl": {
|
|
41
47
|
"name": "CreateTransformationPackageUrl",
|
|
42
|
-
"description": "Grants permission to invoke
|
|
48
|
+
"description": "Grants permission to invoke CreateTransformationPackageUrl on AWS Transform custom",
|
|
43
49
|
"accessLevel": "Write",
|
|
44
50
|
"resourceTypes": [
|
|
45
51
|
{
|
|
@@ -49,12 +55,16 @@
|
|
|
49
55
|
"dependentActions": []
|
|
50
56
|
}
|
|
51
57
|
],
|
|
52
|
-
"conditionKeys": [
|
|
58
|
+
"conditionKeys": [
|
|
59
|
+
"aws:RequestTag/${TagKey}",
|
|
60
|
+
"aws:ResourceTag/${TagKey}",
|
|
61
|
+
"aws:TagKeys"
|
|
62
|
+
],
|
|
53
63
|
"dependentActions": []
|
|
54
64
|
},
|
|
55
65
|
"deletecampaign": {
|
|
56
66
|
"name": "DeleteCampaign",
|
|
57
|
-
"description": "Grants permission to invoke DeleteCampaign on AWS Transform
|
|
67
|
+
"description": "Grants permission to invoke DeleteCampaign on AWS Transform custom",
|
|
58
68
|
"accessLevel": "Write",
|
|
59
69
|
"resourceTypes": [
|
|
60
70
|
{
|
|
@@ -64,12 +74,14 @@
|
|
|
64
74
|
"dependentActions": []
|
|
65
75
|
}
|
|
66
76
|
],
|
|
67
|
-
"conditionKeys": [
|
|
77
|
+
"conditionKeys": [
|
|
78
|
+
"aws:ResourceTag/${TagKey}"
|
|
79
|
+
],
|
|
68
80
|
"dependentActions": []
|
|
69
81
|
},
|
|
70
82
|
"deleteknowledgeitem": {
|
|
71
83
|
"name": "DeleteKnowledgeItem",
|
|
72
|
-
"description": "Grants permission to invoke DeleteKnowledgeItem on AWS Transform
|
|
84
|
+
"description": "Grants permission to invoke DeleteKnowledgeItem on AWS Transform custom",
|
|
73
85
|
"accessLevel": "Write",
|
|
74
86
|
"resourceTypes": [
|
|
75
87
|
{
|
|
@@ -79,12 +91,14 @@
|
|
|
79
91
|
"dependentActions": []
|
|
80
92
|
}
|
|
81
93
|
],
|
|
82
|
-
"conditionKeys": [
|
|
94
|
+
"conditionKeys": [
|
|
95
|
+
"aws:ResourceTag/${TagKey}"
|
|
96
|
+
],
|
|
83
97
|
"dependentActions": []
|
|
84
98
|
},
|
|
85
99
|
"deletetransformationpackage": {
|
|
86
100
|
"name": "DeleteTransformationPackage",
|
|
87
|
-
"description": "Grants permission to invoke DeleteTransformationPackage on AWS Transform
|
|
101
|
+
"description": "Grants permission to invoke DeleteTransformationPackage on AWS Transform custom",
|
|
88
102
|
"accessLevel": "Write",
|
|
89
103
|
"resourceTypes": [
|
|
90
104
|
{
|
|
@@ -94,12 +108,14 @@
|
|
|
94
108
|
"dependentActions": []
|
|
95
109
|
}
|
|
96
110
|
],
|
|
97
|
-
"conditionKeys": [
|
|
111
|
+
"conditionKeys": [
|
|
112
|
+
"aws:ResourceTag/${TagKey}"
|
|
113
|
+
],
|
|
98
114
|
"dependentActions": []
|
|
99
115
|
},
|
|
100
116
|
"executetransformation": {
|
|
101
117
|
"name": "ExecuteTransformation",
|
|
102
|
-
"description": "Grants permission to invoke ExecuteTransformation on AWS Transform
|
|
118
|
+
"description": "Grants permission to invoke ExecuteTransformation on AWS Transform custom",
|
|
103
119
|
"accessLevel": "Write",
|
|
104
120
|
"resourceTypes": [
|
|
105
121
|
{
|
|
@@ -109,12 +125,14 @@
|
|
|
109
125
|
"dependentActions": []
|
|
110
126
|
}
|
|
111
127
|
],
|
|
112
|
-
"conditionKeys": [
|
|
128
|
+
"conditionKeys": [
|
|
129
|
+
"aws:ResourceTag/${TagKey}"
|
|
130
|
+
],
|
|
113
131
|
"dependentActions": []
|
|
114
132
|
},
|
|
115
133
|
"getcampaign": {
|
|
116
134
|
"name": "GetCampaign",
|
|
117
|
-
"description": "Grants permission to invoke GetCampaign on AWS Transform
|
|
135
|
+
"description": "Grants permission to invoke GetCampaign on AWS Transform custom",
|
|
118
136
|
"accessLevel": "Read",
|
|
119
137
|
"resourceTypes": [
|
|
120
138
|
{
|
|
@@ -124,12 +142,14 @@
|
|
|
124
142
|
"dependentActions": []
|
|
125
143
|
}
|
|
126
144
|
],
|
|
127
|
-
"conditionKeys": [
|
|
145
|
+
"conditionKeys": [
|
|
146
|
+
"aws:ResourceTag/${TagKey}"
|
|
147
|
+
],
|
|
128
148
|
"dependentActions": []
|
|
129
149
|
},
|
|
130
150
|
"getknowledgeitem": {
|
|
131
151
|
"name": "GetKnowledgeItem",
|
|
132
|
-
"description": "Grants permission to invoke GetKnowledgeItem on AWS Transform
|
|
152
|
+
"description": "Grants permission to invoke GetKnowledgeItem on AWS Transform custom",
|
|
133
153
|
"accessLevel": "Read",
|
|
134
154
|
"resourceTypes": [
|
|
135
155
|
{
|
|
@@ -139,12 +159,14 @@
|
|
|
139
159
|
"dependentActions": []
|
|
140
160
|
}
|
|
141
161
|
],
|
|
142
|
-
"conditionKeys": [
|
|
162
|
+
"conditionKeys": [
|
|
163
|
+
"aws:ResourceTag/${TagKey}"
|
|
164
|
+
],
|
|
143
165
|
"dependentActions": []
|
|
144
166
|
},
|
|
145
167
|
"gettransformationpackageurl": {
|
|
146
168
|
"name": "GetTransformationPackageUrl",
|
|
147
|
-
"description": "Grants permission to invoke GetTransformationPackageUrl on AWS Transform
|
|
169
|
+
"description": "Grants permission to invoke GetTransformationPackageUrl on AWS Transform custom",
|
|
148
170
|
"accessLevel": "Read",
|
|
149
171
|
"resourceTypes": [
|
|
150
172
|
{
|
|
@@ -154,36 +176,47 @@
|
|
|
154
176
|
"dependentActions": []
|
|
155
177
|
}
|
|
156
178
|
],
|
|
157
|
-
"conditionKeys": [
|
|
179
|
+
"conditionKeys": [
|
|
180
|
+
"aws:ResourceTag/${TagKey}"
|
|
181
|
+
],
|
|
158
182
|
"dependentActions": []
|
|
159
183
|
},
|
|
160
184
|
"listcampaignrepositories": {
|
|
161
185
|
"name": "ListCampaignRepositories",
|
|
162
|
-
"description": "Grants permission to invoke ListCampaignRepositories on AWS Transform
|
|
186
|
+
"description": "Grants permission to invoke ListCampaignRepositories on AWS Transform custom",
|
|
163
187
|
"accessLevel": "Read",
|
|
164
|
-
"resourceTypes": [
|
|
165
|
-
|
|
188
|
+
"resourceTypes": [
|
|
189
|
+
{
|
|
190
|
+
"name": "campaign",
|
|
191
|
+
"required": true,
|
|
192
|
+
"conditionKeys": [],
|
|
193
|
+
"dependentActions": []
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"conditionKeys": [
|
|
197
|
+
"aws:ResourceTag/${TagKey}"
|
|
198
|
+
],
|
|
166
199
|
"dependentActions": []
|
|
167
200
|
},
|
|
168
201
|
"listcampaigns": {
|
|
169
202
|
"name": "ListCampaigns",
|
|
170
|
-
"description": "Grants permission to invoke ListCampaign on AWS Transform
|
|
171
|
-
"accessLevel": "
|
|
203
|
+
"description": "Grants permission to invoke ListCampaign on AWS Transform custom",
|
|
204
|
+
"accessLevel": "List",
|
|
172
205
|
"resourceTypes": [],
|
|
173
206
|
"conditionKeys": [],
|
|
174
207
|
"dependentActions": []
|
|
175
208
|
},
|
|
176
209
|
"listknowledgeitems": {
|
|
177
210
|
"name": "ListKnowledgeItems",
|
|
178
|
-
"description": "Grants permission to invoke ListKnowledgeItems on AWS Transform
|
|
179
|
-
"accessLevel": "
|
|
211
|
+
"description": "Grants permission to invoke ListKnowledgeItems on AWS Transform custom",
|
|
212
|
+
"accessLevel": "List",
|
|
180
213
|
"resourceTypes": [],
|
|
181
214
|
"conditionKeys": [],
|
|
182
215
|
"dependentActions": []
|
|
183
216
|
},
|
|
184
217
|
"listtagsforresource": {
|
|
185
218
|
"name": "ListTagsForResource",
|
|
186
|
-
"description": "Grants permission to invoke ListTagsForResource on AWS Transform
|
|
219
|
+
"description": "Grants permission to invoke ListTagsForResource on AWS Transform custom",
|
|
187
220
|
"accessLevel": "Read",
|
|
188
221
|
"resourceTypes": [],
|
|
189
222
|
"conditionKeys": [],
|
|
@@ -191,28 +224,67 @@
|
|
|
191
224
|
},
|
|
192
225
|
"listtransformationpackagemetadata": {
|
|
193
226
|
"name": "ListTransformationPackageMetadata",
|
|
194
|
-
"description": "Grants permission to invoke ListTransformationPackageMetadata on AWS Transform
|
|
195
|
-
"accessLevel": "
|
|
227
|
+
"description": "Grants permission to invoke ListTransformationPackageMetadata on AWS Transform custom",
|
|
228
|
+
"accessLevel": "List",
|
|
196
229
|
"resourceTypes": [],
|
|
197
230
|
"conditionKeys": [],
|
|
198
231
|
"dependentActions": []
|
|
199
232
|
},
|
|
200
233
|
"tagresource": {
|
|
201
234
|
"name": "TagResource",
|
|
202
|
-
"description": "Grants permission to invoke TagResource on AWS Transform
|
|
235
|
+
"description": "Grants permission to invoke TagResource on AWS Transform custom",
|
|
203
236
|
"accessLevel": "Tagging",
|
|
204
|
-
"resourceTypes": [
|
|
237
|
+
"resourceTypes": [
|
|
238
|
+
{
|
|
239
|
+
"name": "campaign",
|
|
240
|
+
"required": false,
|
|
241
|
+
"conditionKeys": [],
|
|
242
|
+
"dependentActions": []
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "knowledge-item",
|
|
246
|
+
"required": false,
|
|
247
|
+
"conditionKeys": [],
|
|
248
|
+
"dependentActions": []
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "package",
|
|
252
|
+
"required": false,
|
|
253
|
+
"conditionKeys": [],
|
|
254
|
+
"dependentActions": []
|
|
255
|
+
}
|
|
256
|
+
],
|
|
205
257
|
"conditionKeys": [
|
|
206
258
|
"aws:RequestTag/${TagKey}",
|
|
259
|
+
"aws:ResourceTag/${TagKey}",
|
|
207
260
|
"aws:TagKeys"
|
|
208
261
|
],
|
|
209
262
|
"dependentActions": []
|
|
210
263
|
},
|
|
211
264
|
"untagresource": {
|
|
212
265
|
"name": "UntagResource",
|
|
213
|
-
"description": "Grants permission to invoke UntagResource on AWS Transform
|
|
266
|
+
"description": "Grants permission to invoke UntagResource on AWS Transform custom",
|
|
214
267
|
"accessLevel": "Tagging",
|
|
215
|
-
"resourceTypes": [
|
|
268
|
+
"resourceTypes": [
|
|
269
|
+
{
|
|
270
|
+
"name": "campaign",
|
|
271
|
+
"required": false,
|
|
272
|
+
"conditionKeys": [],
|
|
273
|
+
"dependentActions": []
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "knowledge-item",
|
|
277
|
+
"required": false,
|
|
278
|
+
"conditionKeys": [],
|
|
279
|
+
"dependentActions": []
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "package",
|
|
283
|
+
"required": false,
|
|
284
|
+
"conditionKeys": [],
|
|
285
|
+
"dependentActions": []
|
|
286
|
+
}
|
|
287
|
+
],
|
|
216
288
|
"conditionKeys": [
|
|
217
289
|
"aws:TagKeys"
|
|
218
290
|
],
|
|
@@ -220,7 +292,7 @@
|
|
|
220
292
|
},
|
|
221
293
|
"updatecampaign": {
|
|
222
294
|
"name": "UpdateCampaign",
|
|
223
|
-
"description": "Grants permission to invoke UpdateCampaign on AWS Transform
|
|
295
|
+
"description": "Grants permission to invoke UpdateCampaign on AWS Transform custom",
|
|
224
296
|
"accessLevel": "Write",
|
|
225
297
|
"resourceTypes": [
|
|
226
298
|
{
|
|
@@ -230,12 +302,14 @@
|
|
|
230
302
|
"dependentActions": []
|
|
231
303
|
}
|
|
232
304
|
],
|
|
233
|
-
"conditionKeys": [
|
|
305
|
+
"conditionKeys": [
|
|
306
|
+
"aws:ResourceTag/${TagKey}"
|
|
307
|
+
],
|
|
234
308
|
"dependentActions": []
|
|
235
309
|
},
|
|
236
310
|
"updatecampaignrepositorystatus": {
|
|
237
311
|
"name": "UpdateCampaignRepositoryStatus",
|
|
238
|
-
"description": "Grants permission to invoke UpdateCampaignRepositories on AWS Transform
|
|
312
|
+
"description": "Grants permission to invoke UpdateCampaignRepositories on AWS Transform custom",
|
|
239
313
|
"accessLevel": "Write",
|
|
240
314
|
"resourceTypes": [
|
|
241
315
|
{
|
|
@@ -245,20 +319,31 @@
|
|
|
245
319
|
"dependentActions": []
|
|
246
320
|
}
|
|
247
321
|
],
|
|
248
|
-
"conditionKeys": [
|
|
322
|
+
"conditionKeys": [
|
|
323
|
+
"aws:ResourceTag/${TagKey}"
|
|
324
|
+
],
|
|
249
325
|
"dependentActions": []
|
|
250
326
|
},
|
|
251
327
|
"updateknowledgeitemconfiguration": {
|
|
252
328
|
"name": "UpdateKnowledgeItemConfiguration",
|
|
253
|
-
"description": "Grants permission to invoke UpdateKnowledgeItemConfiguration on AWS Transform
|
|
329
|
+
"description": "Grants permission to invoke UpdateKnowledgeItemConfiguration on AWS Transform custom",
|
|
254
330
|
"accessLevel": "Write",
|
|
255
|
-
"resourceTypes": [
|
|
256
|
-
|
|
331
|
+
"resourceTypes": [
|
|
332
|
+
{
|
|
333
|
+
"name": "package",
|
|
334
|
+
"required": true,
|
|
335
|
+
"conditionKeys": [],
|
|
336
|
+
"dependentActions": []
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"conditionKeys": [
|
|
340
|
+
"aws:ResourceTag/${TagKey}"
|
|
341
|
+
],
|
|
257
342
|
"dependentActions": []
|
|
258
343
|
},
|
|
259
344
|
"updateknowledgeitemstatus": {
|
|
260
345
|
"name": "UpdateKnowledgeItemStatus",
|
|
261
|
-
"description": "Grants permission to invoke UpdateKnowledgeItemStatus on AWS Transform
|
|
346
|
+
"description": "Grants permission to invoke UpdateKnowledgeItemStatus on AWS Transform custom",
|
|
262
347
|
"accessLevel": "Write",
|
|
263
348
|
"resourceTypes": [
|
|
264
349
|
{
|
|
@@ -268,7 +353,9 @@
|
|
|
268
353
|
"dependentActions": []
|
|
269
354
|
}
|
|
270
355
|
],
|
|
271
|
-
"conditionKeys": [
|
|
356
|
+
"conditionKeys": [
|
|
357
|
+
"aws:ResourceTag/${TagKey}"
|
|
358
|
+
],
|
|
272
359
|
"dependentActions": []
|
|
273
360
|
}
|
|
274
361
|
}
|