iamdata 0.1.202505151__py3-none-any.whl → 0.1.202505171__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/backup-search.json +1 -0
- iamdata/data/actions/codebuild.json +367 -12
- iamdata/data/actions/codepipeline.json +15 -0
- iamdata/data/actions/events.json +24 -0
- iamdata/data/actions/medical-imaging.json +45 -0
- iamdata/data/actions/profile.json +102 -0
- iamdata/data/actions/resiliencehub.json +19 -5
- iamdata/data/actions/ssm.json +1 -0
- iamdata/data/actions/support.json +16 -0
- iamdata/data/actions/transform.json +86 -0
- iamdata/data/conditionKeys/codebuild.json +550 -0
- iamdata/data/conditionKeys/dsql.json +2 -2
- iamdata/data/conditionKeys/ssm.json +5 -0
- iamdata/data/conditionKeys/transform.json +1 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/events.json +8 -0
- iamdata/data/resourceTypes/profile.json +7 -0
- iamdata/data/resourceTypes/transform.json +6 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/RECORD +24 -21
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505151.dist-info → iamdata-0.1.202505171.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -94,6 +94,30 @@
|
|
|
94
94
|
"iam:CreateServiceLinkedRole"
|
|
95
95
|
]
|
|
96
96
|
},
|
|
97
|
+
"createdomainlayout": {
|
|
98
|
+
"name": "CreateDomainLayout",
|
|
99
|
+
"description": "Grants permission to create a layout in the domain",
|
|
100
|
+
"accessLevel": "Write",
|
|
101
|
+
"resourceTypes": [
|
|
102
|
+
{
|
|
103
|
+
"name": "domains",
|
|
104
|
+
"required": true,
|
|
105
|
+
"conditionKeys": [],
|
|
106
|
+
"dependentActions": []
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "layouts",
|
|
110
|
+
"required": true,
|
|
111
|
+
"conditionKeys": [
|
|
112
|
+
"aws:RequestTag/${TagKey}",
|
|
113
|
+
"aws:TagKeys"
|
|
114
|
+
],
|
|
115
|
+
"dependentActions": []
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"conditionKeys": [],
|
|
119
|
+
"dependentActions": []
|
|
120
|
+
},
|
|
97
121
|
"createeventstream": {
|
|
98
122
|
"name": "CreateEventStream",
|
|
99
123
|
"description": "Grants permission to put an event stream in a domain",
|
|
@@ -296,6 +320,27 @@
|
|
|
296
320
|
"conditionKeys": [],
|
|
297
321
|
"dependentActions": []
|
|
298
322
|
},
|
|
323
|
+
"deletedomainlayout": {
|
|
324
|
+
"name": "DeleteDomainLayout",
|
|
325
|
+
"description": "Grants permission to delete a layout in the domain",
|
|
326
|
+
"accessLevel": "Write",
|
|
327
|
+
"resourceTypes": [
|
|
328
|
+
{
|
|
329
|
+
"name": "domains",
|
|
330
|
+
"required": true,
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": []
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "layouts",
|
|
336
|
+
"required": true,
|
|
337
|
+
"conditionKeys": [],
|
|
338
|
+
"dependentActions": []
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"conditionKeys": [],
|
|
342
|
+
"dependentActions": []
|
|
343
|
+
},
|
|
299
344
|
"deleteeventstream": {
|
|
300
345
|
"name": "DeleteEventStream",
|
|
301
346
|
"description": "Grants permission to delete an event stream in a domain",
|
|
@@ -556,6 +601,27 @@
|
|
|
556
601
|
"conditionKeys": [],
|
|
557
602
|
"dependentActions": []
|
|
558
603
|
},
|
|
604
|
+
"getdomainlayout": {
|
|
605
|
+
"name": "GetDomainLayout",
|
|
606
|
+
"description": "Grants permission to get a layout in the domain",
|
|
607
|
+
"accessLevel": "Read",
|
|
608
|
+
"resourceTypes": [
|
|
609
|
+
{
|
|
610
|
+
"name": "domains",
|
|
611
|
+
"required": true,
|
|
612
|
+
"conditionKeys": [],
|
|
613
|
+
"dependentActions": []
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "layouts",
|
|
617
|
+
"required": true,
|
|
618
|
+
"conditionKeys": [],
|
|
619
|
+
"dependentActions": []
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"conditionKeys": [],
|
|
623
|
+
"dependentActions": []
|
|
624
|
+
},
|
|
559
625
|
"geteventstream": {
|
|
560
626
|
"name": "GetEventStream",
|
|
561
627
|
"description": "Grants permission to get a specific event stream in a domain",
|
|
@@ -857,6 +923,21 @@
|
|
|
857
923
|
"conditionKeys": [],
|
|
858
924
|
"dependentActions": []
|
|
859
925
|
},
|
|
926
|
+
"listdomainlayouts": {
|
|
927
|
+
"name": "ListDomainLayouts",
|
|
928
|
+
"description": "Grants permission to list all the layouts in the domain",
|
|
929
|
+
"accessLevel": "List",
|
|
930
|
+
"resourceTypes": [
|
|
931
|
+
{
|
|
932
|
+
"name": "domains",
|
|
933
|
+
"required": true,
|
|
934
|
+
"conditionKeys": [],
|
|
935
|
+
"dependentActions": []
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"conditionKeys": [],
|
|
939
|
+
"dependentActions": []
|
|
940
|
+
},
|
|
860
941
|
"listdomains": {
|
|
861
942
|
"name": "ListDomains",
|
|
862
943
|
"description": "Grants permission to list all the domains in an account",
|
|
@@ -1309,6 +1390,27 @@
|
|
|
1309
1390
|
"iam:CreateServiceLinkedRole"
|
|
1310
1391
|
]
|
|
1311
1392
|
},
|
|
1393
|
+
"updatedomainlayout": {
|
|
1394
|
+
"name": "UpdateDomainLayout",
|
|
1395
|
+
"description": "Grants permission to update a layout in the domain",
|
|
1396
|
+
"accessLevel": "Write",
|
|
1397
|
+
"resourceTypes": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "domains",
|
|
1400
|
+
"required": true,
|
|
1401
|
+
"conditionKeys": [],
|
|
1402
|
+
"dependentActions": []
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "layouts",
|
|
1406
|
+
"required": true,
|
|
1407
|
+
"conditionKeys": [],
|
|
1408
|
+
"dependentActions": []
|
|
1409
|
+
}
|
|
1410
|
+
],
|
|
1411
|
+
"conditionKeys": [],
|
|
1412
|
+
"dependentActions": []
|
|
1413
|
+
},
|
|
1312
1414
|
"updateeventtrigger": {
|
|
1313
1415
|
"name": "UpdateEventTrigger",
|
|
1314
1416
|
"description": "Grants permission to update an event trigger in the domain",
|
|
@@ -55,14 +55,21 @@
|
|
|
55
55
|
"name": "CreateApp",
|
|
56
56
|
"description": "Grants permission to create application",
|
|
57
57
|
"accessLevel": "Write",
|
|
58
|
-
"resourceTypes": [
|
|
58
|
+
"resourceTypes": [
|
|
59
|
+
{
|
|
60
|
+
"name": "application",
|
|
61
|
+
"required": true,
|
|
62
|
+
"conditionKeys": [],
|
|
63
|
+
"dependentActions": [
|
|
64
|
+
"iam:PassRole"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
],
|
|
59
68
|
"conditionKeys": [
|
|
60
69
|
"aws:RequestTag/${TagKey}",
|
|
61
70
|
"aws:TagKeys"
|
|
62
71
|
],
|
|
63
|
-
"dependentActions": [
|
|
64
|
-
"iam:PassRole"
|
|
65
|
-
]
|
|
72
|
+
"dependentActions": []
|
|
66
73
|
},
|
|
67
74
|
"createappversionappcomponent": {
|
|
68
75
|
"name": "CreateAppVersionAppComponent",
|
|
@@ -120,7 +127,14 @@
|
|
|
120
127
|
"name": "CreateResiliencyPolicy",
|
|
121
128
|
"description": "Grants permission to create resiliency policy",
|
|
122
129
|
"accessLevel": "Write",
|
|
123
|
-
"resourceTypes": [
|
|
130
|
+
"resourceTypes": [
|
|
131
|
+
{
|
|
132
|
+
"name": "resiliency-policy",
|
|
133
|
+
"required": true,
|
|
134
|
+
"conditionKeys": [],
|
|
135
|
+
"dependentActions": []
|
|
136
|
+
}
|
|
137
|
+
],
|
|
124
138
|
"conditionKeys": [
|
|
125
139
|
"aws:RequestTag/${TagKey}",
|
|
126
140
|
"aws:TagKeys"
|
iamdata/data/actions/ssm.json
CHANGED
|
@@ -39,6 +39,14 @@
|
|
|
39
39
|
"conditionKeys": [],
|
|
40
40
|
"dependentActions": []
|
|
41
41
|
},
|
|
42
|
+
"describecaseoptions": {
|
|
43
|
+
"name": "DescribeCaseOptions",
|
|
44
|
+
"description": "Grants permission to describe the available options for a single AWS Support case. This is an internally managed function",
|
|
45
|
+
"accessLevel": "Read",
|
|
46
|
+
"resourceTypes": [],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
42
50
|
"describecases": {
|
|
43
51
|
"name": "DescribeCases",
|
|
44
52
|
"description": "Grants permission to list AWS Support cases that matches the given inputs",
|
|
@@ -214,5 +222,13 @@
|
|
|
214
222
|
"resourceTypes": [],
|
|
215
223
|
"conditionKeys": [],
|
|
216
224
|
"dependentActions": []
|
|
225
|
+
},
|
|
226
|
+
"updatecaseseverity": {
|
|
227
|
+
"name": "UpdateCaseSeverity",
|
|
228
|
+
"description": "Grants permission to update the severity for a single AWS Support case. This is an internally managed function",
|
|
229
|
+
"accessLevel": "Write",
|
|
230
|
+
"resourceTypes": [],
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
217
233
|
}
|
|
218
234
|
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"associateconnectorresource": {
|
|
3
|
+
"name": "AssociateConnectorResource",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to invoke AssociateConnectorResource on AWS Transform",
|
|
6
|
+
"accessLevel": "Write",
|
|
7
|
+
"resourceTypes": [],
|
|
8
|
+
"conditionKeys": [],
|
|
9
|
+
"dependentActions": []
|
|
10
|
+
},
|
|
11
|
+
"createprofile": {
|
|
12
|
+
"name": "CreateProfile",
|
|
13
|
+
"isPermissionOnly": true,
|
|
14
|
+
"description": "Grants permission to invoke CreateProfile on AWS Transform",
|
|
15
|
+
"accessLevel": "Write",
|
|
16
|
+
"resourceTypes": [
|
|
17
|
+
{
|
|
18
|
+
"name": "profile",
|
|
19
|
+
"required": true,
|
|
20
|
+
"conditionKeys": [],
|
|
21
|
+
"dependentActions": []
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"conditionKeys": [],
|
|
25
|
+
"dependentActions": []
|
|
26
|
+
},
|
|
27
|
+
"deleteprofile": {
|
|
28
|
+
"name": "DeleteProfile",
|
|
29
|
+
"isPermissionOnly": true,
|
|
30
|
+
"description": "Grants permission to invoke DeleteProfile on AWS Transform",
|
|
31
|
+
"accessLevel": "Write",
|
|
32
|
+
"resourceTypes": [
|
|
33
|
+
{
|
|
34
|
+
"name": "profile",
|
|
35
|
+
"required": true,
|
|
36
|
+
"conditionKeys": [],
|
|
37
|
+
"dependentActions": []
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
},
|
|
43
|
+
"getconnector": {
|
|
44
|
+
"name": "GetConnector",
|
|
45
|
+
"isPermissionOnly": true,
|
|
46
|
+
"description": "Grants permission to invoke GetConnector on AWS Transform",
|
|
47
|
+
"accessLevel": "Read",
|
|
48
|
+
"resourceTypes": [],
|
|
49
|
+
"conditionKeys": [],
|
|
50
|
+
"dependentActions": []
|
|
51
|
+
},
|
|
52
|
+
"listprofiles": {
|
|
53
|
+
"name": "ListProfiles",
|
|
54
|
+
"isPermissionOnly": true,
|
|
55
|
+
"description": "Grants permission to invoke ListProfiles on AWS Transform",
|
|
56
|
+
"accessLevel": "List",
|
|
57
|
+
"resourceTypes": [],
|
|
58
|
+
"conditionKeys": [],
|
|
59
|
+
"dependentActions": []
|
|
60
|
+
},
|
|
61
|
+
"rejectconnector": {
|
|
62
|
+
"name": "RejectConnector",
|
|
63
|
+
"isPermissionOnly": true,
|
|
64
|
+
"description": "Grants permission to invoke RejectConnector on AWS Transform",
|
|
65
|
+
"accessLevel": "Write",
|
|
66
|
+
"resourceTypes": [],
|
|
67
|
+
"conditionKeys": [],
|
|
68
|
+
"dependentActions": []
|
|
69
|
+
},
|
|
70
|
+
"updateprofile": {
|
|
71
|
+
"name": "UpdateProfile",
|
|
72
|
+
"isPermissionOnly": true,
|
|
73
|
+
"description": "Grants permission to invoke UpdateProfile on AWS Transform",
|
|
74
|
+
"accessLevel": "Write",
|
|
75
|
+
"resourceTypes": [
|
|
76
|
+
{
|
|
77
|
+
"name": "profile",
|
|
78
|
+
"required": true,
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"conditionKeys": [],
|
|
84
|
+
"dependentActions": []
|
|
85
|
+
}
|
|
86
|
+
}
|