iamdata 0.1.202503131__py3-none-any.whl → 0.1.202503151__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/access-analyzer.json +0 -1
- iamdata/data/actions/account.json +0 -32
- iamdata/data/actions/application-signals.json +30 -0
- iamdata/data/actions/batch.json +116 -0
- iamdata/data/actions/sagemaker.json +6 -2
- iamdata/data/actions/wafv2.json +12 -4
- iamdata/data/conditionKeys/sagemaker.json +10 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/batch.json +7 -0
- {iamdata-0.1.202503131.dist-info → iamdata-0.1.202503151.dist-info}/METADATA +1 -1
- {iamdata-0.1.202503131.dist-info → iamdata-0.1.202503151.dist-info}/RECORD +13 -13
- {iamdata-0.1.202503131.dist-info → iamdata-0.1.202503151.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202503131.dist-info → iamdata-0.1.202503151.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -140,22 +140,6 @@
|
|
|
140
140
|
],
|
|
141
141
|
"dependentActions": []
|
|
142
142
|
},
|
|
143
|
-
"getchallengequestions": {
|
|
144
|
-
"name": "GetChallengeQuestions",
|
|
145
|
-
"isPermissionOnly": true,
|
|
146
|
-
"description": "Grants permission to retrieve the challenge questions for an account",
|
|
147
|
-
"accessLevel": "Read",
|
|
148
|
-
"resourceTypes": [
|
|
149
|
-
{
|
|
150
|
-
"name": "account",
|
|
151
|
-
"required": false,
|
|
152
|
-
"conditionKeys": [],
|
|
153
|
-
"dependentActions": []
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"conditionKeys": [],
|
|
157
|
-
"dependentActions": []
|
|
158
|
-
},
|
|
159
143
|
"getcontactinformation": {
|
|
160
144
|
"name": "GetContactInformation",
|
|
161
145
|
"description": "Grants permission to retrieve the primary contact information for an account",
|
|
@@ -259,22 +243,6 @@
|
|
|
259
243
|
],
|
|
260
244
|
"dependentActions": []
|
|
261
245
|
},
|
|
262
|
-
"putchallengequestions": {
|
|
263
|
-
"name": "PutChallengeQuestions",
|
|
264
|
-
"isPermissionOnly": true,
|
|
265
|
-
"description": "Grants permission to modify the challenge questions for an account",
|
|
266
|
-
"accessLevel": "Write",
|
|
267
|
-
"resourceTypes": [
|
|
268
|
-
{
|
|
269
|
-
"name": "account",
|
|
270
|
-
"required": false,
|
|
271
|
-
"conditionKeys": [],
|
|
272
|
-
"dependentActions": []
|
|
273
|
-
}
|
|
274
|
-
],
|
|
275
|
-
"conditionKeys": [],
|
|
276
|
-
"dependentActions": []
|
|
277
|
-
},
|
|
278
246
|
"putcontactinformation": {
|
|
279
247
|
"name": "PutContactInformation",
|
|
280
248
|
"description": "Grants permission to update the primary contact information for an account",
|
|
@@ -14,6 +14,21 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"batchupdateexclusionwindows": {
|
|
18
|
+
"name": "BatchUpdateExclusionWindows",
|
|
19
|
+
"description": "Grants permission to add or remove exclusion windows from Amazon CloudWatch SLOs",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "slo",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
17
32
|
"createservicelevelobjective": {
|
|
18
33
|
"name": "CreateServiceLevelObjective",
|
|
19
34
|
"description": "Grants permission to create a service level objective",
|
|
@@ -96,6 +111,21 @@
|
|
|
96
111
|
"conditionKeys": [],
|
|
97
112
|
"dependentActions": []
|
|
98
113
|
},
|
|
114
|
+
"listservicelevelobjectiveexclusionwindows": {
|
|
115
|
+
"name": "ListServiceLevelObjectiveExclusionWindows",
|
|
116
|
+
"description": "Grants permission to list exclusion windows for an Amazon CloudWatch SLO",
|
|
117
|
+
"accessLevel": "List",
|
|
118
|
+
"resourceTypes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "slo",
|
|
121
|
+
"required": true,
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
},
|
|
99
129
|
"listservicelevelobjectives": {
|
|
100
130
|
"name": "ListServiceLevelObjectives",
|
|
101
131
|
"description": "Grants permission to list service level objectives",
|
iamdata/data/actions/batch.json
CHANGED
|
@@ -32,6 +32,24 @@
|
|
|
32
32
|
],
|
|
33
33
|
"dependentActions": []
|
|
34
34
|
},
|
|
35
|
+
"createconsumableresource": {
|
|
36
|
+
"name": "CreateConsumableResource",
|
|
37
|
+
"description": "Grants permission to create an AWS Batch consumable resource in your account",
|
|
38
|
+
"accessLevel": "Write",
|
|
39
|
+
"resourceTypes": [
|
|
40
|
+
{
|
|
41
|
+
"name": "consumable-resource",
|
|
42
|
+
"required": true,
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:RequestTag/${TagKey}",
|
|
49
|
+
"aws:TagKeys"
|
|
50
|
+
],
|
|
51
|
+
"dependentActions": []
|
|
52
|
+
},
|
|
35
53
|
"createjobqueue": {
|
|
36
54
|
"name": "CreateJobQueue",
|
|
37
55
|
"description": "Grants permission to create an AWS Batch job queue in your account",
|
|
@@ -95,6 +113,21 @@
|
|
|
95
113
|
"conditionKeys": [],
|
|
96
114
|
"dependentActions": []
|
|
97
115
|
},
|
|
116
|
+
"deleteconsumableresource": {
|
|
117
|
+
"name": "DeleteConsumableResource",
|
|
118
|
+
"description": "Grants permission to delete an AWS Batch consumable resource in your account",
|
|
119
|
+
"accessLevel": "Write",
|
|
120
|
+
"resourceTypes": [
|
|
121
|
+
{
|
|
122
|
+
"name": "consumable-resource",
|
|
123
|
+
"required": true,
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"conditionKeys": [],
|
|
129
|
+
"dependentActions": []
|
|
130
|
+
},
|
|
98
131
|
"deletejobqueue": {
|
|
99
132
|
"name": "DeleteJobQueue",
|
|
100
133
|
"description": "Grants permission to delete an AWS Batch job queue in your account",
|
|
@@ -148,6 +181,21 @@
|
|
|
148
181
|
"conditionKeys": [],
|
|
149
182
|
"dependentActions": []
|
|
150
183
|
},
|
|
184
|
+
"describeconsumableresource": {
|
|
185
|
+
"name": "DescribeConsumableResource",
|
|
186
|
+
"description": "Grants permission to describe one or more AWS Batch consumable resource in your account",
|
|
187
|
+
"accessLevel": "Read",
|
|
188
|
+
"resourceTypes": [
|
|
189
|
+
{
|
|
190
|
+
"name": "consumable-resource",
|
|
191
|
+
"required": true,
|
|
192
|
+
"conditionKeys": [],
|
|
193
|
+
"dependentActions": []
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"conditionKeys": [],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
},
|
|
151
199
|
"describejobdefinitions": {
|
|
152
200
|
"name": "DescribeJobDefinitions",
|
|
153
201
|
"description": "Grants permission to describe one or more AWS Batch job definitions in your account",
|
|
@@ -195,6 +243,14 @@
|
|
|
195
243
|
"conditionKeys": [],
|
|
196
244
|
"dependentActions": []
|
|
197
245
|
},
|
|
246
|
+
"listconsumableresources": {
|
|
247
|
+
"name": "ListConsumableResources",
|
|
248
|
+
"description": "Grants permission to list AWS Batch consumable resources in your account",
|
|
249
|
+
"accessLevel": "List",
|
|
250
|
+
"resourceTypes": [],
|
|
251
|
+
"conditionKeys": [],
|
|
252
|
+
"dependentActions": []
|
|
253
|
+
},
|
|
198
254
|
"listjobs": {
|
|
199
255
|
"name": "ListJobs",
|
|
200
256
|
"description": "Grants permission to list jobs for a specified AWS Batch job queue in your account",
|
|
@@ -203,6 +259,21 @@
|
|
|
203
259
|
"conditionKeys": [],
|
|
204
260
|
"dependentActions": []
|
|
205
261
|
},
|
|
262
|
+
"listjobsbyconsumableresource": {
|
|
263
|
+
"name": "ListJobsByConsumableResource",
|
|
264
|
+
"description": "Grants permission to list AWS Batch jobs that require a specific consumable resource in your account",
|
|
265
|
+
"accessLevel": "List",
|
|
266
|
+
"resourceTypes": [
|
|
267
|
+
{
|
|
268
|
+
"name": "consumable-resource",
|
|
269
|
+
"required": true,
|
|
270
|
+
"conditionKeys": [],
|
|
271
|
+
"dependentActions": []
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"conditionKeys": [],
|
|
275
|
+
"dependentActions": []
|
|
276
|
+
},
|
|
206
277
|
"listschedulingpolicies": {
|
|
207
278
|
"name": "ListSchedulingPolicies",
|
|
208
279
|
"description": "Grants permission to list AWS Batch scheduling policies in your account",
|
|
@@ -222,6 +293,12 @@
|
|
|
222
293
|
"conditionKeys": [],
|
|
223
294
|
"dependentActions": []
|
|
224
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"name": "consumable-resource",
|
|
298
|
+
"required": false,
|
|
299
|
+
"conditionKeys": [],
|
|
300
|
+
"dependentActions": []
|
|
301
|
+
},
|
|
225
302
|
{
|
|
226
303
|
"name": "job",
|
|
227
304
|
"required": false,
|
|
@@ -260,6 +337,12 @@
|
|
|
260
337
|
"required": true,
|
|
261
338
|
"conditionKeys": [],
|
|
262
339
|
"dependentActions": []
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "consumable-resource",
|
|
343
|
+
"required": false,
|
|
344
|
+
"conditionKeys": [],
|
|
345
|
+
"dependentActions": []
|
|
263
346
|
}
|
|
264
347
|
],
|
|
265
348
|
"conditionKeys": [
|
|
@@ -310,6 +393,12 @@
|
|
|
310
393
|
"required": true,
|
|
311
394
|
"conditionKeys": [],
|
|
312
395
|
"dependentActions": []
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "consumable-resource",
|
|
399
|
+
"required": false,
|
|
400
|
+
"conditionKeys": [],
|
|
401
|
+
"dependentActions": []
|
|
313
402
|
}
|
|
314
403
|
],
|
|
315
404
|
"conditionKeys": [],
|
|
@@ -326,6 +415,12 @@
|
|
|
326
415
|
"conditionKeys": [],
|
|
327
416
|
"dependentActions": []
|
|
328
417
|
},
|
|
418
|
+
{
|
|
419
|
+
"name": "consumable-resource",
|
|
420
|
+
"required": false,
|
|
421
|
+
"conditionKeys": [],
|
|
422
|
+
"dependentActions": []
|
|
423
|
+
},
|
|
329
424
|
{
|
|
330
425
|
"name": "job",
|
|
331
426
|
"required": false,
|
|
@@ -383,6 +478,12 @@
|
|
|
383
478
|
"conditionKeys": [],
|
|
384
479
|
"dependentActions": []
|
|
385
480
|
},
|
|
481
|
+
{
|
|
482
|
+
"name": "consumable-resource",
|
|
483
|
+
"required": false,
|
|
484
|
+
"conditionKeys": [],
|
|
485
|
+
"dependentActions": []
|
|
486
|
+
},
|
|
386
487
|
{
|
|
387
488
|
"name": "job",
|
|
388
489
|
"required": false,
|
|
@@ -428,6 +529,21 @@
|
|
|
428
529
|
"conditionKeys": [],
|
|
429
530
|
"dependentActions": []
|
|
430
531
|
},
|
|
532
|
+
"updateconsumableresource": {
|
|
533
|
+
"name": "UpdateConsumableResource",
|
|
534
|
+
"description": "Grants permission to update an AWS Batch consumable resource in your account",
|
|
535
|
+
"accessLevel": "Write",
|
|
536
|
+
"resourceTypes": [
|
|
537
|
+
{
|
|
538
|
+
"name": "consumable-resource",
|
|
539
|
+
"required": true,
|
|
540
|
+
"conditionKeys": [],
|
|
541
|
+
"dependentActions": []
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"conditionKeys": [],
|
|
545
|
+
"dependentActions": []
|
|
546
|
+
},
|
|
431
547
|
"updatejobqueue": {
|
|
432
548
|
"name": "UpdateJobQueue",
|
|
433
549
|
"description": "Grants permission to update an AWS Batch job queue in your account",
|
|
@@ -1498,7 +1498,9 @@
|
|
|
1498
1498
|
"aws:RequestTag/${TagKey}",
|
|
1499
1499
|
"aws:TagKeys",
|
|
1500
1500
|
"sagemaker:ModelApprovalStatus",
|
|
1501
|
-
"sagemaker:CustomerMetadataProperties/${MetadataKey}"
|
|
1501
|
+
"sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
1502
|
+
"sagemaker:ModelLifeCycle:Stage",
|
|
1503
|
+
"sagemaker:ModelLifeCycle:StageStatus"
|
|
1502
1504
|
],
|
|
1503
1505
|
"dependentActions": []
|
|
1504
1506
|
},
|
|
@@ -6812,7 +6814,9 @@
|
|
|
6812
6814
|
"conditionKeys": [
|
|
6813
6815
|
"sagemaker:ModelApprovalStatus",
|
|
6814
6816
|
"sagemaker:CustomerMetadataProperties/${MetadataKey}",
|
|
6815
|
-
"sagemaker:CustomerMetadataPropertiesToRemove"
|
|
6817
|
+
"sagemaker:CustomerMetadataPropertiesToRemove",
|
|
6818
|
+
"sagemaker:ModelLifeCycle:Stage",
|
|
6819
|
+
"sagemaker:ModelLifeCycle:StageStatus"
|
|
6816
6820
|
],
|
|
6817
6821
|
"dependentActions": []
|
|
6818
6822
|
},
|
iamdata/data/actions/wafv2.json
CHANGED
|
@@ -82,7 +82,9 @@
|
|
|
82
82
|
"name": "ipset",
|
|
83
83
|
"required": true,
|
|
84
84
|
"conditionKeys": [],
|
|
85
|
-
"dependentActions": [
|
|
85
|
+
"dependentActions": [
|
|
86
|
+
"wafv2:TagResource"
|
|
87
|
+
]
|
|
86
88
|
}
|
|
87
89
|
],
|
|
88
90
|
"conditionKeys": [
|
|
@@ -100,7 +102,9 @@
|
|
|
100
102
|
"name": "regexpatternset",
|
|
101
103
|
"required": true,
|
|
102
104
|
"conditionKeys": [],
|
|
103
|
-
"dependentActions": [
|
|
105
|
+
"dependentActions": [
|
|
106
|
+
"wafv2:TagResource"
|
|
107
|
+
]
|
|
104
108
|
}
|
|
105
109
|
],
|
|
106
110
|
"conditionKeys": [
|
|
@@ -118,7 +122,9 @@
|
|
|
118
122
|
"name": "rulegroup",
|
|
119
123
|
"required": true,
|
|
120
124
|
"conditionKeys": [],
|
|
121
|
-
"dependentActions": [
|
|
125
|
+
"dependentActions": [
|
|
126
|
+
"wafv2:TagResource"
|
|
127
|
+
]
|
|
122
128
|
},
|
|
123
129
|
{
|
|
124
130
|
"name": "ipset",
|
|
@@ -148,7 +154,9 @@
|
|
|
148
154
|
"name": "webacl",
|
|
149
155
|
"required": true,
|
|
150
156
|
"conditionKeys": [],
|
|
151
|
-
"dependentActions": [
|
|
157
|
+
"dependentActions": [
|
|
158
|
+
"wafv2:TagResource"
|
|
159
|
+
]
|
|
152
160
|
},
|
|
153
161
|
{
|
|
154
162
|
"name": "ipset",
|
|
@@ -159,6 +159,16 @@
|
|
|
159
159
|
"description": "Filters access by the model arn associated with the resource in the request",
|
|
160
160
|
"type": "ARN"
|
|
161
161
|
},
|
|
162
|
+
"sagemaker:modellifecycle:stage": {
|
|
163
|
+
"key": "sagemaker:ModelLifeCycle:Stage",
|
|
164
|
+
"description": "Filters access by stage field in the model life cycle object associated with the model-package resource in the request",
|
|
165
|
+
"type": "String"
|
|
166
|
+
},
|
|
167
|
+
"sagemaker:modellifecycle:stagestatus": {
|
|
168
|
+
"key": "sagemaker:ModelLifeCycle:StageStatus",
|
|
169
|
+
"description": "Filters access by stageStatus field in the model life cycle object associated with the model-package resource in the request",
|
|
170
|
+
"type": "String"
|
|
171
|
+
},
|
|
162
172
|
"sagemaker:networkisolation": {
|
|
163
173
|
"key": "sagemaker:NetworkIsolation",
|
|
164
174
|
"description": "Filters access by the network isolation associated with the resource in the request",
|
iamdata/data/metadata.json
CHANGED
|
@@ -37,5 +37,12 @@
|
|
|
37
37
|
"conditionKeys": [
|
|
38
38
|
"aws:ResourceTag/${TagKey}"
|
|
39
39
|
]
|
|
40
|
+
},
|
|
41
|
+
"consumable-resource": {
|
|
42
|
+
"key": "consumable-resource",
|
|
43
|
+
"arn": "arn:${Partition}:batch:${Region}:${Account}:consumable-resource/${ConsumableResourceName}",
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:ResourceTag/${TagKey}"
|
|
46
|
+
]
|
|
40
47
|
}
|
|
41
48
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202503151
|
|
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,13 +4,13 @@ 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=0exfj4Nuvs7R_trRhLoszcMMOaMbxugV5X_5_Jk8LEU,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=7rqpOppDGN79gw8HoOlfyP3sRAl032Oo5pUNMMT6dfc,18410
|
|
9
9
|
iamdata/data/services.json,sha256=ieJwxa1_iMnrt6RkrqRwhxfBmt44Wy4qqahZRROz5Jw,7144
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
11
11
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
|
12
|
-
iamdata/data/actions/access-analyzer.json,sha256=
|
|
13
|
-
iamdata/data/actions/account.json,sha256=
|
|
12
|
+
iamdata/data/actions/access-analyzer.json,sha256=wOZB3FD4LQtMnnznZFnEO8936QIvEhxTuATXo0Nefbw,12622
|
|
13
|
+
iamdata/data/actions/account.json,sha256=BItJXgmEabpzj0HwBTxIEfSeEeR1MMOX14ani6UUCJ0,7188
|
|
14
14
|
iamdata/data/actions/acm-pca.json,sha256=23fBdk-KN7prA4WQ_tuElwkhXp8Pritw0gKW9UjL0ik,10038
|
|
15
15
|
iamdata/data/actions/acm.json,sha256=qPbui83raaa7pufM-5tv7rSuEOcB9cDyycyB76lMsVA,6067
|
|
16
16
|
iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
|
|
@@ -27,7 +27,7 @@ iamdata/data/actions/appfabric.json,sha256=AvXi5cmQWdibTxKn2ZPh1kfgOyVPzQNGjnBlN
|
|
|
27
27
|
iamdata/data/actions/appflow.json,sha256=6AoIiRsuLBTSvTYX5o5ZnLwltaIEHUL68cb2JsbccVU,12480
|
|
28
28
|
iamdata/data/actions/application-autoscaling.json,sha256=POMpk1nQ_WCxpwCxQLn7PGB4YlCCIf0Nuf9dTYVD8hY,5984
|
|
29
29
|
iamdata/data/actions/application-cost-profiler.json,sha256=9VcuPqhnt0kpwf1isl4twq8bdq8xOboCeDjEJ7L7By8,1763
|
|
30
|
-
iamdata/data/actions/application-signals.json,sha256=
|
|
30
|
+
iamdata/data/actions/application-signals.json,sha256=vPcWZoMqm1D8p0ScymMB4KPz75dOOqRjdfVhEQl5Kso,6234
|
|
31
31
|
iamdata/data/actions/application-transformation.json,sha256=Q61FUo8d-kkrSlJWTR5-7n3lVCWT7i47Cxw4Dpywe6o,3693
|
|
32
32
|
iamdata/data/actions/applicationinsights.json,sha256=e3XCjtB1ZxRLJx_QFvanOwjKXDTh-X3de84YT-Z_Rq4,8215
|
|
33
33
|
iamdata/data/actions/appmesh-preview.json,sha256=XucS5yrPAd5Gd_plXGjkh5BFBY5NwYTb8pl5A42u2fU,16570
|
|
@@ -54,7 +54,7 @@ iamdata/data/actions/backup-gateway.json,sha256=cJhxxuUTF6zVSNDqo4C2D-43OTrx9Ksl
|
|
|
54
54
|
iamdata/data/actions/backup-search.json,sha256=x3zOvpkdsEUuLnihDJYMUsEV2101fRwykaRRDNwdi2U,4773
|
|
55
55
|
iamdata/data/actions/backup-storage.json,sha256=xIVT3cQuIpi4IxizgNWGhgX5rOzuKM6zg0mkoYuaanI,4064
|
|
56
56
|
iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_nBI,38363
|
|
57
|
-
iamdata/data/actions/batch.json,sha256=
|
|
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
60
|
iamdata/data/actions/bedrock.json,sha256=c0zbB_JlRayGZjIFlhnv2vifFBSh6HDZCF39-cn9OD8,85638
|
|
@@ -343,7 +343,7 @@ iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo
|
|
|
343
343
|
iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
|
|
344
344
|
iamdata/data/actions/sagemaker-groundtruth-synthetic.json,sha256=iusPphW4sgOat2BtLEJdjVa7hMJpZIURUnEUYQAmaI4,3134
|
|
345
345
|
iamdata/data/actions/sagemaker-mlflow.json,sha256=MARecX__vix9VRDRSJK6OKe2o9y-cMObAItqcDsT-Wk,20100
|
|
346
|
-
iamdata/data/actions/sagemaker.json,sha256=
|
|
346
|
+
iamdata/data/actions/sagemaker.json,sha256=YSGyUJi7W5ZeY10Z0zJUyObpdQto_IlEisBnQMYkxxc,189435
|
|
347
347
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
348
348
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
349
349
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
@@ -414,7 +414,7 @@ iamdata/data/actions/vpc-lattice.json,sha256=Sf0XnWvFF0qqUFLHheWOIF2aWlVLXiFE4h8
|
|
|
414
414
|
iamdata/data/actions/vpce.json,sha256=scu3UdDH6Akz0t27p2BAul69aid6spFRKvJe3xHDqfs,315
|
|
415
415
|
iamdata/data/actions/waf-regional.json,sha256=wp20UBDLQZpUaqobnIs9DchvbLhdU7W18Z8RSXXicHI,31012
|
|
416
416
|
iamdata/data/actions/waf.json,sha256=41rvaelAyz4ssq_odlyRdbcTdoOLbwrfvytssxKLJgs,29436
|
|
417
|
-
iamdata/data/actions/wafv2.json,sha256=
|
|
417
|
+
iamdata/data/actions/wafv2.json,sha256=yyFcOQFs3AUkls5FYb6EEJiG91GJo2OvDC08vPPsn_k,27755
|
|
418
418
|
iamdata/data/actions/wam.json,sha256=ObJNnWYEUExtuuvWrEZKs0pPq7YEwkZLXTDVRj_BGsA,313
|
|
419
419
|
iamdata/data/actions/wellarchitected.json,sha256=adE5brMSOmkAdJLmanW8YzdXhXf5-OF_KLQb7sTzeyI,30270
|
|
420
420
|
iamdata/data/actions/wickr.json,sha256=XmwBroYcJP6F_TFKqdmJFnvhnPCe57SH1Sud6E5Ot_o,2594
|
|
@@ -762,7 +762,7 @@ iamdata/data/conditionKeys/sagemaker-data-science-assistant.json,sha256=RBNvo1Wz
|
|
|
762
762
|
iamdata/data/conditionKeys/sagemaker-geospatial.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
763
763
|
iamdata/data/conditionKeys/sagemaker-groundtruth-synthetic.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
764
764
|
iamdata/data/conditionKeys/sagemaker-mlflow.json,sha256=VTxr2LS6XFKJccxy_tpA1CWdRYAN9bS-UfJiOI4Hk08,342
|
|
765
|
-
iamdata/data/conditionKeys/sagemaker.json,sha256=
|
|
765
|
+
iamdata/data/conditionKeys/sagemaker.json,sha256=XpzACqAQ_jeowjXOJsbs3fHBy9UJM9Kh8pYRq2hvCC0,11762
|
|
766
766
|
iamdata/data/conditionKeys/savingsplans.json,sha256=qjQSo5vPMdhs__142D7Fnaa8VB_78BkIiuPmHxPbChs,528
|
|
767
767
|
iamdata/data/conditionKeys/scheduler.json,sha256=PZQI6yB3cugNbnSSDrYLaC7X-JNu6EooUYvZCs0djkE,516
|
|
768
768
|
iamdata/data/conditionKeys/schemas.json,sha256=B8roLjnCcIWRRPMTa3VPFLBEw31f40dSvoR82bdiGM4,524
|
|
@@ -892,7 +892,7 @@ iamdata/data/resourceTypes/backup-gateway.json,sha256=rZhMs46VFBuN-6A7Cg_VGcqdHG
|
|
|
892
892
|
iamdata/data/resourceTypes/backup-search.json,sha256=TCK_Xw2Hihbj7faBx7BsAtA37UDygrh7Qx030tVoaJM,421
|
|
893
893
|
iamdata/data/resourceTypes/backup-storage.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
894
894
|
iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmfi2CeyUMcw,1486
|
|
895
|
-
iamdata/data/resourceTypes/batch.json,sha256=
|
|
895
|
+
iamdata/data/resourceTypes/batch.json,sha256=myIDeOX1B_WycacLBdpRgAlcoK_AHGLZjQY1NGmgiyc,1446
|
|
896
896
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
897
897
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
898
898
|
iamdata/data/resourceTypes/bedrock.json,sha256=S5zPkz_x5NK2be0as4ABoGLMJOLI4UIZv7nM0eMOcS8,5610
|
|
@@ -1268,7 +1268,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1268
1268
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1269
1269
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1270
1270
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1271
|
-
iamdata-0.1.
|
|
1272
|
-
iamdata-0.1.
|
|
1273
|
-
iamdata-0.1.
|
|
1274
|
-
iamdata-0.1.
|
|
1271
|
+
iamdata-0.1.202503151.dist-info/METADATA,sha256=ts8VyCMYb5S1W7AMoBHVvypeFS-X9zU9G4jD3nh-ktQ,3491
|
|
1272
|
+
iamdata-0.1.202503151.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1273
|
+
iamdata-0.1.202503151.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1274
|
+
iamdata-0.1.202503151.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|