iamdata 0.1.202507291__py3-none-any.whl → 0.1.202508251__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/aoss.json +32 -0
- iamdata/data/actions/aps.json +51 -0
- iamdata/data/actions/arc-region-switch.json +334 -0
- iamdata/data/actions/arc-zonal-shift.json +50 -0
- iamdata/data/actions/auditmanager.json +14 -1
- iamdata/data/actions/batch.json +162 -6
- iamdata/data/actions/bcm-dashboards.json +74 -0
- iamdata/data/actions/bcm-recommended-actions.json +10 -0
- iamdata/data/actions/bedrock-agentcore.json +328 -30
- iamdata/data/actions/bedrock.json +459 -0
- iamdata/data/actions/budgets.json +6 -2
- iamdata/data/actions/cases.json +22 -2
- iamdata/data/actions/chatbot.json +87 -20
- iamdata/data/actions/cleanrooms-ml.json +11 -0
- iamdata/data/actions/cleanrooms.json +44 -0
- iamdata/data/actions/connect.json +23 -0
- iamdata/data/actions/datazone.json +64 -0
- iamdata/data/actions/deadline.json +32 -10
- iamdata/data/actions/dms.json +1 -8
- iamdata/data/actions/ds.json +122 -0
- iamdata/data/actions/events.json +16 -0
- iamdata/data/actions/glue.json +32 -0
- iamdata/data/actions/groundtruthlabeling.json +7 -7
- iamdata/data/actions/guardduty.json +173 -0
- iamdata/data/actions/imagebuilder.json +185 -237
- iamdata/data/actions/iot.json +31 -0
- iamdata/data/actions/iotmanagedintegrations.json +11 -4
- iamdata/data/actions/iotsitewise.json +271 -0
- iamdata/data/actions/observabilityadmin.json +196 -0
- iamdata/data/actions/odb.json +4 -4
- iamdata/data/actions/outposts.json +15 -0
- iamdata/data/actions/partnercentral.json +96 -32
- iamdata/data/actions/qbusiness.json +20 -46
- iamdata/data/actions/quicksight.json +2 -6
- iamdata/data/actions/rds.json +12 -6
- iamdata/data/actions/repostspace.json +90 -0
- iamdata/data/actions/s3.json +261 -125
- iamdata/data/actions/s3express.json +24 -4
- iamdata/data/actions/sagemaker.json +128 -0
- iamdata/data/actions/security-ir.json +23 -8
- iamdata/data/actions/securityhub.json +12 -0
- iamdata/data/actions/servicediscovery.json +140 -14
- iamdata/data/actions/ses.json +286 -2
- iamdata/data/actions/social-messaging.json +64 -0
- iamdata/data/actions/sso.json +34 -50
- iamdata/data/actions/transcribe.json +12 -0
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/actions/workspaces-web.json +112 -0
- iamdata/data/actions/workspaces.json +114 -0
- iamdata/data/actions/xray.json +9 -3
- iamdata/data/conditionKeys/arc-region-switch.json +17 -0
- iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
- iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
- iamdata/data/conditionKeys/chatbot.json +17 -1
- iamdata/data/conditionKeys/ebs.json +2 -2
- iamdata/data/conditionKeys/imagebuilder.json +2 -2
- iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
- iamdata/data/conditionKeys/observabilityadmin.json +17 -1
- iamdata/data/conditionKeys/quicksight.json +0 -5
- iamdata/data/conditionKeys/rds.json +5 -0
- iamdata/data/conditionKeys/s3.json +5 -0
- iamdata/data/conditionKeys/s3express.json +5 -0
- iamdata/data/conditionKeys/savingsplans.json +1 -1
- iamdata/data/conditionKeys/secretsmanager.json +1 -1
- iamdata/data/conditionKeys/servicediscovery.json +5 -0
- iamdata/data/conditionKeys/ses.json +5 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/conditionKeys/xray.json +10 -0
- iamdata/data/conditionPatterns.json +134 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +3 -3
- iamdata/data/resourceTypes/arc-region-switch.json +9 -0
- iamdata/data/resourceTypes/batch.json +14 -0
- iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
- iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
- iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
- iamdata/data/resourceTypes/bedrock.json +14 -0
- iamdata/data/resourceTypes/chatbot.json +8 -2
- iamdata/data/resourceTypes/deadline.json +4 -1
- iamdata/data/resourceTypes/execute-api.json +1 -1
- iamdata/data/resourceTypes/guardduty.json +14 -0
- iamdata/data/resourceTypes/imagebuilder.json +12 -18
- iamdata/data/resourceTypes/iotsitewise.json +7 -0
- iamdata/data/resourceTypes/mpa.json +3 -3
- iamdata/data/resourceTypes/observabilityadmin.json +16 -1
- iamdata/data/resourceTypes/partnercentral.json +8 -2
- iamdata/data/resourceTypes/qbusiness.json +0 -4
- iamdata/data/resourceTypes/s3.json +19 -1
- iamdata/data/resourceTypes/s3express.json +5 -1
- iamdata/data/resourceTypes/securityhub.json +12 -3
- iamdata/data/resourceTypes/ses.json +11 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/resourceTypes/workspaces-web.json +7 -0
- iamdata/data/resourceTypes/workspaces.json +4 -0
- iamdata/data/serviceNames.json +4 -0
- iamdata/data/services.json +4 -0
- iamdata/data/unassociatedConditions.json +20 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/RECORD +101 -87
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/batch.json
CHANGED
|
@@ -55,12 +55,6 @@
|
|
|
55
55
|
"description": "Grants permission to create an AWS Batch job queue in your account",
|
|
56
56
|
"accessLevel": "Write",
|
|
57
57
|
"resourceTypes": [
|
|
58
|
-
{
|
|
59
|
-
"name": "compute-environment",
|
|
60
|
-
"required": true,
|
|
61
|
-
"conditionKeys": [],
|
|
62
|
-
"dependentActions": []
|
|
63
|
-
},
|
|
64
58
|
{
|
|
65
59
|
"name": "job-queue",
|
|
66
60
|
"required": true,
|
|
@@ -70,11 +64,23 @@
|
|
|
70
64
|
],
|
|
71
65
|
"dependentActions": []
|
|
72
66
|
},
|
|
67
|
+
{
|
|
68
|
+
"name": "compute-environment",
|
|
69
|
+
"required": false,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
},
|
|
73
73
|
{
|
|
74
74
|
"name": "scheduling-policy",
|
|
75
75
|
"required": false,
|
|
76
76
|
"conditionKeys": [],
|
|
77
77
|
"dependentActions": []
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "service-environment",
|
|
81
|
+
"required": false,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
78
84
|
}
|
|
79
85
|
],
|
|
80
86
|
"conditionKeys": [],
|
|
@@ -98,6 +104,26 @@
|
|
|
98
104
|
],
|
|
99
105
|
"dependentActions": []
|
|
100
106
|
},
|
|
107
|
+
"createserviceenvironment": {
|
|
108
|
+
"name": "CreateServiceEnvironment",
|
|
109
|
+
"description": "Grants permission to create an AWS Batch service environment in your account",
|
|
110
|
+
"accessLevel": "Write",
|
|
111
|
+
"resourceTypes": [
|
|
112
|
+
{
|
|
113
|
+
"name": "service-environment",
|
|
114
|
+
"required": true,
|
|
115
|
+
"conditionKeys": [],
|
|
116
|
+
"dependentActions": [
|
|
117
|
+
"iam:CreateServiceLinkedRole"
|
|
118
|
+
]
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"conditionKeys": [
|
|
122
|
+
"aws:RequestTag/${TagKey}",
|
|
123
|
+
"aws:TagKeys"
|
|
124
|
+
],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
101
127
|
"deletecomputeenvironment": {
|
|
102
128
|
"name": "DeleteComputeEnvironment",
|
|
103
129
|
"description": "Grants permission to delete an AWS Batch compute environment in your account",
|
|
@@ -158,6 +184,21 @@
|
|
|
158
184
|
"conditionKeys": [],
|
|
159
185
|
"dependentActions": []
|
|
160
186
|
},
|
|
187
|
+
"deleteserviceenvironment": {
|
|
188
|
+
"name": "DeleteServiceEnvironment",
|
|
189
|
+
"description": "Grants permission to delete an AWS Batch service environment in your account",
|
|
190
|
+
"accessLevel": "Write",
|
|
191
|
+
"resourceTypes": [
|
|
192
|
+
{
|
|
193
|
+
"name": "service-environment",
|
|
194
|
+
"required": true,
|
|
195
|
+
"conditionKeys": [],
|
|
196
|
+
"dependentActions": []
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"conditionKeys": [],
|
|
200
|
+
"dependentActions": []
|
|
201
|
+
},
|
|
161
202
|
"deregisterjobdefinition": {
|
|
162
203
|
"name": "DeregisterJobDefinition",
|
|
163
204
|
"description": "Grants permission to deregister an AWS Batch job definition in your account",
|
|
@@ -228,6 +269,22 @@
|
|
|
228
269
|
"conditionKeys": [],
|
|
229
270
|
"dependentActions": []
|
|
230
271
|
},
|
|
272
|
+
"describeserviceenvironments": {
|
|
273
|
+
"name": "DescribeServiceEnvironments",
|
|
274
|
+
"description": "Grants permission to describe one or more AWS Batch service environments in your account",
|
|
275
|
+
"accessLevel": "Read",
|
|
276
|
+
"resourceTypes": [],
|
|
277
|
+
"conditionKeys": [],
|
|
278
|
+
"dependentActions": []
|
|
279
|
+
},
|
|
280
|
+
"describeservicejob": {
|
|
281
|
+
"name": "DescribeServiceJob",
|
|
282
|
+
"description": "Grants permission to describe a AWS Batch service job in your account",
|
|
283
|
+
"accessLevel": "Read",
|
|
284
|
+
"resourceTypes": [],
|
|
285
|
+
"conditionKeys": [],
|
|
286
|
+
"dependentActions": []
|
|
287
|
+
},
|
|
231
288
|
"getjobqueuesnapshot": {
|
|
232
289
|
"name": "GetJobQueueSnapshot",
|
|
233
290
|
"description": "Grants permission to get a snapshot of an AWS Batch job queue in your account",
|
|
@@ -282,6 +339,14 @@
|
|
|
282
339
|
"conditionKeys": [],
|
|
283
340
|
"dependentActions": []
|
|
284
341
|
},
|
|
342
|
+
"listservicejobs": {
|
|
343
|
+
"name": "ListServiceJobs",
|
|
344
|
+
"description": "Grants permission to list service jobs for a specified AWS Batch job queue in your account",
|
|
345
|
+
"accessLevel": "List",
|
|
346
|
+
"resourceTypes": [],
|
|
347
|
+
"conditionKeys": [],
|
|
348
|
+
"dependentActions": []
|
|
349
|
+
},
|
|
285
350
|
"listtagsforresource": {
|
|
286
351
|
"name": "ListTagsForResource",
|
|
287
352
|
"description": "Grants permission to list tags for an AWS Batch resource in your account",
|
|
@@ -322,6 +387,18 @@
|
|
|
322
387
|
"required": false,
|
|
323
388
|
"conditionKeys": [],
|
|
324
389
|
"dependentActions": []
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "service-environment",
|
|
393
|
+
"required": false,
|
|
394
|
+
"conditionKeys": [],
|
|
395
|
+
"dependentActions": []
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "service-job",
|
|
399
|
+
"required": false,
|
|
400
|
+
"conditionKeys": [],
|
|
401
|
+
"dependentActions": []
|
|
325
402
|
}
|
|
326
403
|
],
|
|
327
404
|
"conditionKeys": [],
|
|
@@ -404,6 +481,31 @@
|
|
|
404
481
|
"conditionKeys": [],
|
|
405
482
|
"dependentActions": []
|
|
406
483
|
},
|
|
484
|
+
"submitservicejob": {
|
|
485
|
+
"name": "SubmitServiceJob",
|
|
486
|
+
"description": "Grants permission to submit an AWS Batch service job",
|
|
487
|
+
"accessLevel": "Write",
|
|
488
|
+
"resourceTypes": [
|
|
489
|
+
{
|
|
490
|
+
"name": "job-queue",
|
|
491
|
+
"required": true,
|
|
492
|
+
"conditionKeys": [],
|
|
493
|
+
"dependentActions": []
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "service-job",
|
|
497
|
+
"required": true,
|
|
498
|
+
"conditionKeys": [
|
|
499
|
+
"batch:ShareIdentifier",
|
|
500
|
+
"aws:RequestTag/${TagKey}",
|
|
501
|
+
"aws:TagKeys"
|
|
502
|
+
],
|
|
503
|
+
"dependentActions": []
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"conditionKeys": [],
|
|
507
|
+
"dependentActions": []
|
|
508
|
+
},
|
|
407
509
|
"tagresource": {
|
|
408
510
|
"name": "TagResource",
|
|
409
511
|
"description": "Grants permission to tag an AWS Batch resource in your account",
|
|
@@ -444,6 +546,18 @@
|
|
|
444
546
|
"required": false,
|
|
445
547
|
"conditionKeys": [],
|
|
446
548
|
"dependentActions": []
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "service-environment",
|
|
552
|
+
"required": false,
|
|
553
|
+
"conditionKeys": [],
|
|
554
|
+
"dependentActions": []
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "service-job",
|
|
558
|
+
"required": false,
|
|
559
|
+
"conditionKeys": [],
|
|
560
|
+
"dependentActions": []
|
|
447
561
|
}
|
|
448
562
|
],
|
|
449
563
|
"conditionKeys": [
|
|
@@ -467,6 +581,21 @@
|
|
|
467
581
|
"conditionKeys": [],
|
|
468
582
|
"dependentActions": []
|
|
469
583
|
},
|
|
584
|
+
"terminateservicejob": {
|
|
585
|
+
"name": "TerminateServiceJob",
|
|
586
|
+
"description": "Grants permission to terminate a service job in an AWS Batch job queue in your account",
|
|
587
|
+
"accessLevel": "Write",
|
|
588
|
+
"resourceTypes": [
|
|
589
|
+
{
|
|
590
|
+
"name": "service-job",
|
|
591
|
+
"required": true,
|
|
592
|
+
"conditionKeys": [],
|
|
593
|
+
"dependentActions": []
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"conditionKeys": [],
|
|
597
|
+
"dependentActions": []
|
|
598
|
+
},
|
|
470
599
|
"untagresource": {
|
|
471
600
|
"name": "UntagResource",
|
|
472
601
|
"description": "Grants permission to untag an AWS Batch resource in your account",
|
|
@@ -507,6 +636,18 @@
|
|
|
507
636
|
"required": false,
|
|
508
637
|
"conditionKeys": [],
|
|
509
638
|
"dependentActions": []
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "service-environment",
|
|
642
|
+
"required": false,
|
|
643
|
+
"conditionKeys": [],
|
|
644
|
+
"dependentActions": []
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "service-job",
|
|
648
|
+
"required": false,
|
|
649
|
+
"conditionKeys": [],
|
|
650
|
+
"dependentActions": []
|
|
510
651
|
}
|
|
511
652
|
],
|
|
512
653
|
"conditionKeys": [
|
|
@@ -585,5 +726,20 @@
|
|
|
585
726
|
],
|
|
586
727
|
"conditionKeys": [],
|
|
587
728
|
"dependentActions": []
|
|
729
|
+
},
|
|
730
|
+
"updateserviceenvironment": {
|
|
731
|
+
"name": "UpdateServiceEnvironment",
|
|
732
|
+
"description": "Grants permission to update an AWS Batch service environment in your account",
|
|
733
|
+
"accessLevel": "Write",
|
|
734
|
+
"resourceTypes": [
|
|
735
|
+
{
|
|
736
|
+
"name": "service-environment",
|
|
737
|
+
"required": true,
|
|
738
|
+
"conditionKeys": [],
|
|
739
|
+
"dependentActions": []
|
|
740
|
+
}
|
|
741
|
+
],
|
|
742
|
+
"conditionKeys": [],
|
|
743
|
+
"dependentActions": []
|
|
588
744
|
}
|
|
589
745
|
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"createdashboard": {
|
|
3
|
+
"name": "CreateDashboard",
|
|
4
|
+
"description": "Grants permission to create a dashboard",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"deletedashboard": {
|
|
11
|
+
"name": "DeleteDashboard",
|
|
12
|
+
"description": "Grants permission to delete a dashboard",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"getdashboard": {
|
|
19
|
+
"name": "GetDashboard",
|
|
20
|
+
"description": "Grants permission to get dashboard information",
|
|
21
|
+
"accessLevel": "Read",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
26
|
+
"getresourcepolicy": {
|
|
27
|
+
"name": "GetResourcePolicy",
|
|
28
|
+
"description": "Grants permission to get the resource policy for a dashboard",
|
|
29
|
+
"accessLevel": "Read",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
"listdashboards": {
|
|
35
|
+
"name": "ListDashboards",
|
|
36
|
+
"description": "Grants permission to list information about all of the dashboards for a user",
|
|
37
|
+
"accessLevel": "Read",
|
|
38
|
+
"resourceTypes": [],
|
|
39
|
+
"conditionKeys": [],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
},
|
|
42
|
+
"listtagsforresource": {
|
|
43
|
+
"name": "ListTagsForResource",
|
|
44
|
+
"description": "Grants permission to list all of the tags for a resource",
|
|
45
|
+
"accessLevel": "Read",
|
|
46
|
+
"resourceTypes": [],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
50
|
+
"tagresource": {
|
|
51
|
+
"name": "TagResource",
|
|
52
|
+
"description": "Grants permission to create a tag for a resource",
|
|
53
|
+
"accessLevel": "Write",
|
|
54
|
+
"resourceTypes": [],
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
},
|
|
58
|
+
"untagresource": {
|
|
59
|
+
"name": "UntagResource",
|
|
60
|
+
"description": "Grants permission to remove a tag for a resource",
|
|
61
|
+
"accessLevel": "Write",
|
|
62
|
+
"resourceTypes": [],
|
|
63
|
+
"conditionKeys": [],
|
|
64
|
+
"dependentActions": []
|
|
65
|
+
},
|
|
66
|
+
"updatedashboard": {
|
|
67
|
+
"name": "UpdateDashboard",
|
|
68
|
+
"description": "Grants permission to update an existing dashboard",
|
|
69
|
+
"accessLevel": "Write",
|
|
70
|
+
"resourceTypes": [],
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
}
|
|
74
|
+
}
|