iamdata 0.1.202505211__py3-none-any.whl → 0.1.202505231__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/bedrock.json +15 -4
- iamdata/data/actions/cloudwatch.json +8 -0
- iamdata/data/actions/connect.json +4 -1
- iamdata/data/actions/databrew.json +14 -7
- iamdata/data/actions/dsql.json +83 -26
- iamdata/data/actions/eks.json +48 -0
- iamdata/data/actions/iotfleetwise.json +0 -63
- iamdata/data/actions/medical-imaging.json +15 -0
- iamdata/data/actions/rds.json +16 -7
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/conditionKeys/connect.json +10 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock.json +12 -3
- iamdata/data/resourceTypes/eks.json +7 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202505211.dist-info → iamdata-0.1.202505231.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505211.dist-info → iamdata-0.1.202505231.dist-info}/RECORD +22 -19
- {iamdata-0.1.202505211.dist-info → iamdata-0.1.202505231.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505211.dist-info → iamdata-0.1.202505231.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -144,7 +144,10 @@
|
|
|
144
144
|
"description": "Grants permission to create a blueprint for custom output from data automation",
|
|
145
145
|
"accessLevel": "Write",
|
|
146
146
|
"resourceTypes": [],
|
|
147
|
-
"conditionKeys": [
|
|
147
|
+
"conditionKeys": [
|
|
148
|
+
"aws:RequestTag/${TagKey}",
|
|
149
|
+
"aws:TagKeys"
|
|
150
|
+
],
|
|
148
151
|
"dependentActions": []
|
|
149
152
|
},
|
|
150
153
|
"createblueprintversion": {
|
|
@@ -174,7 +177,10 @@
|
|
|
174
177
|
"dependentActions": []
|
|
175
178
|
}
|
|
176
179
|
],
|
|
177
|
-
"conditionKeys": [
|
|
180
|
+
"conditionKeys": [
|
|
181
|
+
"aws:RequestTag/${TagKey}",
|
|
182
|
+
"aws:TagKeys"
|
|
183
|
+
],
|
|
178
184
|
"dependentActions": []
|
|
179
185
|
},
|
|
180
186
|
"createdatasource": {
|
|
@@ -1713,7 +1719,10 @@
|
|
|
1713
1719
|
"dependentActions": []
|
|
1714
1720
|
}
|
|
1715
1721
|
],
|
|
1716
|
-
"conditionKeys": [
|
|
1722
|
+
"conditionKeys": [
|
|
1723
|
+
"aws:RequestTag/${TagKey}",
|
|
1724
|
+
"aws:TagKeys"
|
|
1725
|
+
],
|
|
1717
1726
|
"dependentActions": []
|
|
1718
1727
|
},
|
|
1719
1728
|
"invokeflow": {
|
|
@@ -1736,7 +1745,9 @@
|
|
|
1736
1745
|
"description": "Grants permission to send user input (text-only) to the inline agent for Bedrock",
|
|
1737
1746
|
"accessLevel": "Read",
|
|
1738
1747
|
"resourceTypes": [],
|
|
1739
|
-
"conditionKeys": [
|
|
1748
|
+
"conditionKeys": [
|
|
1749
|
+
"bedrock:InlineAgentName"
|
|
1750
|
+
],
|
|
1740
1751
|
"dependentActions": []
|
|
1741
1752
|
},
|
|
1742
1753
|
"invokemodel": {
|
|
@@ -246,6 +246,14 @@
|
|
|
246
246
|
"conditionKeys": [],
|
|
247
247
|
"dependentActions": []
|
|
248
248
|
},
|
|
249
|
+
"generatequeryresultssummary": {
|
|
250
|
+
"name": "GenerateQueryResultsSummary",
|
|
251
|
+
"description": "Grants permission to generate a summary of CloudWatch LogInsights query results in natural language using generative AI",
|
|
252
|
+
"accessLevel": "Read",
|
|
253
|
+
"resourceTypes": [],
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
249
257
|
"getdashboard": {
|
|
250
258
|
"name": "GetDashboard",
|
|
251
259
|
"description": "Grants permission to display the details of the CloudWatch dashboard you specify",
|
|
@@ -3424,7 +3424,10 @@
|
|
|
3424
3424
|
"dependentActions": []
|
|
3425
3425
|
}
|
|
3426
3426
|
],
|
|
3427
|
-
"conditionKeys": [
|
|
3427
|
+
"conditionKeys": [
|
|
3428
|
+
"connect:ListRealtimeContactAnalysisSegmentsByOutputType",
|
|
3429
|
+
"connect:ListRealtimeContactAnalysisSegmentsBySegmentType"
|
|
3430
|
+
],
|
|
3428
3431
|
"dependentActions": []
|
|
3429
3432
|
},
|
|
3430
3433
|
"listroutingprofilequeues": {
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"resourceTypes": [],
|
|
22
22
|
"conditionKeys": [
|
|
23
23
|
"aws:RequestTag/${TagKey}",
|
|
24
|
-
"aws:TagKeys"
|
|
24
|
+
"aws:TagKeys",
|
|
25
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
26
|
],
|
|
26
27
|
"dependentActions": []
|
|
27
28
|
},
|
|
@@ -32,7 +33,8 @@
|
|
|
32
33
|
"resourceTypes": [],
|
|
33
34
|
"conditionKeys": [
|
|
34
35
|
"aws:RequestTag/${TagKey}",
|
|
35
|
-
"aws:TagKeys"
|
|
36
|
+
"aws:TagKeys",
|
|
37
|
+
"aws:ResourceTag/${TagKey}"
|
|
36
38
|
],
|
|
37
39
|
"dependentActions": []
|
|
38
40
|
},
|
|
@@ -43,7 +45,8 @@
|
|
|
43
45
|
"resourceTypes": [],
|
|
44
46
|
"conditionKeys": [
|
|
45
47
|
"aws:RequestTag/${TagKey}",
|
|
46
|
-
"aws:TagKeys"
|
|
48
|
+
"aws:TagKeys",
|
|
49
|
+
"aws:ResourceTag/${TagKey}"
|
|
47
50
|
],
|
|
48
51
|
"dependentActions": []
|
|
49
52
|
},
|
|
@@ -54,7 +57,8 @@
|
|
|
54
57
|
"resourceTypes": [],
|
|
55
58
|
"conditionKeys": [
|
|
56
59
|
"aws:RequestTag/${TagKey}",
|
|
57
|
-
"aws:TagKeys"
|
|
60
|
+
"aws:TagKeys",
|
|
61
|
+
"aws:ResourceTag/${TagKey}"
|
|
58
62
|
],
|
|
59
63
|
"dependentActions": []
|
|
60
64
|
},
|
|
@@ -65,7 +69,8 @@
|
|
|
65
69
|
"resourceTypes": [],
|
|
66
70
|
"conditionKeys": [
|
|
67
71
|
"aws:RequestTag/${TagKey}",
|
|
68
|
-
"aws:TagKeys"
|
|
72
|
+
"aws:TagKeys",
|
|
73
|
+
"aws:ResourceTag/${TagKey}"
|
|
69
74
|
],
|
|
70
75
|
"dependentActions": []
|
|
71
76
|
},
|
|
@@ -76,7 +81,8 @@
|
|
|
76
81
|
"resourceTypes": [],
|
|
77
82
|
"conditionKeys": [
|
|
78
83
|
"aws:RequestTag/${TagKey}",
|
|
79
|
-
"aws:TagKeys"
|
|
84
|
+
"aws:TagKeys",
|
|
85
|
+
"aws:ResourceTag/${TagKey}"
|
|
80
86
|
],
|
|
81
87
|
"dependentActions": []
|
|
82
88
|
},
|
|
@@ -87,7 +93,8 @@
|
|
|
87
93
|
"resourceTypes": [],
|
|
88
94
|
"conditionKeys": [
|
|
89
95
|
"aws:RequestTag/${TagKey}",
|
|
90
|
-
"aws:TagKeys"
|
|
96
|
+
"aws:TagKeys",
|
|
97
|
+
"aws:ResourceTag/${TagKey}"
|
|
91
98
|
],
|
|
92
99
|
"dependentActions": []
|
|
93
100
|
},
|
iamdata/data/actions/dsql.json
CHANGED
|
@@ -36,25 +36,6 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependentActions": []
|
|
38
38
|
},
|
|
39
|
-
"createmultiregionclusters": {
|
|
40
|
-
"name": "CreateMultiRegionClusters",
|
|
41
|
-
"description": "Grants permission to create multi-Region clusters. Creating multi-Region clusters also requires CreateCluster permission in each specified Region. **This action is deprecated as of 05/09/2025 and will be removed on 05/21/2025.**",
|
|
42
|
-
"accessLevel": "Write",
|
|
43
|
-
"resourceTypes": [
|
|
44
|
-
{
|
|
45
|
-
"name": "Cluster",
|
|
46
|
-
"required": true,
|
|
47
|
-
"conditionKeys": [],
|
|
48
|
-
"dependentActions": [
|
|
49
|
-
"dsql:CreateCluster"
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"conditionKeys": [
|
|
54
|
-
"dsql:WitnessRegion"
|
|
55
|
-
],
|
|
56
|
-
"dependentActions": []
|
|
57
|
-
},
|
|
58
39
|
"dbconnect": {
|
|
59
40
|
"name": "DbConnect",
|
|
60
41
|
"description": "Grants permission to connect to the database",
|
|
@@ -100,10 +81,10 @@
|
|
|
100
81
|
"conditionKeys": [],
|
|
101
82
|
"dependentActions": []
|
|
102
83
|
},
|
|
103
|
-
"
|
|
104
|
-
"name": "
|
|
105
|
-
"description": "Grants permission to
|
|
106
|
-
"accessLevel": "
|
|
84
|
+
"getbackupjob": {
|
|
85
|
+
"name": "GetBackupJob",
|
|
86
|
+
"description": "Grants permission to get the status of an Aurora DSQL cluster backup job",
|
|
87
|
+
"accessLevel": "Read",
|
|
107
88
|
"resourceTypes": [
|
|
108
89
|
{
|
|
109
90
|
"name": "Cluster",
|
|
@@ -113,9 +94,7 @@
|
|
|
113
94
|
}
|
|
114
95
|
],
|
|
115
96
|
"conditionKeys": [],
|
|
116
|
-
"dependentActions": [
|
|
117
|
-
"dsql:DeleteCluster"
|
|
118
|
-
]
|
|
97
|
+
"dependentActions": []
|
|
119
98
|
},
|
|
120
99
|
"getcluster": {
|
|
121
100
|
"name": "GetCluster",
|
|
@@ -132,6 +111,21 @@
|
|
|
132
111
|
"conditionKeys": [],
|
|
133
112
|
"dependentActions": []
|
|
134
113
|
},
|
|
114
|
+
"getrestorejob": {
|
|
115
|
+
"name": "GetRestoreJob",
|
|
116
|
+
"description": "Grants permission to get the status of an Aurora DSQL cluster restore job",
|
|
117
|
+
"accessLevel": "Read",
|
|
118
|
+
"resourceTypes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "Cluster",
|
|
121
|
+
"required": true,
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
},
|
|
135
129
|
"getvpcendpointservicename": {
|
|
136
130
|
"name": "GetVpcEndpointServiceName",
|
|
137
131
|
"description": "Grants permission to retrieve the VPC endpoint service name for a cluster",
|
|
@@ -219,6 +213,69 @@
|
|
|
219
213
|
"dsql:PutMultiRegionProperties"
|
|
220
214
|
]
|
|
221
215
|
},
|
|
216
|
+
"startbackupjob": {
|
|
217
|
+
"name": "StartBackupJob",
|
|
218
|
+
"description": "Grants permission to start a backup job for an Aurora DSQL cluster",
|
|
219
|
+
"accessLevel": "Write",
|
|
220
|
+
"resourceTypes": [
|
|
221
|
+
{
|
|
222
|
+
"name": "Cluster",
|
|
223
|
+
"required": true,
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"conditionKeys": [],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
},
|
|
231
|
+
"startrestorejob": {
|
|
232
|
+
"name": "StartRestoreJob",
|
|
233
|
+
"description": "Grants permission to start a restore job for an Aurora DSQL cluster",
|
|
234
|
+
"accessLevel": "Write",
|
|
235
|
+
"resourceTypes": [
|
|
236
|
+
{
|
|
237
|
+
"name": "Cluster",
|
|
238
|
+
"required": true,
|
|
239
|
+
"conditionKeys": [],
|
|
240
|
+
"dependentActions": []
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"conditionKeys": [],
|
|
244
|
+
"dependentActions": [
|
|
245
|
+
"dsql:CreateCluster",
|
|
246
|
+
"iam:CreateServiceLinkedRole"
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"stopbackupjob": {
|
|
250
|
+
"name": "StopBackupJob",
|
|
251
|
+
"description": "Grants permission to stop a backup job for an Aurora DSQL cluster",
|
|
252
|
+
"accessLevel": "Write",
|
|
253
|
+
"resourceTypes": [
|
|
254
|
+
{
|
|
255
|
+
"name": "Cluster",
|
|
256
|
+
"required": true,
|
|
257
|
+
"conditionKeys": [],
|
|
258
|
+
"dependentActions": []
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"conditionKeys": [],
|
|
262
|
+
"dependentActions": []
|
|
263
|
+
},
|
|
264
|
+
"stoprestorejob": {
|
|
265
|
+
"name": "StopRestoreJob",
|
|
266
|
+
"description": "Grants permission to stop a restore job for an Aurora DSQL Cluster",
|
|
267
|
+
"accessLevel": "Write",
|
|
268
|
+
"resourceTypes": [
|
|
269
|
+
{
|
|
270
|
+
"name": "Cluster",
|
|
271
|
+
"required": true,
|
|
272
|
+
"conditionKeys": [],
|
|
273
|
+
"dependentActions": []
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"conditionKeys": [],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
},
|
|
222
279
|
"tagresource": {
|
|
223
280
|
"name": "TagResource",
|
|
224
281
|
"description": "Grants permission to add tags to Aurora DSQL resources",
|
iamdata/data/actions/eks.json
CHANGED
|
@@ -605,6 +605,36 @@
|
|
|
605
605
|
"conditionKeys": [],
|
|
606
606
|
"dependentActions": []
|
|
607
607
|
},
|
|
608
|
+
"listdashboarddata": {
|
|
609
|
+
"name": "ListDashboardData",
|
|
610
|
+
"description": "Grants permission to list dashboard data. The Amazon EKS Dashboard aggregates information about cluster resources across multiple accounts and regions. The dashboard includes information about EC2 Instances and EKS Cluster versions",
|
|
611
|
+
"accessLevel": "Read",
|
|
612
|
+
"resourceTypes": [
|
|
613
|
+
{
|
|
614
|
+
"name": "dashboard",
|
|
615
|
+
"required": true,
|
|
616
|
+
"conditionKeys": [],
|
|
617
|
+
"dependentActions": []
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"conditionKeys": [],
|
|
621
|
+
"dependentActions": []
|
|
622
|
+
},
|
|
623
|
+
"listdashboardresources": {
|
|
624
|
+
"name": "ListDashboardResources",
|
|
625
|
+
"description": "Grants permission to list dashboard resources. The Amazon EKS Dashboard aggregates information about cluster resources across multiple accounts and regions. The dashboard includes information about EC2 Instances and EKS Cluster versions",
|
|
626
|
+
"accessLevel": "Read",
|
|
627
|
+
"resourceTypes": [
|
|
628
|
+
{
|
|
629
|
+
"name": "dashboard",
|
|
630
|
+
"required": true,
|
|
631
|
+
"conditionKeys": [],
|
|
632
|
+
"dependentActions": []
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"conditionKeys": [],
|
|
636
|
+
"dependentActions": []
|
|
637
|
+
},
|
|
608
638
|
"listeksanywheresubscriptions": {
|
|
609
639
|
"name": "ListEksAnywhereSubscriptions",
|
|
610
640
|
"description": "Grants permission to list EKS Anywhere subscriptions",
|
|
@@ -705,6 +735,12 @@
|
|
|
705
735
|
"conditionKeys": [],
|
|
706
736
|
"dependentActions": []
|
|
707
737
|
},
|
|
738
|
+
{
|
|
739
|
+
"name": "dashboard",
|
|
740
|
+
"required": false,
|
|
741
|
+
"conditionKeys": [],
|
|
742
|
+
"dependentActions": []
|
|
743
|
+
},
|
|
708
744
|
{
|
|
709
745
|
"name": "eks-anywhere-subscription",
|
|
710
746
|
"required": false,
|
|
@@ -794,6 +830,12 @@
|
|
|
794
830
|
"conditionKeys": [],
|
|
795
831
|
"dependentActions": []
|
|
796
832
|
},
|
|
833
|
+
{
|
|
834
|
+
"name": "dashboard",
|
|
835
|
+
"required": false,
|
|
836
|
+
"conditionKeys": [],
|
|
837
|
+
"dependentActions": []
|
|
838
|
+
},
|
|
797
839
|
{
|
|
798
840
|
"name": "eks-anywhere-subscription",
|
|
799
841
|
"required": false,
|
|
@@ -854,6 +896,12 @@
|
|
|
854
896
|
"conditionKeys": [],
|
|
855
897
|
"dependentActions": []
|
|
856
898
|
},
|
|
899
|
+
{
|
|
900
|
+
"name": "dashboard",
|
|
901
|
+
"required": false,
|
|
902
|
+
"conditionKeys": [],
|
|
903
|
+
"dependentActions": []
|
|
904
|
+
},
|
|
857
905
|
{
|
|
858
906
|
"name": "eks-anywhere-subscription",
|
|
859
907
|
"required": false,
|
|
@@ -20,69 +20,6 @@
|
|
|
20
20
|
"conditionKeys": [],
|
|
21
21
|
"dependentActions": []
|
|
22
22
|
},
|
|
23
|
-
"batchcreatevehicle": {
|
|
24
|
-
"name": "BatchCreateVehicle",
|
|
25
|
-
"description": "Grants permission to create a batch of vehicles",
|
|
26
|
-
"accessLevel": "Write",
|
|
27
|
-
"resourceTypes": [
|
|
28
|
-
{
|
|
29
|
-
"name": "decodermanifest",
|
|
30
|
-
"required": true,
|
|
31
|
-
"conditionKeys": [],
|
|
32
|
-
"dependentActions": [
|
|
33
|
-
"iot:CreateThing",
|
|
34
|
-
"iot:DescribeThing"
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "modelmanifest",
|
|
39
|
-
"required": true,
|
|
40
|
-
"conditionKeys": [],
|
|
41
|
-
"dependentActions": []
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "vehicle",
|
|
45
|
-
"required": true,
|
|
46
|
-
"conditionKeys": [],
|
|
47
|
-
"dependentActions": []
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"conditionKeys": [
|
|
51
|
-
"aws:RequestTag/${TagKey}",
|
|
52
|
-
"aws:TagKeys"
|
|
53
|
-
],
|
|
54
|
-
"dependentActions": []
|
|
55
|
-
},
|
|
56
|
-
"batchupdatevehicle": {
|
|
57
|
-
"name": "BatchUpdateVehicle",
|
|
58
|
-
"description": "Grants permission to update a batch of vehicles",
|
|
59
|
-
"accessLevel": "Write",
|
|
60
|
-
"resourceTypes": [
|
|
61
|
-
{
|
|
62
|
-
"name": "vehicle",
|
|
63
|
-
"required": true,
|
|
64
|
-
"conditionKeys": [],
|
|
65
|
-
"dependentActions": []
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "decodermanifest",
|
|
69
|
-
"required": false,
|
|
70
|
-
"conditionKeys": [],
|
|
71
|
-
"dependentActions": []
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "modelmanifest",
|
|
75
|
-
"required": false,
|
|
76
|
-
"conditionKeys": [],
|
|
77
|
-
"dependentActions": []
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"conditionKeys": [
|
|
81
|
-
"iotfleetwise:UpdateToModelManifestArn",
|
|
82
|
-
"iotfleetwise:UpdateToDecoderManifestArn"
|
|
83
|
-
],
|
|
84
|
-
"dependentActions": []
|
|
85
|
-
},
|
|
86
23
|
"createcampaign": {
|
|
87
24
|
"name": "CreateCampaign",
|
|
88
25
|
"description": "Grants permission to create a campaign",
|
|
@@ -127,6 +127,21 @@
|
|
|
127
127
|
"conditionKeys": [],
|
|
128
128
|
"dependentActions": []
|
|
129
129
|
},
|
|
130
|
+
"getdicomseriesmetadata": {
|
|
131
|
+
"name": "GetDICOMSeriesMetadata",
|
|
132
|
+
"description": "Grants permission to retrieve metadata for all DICOM instances belonging to a given DICOM series in DICOM JSON format",
|
|
133
|
+
"accessLevel": "Read",
|
|
134
|
+
"resourceTypes": [
|
|
135
|
+
{
|
|
136
|
+
"name": "datastore",
|
|
137
|
+
"required": true,
|
|
138
|
+
"conditionKeys": [],
|
|
139
|
+
"dependentActions": []
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
130
145
|
"getdatastore": {
|
|
131
146
|
"name": "GetDatastore",
|
|
132
147
|
"description": "Grants permission to get data store properties",
|
iamdata/data/actions/rds.json
CHANGED
|
@@ -727,7 +727,8 @@
|
|
|
727
727
|
"aws:TagKeys"
|
|
728
728
|
],
|
|
729
729
|
"dependentActions": [
|
|
730
|
-
"iam:PassRole"
|
|
730
|
+
"iam:PassRole",
|
|
731
|
+
"rds:AddTagsToResource"
|
|
731
732
|
]
|
|
732
733
|
},
|
|
733
734
|
"createdbproxyendpoint": {
|
|
@@ -739,7 +740,9 @@
|
|
|
739
740
|
"name": "proxy",
|
|
740
741
|
"required": true,
|
|
741
742
|
"conditionKeys": [],
|
|
742
|
-
"dependentActions": [
|
|
743
|
+
"dependentActions": [
|
|
744
|
+
"rds:AddTagsToResource"
|
|
745
|
+
]
|
|
743
746
|
},
|
|
744
747
|
{
|
|
745
748
|
"name": "proxy-endpoint",
|
|
@@ -965,7 +968,8 @@
|
|
|
965
968
|
"conditionKeys": [
|
|
966
969
|
"aws:RequestTag/${TagKey}",
|
|
967
970
|
"aws:TagKeys",
|
|
968
|
-
"rds:TenantDatabaseName"
|
|
971
|
+
"rds:TenantDatabaseName",
|
|
972
|
+
"rds:ManageMasterUserPassword"
|
|
969
973
|
],
|
|
970
974
|
"dependentActions": []
|
|
971
975
|
},
|
|
@@ -2695,7 +2699,8 @@
|
|
|
2695
2699
|
}
|
|
2696
2700
|
],
|
|
2697
2701
|
"conditionKeys": [
|
|
2698
|
-
"rds:TenantDatabaseName"
|
|
2702
|
+
"rds:TenantDatabaseName",
|
|
2703
|
+
"rds:ManageMasterUserPassword"
|
|
2699
2704
|
],
|
|
2700
2705
|
"dependentActions": []
|
|
2701
2706
|
},
|
|
@@ -2738,7 +2743,9 @@
|
|
|
2738
2743
|
"name": "ri",
|
|
2739
2744
|
"required": true,
|
|
2740
2745
|
"conditionKeys": [],
|
|
2741
|
-
"dependentActions": [
|
|
2746
|
+
"dependentActions": [
|
|
2747
|
+
"rds:AddTagsToResource"
|
|
2748
|
+
]
|
|
2742
2749
|
}
|
|
2743
2750
|
],
|
|
2744
2751
|
"conditionKeys": [
|
|
@@ -3254,7 +3261,8 @@
|
|
|
3254
3261
|
"rds:BackupTarget",
|
|
3255
3262
|
"aws:RequestTag/${TagKey}",
|
|
3256
3263
|
"aws:TagKeys",
|
|
3257
|
-
"rds:req-tag/${TagKey}"
|
|
3264
|
+
"rds:req-tag/${TagKey}",
|
|
3265
|
+
"rds:ManageMasterUserPassword"
|
|
3258
3266
|
],
|
|
3259
3267
|
"dependentActions": []
|
|
3260
3268
|
},
|
|
@@ -3355,7 +3363,8 @@
|
|
|
3355
3363
|
"rds:BackupTarget",
|
|
3356
3364
|
"aws:RequestTag/${TagKey}",
|
|
3357
3365
|
"aws:TagKeys",
|
|
3358
|
-
"rds:req-tag/${TagKey}"
|
|
3366
|
+
"rds:req-tag/${TagKey}",
|
|
3367
|
+
"rds:ManageMasterUserPassword"
|
|
3359
3368
|
],
|
|
3360
3369
|
"dependentActions": []
|
|
3361
3370
|
},
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"deleteaccountcolor": {
|
|
3
|
+
"name": "DeleteAccountColor",
|
|
4
|
+
"description": "Grants permission to delete account color setting",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"getaccountcolor": {
|
|
11
|
+
"name": "GetAccountColor",
|
|
12
|
+
"description": "Grants permission to retrieve account color setting",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"putaccountcolor": {
|
|
19
|
+
"name": "PutAccountColor",
|
|
20
|
+
"description": "Grants permission to set account color",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -49,6 +49,16 @@
|
|
|
49
49
|
"description": "Filters access by restricting federation into specified Amazon Connect instances",
|
|
50
50
|
"type": "String"
|
|
51
51
|
},
|
|
52
|
+
"connect:listrealtimecontactanalysissegmentsbyoutputtype": {
|
|
53
|
+
"key": "connect:ListRealtimeContactAnalysisSegmentsByOutputType",
|
|
54
|
+
"description": "Filters access by restricting the listed segments using the output type of the Amazon Connect Contact Lens real-time segment",
|
|
55
|
+
"type": "String"
|
|
56
|
+
},
|
|
57
|
+
"connect:listrealtimecontactanalysissegmentsbysegmenttype": {
|
|
58
|
+
"key": "connect:ListRealtimeContactAnalysisSegmentsBySegmentType",
|
|
59
|
+
"description": "Filters access by restricting the listed segments using the segment types of the Amazon Connect Contact Lens real-time segment",
|
|
60
|
+
"type": "ArrayOfString"
|
|
61
|
+
},
|
|
52
62
|
"connect:monitorcapabilities": {
|
|
53
63
|
"key": "connect:MonitorCapabilities",
|
|
54
64
|
"description": "Filters access by restricting the monitor capabilities of the user in the request",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
iamdata/data/metadata.json
CHANGED
|
@@ -154,15 +154,24 @@
|
|
|
154
154
|
},
|
|
155
155
|
"data-automation-project": {
|
|
156
156
|
"key": "data-automation-project",
|
|
157
|
-
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-project/${ProjectId}"
|
|
157
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-project/${ProjectId}",
|
|
158
|
+
"conditionKeys": [
|
|
159
|
+
"aws:ResourceTag/${TagKey}"
|
|
160
|
+
]
|
|
158
161
|
},
|
|
159
162
|
"blueprint": {
|
|
160
163
|
"key": "blueprint",
|
|
161
|
-
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:blueprint/${BlueprintId}"
|
|
164
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:blueprint/${BlueprintId}",
|
|
165
|
+
"conditionKeys": [
|
|
166
|
+
"aws:ResourceTag/${TagKey}"
|
|
167
|
+
]
|
|
162
168
|
},
|
|
163
169
|
"data-automation-invocation-job": {
|
|
164
170
|
"key": "data-automation-invocation-job",
|
|
165
|
-
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-invocation/${JobId}"
|
|
171
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-invocation/${JobId}",
|
|
172
|
+
"conditionKeys": [
|
|
173
|
+
"aws:ResourceTag/${TagKey}"
|
|
174
|
+
]
|
|
166
175
|
},
|
|
167
176
|
"data-automation-profile": {
|
|
168
177
|
"key": "data-automation-profile",
|
|
@@ -63,5 +63,12 @@
|
|
|
63
63
|
"access-policy": {
|
|
64
64
|
"key": "access-policy",
|
|
65
65
|
"arn": "arn:${Partition}:eks::aws:cluster-access-policy/${AccessPolicyName}"
|
|
66
|
+
},
|
|
67
|
+
"dashboard": {
|
|
68
|
+
"key": "dashboard",
|
|
69
|
+
"arn": "arn:${Partition}:eks:${Region}:${Account}:dashboard/${DashboardName}",
|
|
70
|
+
"conditionKeys": [
|
|
71
|
+
"aws:ResourceTag/${TagKey}"
|
|
72
|
+
]
|
|
66
73
|
}
|
|
67
74
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -397,6 +397,7 @@
|
|
|
397
397
|
"trustedadvisor": "AWS Trusted Advisor",
|
|
398
398
|
"ts": "AWS Diagnostic tools",
|
|
399
399
|
"user-subscriptions": "AWS User Subscriptions",
|
|
400
|
+
"uxc": "AWS Service for managing account level display settings",
|
|
400
401
|
"vendor-insights": "AWS Marketplace Vendor Insights",
|
|
401
402
|
"verified-access": "AWS Verified Access",
|
|
402
403
|
"verifiedpermissions": "Amazon Verified Permissions",
|
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.202505231
|
|
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=DIYZ9WqZWQ_4BjLwg0cSUrJSELAj0a9SZYrxjxnY_L0,76
|
|
8
|
+
iamdata/data/serviceNames.json,sha256=ms_55dp8bPobEthMcfs3MvPGhKjE6fSWz06V6_NnVrs,18422
|
|
9
|
+
iamdata/data/services.json,sha256=0cUxm8n2SwGM65YNE7s82l4r0IIthuRyHwCNON7Qq6c,7154
|
|
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=wOZB3FD4LQtMnnznZFnEO8936QIvEhxTuATXo0Nefbw,12622
|
|
@@ -57,7 +57,7 @@ iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_
|
|
|
57
57
|
iamdata/data/actions/batch.json,sha256=0ReKY6Wxy-uzPSjI7cMBl77fRLpgpxPnJvRk2oABqS8,15822
|
|
58
58
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
59
59
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
60
|
-
iamdata/data/actions/bedrock.json,sha256=
|
|
60
|
+
iamdata/data/actions/bedrock.json,sha256=f9sNXe80CsduuJ6ltcDzPo4mQGHj1iYmmlV3RqBKKp0,85852
|
|
61
61
|
iamdata/data/actions/billing.json,sha256=tlpZgCGc05gf3Dt2kV-VICRX2Tb1PX7OlCHSqTDRcKU,8947
|
|
62
62
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
63
63
|
iamdata/data/actions/braket.json,sha256=XbePDa3XX-4ztOvhPfr4FjEb10iGBQi4e65VC4tUlag,6039
|
|
@@ -80,7 +80,7 @@ iamdata/data/actions/cloudsearch.json,sha256=zh1cCJni8npKiIfF1wNhp5uW_QB-AAZBv6a
|
|
|
80
80
|
iamdata/data/actions/cloudshell.json,sha256=bqra8FWfKtXrVb8ymavNGBuKT5caJsmLjj3xYlMEj5E,4462
|
|
81
81
|
iamdata/data/actions/cloudtrail-data.json,sha256=drVVOLQB0eDpKVG8MJQPLUzxKR5QLBEQqqWge07F9OU,393
|
|
82
82
|
iamdata/data/actions/cloudtrail.json,sha256=4DqeOSHqkBDdtYN6dFyS7dZtoSrqNzpToSWspsEC7UQ,27992
|
|
83
|
-
iamdata/data/actions/cloudwatch.json,sha256=
|
|
83
|
+
iamdata/data/actions/cloudwatch.json,sha256=pqJrhYNSsZm6tUonhyS6VgcOacAlDWtQXmto5wRdbmA,22059
|
|
84
84
|
iamdata/data/actions/codeartifact.json,sha256=4LMAjhVuG3Osun615WiVBGz85pqq9lBO9qVsYLqnNF8,20865
|
|
85
85
|
iamdata/data/actions/codebuild.json,sha256=X1WBP6oyUUBmW4ZwBURzSzilwG-DCt5reEsB6rIuKyk,43416
|
|
86
86
|
iamdata/data/actions/codecatalyst.json,sha256=mzx8k_osgE9Dhhx7DLwaluEsor2HIKRX4FgxxyKUWzc,14626
|
|
@@ -105,7 +105,7 @@ iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpL
|
|
|
105
105
|
iamdata/data/actions/compute-optimizer.json,sha256=e7fhylob4PxLDlwGP6kMEPeHV_UzWx50C-VcXkwfS6w,10218
|
|
106
106
|
iamdata/data/actions/config.json,sha256=jQGTa5vzBDeUExTXef7kwiRcy1p4WKJgMHbBkse5uIA,43354
|
|
107
107
|
iamdata/data/actions/connect-campaigns.json,sha256=4Wwn72V9GPaJ5vqicB20I3SM5ufWc_iBVp2sXGey9dE,13501
|
|
108
|
-
iamdata/data/actions/connect.json,sha256=
|
|
108
|
+
iamdata/data/actions/connect.json,sha256=QrlrkzBNzHgstr--DIOCqPGPRjvIo5sqcE2hu2Z-TLs,166598
|
|
109
109
|
iamdata/data/actions/consoleapp.json,sha256=GO6wCJDJGsuYO3T7cRd1RtIG7vtuTMjwYnguio4uUl8,667
|
|
110
110
|
iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48cqVnRIGTPq2L8Uto,569
|
|
111
111
|
iamdata/data/actions/controlcatalog.json,sha256=wWAO-nsZJSMcu6YItEXQulhRiOJtZWhtbDnX4FGVeTs,1608
|
|
@@ -113,7 +113,7 @@ iamdata/data/actions/controltower.json,sha256=PnFlVZBN3vX0fYoZgWDNm9crOIG4NHja19
|
|
|
113
113
|
iamdata/data/actions/cost-optimization-hub.json,sha256=Ui0HD996OKHmG7q-EfCxMdCMT36UX8Fi49bZskRixWk,1925
|
|
114
114
|
iamdata/data/actions/cur.json,sha256=03f0buxaNSdB02oVy3Fn6t32s_CnmaaUzrqXYi4QrwA,4253
|
|
115
115
|
iamdata/data/actions/customer-verification.json,sha256=swOWI9OxSElv4DOpBEU5foN6Fg1ZDX8FDdPTncp61d8,1483
|
|
116
|
-
iamdata/data/actions/databrew.json,sha256=
|
|
116
|
+
iamdata/data/actions/databrew.json,sha256=dJ2MhTmcx_k9wnbzptyfoA3N4pfphvm86i06j83XsDI,16949
|
|
117
117
|
iamdata/data/actions/dataexchange.json,sha256=GsnXo1UlT29ek5PhIZNpQvfuh362RP3WF4R7NMF0elE,16182
|
|
118
118
|
iamdata/data/actions/datapipeline.json,sha256=nuwKEl4_jScwy_lv_al5404Oawtb9fKm0JqC1-FeuMg,9499
|
|
119
119
|
iamdata/data/actions/datasync.json,sha256=4S8jnNmT0XcIulQqwUIfF13dJ7DhxhROk0SoFQlDa1c,27099
|
|
@@ -134,7 +134,7 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
|
|
|
134
134
|
iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
|
|
135
135
|
iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
|
|
136
136
|
iamdata/data/actions/ds.json,sha256=B_adbfNUcenYt0qGfwBergVIjIVpIUsrey53rsddQGs,35756
|
|
137
|
-
iamdata/data/actions/dsql.json,sha256=
|
|
137
|
+
iamdata/data/actions/dsql.json,sha256=ZiF88kO7ef2pg0YmfmMkIlsXOLzD8o0aefYUu_tlhP4,8325
|
|
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
|
|
@@ -144,7 +144,7 @@ iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWuj
|
|
|
144
144
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
145
145
|
iamdata/data/actions/ecs.json,sha256=JFGY6vEN8FnR62O9ytYn0fG8IwQHAm8nV5kd0xWn7c8,32043
|
|
146
146
|
iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
|
|
147
|
-
iamdata/data/actions/eks.json,sha256=
|
|
147
|
+
iamdata/data/actions/eks.json,sha256=WfaiJ2dJu1Wn477jErQOQn78B6oNY8DIOr9N7xtju6s,28980
|
|
148
148
|
iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
|
|
149
149
|
iamdata/data/actions/elasticbeanstalk.json,sha256=lAz2vQMEI8q0jze5njH2Jbal2bToylaaynqw9an7uM4,27164
|
|
150
150
|
iamdata/data/actions/elasticfilesystem.json,sha256=G5u9Zc6ihv0eairQSZUCndgnr3uydY8thEE60rpd9Dc,17227
|
|
@@ -206,7 +206,7 @@ iamdata/data/actions/iotanalytics.json,sha256=97BKV-eWEdhuEwkNBFS3ILrv8B8zK-hihu
|
|
|
206
206
|
iamdata/data/actions/iotdeviceadvisor.json,sha256=ckogdLedwOkF1GQftnsvoR6rVXx1mfBLprR5Hybw1y0,5388
|
|
207
207
|
iamdata/data/actions/iotevents.json,sha256=ehOpZTbdtQmU7wT6gHUOPKNbIPQQoqqnOgIk5r3NGZg,15190
|
|
208
208
|
iamdata/data/actions/iotfleethub.json,sha256=Ut9s_y7NM2Zp1crv-tFbbpHqGjsTzEP-nwyS3E8NK4c,2963
|
|
209
|
-
iamdata/data/actions/iotfleetwise.json,sha256=
|
|
209
|
+
iamdata/data/actions/iotfleetwise.json,sha256=u8ssMqayYhgo7aIP9qxRlCBnKgA1UIoFvyqVyDwLRRM,24963
|
|
210
210
|
iamdata/data/actions/iotjobsdata.json,sha256=ZdFruCEg5cTlcwzQtMy7Aje0iU2ZUWWlLd9gKQLTiaQ,1635
|
|
211
211
|
iamdata/data/actions/iotmanagedintegrations.json,sha256=EpypCjAAbJ32SN_cnfQHeD6sv7Pm-eYusYbMMS6TBHc,17679
|
|
212
212
|
iamdata/data/actions/iotsitewise.json,sha256=0Xc7umQbM4VntFW1RO1VgfAr5SZ3NBgOd95E0KME4j8,38358
|
|
@@ -254,7 +254,7 @@ iamdata/data/actions/mediapackage.json,sha256=taxoGgmLGStZ30dKbikDPxxyqFzowGJwXg
|
|
|
254
254
|
iamdata/data/actions/mediapackagev2.json,sha256=iEcytBBt7pQtqwvgSXvczWTmTpMsm3AuSgjQKnsz-QE,19885
|
|
255
255
|
iamdata/data/actions/mediastore.json,sha256=ioJ3MSAQskNIz4fY4KwNen0qXNJNGCEvsfY7Q124UGw,9870
|
|
256
256
|
iamdata/data/actions/mediatailor.json,sha256=7qxJ5X8ylYiHkjJRWlu_f77V3jZ5g79S6FA8DTa7kmY,19351
|
|
257
|
-
iamdata/data/actions/medical-imaging.json,sha256=
|
|
257
|
+
iamdata/data/actions/medical-imaging.json,sha256=lWIGIFxfd4ul7e9IWljIv0rTJW0V3SWMioL2pLzzUr0,10825
|
|
258
258
|
iamdata/data/actions/memorydb.json,sha256=qZc51k5ZkProhwc4TZ3D4aLbD6nL0b2SOwJgG_6tCNA,25332
|
|
259
259
|
iamdata/data/actions/mgh.json,sha256=rVxqPZE3FNU2wqGudVnOiMkhrERHGlw9gOb0xM_TJL0,15934
|
|
260
260
|
iamdata/data/actions/mgn.json,sha256=RoqyjG9AKaCegjnw-bXMKwW7dtEoDuRdUNUhn5QaOR4,64105
|
|
@@ -311,7 +311,7 @@ iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw
|
|
|
311
311
|
iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
|
|
312
312
|
iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
|
|
313
313
|
iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
|
|
314
|
-
iamdata/data/actions/rds.json,sha256=
|
|
314
|
+
iamdata/data/actions/rds.json,sha256=t9U6tQ8hh0b7J9mTmO36qujxVhex5a_BaEoZa6OE6HE,94680
|
|
315
315
|
iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1zdPNTAg9v_M,4841
|
|
316
316
|
iamdata/data/actions/redshift-serverless.json,sha256=2_z5zDo_hcxfh-_HHBn-NMB3MucA4GD-P5K_tXciDdg,25609
|
|
317
317
|
iamdata/data/actions/redshift.json,sha256=zqbsWjBanZ5mzeejyUMJ5AM_pSxpDuZkyIoWFm1pLxw,67815
|
|
@@ -405,6 +405,7 @@ iamdata/data/actions/translate.json,sha256=WaQx7sKrvNhmdnkwzyhwQsv2rtoVAGm7Plbjs
|
|
|
405
405
|
iamdata/data/actions/trustedadvisor.json,sha256=rBnQqABsmSBh_pyFVV2GtXVnU1_q85sXTGrLLURFt70,16403
|
|
406
406
|
iamdata/data/actions/ts.json,sha256=GIZqbhh1J0-hPithINogkxbG0Zy20F1bT_yrTEh2gEM,3373
|
|
407
407
|
iamdata/data/actions/user-subscriptions.json,sha256=P1UUUzK-bB8RwImjpKPH-QYqZ2cOurFRxHPP80bU6JI,1488
|
|
408
|
+
iamdata/data/actions/uxc.json,sha256=NoFDkq146oEtpefbLp6MLIrPswDzJRCk6aTwwNQSz6o,706
|
|
408
409
|
iamdata/data/actions/vendor-insights.json,sha256=qEcP85B6_ucX10cqdt8Tu7hOh54Ittzw2qB2kJRQZyk,10434
|
|
409
410
|
iamdata/data/actions/verified-access.json,sha256=RLtyTcTlf6ayUNPE9Dqa8gVsEf6kmUyf3Q7DLycttnA,279
|
|
410
411
|
iamdata/data/actions/verifiedpermissions.json,sha256=biPfeXJ_VKFozahn5tUksrIsxrUUYcaqafSU1lNacls,11279
|
|
@@ -524,7 +525,7 @@ iamdata/data/conditionKeys/comprehendmedical.json,sha256=bAc4VL2jS9ZQ8K87lwjiN3U
|
|
|
524
525
|
iamdata/data/conditionKeys/compute-optimizer.json,sha256=LFt_0wCvj0NSswFtDbXMmpi06xo--MPmnNs07jziWvI,169
|
|
525
526
|
iamdata/data/conditionKeys/config.json,sha256=UGeo7u-tuyU4kREakKdObgNFxM1DrwkzZLEDTV_ovuA,753
|
|
526
527
|
iamdata/data/conditionKeys/connect-campaigns.json,sha256=JvMsBWtJ4AFGCd6tmGcW4x22C10PEH-7wB4Qi3LyMk4,583
|
|
527
|
-
iamdata/data/conditionKeys/connect.json,sha256=
|
|
528
|
+
iamdata/data/conditionKeys/connect.json,sha256=jXLPNa0c--zTT2d3xOc_U46XWMsrOTwRfmt8wz9AXno,3562
|
|
528
529
|
iamdata/data/conditionKeys/consoleapp.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
529
530
|
iamdata/data/conditionKeys/consolidatedbilling.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
530
531
|
iamdata/data/conditionKeys/controlcatalog.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -824,6 +825,7 @@ iamdata/data/conditionKeys/translate.json,sha256=W-Nq0JyFJVmTKP2LLaWROVsJm9BqJxI
|
|
|
824
825
|
iamdata/data/conditionKeys/trustedadvisor.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
825
826
|
iamdata/data/conditionKeys/ts.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
|
826
827
|
iamdata/data/conditionKeys/user-subscriptions.json,sha256=KJP6ElzcMsR7B41e7wMBOZrV7PBjL-yvmxiShpBsmSE,219
|
|
828
|
+
iamdata/data/conditionKeys/uxc.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
827
829
|
iamdata/data/conditionKeys/vendor-insights.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
|
|
828
830
|
iamdata/data/conditionKeys/verified-access.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
829
831
|
iamdata/data/conditionKeys/verifiedpermissions.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
|
|
@@ -895,7 +897,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
|
|
|
895
897
|
iamdata/data/resourceTypes/batch.json,sha256=myIDeOX1B_WycacLBdpRgAlcoK_AHGLZjQY1NGmgiyc,1446
|
|
896
898
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
897
899
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
898
|
-
iamdata/data/resourceTypes/bedrock.json,sha256=
|
|
900
|
+
iamdata/data/resourceTypes/bedrock.json,sha256=u2ueqW4MtxC_HKVgHh-lmyu0PPdaAElUyghqf8Y8gT0,5802
|
|
899
901
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
900
902
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
901
903
|
iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
|
|
@@ -982,7 +984,7 @@ iamdata/data/resourceTypes/ecr-public.json,sha256=KUpluHsdDXNerckt6wv1xdwB9rcazj
|
|
|
982
984
|
iamdata/data/resourceTypes/ecr.json,sha256=2MdA0kDOXNwmzmZy7wX5d4w46KicgEnKCnNi6a-zCi4,233
|
|
983
985
|
iamdata/data/resourceTypes/ecs.json,sha256=phpWGrE5fBUzi7wcc5zw2gQlod8A0-N1cf_QVXK94TU,2332
|
|
984
986
|
iamdata/data/resourceTypes/eks-auth.json,sha256=1lKDxW4xgAvQQbjrveSKcY0Sl88bDDutDkGwAnAKk9A,186
|
|
985
|
-
iamdata/data/resourceTypes/eks.json,sha256=
|
|
987
|
+
iamdata/data/resourceTypes/eks.json,sha256=ijBBH_3OVoWrCDQaz4KmLl0m4IjY4BJ2jRCU1zci_js,2322
|
|
986
988
|
iamdata/data/resourceTypes/elasticache.json,sha256=5ob4qSIyMJZ_OV9RglSERxWTPNJO9KXpfRFHkT79SPQ,5029
|
|
987
989
|
iamdata/data/resourceTypes/elasticbeanstalk.json,sha256=9dMbfo13OtRy-3OlTUwN_1MVOcLMgLysMT27otU-Aek,1361
|
|
988
990
|
iamdata/data/resourceTypes/elasticfilesystem.json,sha256=D2fSakKHW83xRIQFkPc2NlmuoP4xrurWOPFXclLcTxM,428
|
|
@@ -1243,6 +1245,7 @@ iamdata/data/resourceTypes/translate.json,sha256=_IaITYNJkEPKT0K_TU2B4Fk75AiOxiq
|
|
|
1243
1245
|
iamdata/data/resourceTypes/trustedadvisor.json,sha256=jaen-kUaoPbEXSh3S3E7nbnzQVQkoE_jMyhY9CglYvc,142
|
|
1244
1246
|
iamdata/data/resourceTypes/ts.json,sha256=ENql7TaKgHFZzzjYQEASEjYy6V90Qm6fzXYvvmEnycI,291
|
|
1245
1247
|
iamdata/data/resourceTypes/user-subscriptions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1248
|
+
iamdata/data/resourceTypes/uxc.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1246
1249
|
iamdata/data/resourceTypes/vendor-insights.json,sha256=pRahPHaE_3h1ZQZV-6qoz6Vmg17CISdqj6TulNvA9fE,499
|
|
1247
1250
|
iamdata/data/resourceTypes/verified-access.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1248
1251
|
iamdata/data/resourceTypes/verifiedpermissions.json,sha256=GGQ_zt02YURgAgAwZn2hJbpYrOGCmPDu6sg6laJXbLY,210
|
|
@@ -1268,7 +1271,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1268
1271
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1269
1272
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1270
1273
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1271
|
-
iamdata-0.1.
|
|
1272
|
-
iamdata-0.1.
|
|
1273
|
-
iamdata-0.1.
|
|
1274
|
-
iamdata-0.1.
|
|
1274
|
+
iamdata-0.1.202505231.dist-info/METADATA,sha256=aellZUtE3OJVifaPKM6d7KySawHfx_IhMBqJmd5b7Mc,3491
|
|
1275
|
+
iamdata-0.1.202505231.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1276
|
+
iamdata-0.1.202505231.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1277
|
+
iamdata-0.1.202505231.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|