iamdata 0.1.202505161__py3-none-any.whl → 0.1.202505181__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/codebuild.json +367 -12
- iamdata/data/actions/codepipeline.json +15 -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/ssm.json +5 -0
- iamdata/data/conditionKeys/transform.json +1 -0
- iamdata/data/metadata.json +2 -2
- 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.202505161.dist-info → iamdata-0.1.202505181.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505161.dist-info → iamdata-0.1.202505181.dist-info}/RECORD +20 -17
- {iamdata-0.1.202505161.dist-info → iamdata-0.1.202505181.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505161.dist-info → iamdata-0.1.202505181.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -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
|
+
}
|