iamdata 0.1.202505131__py3-none-any.whl → 0.1.202505141__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/ec2.json +139 -2
- iamdata/data/actions/s3.json +11 -11
- iamdata/data/actions/scn.json +135 -0
- iamdata/data/actions/synthetics.json +18 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/ec2.json +12 -0
- iamdata/data/resourceTypes/scn.json +4 -0
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505141.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505141.dist-info}/RECORD +11 -11
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505141.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505131.dist-info → iamdata-0.1.202505141.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/ec2.json
CHANGED
|
@@ -1717,7 +1717,7 @@
|
|
|
1717
1717
|
},
|
|
1718
1718
|
"copysnapshot": {
|
|
1719
1719
|
"name": "CopySnapshot",
|
|
1720
|
-
"description": "Grants permission to copy a point-in-time snapshot of an EBS volume and store it in Amazon S3. Resource-level permissions specified for this action apply to the
|
|
1720
|
+
"description": "Grants permission to copy a point-in-time snapshot of an EBS volume and store it in Amazon S3. Resource-level permissions specified for this action apply to both the snapshot copy and the source snapshot",
|
|
1721
1721
|
"accessLevel": "Write",
|
|
1722
1722
|
"resourceTypes": [
|
|
1723
1723
|
{
|
|
@@ -1726,8 +1726,14 @@
|
|
|
1726
1726
|
"conditionKeys": [
|
|
1727
1727
|
"aws:RequestTag/${TagKey}",
|
|
1728
1728
|
"aws:TagKeys",
|
|
1729
|
+
"ec2:Encrypted",
|
|
1729
1730
|
"ec2:OutpostArn",
|
|
1730
|
-
"ec2:
|
|
1731
|
+
"ec2:Owner",
|
|
1732
|
+
"ec2:ParentSnapshot",
|
|
1733
|
+
"ec2:ParentVolume",
|
|
1734
|
+
"ec2:SnapshotID",
|
|
1735
|
+
"ec2:SnapshotTime",
|
|
1736
|
+
"ec2:VolumeSize"
|
|
1731
1737
|
],
|
|
1732
1738
|
"dependentActions": [
|
|
1733
1739
|
"ec2:CreateTags"
|
|
@@ -2932,6 +2938,77 @@
|
|
|
2932
2938
|
],
|
|
2933
2939
|
"dependentActions": []
|
|
2934
2940
|
},
|
|
2941
|
+
"createlocalgatewayvirtualinterface": {
|
|
2942
|
+
"name": "CreateLocalGatewayVirtualInterface",
|
|
2943
|
+
"description": "Grants permission to create a local gateway virtual interface",
|
|
2944
|
+
"accessLevel": "Write",
|
|
2945
|
+
"resourceTypes": [
|
|
2946
|
+
{
|
|
2947
|
+
"name": "local-gateway-virtual-interface",
|
|
2948
|
+
"required": true,
|
|
2949
|
+
"conditionKeys": [
|
|
2950
|
+
"aws:RequestTag/${TagKey}",
|
|
2951
|
+
"aws:TagKeys"
|
|
2952
|
+
],
|
|
2953
|
+
"dependentActions": [
|
|
2954
|
+
"ec2:CreateTags"
|
|
2955
|
+
]
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "local-gateway-virtual-interface-group",
|
|
2959
|
+
"required": true,
|
|
2960
|
+
"conditionKeys": [
|
|
2961
|
+
"aws:ResourceTag/${TagKey}",
|
|
2962
|
+
"ec2:ResourceTag/${TagKey}"
|
|
2963
|
+
],
|
|
2964
|
+
"dependentActions": []
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"name": "outpost-lag",
|
|
2968
|
+
"required": true,
|
|
2969
|
+
"conditionKeys": [
|
|
2970
|
+
"aws:ResourceTag/${TagKey}",
|
|
2971
|
+
"ec2:ResourceTag/${TagKey}"
|
|
2972
|
+
],
|
|
2973
|
+
"dependentActions": []
|
|
2974
|
+
}
|
|
2975
|
+
],
|
|
2976
|
+
"conditionKeys": [
|
|
2977
|
+
"ec2:Region"
|
|
2978
|
+
],
|
|
2979
|
+
"dependentActions": []
|
|
2980
|
+
},
|
|
2981
|
+
"createlocalgatewayvirtualinterfacegroup": {
|
|
2982
|
+
"name": "CreateLocalGatewayVirtualInterfaceGroup",
|
|
2983
|
+
"description": "Grants permission to create a local gateway virtual interface group",
|
|
2984
|
+
"accessLevel": "Write",
|
|
2985
|
+
"resourceTypes": [
|
|
2986
|
+
{
|
|
2987
|
+
"name": "local-gateway",
|
|
2988
|
+
"required": true,
|
|
2989
|
+
"conditionKeys": [
|
|
2990
|
+
"aws:ResourceTag/${TagKey}",
|
|
2991
|
+
"ec2:ResourceTag/${TagKey}"
|
|
2992
|
+
],
|
|
2993
|
+
"dependentActions": [
|
|
2994
|
+
"ec2:CreateTags"
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "local-gateway-virtual-interface-group",
|
|
2999
|
+
"required": true,
|
|
3000
|
+
"conditionKeys": [
|
|
3001
|
+
"aws:RequestTag/${TagKey}",
|
|
3002
|
+
"aws:TagKeys"
|
|
3003
|
+
],
|
|
3004
|
+
"dependentActions": []
|
|
3005
|
+
}
|
|
3006
|
+
],
|
|
3007
|
+
"conditionKeys": [
|
|
3008
|
+
"ec2:Region"
|
|
3009
|
+
],
|
|
3010
|
+
"dependentActions": []
|
|
3011
|
+
},
|
|
2935
3012
|
"createmanagedprefixlist": {
|
|
2936
3013
|
"name": "CreateManagedPrefixList",
|
|
2937
3014
|
"description": "Grants permission to create a managed prefix list",
|
|
@@ -6600,6 +6677,46 @@
|
|
|
6600
6677
|
],
|
|
6601
6678
|
"dependentActions": []
|
|
6602
6679
|
},
|
|
6680
|
+
"deletelocalgatewayvirtualinterface": {
|
|
6681
|
+
"name": "DeleteLocalGatewayVirtualInterface",
|
|
6682
|
+
"description": "Grants permission to delete a local gateway virtual interface",
|
|
6683
|
+
"accessLevel": "Write",
|
|
6684
|
+
"resourceTypes": [
|
|
6685
|
+
{
|
|
6686
|
+
"name": "local-gateway-virtual-interface",
|
|
6687
|
+
"required": true,
|
|
6688
|
+
"conditionKeys": [
|
|
6689
|
+
"aws:ResourceTag/${TagKey}",
|
|
6690
|
+
"ec2:ResourceTag/${TagKey}"
|
|
6691
|
+
],
|
|
6692
|
+
"dependentActions": []
|
|
6693
|
+
}
|
|
6694
|
+
],
|
|
6695
|
+
"conditionKeys": [
|
|
6696
|
+
"ec2:Region"
|
|
6697
|
+
],
|
|
6698
|
+
"dependentActions": []
|
|
6699
|
+
},
|
|
6700
|
+
"deletelocalgatewayvirtualinterfacegroup": {
|
|
6701
|
+
"name": "DeleteLocalGatewayVirtualInterfaceGroup",
|
|
6702
|
+
"description": "Grants permission to delete a local gateway virtual interface group",
|
|
6703
|
+
"accessLevel": "Write",
|
|
6704
|
+
"resourceTypes": [
|
|
6705
|
+
{
|
|
6706
|
+
"name": "local-gateway-virtual-interface-group",
|
|
6707
|
+
"required": true,
|
|
6708
|
+
"conditionKeys": [
|
|
6709
|
+
"aws:ResourceTag/${TagKey}",
|
|
6710
|
+
"ec2:ResourceTag/${TagKey}"
|
|
6711
|
+
],
|
|
6712
|
+
"dependentActions": []
|
|
6713
|
+
}
|
|
6714
|
+
],
|
|
6715
|
+
"conditionKeys": [
|
|
6716
|
+
"ec2:Region"
|
|
6717
|
+
],
|
|
6718
|
+
"dependentActions": []
|
|
6719
|
+
},
|
|
6603
6720
|
"deletemanagedprefixlist": {
|
|
6604
6721
|
"name": "DeleteManagedPrefixList",
|
|
6605
6722
|
"description": "Grants permission to delete a managed prefix list",
|
|
@@ -9974,6 +10091,16 @@
|
|
|
9974
10091
|
],
|
|
9975
10092
|
"dependentActions": []
|
|
9976
10093
|
},
|
|
10094
|
+
"describeoutpostlags": {
|
|
10095
|
+
"name": "DescribeOutpostLags",
|
|
10096
|
+
"description": "Grants permission to describe Outpost LAGs",
|
|
10097
|
+
"accessLevel": "List",
|
|
10098
|
+
"resourceTypes": [],
|
|
10099
|
+
"conditionKeys": [
|
|
10100
|
+
"ec2:Region"
|
|
10101
|
+
],
|
|
10102
|
+
"dependentActions": []
|
|
10103
|
+
},
|
|
9977
10104
|
"describeplacementgroups": {
|
|
9978
10105
|
"name": "DescribePlacementGroups",
|
|
9979
10106
|
"description": "Grants permission to describe one or more placement groups",
|
|
@@ -10186,6 +10313,16 @@
|
|
|
10186
10313
|
],
|
|
10187
10314
|
"dependentActions": []
|
|
10188
10315
|
},
|
|
10316
|
+
"describeservicelinkvirtualinterfaces": {
|
|
10317
|
+
"name": "DescribeServiceLinkVirtualInterfaces",
|
|
10318
|
+
"description": "Grants permission to describe service link virtual interfaces",
|
|
10319
|
+
"accessLevel": "List",
|
|
10320
|
+
"resourceTypes": [],
|
|
10321
|
+
"conditionKeys": [
|
|
10322
|
+
"ec2:Region"
|
|
10323
|
+
],
|
|
10324
|
+
"dependentActions": []
|
|
10325
|
+
},
|
|
10189
10326
|
"describesnapshotattribute": {
|
|
10190
10327
|
"name": "DescribeSnapshotAttribute",
|
|
10191
10328
|
"description": "Grants permission to describe an attribute of a snapshot",
|
iamdata/data/actions/s3.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"associateaccessgrantsidentitycenter": {
|
|
29
29
|
"name": "AssociateAccessGrantsIdentityCenter",
|
|
30
30
|
"description": "Grants permission to associate Access Grants identity center",
|
|
31
|
-
"accessLevel": "
|
|
31
|
+
"accessLevel": "Permissions management",
|
|
32
32
|
"resourceTypes": [
|
|
33
33
|
{
|
|
34
34
|
"name": "accessgrantsinstance",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"createaccessgrant": {
|
|
92
92
|
"name": "CreateAccessGrant",
|
|
93
93
|
"description": "Grants permission to create Access Grant",
|
|
94
|
-
"accessLevel": "
|
|
94
|
+
"accessLevel": "Permissions management",
|
|
95
95
|
"resourceTypes": [
|
|
96
96
|
{
|
|
97
97
|
"name": "accessgrantslocation",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"createaccessgrantsinstance": {
|
|
117
117
|
"name": "CreateAccessGrantsInstance",
|
|
118
118
|
"description": "Grants permission to Create Access Grants Instance",
|
|
119
|
-
"accessLevel": "
|
|
119
|
+
"accessLevel": "Permissions management",
|
|
120
120
|
"resourceTypes": [
|
|
121
121
|
{
|
|
122
122
|
"name": "accessgrantsinstance",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"createaccessgrantslocation": {
|
|
142
142
|
"name": "CreateAccessGrantsLocation",
|
|
143
143
|
"description": "Grants permission to create Access Grants location",
|
|
144
|
-
"accessLevel": "
|
|
144
|
+
"accessLevel": "Permissions management",
|
|
145
145
|
"resourceTypes": [
|
|
146
146
|
{
|
|
147
147
|
"name": "accessgrantsinstance",
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"deleteaccessgrant": {
|
|
338
338
|
"name": "DeleteAccessGrant",
|
|
339
339
|
"description": "Grants permission to delete Access Grant",
|
|
340
|
-
"accessLevel": "
|
|
340
|
+
"accessLevel": "Permissions management",
|
|
341
341
|
"resourceTypes": [
|
|
342
342
|
{
|
|
343
343
|
"name": "accessgrant",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"deleteaccessgrantsinstance": {
|
|
361
361
|
"name": "DeleteAccessGrantsInstance",
|
|
362
362
|
"description": "Grants permission to Delete Access Grants Instance",
|
|
363
|
-
"accessLevel": "
|
|
363
|
+
"accessLevel": "Permissions management",
|
|
364
364
|
"resourceTypes": [
|
|
365
365
|
{
|
|
366
366
|
"name": "accessgrantsinstance",
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"deleteaccessgrantsinstanceresourcepolicy": {
|
|
384
384
|
"name": "DeleteAccessGrantsInstanceResourcePolicy",
|
|
385
385
|
"description": "Grants permission to read Access grants instance resource policy",
|
|
386
|
-
"accessLevel": "
|
|
386
|
+
"accessLevel": "Permissions management",
|
|
387
387
|
"resourceTypes": [
|
|
388
388
|
{
|
|
389
389
|
"name": "accessgrantsinstance",
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"deleteaccessgrantslocation": {
|
|
407
407
|
"name": "DeleteAccessGrantsLocation",
|
|
408
408
|
"description": "Grants permission to delete Access Grants location",
|
|
409
|
-
"accessLevel": "
|
|
409
|
+
"accessLevel": "Permissions management",
|
|
410
410
|
"resourceTypes": [
|
|
411
411
|
{
|
|
412
412
|
"name": "accessgrantslocation",
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"dissociateaccessgrantsidentitycenter": {
|
|
881
881
|
"name": "DissociateAccessGrantsIdentityCenter",
|
|
882
882
|
"description": "Grants permission to disassociate Access Grants identity center",
|
|
883
|
-
"accessLevel": "
|
|
883
|
+
"accessLevel": "Permissions management",
|
|
884
884
|
"resourceTypes": [
|
|
885
885
|
{
|
|
886
886
|
"name": "accessgrantsinstance",
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
"putaccessgrantsinstanceresourcepolicy": {
|
|
2705
2705
|
"name": "PutAccessGrantsInstanceResourcePolicy",
|
|
2706
2706
|
"description": "Grants permission to put Access grants instance resource policy",
|
|
2707
|
-
"accessLevel": "
|
|
2707
|
+
"accessLevel": "Permissions management",
|
|
2708
2708
|
"resourceTypes": [
|
|
2709
2709
|
{
|
|
2710
2710
|
"name": "accessgrantsinstance",
|
|
@@ -3772,7 +3772,7 @@
|
|
|
3772
3772
|
"updateaccessgrantslocation": {
|
|
3773
3773
|
"name": "UpdateAccessGrantsLocation",
|
|
3774
3774
|
"description": "Grants permission to update Access Grants location",
|
|
3775
|
-
"accessLevel": "
|
|
3775
|
+
"accessLevel": "Permissions management",
|
|
3776
3776
|
"resourceTypes": [
|
|
3777
3777
|
{
|
|
3778
3778
|
"name": "accessgrantslocation",
|
iamdata/data/actions/scn.json
CHANGED
|
@@ -59,6 +59,21 @@
|
|
|
59
59
|
"conditionKeys": [],
|
|
60
60
|
"dependentActions": []
|
|
61
61
|
},
|
|
62
|
+
"createdatalakenamespace": {
|
|
63
|
+
"name": "CreateDataLakeNamespace",
|
|
64
|
+
"description": "Grants permission to create the data lake namespace",
|
|
65
|
+
"accessLevel": "Write",
|
|
66
|
+
"resourceTypes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "instance",
|
|
69
|
+
"required": true,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
},
|
|
62
77
|
"createinstance": {
|
|
63
78
|
"name": "CreateInstance",
|
|
64
79
|
"description": "Grants permission to create a new AWS Supply Chain instance",
|
|
@@ -119,6 +134,21 @@
|
|
|
119
134
|
"conditionKeys": [],
|
|
120
135
|
"dependentActions": []
|
|
121
136
|
},
|
|
137
|
+
"deletedatalakenamespace": {
|
|
138
|
+
"name": "DeleteDataLakeNamespace",
|
|
139
|
+
"description": "Grants permission to delete the data lake namespace",
|
|
140
|
+
"accessLevel": "Write",
|
|
141
|
+
"resourceTypes": [
|
|
142
|
+
{
|
|
143
|
+
"name": "namespace",
|
|
144
|
+
"required": true,
|
|
145
|
+
"conditionKeys": [],
|
|
146
|
+
"dependentActions": []
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"conditionKeys": [],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
},
|
|
122
152
|
"deleteinstance": {
|
|
123
153
|
"name": "DeleteInstance",
|
|
124
154
|
"description": "Grants permission to delete an AWS Supply Chain instance",
|
|
@@ -179,6 +209,21 @@
|
|
|
179
209
|
"conditionKeys": [],
|
|
180
210
|
"dependentActions": []
|
|
181
211
|
},
|
|
212
|
+
"getdataintegrationevent": {
|
|
213
|
+
"name": "GetDataIntegrationEvent",
|
|
214
|
+
"description": "Grants permission to get a DataIntegrationEvent",
|
|
215
|
+
"accessLevel": "Read",
|
|
216
|
+
"resourceTypes": [
|
|
217
|
+
{
|
|
218
|
+
"name": "instance",
|
|
219
|
+
"required": true,
|
|
220
|
+
"conditionKeys": [],
|
|
221
|
+
"dependentActions": []
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
},
|
|
182
227
|
"getdataintegrationflow": {
|
|
183
228
|
"name": "GetDataIntegrationFlow",
|
|
184
229
|
"description": "Grants permission to get the DataIntegrationFlow details",
|
|
@@ -194,6 +239,21 @@
|
|
|
194
239
|
"conditionKeys": [],
|
|
195
240
|
"dependentActions": []
|
|
196
241
|
},
|
|
242
|
+
"getdataintegrationflowexecution": {
|
|
243
|
+
"name": "GetDataIntegrationFlowExecution",
|
|
244
|
+
"description": "Grants permission to get a particular execution of one specified DataIntegrationFlow",
|
|
245
|
+
"accessLevel": "Read",
|
|
246
|
+
"resourceTypes": [
|
|
247
|
+
{
|
|
248
|
+
"name": "data-integration-flow",
|
|
249
|
+
"required": true,
|
|
250
|
+
"conditionKeys": [],
|
|
251
|
+
"dependentActions": []
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
197
257
|
"getdatalakedataset": {
|
|
198
258
|
"name": "GetDataLakeDataset",
|
|
199
259
|
"description": "Grants permission to get the dataset details",
|
|
@@ -209,6 +269,21 @@
|
|
|
209
269
|
"conditionKeys": [],
|
|
210
270
|
"dependentActions": []
|
|
211
271
|
},
|
|
272
|
+
"getdatalakenamespace": {
|
|
273
|
+
"name": "GetDataLakeNamespace",
|
|
274
|
+
"description": "Grants permission to get the namespace details",
|
|
275
|
+
"accessLevel": "Read",
|
|
276
|
+
"resourceTypes": [
|
|
277
|
+
{
|
|
278
|
+
"name": "namespace",
|
|
279
|
+
"required": true,
|
|
280
|
+
"conditionKeys": [],
|
|
281
|
+
"dependentActions": []
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"conditionKeys": [],
|
|
285
|
+
"dependentActions": []
|
|
286
|
+
},
|
|
212
287
|
"getinstance": {
|
|
213
288
|
"name": "GetInstance",
|
|
214
289
|
"description": "Grants permission to view details of an AWS Supply Chain instance",
|
|
@@ -239,6 +314,36 @@
|
|
|
239
314
|
"conditionKeys": [],
|
|
240
315
|
"dependentActions": []
|
|
241
316
|
},
|
|
317
|
+
"listdataintegrationevents": {
|
|
318
|
+
"name": "ListDataIntegrationEvents",
|
|
319
|
+
"description": "Grants permission to list all DataIntegrationEvents under an instance",
|
|
320
|
+
"accessLevel": "List",
|
|
321
|
+
"resourceTypes": [
|
|
322
|
+
{
|
|
323
|
+
"name": "instance",
|
|
324
|
+
"required": true,
|
|
325
|
+
"conditionKeys": [],
|
|
326
|
+
"dependentActions": []
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"conditionKeys": [],
|
|
330
|
+
"dependentActions": []
|
|
331
|
+
},
|
|
332
|
+
"listdataintegrationflowexecutions": {
|
|
333
|
+
"name": "ListDataIntegrationFlowExecutions",
|
|
334
|
+
"description": "Grants permission to list all executions of one specified DataIntegrationFlow",
|
|
335
|
+
"accessLevel": "List",
|
|
336
|
+
"resourceTypes": [
|
|
337
|
+
{
|
|
338
|
+
"name": "data-integration-flow",
|
|
339
|
+
"required": true,
|
|
340
|
+
"conditionKeys": [],
|
|
341
|
+
"dependentActions": []
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"conditionKeys": [],
|
|
345
|
+
"dependentActions": []
|
|
346
|
+
},
|
|
242
347
|
"listdataintegrationflows": {
|
|
243
348
|
"name": "ListDataIntegrationFlows",
|
|
244
349
|
"description": "Grants permission to list all the DataIntegrationFlows in a paginated way",
|
|
@@ -269,6 +374,21 @@
|
|
|
269
374
|
"conditionKeys": [],
|
|
270
375
|
"dependentActions": []
|
|
271
376
|
},
|
|
377
|
+
"listdatalakenamespaces": {
|
|
378
|
+
"name": "ListDataLakeNamespaces",
|
|
379
|
+
"description": "Grants permission to list the data lake namespaces under specific instance",
|
|
380
|
+
"accessLevel": "List",
|
|
381
|
+
"resourceTypes": [
|
|
382
|
+
{
|
|
383
|
+
"name": "instance",
|
|
384
|
+
"required": true,
|
|
385
|
+
"conditionKeys": [],
|
|
386
|
+
"dependentActions": []
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"conditionKeys": [],
|
|
390
|
+
"dependentActions": []
|
|
391
|
+
},
|
|
272
392
|
"listinstances": {
|
|
273
393
|
"name": "ListInstances",
|
|
274
394
|
"description": "Grants permission to view the AWS Supply Chain instances associated with an AWS account",
|
|
@@ -394,6 +514,21 @@
|
|
|
394
514
|
"conditionKeys": [],
|
|
395
515
|
"dependentActions": []
|
|
396
516
|
},
|
|
517
|
+
"updatedatalakenamespace": {
|
|
518
|
+
"name": "UpdateDataLakeNamespace",
|
|
519
|
+
"description": "Grants permission to update the data lake namespace",
|
|
520
|
+
"accessLevel": "Write",
|
|
521
|
+
"resourceTypes": [
|
|
522
|
+
{
|
|
523
|
+
"name": "namespace",
|
|
524
|
+
"required": true,
|
|
525
|
+
"conditionKeys": [],
|
|
526
|
+
"dependentActions": []
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"conditionKeys": [],
|
|
530
|
+
"dependentActions": []
|
|
531
|
+
},
|
|
397
532
|
"updateinstance": {
|
|
398
533
|
"name": "UpdateInstance",
|
|
399
534
|
"description": "Grants permission to update an AWS Supply Chain instance",
|
|
@@ -258,6 +258,24 @@
|
|
|
258
258
|
],
|
|
259
259
|
"dependentActions": []
|
|
260
260
|
},
|
|
261
|
+
"startcanarydryrun": {
|
|
262
|
+
"name": "StartCanaryDryRun",
|
|
263
|
+
"description": "Grants permission to start a canary dry run, so that Amazon CloudWatch Synthetics can execute a test execution of a canary with provided parameters",
|
|
264
|
+
"accessLevel": "Write",
|
|
265
|
+
"resourceTypes": [
|
|
266
|
+
{
|
|
267
|
+
"name": "canary",
|
|
268
|
+
"required": true,
|
|
269
|
+
"conditionKeys": [],
|
|
270
|
+
"dependentActions": []
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"conditionKeys": [
|
|
274
|
+
"aws:ResourceTag/${TagKey}",
|
|
275
|
+
"aws:TagKeys"
|
|
276
|
+
],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
},
|
|
261
279
|
"stopcanary": {
|
|
262
280
|
"name": "StopCanary",
|
|
263
281
|
"description": "Grants permission to stop a canary",
|
iamdata/data/metadata.json
CHANGED
|
@@ -653,6 +653,17 @@
|
|
|
653
653
|
"ec2:Vpc"
|
|
654
654
|
]
|
|
655
655
|
},
|
|
656
|
+
"outpost-lag": {
|
|
657
|
+
"key": "outpost-lag",
|
|
658
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:outpost-lag/${OutpostLagId}",
|
|
659
|
+
"conditionKeys": [
|
|
660
|
+
"aws:RequestTag/${TagKey}",
|
|
661
|
+
"aws:ResourceTag/${TagKey}",
|
|
662
|
+
"aws:TagKeys",
|
|
663
|
+
"ec2:Region",
|
|
664
|
+
"ec2:ResourceTag/${TagKey}"
|
|
665
|
+
]
|
|
666
|
+
},
|
|
656
667
|
"placement-group": {
|
|
657
668
|
"key": "placement-group",
|
|
658
669
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:placement-group/${PlacementGroupName}",
|
|
@@ -811,6 +822,7 @@
|
|
|
811
822
|
"ec2:Location",
|
|
812
823
|
"ec2:OutpostArn",
|
|
813
824
|
"ec2:Owner",
|
|
825
|
+
"ec2:ParentSnapshot",
|
|
814
826
|
"ec2:ParentVolume",
|
|
815
827
|
"ec2:Region",
|
|
816
828
|
"ec2:Remove/group",
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"key": "data-integration-flow",
|
|
12
12
|
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/data-integration-flows/${FlowName}"
|
|
13
13
|
},
|
|
14
|
+
"namespace": {
|
|
15
|
+
"key": "namespace",
|
|
16
|
+
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}"
|
|
17
|
+
},
|
|
14
18
|
"dataset": {
|
|
15
19
|
"key": "dataset",
|
|
16
20
|
"arn": "arn:${Partition}:scn:${Region}:${Account}:instance/${InstanceId}/namespaces/${Namespace}/datasets/${DatasetName}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202505141
|
|
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,7 +4,7 @@ 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=
|
|
7
|
+
iamdata/data/metadata.json,sha256=XKxs_5yAvbZI3D5C3VcafJwAT4zlEu88b-5NLeZIQ0o,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=7TPEzcSJtN8aqffnzVsa_u08kLpdGqvFsaqAsVXiivc,18390
|
|
9
9
|
iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -138,7 +138,7 @@ iamdata/data/actions/dsql.json,sha256=SeWngikoz44CKfuaH-auvw2dh9RzLCKOHClqLiMt_T
|
|
|
138
138
|
iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
|
|
139
139
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
|
140
140
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
|
141
|
-
iamdata/data/actions/ec2.json,sha256=
|
|
141
|
+
iamdata/data/actions/ec2.json,sha256=WAEc3M9Tr3qNiBYBnK2SAVMBBQT5jatm0j5xaNljbvU,521222
|
|
142
142
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
|
143
143
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
|
144
144
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
@@ -335,7 +335,7 @@ iamdata/data/actions/route53resolver.json,sha256=c-Jrx6AKsdGmJxbfSbDiHWfkZTpDpRw
|
|
|
335
335
|
iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ,7807
|
|
336
336
|
iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
|
|
337
337
|
iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
|
|
338
|
-
iamdata/data/actions/s3.json,sha256=
|
|
338
|
+
iamdata/data/actions/s3.json,sha256=u5zIIhpkxCXEE-xZKnSuee5zR1sEgcnV_23-DvXzw-A,105291
|
|
339
339
|
iamdata/data/actions/s3express.json,sha256=wdb_64O33_pGoNWOUr93D3dMQ-JLsZIwKx1cMBu_dVE,13309
|
|
340
340
|
iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
|
|
341
341
|
iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
|
|
@@ -346,7 +346,7 @@ iamdata/data/actions/sagemaker.json,sha256=eBE98ZFyf3mmmx8Op4Nn-jQ7TzlkRvME5NJpf
|
|
|
346
346
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
347
347
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
348
348
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
349
|
-
iamdata/data/actions/scn.json,sha256=
|
|
349
|
+
iamdata/data/actions/scn.json,sha256=ObnurlDbDJPfk1MVsMqyiWu2ti93qHn0tyI5uj6I0eI,14622
|
|
350
350
|
iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
|
|
351
351
|
iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
|
|
352
352
|
iamdata/data/actions/security-ir.json,sha256=TGUBzc7kMNtC5uQQHo2ktHCmk-pZwBpnml1YfLaekIY,8375
|
|
@@ -389,7 +389,7 @@ iamdata/data/actions/supportplans.json,sha256=MW_iAr3Ka3WYkQ44WQ3pfVbNRemQVHSWtO
|
|
|
389
389
|
iamdata/data/actions/supportrecommendations.json,sha256=yOHJWonwKtV4zt4yZFv0Z0wxprcdde5oAKwbnp9BR2I,715
|
|
390
390
|
iamdata/data/actions/sustainability.json,sha256=b8CNrtppR_4schwoRrlDz_ylztwLaNmvdY0aFPiPv6k,259
|
|
391
391
|
iamdata/data/actions/swf.json,sha256=1iUenJtd4QkZ_1CprxmCYOEl84xuK1G9xgVg0fEZ2-s,23946
|
|
392
|
-
iamdata/data/actions/synthetics.json,sha256=
|
|
392
|
+
iamdata/data/actions/synthetics.json,sha256=_RDjrSsueamor4rfrx5uI-NmsYYYlxdCNv_TeNIADfU,9146
|
|
393
393
|
iamdata/data/actions/tag.json,sha256=tdQDgZqx6JbKFfIe07yrGpHqbbde2nnxgera-F1xElY,2364
|
|
394
394
|
iamdata/data/actions/tax.json,sha256=0qG1Z0mLD3Y2XsFhab3bG4OErNzJGSN59f15utrvQO8,4348
|
|
395
395
|
iamdata/data/actions/textract.json,sha256=2rvvfLNuj7bTT7btlXT0_sVv2oH_xCc1_jMimTuA8m0,8725
|
|
@@ -974,7 +974,7 @@ iamdata/data/resourceTypes/dsql.json,sha256=IXlF846K2_5vaSD_laF0PclcNj8GYgQjlIVY
|
|
|
974
974
|
iamdata/data/resourceTypes/dynamodb.json,sha256=tKPW8mCqd-I7XVmon85l0pwZ3hEUaM4AgCF62SlLjuI,1079
|
|
975
975
|
iamdata/data/resourceTypes/ebs.json,sha256=IrmZIp2kkVvqipTbQ79UEhzs_0odG193uDOChdaVAYM,310
|
|
976
976
|
iamdata/data/resourceTypes/ec2-instance-connect.json,sha256=B25bqvMKwZ4AdJe7K-O-KrR9_IgNgaZQy0dHYUpsW9w,510
|
|
977
|
-
iamdata/data/resourceTypes/ec2.json,sha256=
|
|
977
|
+
iamdata/data/resourceTypes/ec2.json,sha256=fSi3HH25UlEGOA7b7om1QSU18PZPbPGQN3TU2wQDss0,39493
|
|
978
978
|
iamdata/data/resourceTypes/ec2messages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
979
979
|
iamdata/data/resourceTypes/ecr-public.json,sha256=KUpluHsdDXNerckt6wv1xdwB9rcazjHduNbJ0ggsKH0,358
|
|
980
980
|
iamdata/data/resourceTypes/ecr.json,sha256=2MdA0kDOXNwmzmZy7wX5d4w46KicgEnKCnNi6a-zCi4,233
|
|
@@ -1182,7 +1182,7 @@ iamdata/data/resourceTypes/sagemaker.json,sha256=7letYvHOdZ86r4rHhVRG4btAWS5Rctg
|
|
|
1182
1182
|
iamdata/data/resourceTypes/savingsplans.json,sha256=8tLIu_FUwRKxv-bta1h4cy7zPkeFQtc356VPeNDqVRM,197
|
|
1183
1183
|
iamdata/data/resourceTypes/scheduler.json,sha256=Zp9amrBnMEqrkPzGKU10d4wjbxrveOSUFeNunCbjlRQ,354
|
|
1184
1184
|
iamdata/data/resourceTypes/schemas.json,sha256=Qhj-r7f6sJkTva-uLKc_Zv619Mb4GQxl2B7Nv1Et_-0,592
|
|
1185
|
-
iamdata/data/resourceTypes/scn.json,sha256=
|
|
1185
|
+
iamdata/data/resourceTypes/scn.json,sha256=_7mTFStgXzA-DYDX-WW5EIpbTz8ECLsnQKh8E7yt1nU,823
|
|
1186
1186
|
iamdata/data/resourceTypes/sdb.json,sha256=R7TfxvHzMqTW44DqHtrnsYQWHCjAEZme3im8c8L8TBs,118
|
|
1187
1187
|
iamdata/data/resourceTypes/secretsmanager.json,sha256=z97r_Oa3umKzIMTEwr59hdGiXae5WHU42nZlhKWfF54,346
|
|
1188
1188
|
iamdata/data/resourceTypes/security-ir.json,sha256=4w8aRCsl679ALmRFRCIeWcHuh1HzUWVKZOKuG8nRjUU,382
|
|
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1265
1265
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1266
1266
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1267
1267
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1268
|
-
iamdata-0.1.
|
|
1269
|
-
iamdata-0.1.
|
|
1270
|
-
iamdata-0.1.
|
|
1271
|
-
iamdata-0.1.
|
|
1268
|
+
iamdata-0.1.202505141.dist-info/METADATA,sha256=iTtCc0-bidFU6hJKvjo5LkOdTi50H6BJwoQ808xF6nA,3491
|
|
1269
|
+
iamdata-0.1.202505141.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1270
|
+
iamdata-0.1.202505141.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1271
|
+
iamdata-0.1.202505141.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|