iamdata 0.1.202507281__py3-none-any.whl → 0.1.202508241__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.

Files changed (102) hide show
  1. iamdata/data/actions/aoss.json +32 -0
  2. iamdata/data/actions/appstream.json +22 -71
  3. iamdata/data/actions/aps.json +51 -0
  4. iamdata/data/actions/arc-region-switch.json +334 -0
  5. iamdata/data/actions/arc-zonal-shift.json +50 -0
  6. iamdata/data/actions/auditmanager.json +14 -1
  7. iamdata/data/actions/batch.json +162 -6
  8. iamdata/data/actions/bcm-dashboards.json +74 -0
  9. iamdata/data/actions/bcm-recommended-actions.json +10 -0
  10. iamdata/data/actions/bedrock-agentcore.json +328 -30
  11. iamdata/data/actions/bedrock.json +459 -0
  12. iamdata/data/actions/budgets.json +6 -2
  13. iamdata/data/actions/cases.json +22 -2
  14. iamdata/data/actions/chatbot.json +87 -20
  15. iamdata/data/actions/cleanrooms-ml.json +11 -0
  16. iamdata/data/actions/cleanrooms.json +44 -0
  17. iamdata/data/actions/connect.json +23 -0
  18. iamdata/data/actions/datazone.json +64 -0
  19. iamdata/data/actions/deadline.json +32 -10
  20. iamdata/data/actions/dms.json +1 -8
  21. iamdata/data/actions/ds.json +122 -0
  22. iamdata/data/actions/events.json +16 -0
  23. iamdata/data/actions/glue.json +32 -0
  24. iamdata/data/actions/groundtruthlabeling.json +7 -7
  25. iamdata/data/actions/guardduty.json +173 -0
  26. iamdata/data/actions/imagebuilder.json +185 -237
  27. iamdata/data/actions/iot.json +31 -0
  28. iamdata/data/actions/iotmanagedintegrations.json +11 -4
  29. iamdata/data/actions/iotsitewise.json +271 -0
  30. iamdata/data/actions/observabilityadmin.json +196 -0
  31. iamdata/data/actions/odb.json +4 -4
  32. iamdata/data/actions/outposts.json +15 -0
  33. iamdata/data/actions/partnercentral.json +96 -32
  34. iamdata/data/actions/qbusiness.json +20 -46
  35. iamdata/data/actions/quicksight.json +2 -6
  36. iamdata/data/actions/rds.json +12 -6
  37. iamdata/data/actions/repostspace.json +90 -0
  38. iamdata/data/actions/s3.json +261 -125
  39. iamdata/data/actions/s3express.json +24 -4
  40. iamdata/data/actions/sagemaker.json +128 -0
  41. iamdata/data/actions/security-ir.json +23 -8
  42. iamdata/data/actions/securityhub.json +12 -0
  43. iamdata/data/actions/servicediscovery.json +140 -14
  44. iamdata/data/actions/ses.json +286 -2
  45. iamdata/data/actions/social-messaging.json +64 -0
  46. iamdata/data/actions/sso.json +34 -50
  47. iamdata/data/actions/transcribe.json +12 -0
  48. iamdata/data/actions/uxc.json +26 -0
  49. iamdata/data/actions/workspaces-web.json +112 -0
  50. iamdata/data/actions/workspaces.json +114 -0
  51. iamdata/data/actions/xray.json +9 -3
  52. iamdata/data/conditionKeys/arc-region-switch.json +17 -0
  53. iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
  54. iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
  55. iamdata/data/conditionKeys/chatbot.json +17 -1
  56. iamdata/data/conditionKeys/ebs.json +2 -2
  57. iamdata/data/conditionKeys/imagebuilder.json +2 -2
  58. iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
  59. iamdata/data/conditionKeys/observabilityadmin.json +17 -1
  60. iamdata/data/conditionKeys/quicksight.json +0 -5
  61. iamdata/data/conditionKeys/rds.json +5 -0
  62. iamdata/data/conditionKeys/s3.json +5 -0
  63. iamdata/data/conditionKeys/s3express.json +5 -0
  64. iamdata/data/conditionKeys/savingsplans.json +1 -1
  65. iamdata/data/conditionKeys/secretsmanager.json +1 -1
  66. iamdata/data/conditionKeys/servicediscovery.json +5 -0
  67. iamdata/data/conditionKeys/ses.json +5 -0
  68. iamdata/data/conditionKeys/uxc.json +1 -0
  69. iamdata/data/conditionKeys/xray.json +10 -0
  70. iamdata/data/conditionPatterns.json +128 -0
  71. iamdata/data/metadata.json +2 -2
  72. iamdata/data/resourceTypes/apigateway.json +3 -3
  73. iamdata/data/resourceTypes/arc-region-switch.json +9 -0
  74. iamdata/data/resourceTypes/batch.json +14 -0
  75. iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
  76. iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
  77. iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
  78. iamdata/data/resourceTypes/bedrock.json +14 -0
  79. iamdata/data/resourceTypes/chatbot.json +8 -2
  80. iamdata/data/resourceTypes/deadline.json +4 -1
  81. iamdata/data/resourceTypes/execute-api.json +1 -1
  82. iamdata/data/resourceTypes/guardduty.json +14 -0
  83. iamdata/data/resourceTypes/imagebuilder.json +12 -18
  84. iamdata/data/resourceTypes/iotsitewise.json +7 -0
  85. iamdata/data/resourceTypes/mpa.json +3 -3
  86. iamdata/data/resourceTypes/observabilityadmin.json +16 -1
  87. iamdata/data/resourceTypes/partnercentral.json +8 -2
  88. iamdata/data/resourceTypes/qbusiness.json +0 -4
  89. iamdata/data/resourceTypes/s3.json +19 -1
  90. iamdata/data/resourceTypes/s3express.json +5 -1
  91. iamdata/data/resourceTypes/securityhub.json +12 -3
  92. iamdata/data/resourceTypes/ses.json +11 -0
  93. iamdata/data/resourceTypes/uxc.json +1 -0
  94. iamdata/data/resourceTypes/workspaces-web.json +7 -0
  95. iamdata/data/resourceTypes/workspaces.json +4 -0
  96. iamdata/data/serviceNames.json +4 -0
  97. iamdata/data/services.json +4 -0
  98. iamdata/data/unassociatedConditions.json +20 -0
  99. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/METADATA +1 -1
  100. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/RECORD +102 -88
  101. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/WHEEL +0 -0
  102. {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/licenses/LICENSE.txt +0 -0
@@ -1,4 +1,29 @@
1
1
  {
2
+ "cancelpracticerun": {
3
+ "name": "CancelPracticeRun",
4
+ "description": "Grants permission to cancel an active practice run",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "ALB",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ },
13
+ {
14
+ "name": "NLB",
15
+ "required": true,
16
+ "conditionKeys": [],
17
+ "dependentActions": []
18
+ }
19
+ ],
20
+ "conditionKeys": [
21
+ "arc-zonal-shift:ResourceIdentifier",
22
+ "aws:ResourceTag/${TagKey}",
23
+ "elasticloadbalancing:ResourceTag/${TagKey}"
24
+ ],
25
+ "dependentActions": []
26
+ },
2
27
  "cancelzonalshift": {
3
28
  "name": "CancelZonalShift",
4
29
  "description": "Grants permission to cancel an active zonal shift",
@@ -134,6 +159,31 @@
134
159
  "conditionKeys": [],
135
160
  "dependentActions": []
136
161
  },
162
+ "startpracticerun": {
163
+ "name": "StartPracticeRun",
164
+ "description": "Grants permission to start a practice run",
165
+ "accessLevel": "Write",
166
+ "resourceTypes": [
167
+ {
168
+ "name": "ALB",
169
+ "required": true,
170
+ "conditionKeys": [],
171
+ "dependentActions": []
172
+ },
173
+ {
174
+ "name": "NLB",
175
+ "required": true,
176
+ "conditionKeys": [],
177
+ "dependentActions": []
178
+ }
179
+ ],
180
+ "conditionKeys": [
181
+ "arc-zonal-shift:ResourceIdentifier",
182
+ "aws:ResourceTag/${TagKey}",
183
+ "elasticloadbalancing:ResourceTag/${TagKey}"
184
+ ],
185
+ "dependentActions": []
186
+ },
137
187
  "startzonalshift": {
138
188
  "name": "StartZonalShift",
139
189
  "description": "Grants permission to start a zonal shift",
@@ -117,7 +117,14 @@
117
117
  "name": "CreateAssessmentFramework",
118
118
  "description": "Grants permission to create a framework for use in AWS Audit Manager",
119
119
  "accessLevel": "Write",
120
- "resourceTypes": [],
120
+ "resourceTypes": [
121
+ {
122
+ "name": "control",
123
+ "required": true,
124
+ "conditionKeys": [],
125
+ "dependentActions": []
126
+ }
127
+ ],
121
128
  "conditionKeys": [
122
129
  "aws:RequestTag/${TagKey}",
123
130
  "aws:TagKeys",
@@ -734,6 +741,12 @@
734
741
  "required": true,
735
742
  "conditionKeys": [],
736
743
  "dependentActions": []
744
+ },
745
+ {
746
+ "name": "control",
747
+ "required": true,
748
+ "conditionKeys": [],
749
+ "dependentActions": []
737
750
  }
738
751
  ],
739
752
  "conditionKeys": [],
@@ -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
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "listrecommendedactions": {
3
+ "name": "ListRecommendedActions",
4
+ "description": "Grants permission to list all recommended actions",
5
+ "accessLevel": "List",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ }
10
+ }