iamdata 0.1.202512121__py3-none-any.whl → 0.1.202512281__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.
Files changed (50) hide show
  1. iamdata/data/actions/apigateway.json +451 -0
  2. iamdata/data/actions/arc-region-switch.json +15 -0
  3. iamdata/data/actions/bedrock.json +19 -34
  4. iamdata/data/actions/cleanrooms.json +15 -0
  5. iamdata/data/actions/cognito-identity.json +30 -8
  6. iamdata/data/actions/connect.json +4 -1
  7. iamdata/data/actions/deadline.json +3 -3
  8. iamdata/data/actions/ec2.json +1321 -28
  9. iamdata/data/actions/groundstation.json +11 -0
  10. iamdata/data/actions/lambda.json +1 -2
  11. iamdata/data/actions/logs.json +32 -0
  12. iamdata/data/actions/network-firewall.json +403 -0
  13. iamdata/data/actions/network-security-director.json +7 -15
  14. iamdata/data/actions/networkmanager.json +3 -3
  15. iamdata/data/actions/payment-cryptography.json +108 -0
  16. iamdata/data/actions/quicksight.json +15 -0
  17. iamdata/data/actions/redshift-serverless.json +32 -0
  18. iamdata/data/actions/redshift.json +40 -1
  19. iamdata/data/actions/sagemaker-mlflow.json +180 -60
  20. iamdata/data/actions/sagemaker.json +82 -24
  21. iamdata/data/actions/servicequotas.json +16 -0
  22. iamdata/data/actions/ses.json +66 -8
  23. iamdata/data/actions/ssm.json +20 -4
  24. iamdata/data/actions/timestream-influxdb.json +38 -0
  25. iamdata/data/actions/transform-custom.json +131 -44
  26. iamdata/data/actions/wickr.json +603 -9
  27. iamdata/data/conditionKeys/apigateway.json +95 -0
  28. iamdata/data/conditionKeys/cognito-identity.json +27 -2
  29. iamdata/data/conditionKeys/ec2.json +45 -0
  30. iamdata/data/conditionKeys/sagemaker-mlflow.json +0 -5
  31. iamdata/data/conditionKeys/sagemaker.json +5 -0
  32. iamdata/data/conditionKeys/ssm.json +5 -0
  33. iamdata/data/conditionPatterns.json +1 -1
  34. iamdata/data/metadata.json +2 -2
  35. iamdata/data/resourceTypes/apigateway.json +38 -0
  36. iamdata/data/resourceTypes/bedrock.json +1 -1
  37. iamdata/data/resourceTypes/deadline.json +0 -4
  38. iamdata/data/resourceTypes/ec2.json +85 -1
  39. iamdata/data/resourceTypes/network-firewall.json +21 -0
  40. iamdata/data/resourceTypes/sagemaker-mlflow.json +1 -5
  41. iamdata/data/resourceTypes/sagemaker.json +3 -15
  42. iamdata/data/resourceTypes/ses.json +8 -2
  43. iamdata/data/resourceTypes/ssm.json +4 -1
  44. iamdata/data/resourceTypes/transform-custom.json +12 -7
  45. iamdata/data/serviceNames.json +2 -2
  46. iamdata/data/unassociatedConditions.json +6 -0
  47. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/METADATA +1 -1
  48. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/RECORD +50 -50
  49. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/WHEEL +0 -0
  50. {iamdata-0.1.202512121.dist-info → iamdata-0.1.202512281.dist-info}/licenses/LICENSE.txt +0 -0
@@ -644,7 +644,8 @@
644
644
  "sagemaker:ImageArns",
645
645
  "sagemaker:ImageVersionArns",
646
646
  "sagemaker:OwnerUserProfileArn",
647
- "sagemaker:SpaceSharingType"
647
+ "sagemaker:SpaceSharingType",
648
+ "sagemaker:StudioLifecycleConfigArns"
648
649
  ],
649
650
  "dependentActions": []
650
651
  },
@@ -983,7 +984,8 @@
983
984
  "sagemaker:DomainSharingOutputKmsKey",
984
985
  "sagemaker:VolumeKmsKey",
985
986
  "sagemaker:ImageArns",
986
- "sagemaker:ImageVersionArns"
987
+ "sagemaker:ImageVersionArns",
988
+ "sagemaker:StudioLifecycleConfigArns"
987
989
  ],
988
990
  "dependentActions": []
989
991
  },
@@ -1442,7 +1444,10 @@
1442
1444
  {
1443
1445
  "name": "mlflow-app",
1444
1446
  "required": true,
1445
- "conditionKeys": [],
1447
+ "conditionKeys": [
1448
+ "sagemaker:ResourceTag/${TagKey}",
1449
+ "aws:ResourceTag/${TagKey}"
1450
+ ],
1446
1451
  "dependentActions": [
1447
1452
  "iam:PassRole",
1448
1453
  "sagemaker:AddTags"
@@ -1463,7 +1468,10 @@
1463
1468
  {
1464
1469
  "name": "mlflow-tracking-server",
1465
1470
  "required": true,
1466
- "conditionKeys": [],
1471
+ "conditionKeys": [
1472
+ "sagemaker:ResourceTag/${TagKey}",
1473
+ "aws:ResourceTag/${TagKey}"
1474
+ ],
1467
1475
  "dependentActions": [
1468
1476
  "iam:PassRole",
1469
1477
  "sagemaker:AddTags"
@@ -1784,7 +1792,10 @@
1784
1792
  {
1785
1793
  "name": "partner-app",
1786
1794
  "required": true,
1787
- "conditionKeys": [],
1795
+ "conditionKeys": [
1796
+ "sagemaker:ResourceTag/${TagKey}",
1797
+ "aws:ResourceTag/${TagKey}"
1798
+ ],
1788
1799
  "dependentActions": [
1789
1800
  "sagemaker:AddTags"
1790
1801
  ]
@@ -1808,7 +1819,10 @@
1808
1819
  "dependentActions": []
1809
1820
  }
1810
1821
  ],
1811
- "conditionKeys": [],
1822
+ "conditionKeys": [
1823
+ "sagemaker:ResourceTag/${TagKey}",
1824
+ "aws:ResourceTag/${TagKey}"
1825
+ ],
1812
1826
  "dependentActions": []
1813
1827
  },
1814
1828
  "createpipeline": {
@@ -1859,7 +1873,10 @@
1859
1873
  "dependentActions": []
1860
1874
  }
1861
1875
  ],
1862
- "conditionKeys": [],
1876
+ "conditionKeys": [
1877
+ "sagemaker:ResourceTag/${TagKey}",
1878
+ "aws:ResourceTag/${TagKey}"
1879
+ ],
1863
1880
  "dependentActions": []
1864
1881
  },
1865
1882
  "createpresignedmlflowtrackingserverurl": {
@@ -1874,7 +1891,10 @@
1874
1891
  "dependentActions": []
1875
1892
  }
1876
1893
  ],
1877
- "conditionKeys": [],
1894
+ "conditionKeys": [
1895
+ "sagemaker:ResourceTag/${TagKey}",
1896
+ "aws:ResourceTag/${TagKey}"
1897
+ ],
1878
1898
  "dependentActions": []
1879
1899
  },
1880
1900
  "createpresignednotebookinstanceurl": {
@@ -2000,7 +2020,8 @@
2000
2020
  "sagemaker:ImageVersionArns",
2001
2021
  "sagemaker:OwnerUserProfileArn",
2002
2022
  "sagemaker:RemoteAccess",
2003
- "sagemaker:SpaceSharingType"
2023
+ "sagemaker:SpaceSharingType",
2024
+ "sagemaker:StudioLifecycleConfigArns"
2004
2025
  ],
2005
2026
  "dependentActions": []
2006
2027
  },
@@ -2185,7 +2206,8 @@
2185
2206
  "sagemaker:InstanceTypes",
2186
2207
  "sagemaker:DomainSharingOutputKmsKey",
2187
2208
  "sagemaker:ImageArns",
2188
- "sagemaker:ImageVersionArns"
2209
+ "sagemaker:ImageVersionArns",
2210
+ "sagemaker:StudioLifecycleConfigArns"
2189
2211
  ],
2190
2212
  "dependentActions": []
2191
2213
  },
@@ -2772,7 +2794,10 @@
2772
2794
  "dependentActions": []
2773
2795
  }
2774
2796
  ],
2775
- "conditionKeys": [],
2797
+ "conditionKeys": [
2798
+ "sagemaker:ResourceTag/${TagKey}",
2799
+ "aws:ResourceTag/${TagKey}"
2800
+ ],
2776
2801
  "dependentActions": []
2777
2802
  },
2778
2803
  "deletemlflowtrackingserver": {
@@ -2787,7 +2812,10 @@
2787
2812
  "dependentActions": []
2788
2813
  }
2789
2814
  ],
2790
- "conditionKeys": [],
2815
+ "conditionKeys": [
2816
+ "sagemaker:ResourceTag/${TagKey}",
2817
+ "aws:ResourceTag/${TagKey}"
2818
+ ],
2791
2819
  "dependentActions": []
2792
2820
  },
2793
2821
  "deletemodel": {
@@ -2986,7 +3014,10 @@
2986
3014
  "dependentActions": []
2987
3015
  }
2988
3016
  ],
2989
- "conditionKeys": [],
3017
+ "conditionKeys": [
3018
+ "sagemaker:ResourceTag/${TagKey}",
3019
+ "aws:ResourceTag/${TagKey}"
3020
+ ],
2990
3021
  "dependentActions": []
2991
3022
  },
2992
3023
  "deletepipeline": {
@@ -4156,7 +4187,10 @@
4156
4187
  "dependentActions": []
4157
4188
  }
4158
4189
  ],
4159
- "conditionKeys": [],
4190
+ "conditionKeys": [
4191
+ "sagemaker:ResourceTag/${TagKey}",
4192
+ "aws:ResourceTag/${TagKey}"
4193
+ ],
4160
4194
  "dependentActions": []
4161
4195
  },
4162
4196
  "describemlflowtrackingserver": {
@@ -4171,7 +4205,10 @@
4171
4205
  "dependentActions": []
4172
4206
  }
4173
4207
  ],
4174
- "conditionKeys": [],
4208
+ "conditionKeys": [
4209
+ "sagemaker:ResourceTag/${TagKey}",
4210
+ "aws:ResourceTag/${TagKey}"
4211
+ ],
4175
4212
  "dependentActions": []
4176
4213
  },
4177
4214
  "describemodel": {
@@ -4370,7 +4407,10 @@
4370
4407
  "dependentActions": []
4371
4408
  }
4372
4409
  ],
4373
- "conditionKeys": [],
4410
+ "conditionKeys": [
4411
+ "sagemaker:ResourceTag/${TagKey}",
4412
+ "aws:ResourceTag/${TagKey}"
4413
+ ],
4374
4414
  "dependentActions": []
4375
4415
  },
4376
4416
  "describepipeline": {
@@ -6349,7 +6389,10 @@
6349
6389
  "dependentActions": []
6350
6390
  }
6351
6391
  ],
6352
- "conditionKeys": [],
6392
+ "conditionKeys": [
6393
+ "sagemaker:ResourceTag/${TagKey}",
6394
+ "aws:ResourceTag/${TagKey}"
6395
+ ],
6353
6396
  "dependentActions": []
6354
6397
  },
6355
6398
  "startmonitoringschedule": {
@@ -6561,7 +6604,10 @@
6561
6604
  "dependentActions": []
6562
6605
  }
6563
6606
  ],
6564
- "conditionKeys": [],
6607
+ "conditionKeys": [
6608
+ "sagemaker:ResourceTag/${TagKey}",
6609
+ "aws:ResourceTag/${TagKey}"
6610
+ ],
6565
6611
  "dependentActions": []
6566
6612
  },
6567
6613
  "stopmonitoringschedule": {
@@ -6931,7 +6977,8 @@
6931
6977
  "sagemaker:ImageArns",
6932
6978
  "sagemaker:ImageVersionArns",
6933
6979
  "sagemaker:AppNetworkAccessType",
6934
- "sagemaker:VpcSubnets"
6980
+ "sagemaker:VpcSubnets",
6981
+ "sagemaker:StudioLifecycleConfigArns"
6935
6982
  ],
6936
6983
  "dependentActions": []
6937
6984
  },
@@ -7162,7 +7209,10 @@
7162
7209
  "dependentActions": []
7163
7210
  }
7164
7211
  ],
7165
- "conditionKeys": [],
7212
+ "conditionKeys": [
7213
+ "sagemaker:ResourceTag/${TagKey}",
7214
+ "aws:ResourceTag/${TagKey}"
7215
+ ],
7166
7216
  "dependentActions": []
7167
7217
  },
7168
7218
  "updatemlflowtrackingserver": {
@@ -7177,7 +7227,10 @@
7177
7227
  "dependentActions": []
7178
7228
  }
7179
7229
  ],
7180
- "conditionKeys": [],
7230
+ "conditionKeys": [
7231
+ "sagemaker:ResourceTag/${TagKey}",
7232
+ "aws:ResourceTag/${TagKey}"
7233
+ ],
7181
7234
  "dependentActions": []
7182
7235
  },
7183
7236
  "updatemodelcard": {
@@ -7316,7 +7369,10 @@
7316
7369
  "dependentActions": []
7317
7370
  }
7318
7371
  ],
7319
- "conditionKeys": [],
7372
+ "conditionKeys": [
7373
+ "sagemaker:ResourceTag/${TagKey}",
7374
+ "aws:ResourceTag/${TagKey}"
7375
+ ],
7320
7376
  "dependentActions": []
7321
7377
  },
7322
7378
  "updatepipeline": {
@@ -7420,7 +7476,8 @@
7420
7476
  "sagemaker:ImageVersionArns",
7421
7477
  "sagemaker:OwnerUserProfileArn",
7422
7478
  "sagemaker:RemoteAccess",
7423
- "sagemaker:SpaceSharingType"
7479
+ "sagemaker:SpaceSharingType",
7480
+ "sagemaker:StudioLifecycleConfigArns"
7424
7481
  ],
7425
7482
  "dependentActions": []
7426
7483
  },
@@ -7491,7 +7548,8 @@
7491
7548
  "sagemaker:InstanceTypes",
7492
7549
  "sagemaker:DomainSharingOutputKmsKey",
7493
7550
  "sagemaker:ImageArns",
7494
- "sagemaker:ImageVersionArns"
7551
+ "sagemaker:ImageVersionArns",
7552
+ "sagemaker:StudioLifecycleConfigArns"
7495
7553
  ],
7496
7554
  "dependentActions": []
7497
7555
  },
@@ -64,6 +64,14 @@
64
64
  "conditionKeys": [],
65
65
  "dependentActions": []
66
66
  },
67
+ "getquotautilizationreport": {
68
+ "name": "GetQuotaUtilizationReport",
69
+ "description": "Grants permission to view the generated report",
70
+ "accessLevel": "Read",
71
+ "resourceTypes": [],
72
+ "conditionKeys": [],
73
+ "dependentActions": []
74
+ },
67
75
  "getrequestedservicequotachange": {
68
76
  "name": "GetRequestedServiceQuotaChange",
69
77
  "description": "Grants permission to retrieve the details for a particular service quota increase request",
@@ -210,6 +218,14 @@
210
218
  "conditionKeys": [],
211
219
  "dependentActions": []
212
220
  },
221
+ "startquotautilizationreport": {
222
+ "name": "StartQuotaUtilizationReport",
223
+ "description": "Grants permission to query quota utilization and create a report for your account",
224
+ "accessLevel": "Read",
225
+ "resourceTypes": [],
226
+ "conditionKeys": [],
227
+ "dependentActions": []
228
+ },
213
229
  "stopautomanagement": {
214
230
  "name": "StopAutoManagement",
215
231
  "description": "Grants permission to stop automatic management of Service Quotas for an AWS account and remove all associated configurations",
@@ -402,6 +402,12 @@
402
402
  "conditionKeys": [],
403
403
  "dependentActions": []
404
404
  },
405
+ {
406
+ "name": "custom-verification-email-template",
407
+ "required": false,
408
+ "conditionKeys": [],
409
+ "dependentActions": []
410
+ },
405
411
  {
406
412
  "name": "dedicated-ip-pool",
407
413
  "required": false,
@@ -420,6 +426,12 @@
420
426
  "conditionKeys": [],
421
427
  "dependentActions": []
422
428
  },
429
+ {
430
+ "name": "template",
431
+ "required": false,
432
+ "conditionKeys": [],
433
+ "dependentActions": []
434
+ },
423
435
  {
424
436
  "name": "tenant",
425
437
  "required": false,
@@ -674,6 +686,12 @@
674
686
  "conditionKeys": [],
675
687
  "dependentActions": []
676
688
  },
689
+ {
690
+ "name": "custom-verification-email-template",
691
+ "required": false,
692
+ "conditionKeys": [],
693
+ "dependentActions": []
694
+ },
677
695
  {
678
696
  "name": "dedicated-ip-pool",
679
697
  "required": false,
@@ -692,6 +710,12 @@
692
710
  "conditionKeys": [],
693
711
  "dependentActions": []
694
712
  },
713
+ {
714
+ "name": "template",
715
+ "required": false,
716
+ "conditionKeys": [],
717
+ "dependentActions": []
718
+ },
695
719
  {
696
720
  "name": "tenant",
697
721
  "required": false,
@@ -723,6 +747,12 @@
723
747
  "conditionKeys": [],
724
748
  "dependentActions": []
725
749
  },
750
+ {
751
+ "name": "custom-verification-email-template",
752
+ "required": false,
753
+ "conditionKeys": [],
754
+ "dependentActions": []
755
+ },
726
756
  {
727
757
  "name": "dedicated-ip-pool",
728
758
  "required": false,
@@ -741,6 +771,12 @@
741
771
  "conditionKeys": [],
742
772
  "dependentActions": []
743
773
  },
774
+ {
775
+ "name": "template",
776
+ "required": false,
777
+ "conditionKeys": [],
778
+ "dependentActions": []
779
+ },
744
780
  {
745
781
  "name": "tenant",
746
782
  "required": false,
@@ -805,7 +841,9 @@
805
841
  }
806
842
  ],
807
843
  "conditionKeys": [
808
- "ses:ApiVersion"
844
+ "ses:ApiVersion",
845
+ "aws:TagKeys",
846
+ "aws:RequestTag/${TagKey}"
809
847
  ],
810
848
  "dependentActions": []
811
849
  },
@@ -872,7 +910,8 @@
872
910
  }
873
911
  ],
874
912
  "conditionKeys": [
875
- "ses:ApiVersion"
913
+ "ses:ApiVersion",
914
+ "aws:ResourceTag/${TagKey}"
876
915
  ],
877
916
  "dependentActions": []
878
917
  },
@@ -1009,7 +1048,8 @@
1009
1048
  }
1010
1049
  ],
1011
1050
  "conditionKeys": [
1012
- "ses:ApiVersion"
1051
+ "ses:ApiVersion",
1052
+ "aws:ResourceTag/${TagKey}"
1013
1053
  ],
1014
1054
  "dependentActions": []
1015
1055
  },
@@ -1444,7 +1484,8 @@
1444
1484
  }
1445
1485
  ],
1446
1486
  "conditionKeys": [
1447
- "ses:ApiVersion"
1487
+ "ses:ApiVersion",
1488
+ "aws:ResourceTag/${TagKey}"
1448
1489
  ],
1449
1490
  "dependentActions": []
1450
1491
  },
@@ -2461,7 +2502,9 @@
2461
2502
  }
2462
2503
  ],
2463
2504
  "conditionKeys": [
2464
- "ses:ApiVersion"
2505
+ "ses:ApiVersion",
2506
+ "aws:TagKeys",
2507
+ "aws:RequestTag/${TagKey}"
2465
2508
  ],
2466
2509
  "dependentActions": []
2467
2510
  },
@@ -2623,7 +2666,8 @@
2623
2666
  }
2624
2667
  ],
2625
2668
  "conditionKeys": [
2626
- "ses:ApiVersion"
2669
+ "ses:ApiVersion",
2670
+ "aws:ResourceTag/${TagKey}"
2627
2671
  ],
2628
2672
  "dependentActions": []
2629
2673
  },
@@ -2762,6 +2806,18 @@
2762
2806
  ],
2763
2807
  "dependentActions": []
2764
2808
  },
2809
+ "getemailaddressinsights": {
2810
+ "name": "GetEmailAddressInsights",
2811
+ "description": "Grants permission to get insights about email address",
2812
+ "accessLevel": "Read",
2813
+ "resourceTypes": [],
2814
+ "conditionKeys": [
2815
+ "ses:ApiVersion"
2816
+ ],
2817
+ "dependentActions": [
2818
+ "iam:CreateServiceLinkedRole"
2819
+ ]
2820
+ },
2765
2821
  "getemailidentitypolicies": {
2766
2822
  "name": "GetEmailIdentityPolicies",
2767
2823
  "description": "Grants permission to return the requested sending authorization policies for the given identity (an email address or a domain)",
@@ -2793,7 +2849,8 @@
2793
2849
  }
2794
2850
  ],
2795
2851
  "conditionKeys": [
2796
- "ses:ApiVersion"
2852
+ "ses:ApiVersion",
2853
+ "aws:ResourceTag/${TagKey}"
2797
2854
  ],
2798
2855
  "dependentActions": []
2799
2856
  },
@@ -3371,7 +3428,8 @@
3371
3428
  }
3372
3429
  ],
3373
3430
  "conditionKeys": [
3374
- "ses:ApiVersion"
3431
+ "ses:ApiVersion",
3432
+ "aws:ResourceTag/${TagKey}"
3375
3433
  ],
3376
3434
  "dependentActions": []
3377
3435
  },
@@ -2115,7 +2115,7 @@
2115
2115
  "accessLevel": "Write",
2116
2116
  "resourceTypes": [
2117
2117
  {
2118
- "name": "automation-definition",
2118
+ "name": "automation-execution",
2119
2119
  "required": true,
2120
2120
  "conditionKeys": [],
2121
2121
  "dependentActions": []
@@ -2125,11 +2125,19 @@
2125
2125
  "required": true,
2126
2126
  "conditionKeys": [],
2127
2127
  "dependentActions": []
2128
+ },
2129
+ {
2130
+ "name": "automation-definition",
2131
+ "required": false,
2132
+ "conditionKeys": [],
2133
+ "dependentActions": []
2128
2134
  }
2129
2135
  ],
2130
2136
  "conditionKeys": [
2131
2137
  "aws:RequestTag/${TagKey}",
2132
- "aws:TagKeys"
2138
+ "aws:ResourceTag/${TagKey}",
2139
+ "aws:TagKeys",
2140
+ "ssm:DocumentVersion"
2133
2141
  ],
2134
2142
  "dependentActions": []
2135
2143
  },
@@ -2139,7 +2147,7 @@
2139
2147
  "accessLevel": "Write",
2140
2148
  "resourceTypes": [
2141
2149
  {
2142
- "name": "automation-definition",
2150
+ "name": "automation-execution",
2143
2151
  "required": true,
2144
2152
  "conditionKeys": [],
2145
2153
  "dependentActions": []
@@ -2149,12 +2157,20 @@
2149
2157
  "required": true,
2150
2158
  "conditionKeys": [],
2151
2159
  "dependentActions": []
2160
+ },
2161
+ {
2162
+ "name": "automation-definition",
2163
+ "required": false,
2164
+ "conditionKeys": [],
2165
+ "dependentActions": []
2152
2166
  }
2153
2167
  ],
2154
2168
  "conditionKeys": [
2155
2169
  "aws:RequestTag/${TagKey}",
2170
+ "aws:ResourceTag/${TagKey}",
2156
2171
  "aws:TagKeys",
2157
- "ssm:AutoApprove"
2172
+ "ssm:AutoApprove",
2173
+ "ssm:DocumentVersion"
2158
2174
  ],
2159
2175
  "dependentActions": []
2160
2176
  },
@@ -193,6 +193,44 @@
193
193
  ],
194
194
  "dependentActions": []
195
195
  },
196
+ "rebootdbcluster": {
197
+ "name": "RebootDbCluster",
198
+ "description": "Grants permission to reboot a Timestream InfluxDB Cluster",
199
+ "accessLevel": "Write",
200
+ "resourceTypes": [
201
+ {
202
+ "name": "db-cluster",
203
+ "required": true,
204
+ "conditionKeys": [],
205
+ "dependentActions": [
206
+ "timestream-influxdb:RebootDbInstance"
207
+ ]
208
+ },
209
+ {
210
+ "name": "db-instance",
211
+ "required": false,
212
+ "conditionKeys": [],
213
+ "dependentActions": []
214
+ }
215
+ ],
216
+ "conditionKeys": [],
217
+ "dependentActions": []
218
+ },
219
+ "rebootdbinstance": {
220
+ "name": "RebootDbInstance",
221
+ "description": "Grants permission to reboot a Timestream InfluxDB instance",
222
+ "accessLevel": "Write",
223
+ "resourceTypes": [
224
+ {
225
+ "name": "db-instance",
226
+ "required": true,
227
+ "conditionKeys": [],
228
+ "dependentActions": []
229
+ }
230
+ ],
231
+ "conditionKeys": [],
232
+ "dependentActions": []
233
+ },
196
234
  "tagresource": {
197
235
  "name": "TagResource",
198
236
  "description": "Grants permission to tag a Timestream InfluxDB resource",