iamdata 0.1.202509221__py3-none-any.whl → 0.1.202509231__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/bedrock-agentcore.json +128 -5
- iamdata/data/actions/sagemaker.json +40 -8
- iamdata/data/conditionKeys/bedrock-agentcore.json +15 -0
- iamdata/data/conditionKeys/sagemaker.json +15 -0
- iamdata/data/conditionPatterns.json +1 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock-agentcore.json +16 -4
- iamdata/data/resourceTypes/sagemaker.json +8 -1
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509231.dist-info}/METADATA +1 -1
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509231.dist-info}/RECORD +12 -12
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509231.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202509221.dist-info → iamdata-0.1.202509231.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -36,7 +36,10 @@
|
|
|
36
36
|
"description": "Grants permission to create a new agent runtime",
|
|
37
37
|
"accessLevel": "Write",
|
|
38
38
|
"resourceTypes": [],
|
|
39
|
-
"conditionKeys": [
|
|
39
|
+
"conditionKeys": [
|
|
40
|
+
"aws:RequestTag/${TagKey}",
|
|
41
|
+
"aws:TagKeys"
|
|
42
|
+
],
|
|
40
43
|
"dependentActions": [
|
|
41
44
|
"iam:PassRole"
|
|
42
45
|
]
|
|
@@ -45,8 +48,18 @@
|
|
|
45
48
|
"name": "CreateAgentRuntimeEndpoint",
|
|
46
49
|
"description": "Grants permission to create a new agent runtime endpoint",
|
|
47
50
|
"accessLevel": "Write",
|
|
48
|
-
"resourceTypes": [
|
|
49
|
-
|
|
51
|
+
"resourceTypes": [
|
|
52
|
+
{
|
|
53
|
+
"name": "runtime",
|
|
54
|
+
"required": true,
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"conditionKeys": [
|
|
60
|
+
"aws:RequestTag/${TagKey}",
|
|
61
|
+
"aws:TagKeys"
|
|
62
|
+
],
|
|
50
63
|
"dependentActions": []
|
|
51
64
|
},
|
|
52
65
|
"createapikeycredentialprovider": {
|
|
@@ -75,7 +88,10 @@
|
|
|
75
88
|
"description": "Grants permission to create a new custom browser",
|
|
76
89
|
"accessLevel": "Write",
|
|
77
90
|
"resourceTypes": [],
|
|
78
|
-
"conditionKeys": [
|
|
91
|
+
"conditionKeys": [
|
|
92
|
+
"aws:RequestTag/${TagKey}",
|
|
93
|
+
"aws:TagKeys"
|
|
94
|
+
],
|
|
79
95
|
"dependentActions": []
|
|
80
96
|
},
|
|
81
97
|
"createcodeinterpreter": {
|
|
@@ -83,7 +99,10 @@
|
|
|
83
99
|
"description": "Grants permission to create a new custom code interpreter",
|
|
84
100
|
"accessLevel": "Write",
|
|
85
101
|
"resourceTypes": [],
|
|
86
|
-
"conditionKeys": [
|
|
102
|
+
"conditionKeys": [
|
|
103
|
+
"aws:RequestTag/${TagKey}",
|
|
104
|
+
"aws:TagKeys"
|
|
105
|
+
],
|
|
87
106
|
"dependentActions": []
|
|
88
107
|
},
|
|
89
108
|
"createevent": {
|
|
@@ -1033,6 +1052,39 @@
|
|
|
1033
1052
|
],
|
|
1034
1053
|
"dependentActions": []
|
|
1035
1054
|
},
|
|
1055
|
+
"listtagsforresource": {
|
|
1056
|
+
"name": "ListTagsForResource",
|
|
1057
|
+
"description": "Grants permission to list tags for a Bedrock-AgentCore resource",
|
|
1058
|
+
"accessLevel": "List",
|
|
1059
|
+
"resourceTypes": [
|
|
1060
|
+
{
|
|
1061
|
+
"name": "browser-custom",
|
|
1062
|
+
"required": false,
|
|
1063
|
+
"conditionKeys": [],
|
|
1064
|
+
"dependentActions": []
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "code-interpreter-custom",
|
|
1068
|
+
"required": false,
|
|
1069
|
+
"conditionKeys": [],
|
|
1070
|
+
"dependentActions": []
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"name": "runtime",
|
|
1074
|
+
"required": false,
|
|
1075
|
+
"conditionKeys": [],
|
|
1076
|
+
"dependentActions": []
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "runtime-endpoint",
|
|
1080
|
+
"required": false,
|
|
1081
|
+
"conditionKeys": [],
|
|
1082
|
+
"dependentActions": []
|
|
1083
|
+
}
|
|
1084
|
+
],
|
|
1085
|
+
"conditionKeys": [],
|
|
1086
|
+
"dependentActions": []
|
|
1087
|
+
},
|
|
1036
1088
|
"listworkloadidentities": {
|
|
1037
1089
|
"name": "ListWorkloadIdentities",
|
|
1038
1090
|
"description": "Grants permission to list all Workload Identities in the caller's AWS account",
|
|
@@ -1187,6 +1239,77 @@
|
|
|
1187
1239
|
"conditionKeys": [],
|
|
1188
1240
|
"dependentActions": []
|
|
1189
1241
|
},
|
|
1242
|
+
"tagresource": {
|
|
1243
|
+
"name": "TagResource",
|
|
1244
|
+
"description": "Grants permission to Tag a Bedrock-AgentCore resource",
|
|
1245
|
+
"accessLevel": "Tagging",
|
|
1246
|
+
"resourceTypes": [
|
|
1247
|
+
{
|
|
1248
|
+
"name": "browser-custom",
|
|
1249
|
+
"required": false,
|
|
1250
|
+
"conditionKeys": [],
|
|
1251
|
+
"dependentActions": []
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "code-interpreter-custom",
|
|
1255
|
+
"required": false,
|
|
1256
|
+
"conditionKeys": [],
|
|
1257
|
+
"dependentActions": []
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "runtime",
|
|
1261
|
+
"required": false,
|
|
1262
|
+
"conditionKeys": [],
|
|
1263
|
+
"dependentActions": []
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "runtime-endpoint",
|
|
1267
|
+
"required": false,
|
|
1268
|
+
"conditionKeys": [],
|
|
1269
|
+
"dependentActions": []
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"conditionKeys": [
|
|
1273
|
+
"aws:TagKeys",
|
|
1274
|
+
"aws:RequestTag/${TagKey}"
|
|
1275
|
+
],
|
|
1276
|
+
"dependentActions": []
|
|
1277
|
+
},
|
|
1278
|
+
"untagresource": {
|
|
1279
|
+
"name": "UntagResource",
|
|
1280
|
+
"description": "Grants permission to Untag a Bedrock-AgentCore resource",
|
|
1281
|
+
"accessLevel": "Tagging",
|
|
1282
|
+
"resourceTypes": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "browser-custom",
|
|
1285
|
+
"required": false,
|
|
1286
|
+
"conditionKeys": [],
|
|
1287
|
+
"dependentActions": []
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"name": "code-interpreter-custom",
|
|
1291
|
+
"required": false,
|
|
1292
|
+
"conditionKeys": [],
|
|
1293
|
+
"dependentActions": []
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "runtime",
|
|
1297
|
+
"required": false,
|
|
1298
|
+
"conditionKeys": [],
|
|
1299
|
+
"dependentActions": []
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "runtime-endpoint",
|
|
1303
|
+
"required": false,
|
|
1304
|
+
"conditionKeys": [],
|
|
1305
|
+
"dependentActions": []
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"conditionKeys": [
|
|
1309
|
+
"aws:TagKeys"
|
|
1310
|
+
],
|
|
1311
|
+
"dependentActions": []
|
|
1312
|
+
},
|
|
1190
1313
|
"updateagentruntime": {
|
|
1191
1314
|
"name": "UpdateAgentRuntime",
|
|
1192
1315
|
"description": "Grants permission to update an agent runtime",
|
|
@@ -274,7 +274,11 @@
|
|
|
274
274
|
{
|
|
275
275
|
"name": "model-package",
|
|
276
276
|
"required": false,
|
|
277
|
-
"conditionKeys": [
|
|
277
|
+
"conditionKeys": [
|
|
278
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
279
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
280
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
281
|
+
],
|
|
278
282
|
"dependentActions": []
|
|
279
283
|
},
|
|
280
284
|
{
|
|
@@ -479,7 +483,11 @@
|
|
|
479
483
|
"dependentActions": []
|
|
480
484
|
}
|
|
481
485
|
],
|
|
482
|
-
"conditionKeys": [
|
|
486
|
+
"conditionKeys": [
|
|
487
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
488
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
489
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
490
|
+
],
|
|
483
491
|
"dependentActions": []
|
|
484
492
|
},
|
|
485
493
|
"batchgetmetrics": {
|
|
@@ -1552,7 +1560,11 @@
|
|
|
1552
1560
|
{
|
|
1553
1561
|
"name": "model-package",
|
|
1554
1562
|
"required": false,
|
|
1555
|
-
"conditionKeys": [
|
|
1563
|
+
"conditionKeys": [
|
|
1564
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
1565
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
1566
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
1567
|
+
],
|
|
1556
1568
|
"dependentActions": [
|
|
1557
1569
|
"sagemaker:AddTags"
|
|
1558
1570
|
]
|
|
@@ -2778,7 +2790,11 @@
|
|
|
2778
2790
|
"dependentActions": []
|
|
2779
2791
|
}
|
|
2780
2792
|
],
|
|
2781
|
-
"conditionKeys": [
|
|
2793
|
+
"conditionKeys": [
|
|
2794
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
2795
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
2796
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
2797
|
+
],
|
|
2782
2798
|
"dependentActions": []
|
|
2783
2799
|
},
|
|
2784
2800
|
"deletemodelpackagegroup": {
|
|
@@ -3224,7 +3240,11 @@
|
|
|
3224
3240
|
{
|
|
3225
3241
|
"name": "model-package",
|
|
3226
3242
|
"required": false,
|
|
3227
|
-
"conditionKeys": [
|
|
3243
|
+
"conditionKeys": [
|
|
3244
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
3245
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
3246
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
3247
|
+
],
|
|
3228
3248
|
"dependentActions": []
|
|
3229
3249
|
},
|
|
3230
3250
|
{
|
|
@@ -4154,7 +4174,11 @@
|
|
|
4154
4174
|
"dependentActions": []
|
|
4155
4175
|
}
|
|
4156
4176
|
],
|
|
4157
|
-
"conditionKeys": [
|
|
4177
|
+
"conditionKeys": [
|
|
4178
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
4179
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
4180
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
4181
|
+
],
|
|
4158
4182
|
"dependentActions": []
|
|
4159
4183
|
},
|
|
4160
4184
|
"describemodelpackagegroup": {
|
|
@@ -5777,7 +5801,11 @@
|
|
|
5777
5801
|
{
|
|
5778
5802
|
"name": "model-package",
|
|
5779
5803
|
"required": false,
|
|
5780
|
-
"conditionKeys": [
|
|
5804
|
+
"conditionKeys": [
|
|
5805
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
5806
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
5807
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
5808
|
+
],
|
|
5781
5809
|
"dependentActions": []
|
|
5782
5810
|
},
|
|
5783
5811
|
{
|
|
@@ -7065,7 +7093,11 @@
|
|
|
7065
7093
|
{
|
|
7066
7094
|
"name": "model-package",
|
|
7067
7095
|
"required": true,
|
|
7068
|
-
"conditionKeys": [
|
|
7096
|
+
"conditionKeys": [
|
|
7097
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
7098
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
7099
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}"
|
|
7100
|
+
],
|
|
7069
7101
|
"dependentActions": []
|
|
7070
7102
|
}
|
|
7071
7103
|
],
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by having actions based on the tag value associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by creating requests based on the presence of mandatory tags in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
2
17
|
"bedrock-agentcore:actorid": {
|
|
3
18
|
"key": "bedrock-agentcore:actorId",
|
|
4
19
|
"description": "Filters access by Actor Id",
|
|
@@ -24,6 +24,21 @@
|
|
|
24
24
|
"description": "Filters access by the app network access type associated with the resource in the request",
|
|
25
25
|
"type": "String"
|
|
26
26
|
},
|
|
27
|
+
"sagemaker:currentcustomermetadataproperties/${metadatakey}": {
|
|
28
|
+
"key": "sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
29
|
+
"description": "Filters access by a current metadata key and value pair associated with the model-package resource",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"sagemaker:currentmodellifecyclestage": {
|
|
33
|
+
"key": "sagemaker:CurrentModelLifeCycleStage",
|
|
34
|
+
"description": "Filters access by the current value of the Stage field in the model life cycle object associated with the model-package resource",
|
|
35
|
+
"type": "String"
|
|
36
|
+
},
|
|
37
|
+
"sagemaker:currentmodellifecyclestagestatus": {
|
|
38
|
+
"key": "sagemaker:CurrentModelLifeCycleStageStatus",
|
|
39
|
+
"description": "Filters access by the current value of the StageStatus field in the model life cycle object associated with the model-package resource",
|
|
40
|
+
"type": "String"
|
|
41
|
+
},
|
|
27
42
|
"sagemaker:customermetadataproperties/${metadatakey}": {
|
|
28
43
|
"key": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
29
44
|
"description": "Filters access by a metadata key and value pair",
|
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
},
|
|
125
125
|
"sagemaker": {
|
|
126
126
|
"sagemaker:ResourceTag/.+?": "sagemaker:ResourceTag/${TagKey}",
|
|
127
|
+
"sagemaker:CurrentCustomerMetadataProperties/.+?": "sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
127
128
|
"sagemaker:CustomerMetadataProperties/.+?": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
128
129
|
"sagemaker:SearchVisibilityCondition/.+?": "sagemaker:SearchVisibilityCondition/${FilterKey}"
|
|
129
130
|
},
|
iamdata/data/metadata.json
CHANGED
|
@@ -21,15 +21,24 @@
|
|
|
21
21
|
},
|
|
22
22
|
"runtime": {
|
|
23
23
|
"key": "runtime",
|
|
24
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}"
|
|
24
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}",
|
|
25
|
+
"conditionKeys": [
|
|
26
|
+
"aws:ResourceTag/${TagKey}"
|
|
27
|
+
]
|
|
25
28
|
},
|
|
26
29
|
"runtime-endpoint": {
|
|
27
30
|
"key": "runtime-endpoint",
|
|
28
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}/runtime-endpoint/${Name}"
|
|
31
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}/runtime-endpoint/${Name}",
|
|
32
|
+
"conditionKeys": [
|
|
33
|
+
"aws:ResourceTag/${TagKey}"
|
|
34
|
+
]
|
|
29
35
|
},
|
|
30
36
|
"code-interpreter-custom": {
|
|
31
37
|
"key": "code-interpreter-custom",
|
|
32
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:code-interpreter-custom/${CodeInterpreterId}"
|
|
38
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:code-interpreter-custom/${CodeInterpreterId}",
|
|
39
|
+
"conditionKeys": [
|
|
40
|
+
"aws:ResourceTag/${TagKey}"
|
|
41
|
+
]
|
|
33
42
|
},
|
|
34
43
|
"code-interpreter": {
|
|
35
44
|
"key": "code-interpreter",
|
|
@@ -37,7 +46,10 @@
|
|
|
37
46
|
},
|
|
38
47
|
"browser-custom": {
|
|
39
48
|
"key": "browser-custom",
|
|
40
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:browser-custom/${BrowserId}"
|
|
49
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:browser-custom/${BrowserId}",
|
|
50
|
+
"conditionKeys": [
|
|
51
|
+
"aws:ResourceTag/${TagKey}"
|
|
52
|
+
]
|
|
41
53
|
},
|
|
42
54
|
"browser": {
|
|
43
55
|
"key": "browser",
|
|
@@ -189,7 +189,11 @@
|
|
|
189
189
|
},
|
|
190
190
|
"image-version": {
|
|
191
191
|
"key": "image-version",
|
|
192
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:image-version/${ImageName}/${Version}"
|
|
192
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:image-version/${ImageName}/${Version}",
|
|
193
|
+
"conditionKeys": [
|
|
194
|
+
"aws:ResourceTag/${TagKey}",
|
|
195
|
+
"sagemaker:ResourceTag/${TagKey}"
|
|
196
|
+
]
|
|
193
197
|
},
|
|
194
198
|
"algorithm": {
|
|
195
199
|
"key": "algorithm",
|
|
@@ -260,6 +264,9 @@
|
|
|
260
264
|
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:model-package/${ModelPackageName}",
|
|
261
265
|
"conditionKeys": [
|
|
262
266
|
"aws:ResourceTag/${TagKey}",
|
|
267
|
+
"sagemaker:CurrentCustomerMetadataProperties/${MetadataKey}",
|
|
268
|
+
"sagemaker:CurrentModelLifeCycleStage",
|
|
269
|
+
"sagemaker:CurrentModelLifeCycleStageStatus",
|
|
263
270
|
"sagemaker:ResourceTag/${TagKey}"
|
|
264
271
|
]
|
|
265
272
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202509231
|
|
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,8 +4,8 @@ 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/conditionPatterns.json,sha256=
|
|
8
|
-
iamdata/data/metadata.json,sha256=
|
|
7
|
+
iamdata/data/conditionPatterns.json,sha256=14QLiN1bUr3l5UfocGIXfEmCK8sP_HthG0oXEXDpvzk,6548
|
|
8
|
+
iamdata/data/metadata.json,sha256=eWLRU4vQryyPd1SPQbMwsDJV69lJTHeYyFlL6Zb-Uo0,76
|
|
9
9
|
iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
|
|
10
10
|
iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
|
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
|
@@ -62,7 +62,7 @@ iamdata/data/actions/bcm-dashboards.json,sha256=ZOndaQY5uj2F2liI6COzuMcE1FxtiH_1
|
|
|
62
62
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
63
63
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
64
64
|
iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
|
|
65
|
-
iamdata/data/actions/bedrock-agentcore.json,sha256=
|
|
65
|
+
iamdata/data/actions/bedrock-agentcore.json,sha256=meBJTA_AVMxrfXtejIZenMyoAcsHHFndb_WTk60T6Tw,38526
|
|
66
66
|
iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
|
|
67
67
|
iamdata/data/actions/billing.json,sha256=it40jkO1aQnvxXgcFqW5bc3gFzJCznyy_kwjnSGxbG0,9379
|
|
68
68
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
@@ -352,7 +352,7 @@ iamdata/data/actions/s3vectors.json,sha256=BZhhEDAVEPP5ftF2fNOGuAEAtYcME_MPoYeGW
|
|
|
352
352
|
iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
|
|
353
353
|
iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
|
|
354
354
|
iamdata/data/actions/sagemaker-mlflow.json,sha256=_dw7_8asektuyJXgt7x5cXzGuQAbRP0eB5ZrYbPoLtY,23700
|
|
355
|
-
iamdata/data/actions/sagemaker.json,sha256=
|
|
355
|
+
iamdata/data/actions/sagemaker.json,sha256=v1qyPjXgzzv6sWnA6nFt2aK9M6taa6jNeic12URUJwA,198394
|
|
356
356
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
357
357
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
358
358
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
@@ -491,7 +491,7 @@ iamdata/data/conditionKeys/bcm-dashboards.json,sha256=HmuuSen5Z4Pj1hID7UHWQz1mcw
|
|
|
491
491
|
iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
492
492
|
iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
493
493
|
iamdata/data/conditionKeys/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
494
|
-
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=
|
|
494
|
+
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=0x0TnC7tulHSVPixEv6WX_dchgbz0MqrcueAOEN2Ugk,1239
|
|
495
495
|
iamdata/data/conditionKeys/bedrock.json,sha256=EK-sFHvUKTTOYGR4eNwUnpX2vN4KHNpkmLz-QKPXNiQ,1821
|
|
496
496
|
iamdata/data/conditionKeys/billing.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
497
497
|
iamdata/data/conditionKeys/billingconductor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
@@ -781,7 +781,7 @@ iamdata/data/conditionKeys/s3vectors.json,sha256=LxXyqoRqcvPgFCUdiEjG-T2icZsLo-W
|
|
|
781
781
|
iamdata/data/conditionKeys/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
782
782
|
iamdata/data/conditionKeys/sagemaker-geospatial.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
783
783
|
iamdata/data/conditionKeys/sagemaker-mlflow.json,sha256=VTxr2LS6XFKJccxy_tpA1CWdRYAN9bS-UfJiOI4Hk08,342
|
|
784
|
-
iamdata/data/conditionKeys/sagemaker.json,sha256=
|
|
784
|
+
iamdata/data/conditionKeys/sagemaker.json,sha256=mqJA5DjOFUGyo5cFVqSXhTxYRma9RIUK6nerHY2JAd8,12995
|
|
785
785
|
iamdata/data/conditionKeys/savingsplans.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
|
786
786
|
iamdata/data/conditionKeys/scheduler.json,sha256=PZQI6yB3cugNbnSSDrYLaC7X-JNu6EooUYvZCs0djkE,516
|
|
787
787
|
iamdata/data/conditionKeys/schemas.json,sha256=B8roLjnCcIWRRPMTa3VPFLBEw31f40dSvoR82bdiGM4,524
|
|
@@ -920,7 +920,7 @@ iamdata/data/resourceTypes/bcm-dashboards.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
920
920
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
921
921
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
922
922
|
iamdata/data/resourceTypes/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
923
|
-
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=
|
|
923
|
+
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=SNU--LZvawux0DxHLmFmYd6pCB7Sj2uazkV2LbAXygQ,2420
|
|
924
924
|
iamdata/data/resourceTypes/bedrock.json,sha256=bKhvt5WtdyDatVUy8-KT8Hsofmkzyl9GI9sudrv4MOA,6930
|
|
925
925
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
926
926
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
@@ -1210,7 +1210,7 @@ iamdata/data/resourceTypes/s3vectors.json,sha256=zG6BQHaUO5xWnw6dfBK0r0U62poOmm5
|
|
|
1210
1210
|
iamdata/data/resourceTypes/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1211
1211
|
iamdata/data/resourceTypes/sagemaker-geospatial.json,sha256=jtejWVh-j2HOeaB6oXyd-F_Dx2lQ_6Xi25qczdOoO2c,711
|
|
1212
1212
|
iamdata/data/resourceTypes/sagemaker-mlflow.json,sha256=5YRB6meRb4Lf5_fedvZt6oE_dYlWcsf0BZJ-RTvcXRA,291
|
|
1213
|
-
iamdata/data/resourceTypes/sagemaker.json,sha256=
|
|
1213
|
+
iamdata/data/resourceTypes/sagemaker.json,sha256=r5fdw4lg-me4aP64RP6LBoP_vKfg-SiOlO7rrK3klDw,17508
|
|
1214
1214
|
iamdata/data/resourceTypes/savingsplans.json,sha256=8tLIu_FUwRKxv-bta1h4cy7zPkeFQtc356VPeNDqVRM,197
|
|
1215
1215
|
iamdata/data/resourceTypes/scheduler.json,sha256=Zp9amrBnMEqrkPzGKU10d4wjbxrveOSUFeNunCbjlRQ,354
|
|
1216
1216
|
iamdata/data/resourceTypes/schemas.json,sha256=Qhj-r7f6sJkTva-uLKc_Zv619Mb4GQxl2B7Nv1Et_-0,592
|
|
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1300
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1301
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1302
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1303
|
-
iamdata-0.1.
|
|
1304
|
-
iamdata-0.1.
|
|
1305
|
-
iamdata-0.1.
|
|
1306
|
-
iamdata-0.1.
|
|
1303
|
+
iamdata-0.1.202509231.dist-info/METADATA,sha256=DqdRbVBX1klvLJFIN72zvoBdLVF3lsjJ3irbVeP4Rao,3491
|
|
1304
|
+
iamdata-0.1.202509231.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1305
|
+
iamdata-0.1.202509231.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1306
|
+
iamdata-0.1.202509231.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|