cribl-control-plane 0.2.0rc1__tar.gz → 0.3.0b1__tar.gz

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 cribl-control-plane might be problematic. Click here for more details.

Files changed (335) hide show
  1. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/PKG-INFO +39 -16
  2. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/README-PYPI.md +38 -15
  3. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_version.py +3 -5
  5. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/groups_sdk.py +8 -8
  6. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/__init__.py +65 -27
  7. cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/authtoken.py +20 -0
  8. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/configgroup.py +30 -2
  9. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversionundoop.py +3 -3
  10. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/distributedsummary.py +6 -0
  11. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/hbcriblinfo.py +14 -3
  12. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/heartbeatmetadata.py +3 -0
  13. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/input.py +65 -63
  14. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputappscope.py +4 -0
  15. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputazureblob.py +4 -0
  16. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcollection.py +4 -0
  17. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputconfluentcloud.py +8 -18
  18. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcribl.py +4 -0
  19. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcriblhttp.py +4 -0
  20. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcribllakehttp.py +4 -0
  21. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcriblmetrics.py +4 -0
  22. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcribltcp.py +4 -0
  23. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcrowdstrike.py +7 -0
  24. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputdatadogagent.py +4 -0
  25. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputdatagen.py +4 -0
  26. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputedgeprometheus.py +12 -0
  27. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputelastic.py +11 -0
  28. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputeventhub.py +6 -0
  29. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputexec.py +4 -0
  30. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputfile.py +6 -0
  31. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputfirehose.py +4 -0
  32. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputgooglepubsub.py +7 -0
  33. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputgrafana.py +8 -0
  34. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputhttp.py +4 -0
  35. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputhttpraw.py +4 -0
  36. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputjournalfiles.py +4 -0
  37. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkafka.py +8 -17
  38. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkinesis.py +15 -0
  39. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkubeevents.py +4 -0
  40. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkubelogs.py +4 -0
  41. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkubemetrics.py +4 -0
  42. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputloki.py +4 -0
  43. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputmetrics.py +4 -0
  44. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
  45. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputmsk.py +7 -17
  46. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputnetflow.py +4 -0
  47. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputoffice365mgmt.py +11 -0
  48. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
  49. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputoffice365service.py +11 -0
  50. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputopentelemetry.py +8 -0
  51. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputprometheus.py +10 -0
  52. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputprometheusrw.py +4 -0
  53. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputrawudp.py +4 -0
  54. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputs3.py +7 -0
  55. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputs3inventory.py +7 -0
  56. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsecuritylake.py +7 -0
  57. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsnmp.py +11 -0
  58. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsplunk.py +9 -0
  59. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsplunkhec.py +4 -0
  60. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsplunksearch.py +7 -0
  61. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsqs.py +9 -0
  62. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsyslog.py +8 -0
  63. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsystemmetrics.py +32 -0
  64. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsystemstate.py +4 -0
  65. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputtcp.py +4 -0
  66. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputtcpjson.py +4 -0
  67. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwef.py +6 -0
  68. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwindowsmetrics.py +28 -0
  69. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwineventlogs.py +8 -0
  70. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwiz.py +7 -0
  71. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwizwebhook.py +4 -0
  72. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputzscalerhec.py +4 -0
  73. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/jobinfo.py +4 -1
  74. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeprovidedinfo.py +11 -1
  75. cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/outpostnodeinfo.py +16 -0
  76. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/output.py +77 -72
  77. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazureblob.py +20 -0
  78. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazuredataexplorer.py +28 -0
  79. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazureeventhub.py +17 -0
  80. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazurelogs.py +13 -0
  81. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputchronicle.py +13 -0
  82. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputclickhouse.py +17 -0
  83. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcloudwatch.py +13 -0
  84. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputconfluentcloud.py +24 -18
  85. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcriblhttp.py +15 -0
  86. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcribllake.py +21 -0
  87. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcribltcp.py +12 -0
  88. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
  89. cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/outputdatabricks.py +411 -0
  90. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdatadog.py +30 -0
  91. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdataset.py +23 -0
  92. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdls3.py +35 -0
  93. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdynatracehttp.py +22 -0
  94. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdynatraceotlp.py +22 -0
  95. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputelastic.py +18 -0
  96. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputelasticcloud.py +13 -0
  97. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputexabeam.py +14 -0
  98. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputfilesystem.py +15 -0
  99. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglechronicle.py +21 -0
  100. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
  101. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
  102. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglepubsub.py +13 -0
  103. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgrafanacloud.py +50 -0
  104. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgraphite.py +12 -0
  105. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputhoneycomb.py +13 -0
  106. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputhumiohec.py +15 -0
  107. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputinfluxdb.py +19 -0
  108. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputkafka.py +24 -17
  109. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputkinesis.py +15 -0
  110. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputloki.py +20 -0
  111. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputminio.py +28 -0
  112. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputmsk.py +23 -17
  113. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputnewrelic.py +16 -0
  114. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputnewrelicevents.py +16 -0
  115. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputopentelemetry.py +22 -0
  116. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputprometheus.py +13 -0
  117. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputring.py +2 -0
  118. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputs3.py +35 -0
  119. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsecuritylake.py +29 -0
  120. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsentinel.py +15 -0
  121. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
  122. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputservicenow.py +21 -0
  123. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsignalfx.py +13 -0
  124. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsns.py +13 -0
  125. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsplunk.py +15 -0
  126. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsplunkhec.py +13 -0
  127. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsplunklb.py +15 -0
  128. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsqs.py +15 -0
  129. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputstatsd.py +12 -0
  130. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputstatsdext.py +12 -0
  131. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsumologic.py +15 -0
  132. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsyslog.py +24 -0
  133. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputtcpjson.py +12 -0
  134. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputwavefront.py +13 -0
  135. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputwebhook.py +23 -0
  136. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputxsiam.py +13 -0
  137. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packinfo.py +8 -5
  138. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packinstallinfo.py +8 -5
  139. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/routeconf.py +3 -4
  140. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejobcollection.py +4 -0
  141. cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/updatepacksop.py +25 -0
  142. cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/authtoken.py → cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/uploadpackresponse.py +4 -4
  143. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/packs.py +202 -7
  144. cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/appmode.py +0 -14
  145. cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/routecloneconf.py +0 -13
  146. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/py.typed +0 -0
  147. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/__init__.py +0 -0
  148. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  149. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  150. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/registration.py +0 -0
  151. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  152. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/types.py +0 -0
  153. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/acl.py +0 -0
  154. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/auth_sdk.py +0 -0
  155. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/basesdk.py +0 -0
  156. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/branches.py +0 -0
  157. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/commits.py +0 -0
  158. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/commits_files.py +0 -0
  159. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/configs_versions.py +0 -0
  160. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/destinations.py +0 -0
  161. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/destinations_pq.py +0 -0
  162. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/__init__.py +0 -0
  163. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/apierror.py +0 -0
  164. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  165. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/error.py +0 -0
  166. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  167. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  168. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  169. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/groups_configs.py +0 -0
  170. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/health.py +0 -0
  171. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/hectokens.py +0 -0
  172. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/httpclient.py +0 -0
  173. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/lakedatasets.py +0 -0
  174. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  175. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/branchinfo.py +0 -0
  176. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
  177. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
  178. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
  179. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/commit.py +0 -0
  180. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
  181. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
  182. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
  183. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
  184. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  185. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createinputop.py +0 -0
  186. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createoutputop.py +0 -0
  187. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
  188. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createpacksop.py +0 -0
  189. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  190. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  191. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
  192. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversionpushop.py +0 -0
  193. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
  194. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/criblevent.py +0 -0
  195. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
  196. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cribllakedatasetupdate.py +0 -0
  197. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
  198. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
  199. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
  200. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
  201. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
  202. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  203. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
  204. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
  205. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
  206. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  207. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deployrequest.py +0 -0
  208. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
  209. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/difffiles.py +0 -0
  210. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/error.py +0 -0
  211. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
  212. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
  213. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
  214. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
  215. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
  216. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
  217. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gethealthinfoop.py +0 -0
  218. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  219. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
  220. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
  221. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
  222. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
  223. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
  224. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getpacksop.py +0 -0
  225. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  226. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  227. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
  228. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
  229. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversioncountop.py +0 -0
  230. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
  231. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
  232. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
  233. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionop.py +0 -0
  234. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionshowop.py +0 -0
  235. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
  236. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
  237. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
  238. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitcountresult.py +0 -0
  239. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
  240. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitfile.py +0 -0
  241. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
  242. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitinfo.py +0 -0
  243. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitlogresult.py +0 -0
  244. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
  245. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
  246. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitshowresult.py +0 -0
  247. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
  248. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
  249. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/healthstatus.py +0 -0
  250. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/jobstatus.py +0 -0
  251. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
  252. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
  253. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
  254. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listinputop.py +0 -0
  255. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
  256. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listoutputop.py +0 -0
  257. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  258. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listroutesop.py +0 -0
  259. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/logininfo.py +0 -0
  260. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/lookupversions.py +0 -0
  261. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
  262. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
  263. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
  264. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
  265. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
  266. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
  267. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdefault.py +0 -0
  268. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  269. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  270. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  271. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputrouter.py +0 -0
  272. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  273. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  274. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  275. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  276. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
  277. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
  278. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/pipeline.py +0 -0
  279. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  280. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/productscore.py +0 -0
  281. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/rbacresource.py +0 -0
  282. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
  283. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/routes.py +0 -0
  284. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/routesroute.py +0 -0
  285. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejob.py +0 -0
  286. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
  287. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
  288. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  289. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/security.py +0 -0
  290. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
  291. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
  292. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
  293. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
  294. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  295. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  296. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  297. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
  298. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
  299. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  300. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  301. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
  302. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/workertypes.py +0 -0
  303. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/nodes.py +0 -0
  304. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/pipelines.py +0 -0
  305. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/py.typed +0 -0
  306. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/routes_sdk.py +0 -0
  307. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/samples.py +0 -0
  308. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/sdk.py +0 -0
  309. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  310. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/sources.py +0 -0
  311. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/statuses.py +0 -0
  312. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/summaries.py +0 -0
  313. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/teams.py +0 -0
  314. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/tokens.py +0 -0
  315. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/types/__init__.py +0 -0
  316. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/types/basemodel.py +0 -0
  317. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/__init__.py +0 -0
  318. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/annotations.py +0 -0
  319. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/datetimes.py +0 -0
  320. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/enums.py +0 -0
  321. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  322. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/forms.py +0 -0
  323. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/headers.py +0 -0
  324. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/logger.py +0 -0
  325. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/metadata.py +0 -0
  326. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/queryparams.py +0 -0
  327. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  328. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/retries.py +0 -0
  329. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/security.py +0 -0
  330. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/serializers.py +0 -0
  331. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  332. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/url.py +0 -0
  333. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/values.py +0 -0
  334. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/versions.py +0 -0
  335. {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/versions_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cribl-control-plane
3
- Version: 0.2.0rc1
3
+ Version: 0.3.0b1
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -17,20 +17,11 @@ Project-URL: Repository, https://github.com/criblio/cribl_control_plane_sdk_pyth
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # cribl_control_plane_sdk_python
20
+ <!-- Start Summary [summary] -->
21
+ ## Summary
20
22
 
21
- The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
22
-
23
- In addition to the usage examples in this repository, the Cribl documentation includes [code examples for common use cases](https://docs.cribl.io/cribl-as-code/code-examples).
24
-
25
- Complementary API reference documentation is available at https://docs.cribl.io/cribl-as-code/api-reference. Product documentation is available at https://docs.cribl.io.
26
-
27
- > [!IMPORTANT]
28
- > **Preview Feature**
29
- > The Cribl SDKs are Preview features that are still being developed. We do not recommend using them in a production environment, because the features might not be fully tested or optimized for performance, and related documentation could be incomplete.
30
- >
31
- > Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
32
-
33
- <!-- No Summary [summary] -->
23
+ Cribl API Reference: This API Reference lists available REST endpoints, along with their supported operations for accessing, creating, updating, or deleting resources. See our complementary product documentation at [docs.cribl.io](http://docs.cribl.io).
24
+ <!-- End Summary [summary] -->
34
25
 
35
26
  <!-- Start Table of Contents [toc] -->
36
27
  ## Table of Contents
@@ -41,6 +32,7 @@ Complementary API reference documentation is available at https://docs.cribl.io/
41
32
  * [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage)
42
33
  * [Authentication](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication)
43
34
  * [Available Resources and Operations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#available-resources-and-operations)
35
+ * [File uploads](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#file-uploads)
44
36
  * [Retries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#retries)
45
37
  * [Error Handling](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#error-handling)
46
38
  * [Custom HTTP Client](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#custom-http-client)
@@ -381,8 +373,9 @@ with CriblControlPlane(
381
373
 
382
374
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
383
375
 
384
- * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Create or install a Pack
376
+ * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
385
377
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
378
+ * [upload](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#upload) - Upload a Pack file
386
379
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
387
380
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
388
381
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
@@ -446,6 +439,36 @@ with CriblControlPlane(
446
439
  </details>
447
440
  <!-- End Available Resources and Operations [operations] -->
448
441
 
442
+ <!-- Start File uploads [file-upload] -->
443
+ ## File uploads
444
+
445
+ Certain SDK methods accept file objects as part of a request body or multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
446
+
447
+ > [!TIP]
448
+ >
449
+ > For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
450
+ >
451
+
452
+ ```python
453
+ from cribl_control_plane import CriblControlPlane, models
454
+ import os
455
+
456
+
457
+ with CriblControlPlane(
458
+ server_url="https://api.example.com",
459
+ security=models.Security(
460
+ bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
461
+ ),
462
+ ) as ccp_client:
463
+
464
+ res = ccp_client.packs.upload(filename="example.file", request_body=open("example.file", "rb"))
465
+
466
+ # Handle response
467
+ print(res)
468
+
469
+ ```
470
+ <!-- End File uploads [file-upload] -->
471
+
449
472
  <!-- Start Retries [retries] -->
450
473
  ## Retries
451
474
 
@@ -659,7 +682,7 @@ with CriblControlPlane(
659
682
 
660
683
 
661
684
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
662
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
685
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
663
686
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
664
687
 
665
688
  </details>
@@ -1,18 +1,9 @@
1
1
  # cribl_control_plane_sdk_python
2
+ <!-- Start Summary [summary] -->
3
+ ## Summary
2
4
 
3
- The Cribl Python SDK for the control plane provides operational control over Cribl resources and helps streamline the process of integrating with Cribl.
4
-
5
- In addition to the usage examples in this repository, the Cribl documentation includes [code examples for common use cases](https://docs.cribl.io/cribl-as-code/code-examples).
6
-
7
- Complementary API reference documentation is available at https://docs.cribl.io/cribl-as-code/api-reference. Product documentation is available at https://docs.cribl.io.
8
-
9
- > [!IMPORTANT]
10
- > **Preview Feature**
11
- > The Cribl SDKs are Preview features that are still being developed. We do not recommend using them in a production environment, because the features might not be fully tested or optimized for performance, and related documentation could be incomplete.
12
- >
13
- > Please continue to submit feedback through normal Cribl support channels, but assistance might be limited while the features remain in Preview.
14
-
15
- <!-- No Summary [summary] -->
5
+ Cribl API Reference: This API Reference lists available REST endpoints, along with their supported operations for accessing, creating, updating, or deleting resources. See our complementary product documentation at [docs.cribl.io](http://docs.cribl.io).
6
+ <!-- End Summary [summary] -->
16
7
 
17
8
  <!-- Start Table of Contents [toc] -->
18
9
  ## Table of Contents
@@ -23,6 +14,7 @@ Complementary API reference documentation is available at https://docs.cribl.io/
23
14
  * [SDK Example Usage](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#sdk-example-usage)
24
15
  * [Authentication](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#authentication)
25
16
  * [Available Resources and Operations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#available-resources-and-operations)
17
+ * [File uploads](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#file-uploads)
26
18
  * [Retries](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#retries)
27
19
  * [Error Handling](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#error-handling)
28
20
  * [Custom HTTP Client](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/#custom-http-client)
@@ -363,8 +355,9 @@ with CriblControlPlane(
363
355
 
364
356
  ### [packs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md)
365
357
 
366
- * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Create or install a Pack
358
+ * [install](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#install) - Install a Pack
367
359
  * [list](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#list) - List all Packs
360
+ * [upload](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#upload) - Upload a Pack file
368
361
  * [delete](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#delete) - Uninstall a Pack
369
362
  * [get](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#get) - Get a Pack
370
363
  * [update](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/packs/README.md#update) - Upgrade a Pack
@@ -428,6 +421,36 @@ with CriblControlPlane(
428
421
  </details>
429
422
  <!-- End Available Resources and Operations [operations] -->
430
423
 
424
+ <!-- Start File uploads [file-upload] -->
425
+ ## File uploads
426
+
427
+ Certain SDK methods accept file objects as part of a request body or multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
428
+
429
+ > [!TIP]
430
+ >
431
+ > For endpoints that handle file uploads bytes arrays can also be used. However, using streams is recommended for large files.
432
+ >
433
+
434
+ ```python
435
+ from cribl_control_plane import CriblControlPlane, models
436
+ import os
437
+
438
+
439
+ with CriblControlPlane(
440
+ server_url="https://api.example.com",
441
+ security=models.Security(
442
+ bearer_auth=os.getenv("CRIBLCONTROLPLANE_BEARER_AUTH", ""),
443
+ ),
444
+ ) as ccp_client:
445
+
446
+ res = ccp_client.packs.upload(filename="example.file", request_body=open("example.file", "rb"))
447
+
448
+ # Handle response
449
+ print(res)
450
+
451
+ ```
452
+ <!-- End File uploads [file-upload] -->
453
+
431
454
  <!-- Start Retries [retries] -->
432
455
  ## Retries
433
456
 
@@ -641,7 +664,7 @@ with CriblControlPlane(
641
664
 
642
665
 
643
666
  **Inherit from [`CriblControlPlaneError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/criblcontrolplaneerror.py)**:
644
- * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 62 methods.*
667
+ * [`HealthStatusError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/healthstatuserror.py): Healthy status. Status code `420`. Applicable to 1 of 63 methods.*
645
668
  * [`ResponseValidationError`](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/./src/cribl_control_plane/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
646
669
 
647
670
  </details>
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "cribl-control-plane"
4
- version = "0.2.0rc1"
4
+ version = "0.3.0b1"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README-PYPI.md"
@@ -3,12 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.2.0rc1"
7
- __openapi_doc_version__: str = "4.14.1-68918e2c"
6
+ __version__: str = "0.3.0b1"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1761347346026-24da0953"
8
8
  __gen_version__: str = "2.723.11"
9
- __user_agent__: str = (
10
- "speakeasy-sdk/python 0.2.0rc1 2.723.11 4.14.1-68918e2c cribl-control-plane"
11
- )
9
+ __user_agent__: str = "speakeasy-sdk/python 0.3.0b1 2.723.11 4.15.0-alpha.1761347346026-24da0953 cribl-control-plane"
12
10
 
13
11
  try:
14
12
  if __package__ is not None:
@@ -224,7 +224,7 @@ class GroupsSDK(BaseSDK):
224
224
  config_version: Optional[str] = None,
225
225
  deploying_worker_count: Optional[float] = None,
226
226
  description: Optional[str] = None,
227
- estimated_ingest_rate: Optional[float] = None,
227
+ estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
228
228
  git: Optional[Union[models.Git, models.GitTypedDict]] = None,
229
229
  incompatible_worker_count: Optional[float] = None,
230
230
  inherits: Optional[str] = None,
@@ -261,7 +261,7 @@ class GroupsSDK(BaseSDK):
261
261
  :param config_version:
262
262
  :param deploying_worker_count:
263
263
  :param description:
264
- :param estimated_ingest_rate:
264
+ :param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
265
265
  :param git:
266
266
  :param incompatible_worker_count:
267
267
  :param inherits:
@@ -395,7 +395,7 @@ class GroupsSDK(BaseSDK):
395
395
  config_version: Optional[str] = None,
396
396
  deploying_worker_count: Optional[float] = None,
397
397
  description: Optional[str] = None,
398
- estimated_ingest_rate: Optional[float] = None,
398
+ estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
399
399
  git: Optional[Union[models.Git, models.GitTypedDict]] = None,
400
400
  incompatible_worker_count: Optional[float] = None,
401
401
  inherits: Optional[str] = None,
@@ -432,7 +432,7 @@ class GroupsSDK(BaseSDK):
432
432
  :param config_version:
433
433
  :param deploying_worker_count:
434
434
  :param description:
435
- :param estimated_ingest_rate:
435
+ :param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
436
436
  :param git:
437
437
  :param incompatible_worker_count:
438
438
  :param inherits:
@@ -757,7 +757,7 @@ class GroupsSDK(BaseSDK):
757
757
  config_version: Optional[str] = None,
758
758
  deploying_worker_count: Optional[float] = None,
759
759
  description: Optional[str] = None,
760
- estimated_ingest_rate: Optional[float] = None,
760
+ estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
761
761
  git: Optional[Union[models.Git, models.GitTypedDict]] = None,
762
762
  incompatible_worker_count: Optional[float] = None,
763
763
  inherits: Optional[str] = None,
@@ -795,7 +795,7 @@ class GroupsSDK(BaseSDK):
795
795
  :param config_version:
796
796
  :param deploying_worker_count:
797
797
  :param description:
798
- :param estimated_ingest_rate:
798
+ :param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
799
799
  :param git:
800
800
  :param incompatible_worker_count:
801
801
  :param inherits:
@@ -931,7 +931,7 @@ class GroupsSDK(BaseSDK):
931
931
  config_version: Optional[str] = None,
932
932
  deploying_worker_count: Optional[float] = None,
933
933
  description: Optional[str] = None,
934
- estimated_ingest_rate: Optional[float] = None,
934
+ estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
935
935
  git: Optional[Union[models.Git, models.GitTypedDict]] = None,
936
936
  incompatible_worker_count: Optional[float] = None,
937
937
  inherits: Optional[str] = None,
@@ -969,7 +969,7 @@ class GroupsSDK(BaseSDK):
969
969
  :param config_version:
970
970
  :param deploying_worker_count:
971
971
  :param description:
972
- :param estimated_ingest_rate:
972
+ :param estimated_ingest_rate: Maximum expected volume of data ingested by the @{group}. (This setting is available only on @{group}s consisting of Cribl-managed Cribl.Cloud @{node}s.)
973
973
  :param git:
974
974
  :param incompatible_worker_count:
975
975
  :param inherits:
@@ -12,7 +12,6 @@ if TYPE_CHECKING:
12
12
  AddHecTokenRequestMetadatumTypedDict,
13
13
  AddHecTokenRequestTypedDict,
14
14
  )
15
- from .appmode import AppMode
16
15
  from .authtoken import AuthToken, AuthTokenTypedDict
17
16
  from .branchinfo import BranchInfo, BranchInfoTypedDict
18
17
  from .cacheconnection import CacheConnection, CacheConnectionTypedDict
@@ -23,6 +22,7 @@ if TYPE_CHECKING:
23
22
  ConfigGroup,
24
23
  ConfigGroupType,
25
24
  ConfigGroupTypedDict,
25
+ EstimatedIngestRate,
26
26
  Git,
27
27
  GitTypedDict,
28
28
  )
@@ -361,7 +361,13 @@ if TYPE_CHECKING:
361
361
  Renamed,
362
362
  RenamedTypedDict,
363
363
  )
364
- from .hbcriblinfo import Config, ConfigTypedDict, HBCriblInfo, HBCriblInfoTypedDict
364
+ from .hbcriblinfo import (
365
+ Config,
366
+ ConfigTypedDict,
367
+ DistMode,
368
+ HBCriblInfo,
369
+ HBCriblInfoTypedDict,
370
+ )
365
371
  from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
366
372
  from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
367
373
  from .heartbeatmetadata import (
@@ -468,7 +474,6 @@ if TYPE_CHECKING:
468
474
  InputConfluentCloudPqControlsTypedDict,
469
475
  InputConfluentCloudPqTypedDict,
470
476
  InputConfluentCloudSASLMechanism,
471
- InputConfluentCloudSchemaType,
472
477
  InputConfluentCloudTLSSettingsClientSide,
473
478
  InputConfluentCloudTLSSettingsClientSideTypedDict,
474
479
  InputConfluentCloudType,
@@ -927,7 +932,6 @@ if TYPE_CHECKING:
927
932
  InputKafkaPqControlsTypedDict,
928
933
  InputKafkaPqTypedDict,
929
934
  InputKafkaSASLMechanism,
930
- InputKafkaSchemaType,
931
935
  InputKafkaTLSSettingsClientSide,
932
936
  InputKafkaTLSSettingsClientSideTypedDict,
933
937
  InputKafkaType,
@@ -1095,7 +1099,6 @@ if TYPE_CHECKING:
1095
1099
  InputMskPqControls,
1096
1100
  InputMskPqControlsTypedDict,
1097
1101
  InputMskPqTypedDict,
1098
- InputMskSchemaType,
1099
1102
  InputMskSignatureVersion,
1100
1103
  InputMskTLSSettingsClientSide,
1101
1104
  InputMskTLSSettingsClientSideTypedDict,
@@ -1835,6 +1838,7 @@ if TYPE_CHECKING:
1835
1838
  from .nodeskippedupgradestatus import NodeSkippedUpgradeStatus
1836
1839
  from .nodeupgradestate import NodeUpgradeState
1837
1840
  from .nodeupgradestatus import NodeUpgradeStatus, NodeUpgradeStatusTypedDict
1841
+ from .outpostnodeinfo import OutpostNodeInfo, OutpostNodeInfoTypedDict
1838
1842
  from .output import Output, OutputTypedDict
1839
1843
  from .outputazureblob import (
1840
1844
  BlobAccessTier,
@@ -2011,7 +2015,6 @@ if TYPE_CHECKING:
2011
2015
  OutputConfluentCloudQueueFullBehavior,
2012
2016
  OutputConfluentCloudRecordDataFormat,
2013
2017
  OutputConfluentCloudSASLMechanism,
2014
- OutputConfluentCloudSchemaType,
2015
2018
  OutputConfluentCloudTLSSettingsClientSide,
2016
2019
  OutputConfluentCloudTLSSettingsClientSideTypedDict,
2017
2020
  OutputConfluentCloudType,
@@ -2094,6 +2097,20 @@ if TYPE_CHECKING:
2094
2097
  OutputCrowdstrikeNextGenSiemType,
2095
2098
  OutputCrowdstrikeNextGenSiemTypedDict,
2096
2099
  )
2100
+ from .outputdatabricks import (
2101
+ OutputDatabricks,
2102
+ OutputDatabricksBackpressureBehavior,
2103
+ OutputDatabricksCompression,
2104
+ OutputDatabricksCompressionLevel,
2105
+ OutputDatabricksDataFormat,
2106
+ OutputDatabricksDataPageVersion,
2107
+ OutputDatabricksDiskSpaceProtection,
2108
+ OutputDatabricksKeyValueMetadatum,
2109
+ OutputDatabricksKeyValueMetadatumTypedDict,
2110
+ OutputDatabricksParquetVersion,
2111
+ OutputDatabricksType,
2112
+ OutputDatabricksTypedDict,
2113
+ )
2097
2114
  from .outputdatadog import (
2098
2115
  DatadogSite,
2099
2116
  OutputDatadog,
@@ -2512,7 +2529,6 @@ if TYPE_CHECKING:
2512
2529
  OutputKafkaQueueFullBehavior,
2513
2530
  OutputKafkaRecordDataFormat,
2514
2531
  OutputKafkaSASLMechanism,
2515
- OutputKafkaSchemaType,
2516
2532
  OutputKafkaTLSSettingsClientSide,
2517
2533
  OutputKafkaTLSSettingsClientSideTypedDict,
2518
2534
  OutputKafkaType,
@@ -2595,7 +2611,6 @@ if TYPE_CHECKING:
2595
2611
  OutputMskPqControlsTypedDict,
2596
2612
  OutputMskQueueFullBehavior,
2597
2613
  OutputMskRecordDataFormat,
2598
- OutputMskSchemaType,
2599
2614
  OutputMskSignatureVersion,
2600
2615
  OutputMskTLSSettingsClientSide,
2601
2616
  OutputMskTLSSettingsClientSideTypedDict,
@@ -3154,7 +3169,6 @@ if TYPE_CHECKING:
3154
3169
  from .productscore import ProductsCore
3155
3170
  from .rbacresource import RbacResource
3156
3171
  from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
3157
- from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
3158
3172
  from .routeconf import RouteConf, RouteConfTypedDict
3159
3173
  from .routes import (
3160
3174
  Comment,
@@ -3287,6 +3301,7 @@ if TYPE_CHECKING:
3287
3301
  UpdatePacksByIDResponse,
3288
3302
  UpdatePacksByIDResponseTypedDict,
3289
3303
  )
3304
+ from .updatepacksop import UpdatePacksRequest, UpdatePacksRequestTypedDict
3290
3305
  from .updatepipelinebyidop import (
3291
3306
  UpdatePipelineByIDRequest,
3292
3307
  UpdatePipelineByIDRequestTypedDict,
@@ -3299,6 +3314,7 @@ if TYPE_CHECKING:
3299
3314
  UpdateRoutesByIDResponse,
3300
3315
  UpdateRoutesByIDResponseTypedDict,
3301
3316
  )
3317
+ from .uploadpackresponse import UploadPackResponse, UploadPackResponseTypedDict
3302
3318
  from .useraccesscontrollist import (
3303
3319
  UserAccessControlList,
3304
3320
  UserAccessControlListTypedDict,
@@ -3315,7 +3331,6 @@ __all__ = [
3315
3331
  "AdditionalPropertyTypedDict",
3316
3332
  "Allow",
3317
3333
  "AllowTypedDict",
3318
- "AppMode",
3319
3334
  "Audit",
3320
3335
  "AuditTypedDict",
3321
3336
  "AuthToken",
@@ -3466,6 +3481,7 @@ __all__ = [
3466
3481
  "DiffFilesTypedDict",
3467
3482
  "DisksAndFileSystems",
3468
3483
  "DisksAndFileSystemsTypedDict",
3484
+ "DistMode",
3469
3485
  "DistributedSummary",
3470
3486
  "DistributedSummaryGroups",
3471
3487
  "DistributedSummaryGroupsTypedDict",
@@ -3484,6 +3500,7 @@ __all__ = [
3484
3500
  "EndpointType",
3485
3501
  "Error",
3486
3502
  "ErrorTypedDict",
3503
+ "EstimatedIngestRate",
3487
3504
  "EventFormat",
3488
3505
  "Executor",
3489
3506
  "ExecutorSpecificSettings",
@@ -3735,7 +3752,6 @@ __all__ = [
3735
3752
  "InputConfluentCloudPqControlsTypedDict",
3736
3753
  "InputConfluentCloudPqTypedDict",
3737
3754
  "InputConfluentCloudSASLMechanism",
3738
- "InputConfluentCloudSchemaType",
3739
3755
  "InputConfluentCloudTLSSettingsClientSide",
3740
3756
  "InputConfluentCloudTLSSettingsClientSideTypedDict",
3741
3757
  "InputConfluentCloudType",
@@ -4125,7 +4141,6 @@ __all__ = [
4125
4141
  "InputKafkaPqControlsTypedDict",
4126
4142
  "InputKafkaPqTypedDict",
4127
4143
  "InputKafkaSASLMechanism",
4128
- "InputKafkaSchemaType",
4129
4144
  "InputKafkaTLSSettingsClientSide",
4130
4145
  "InputKafkaTLSSettingsClientSideTypedDict",
4131
4146
  "InputKafkaType",
@@ -4275,7 +4290,6 @@ __all__ = [
4275
4290
  "InputMskPqControls",
4276
4291
  "InputMskPqControlsTypedDict",
4277
4292
  "InputMskPqTypedDict",
4278
- "InputMskSchemaType",
4279
4293
  "InputMskSignatureVersion",
4280
4294
  "InputMskTLSSettingsClientSide",
4281
4295
  "InputMskTLSSettingsClientSideTypedDict",
@@ -4946,6 +4960,8 @@ __all__ = [
4946
4960
  "OldModeTypedDict",
4947
4961
  "Os",
4948
4962
  "OsTypedDict",
4963
+ "OutpostNodeInfo",
4964
+ "OutpostNodeInfoTypedDict",
4949
4965
  "Output",
4950
4966
  "OutputAzureBlob",
4951
4967
  "OutputAzureBlobAuthenticationMethod",
@@ -5092,7 +5108,6 @@ __all__ = [
5092
5108
  "OutputConfluentCloudQueueFullBehavior",
5093
5109
  "OutputConfluentCloudRecordDataFormat",
5094
5110
  "OutputConfluentCloudSASLMechanism",
5095
- "OutputConfluentCloudSchemaType",
5096
5111
  "OutputConfluentCloudTLSSettingsClientSide",
5097
5112
  "OutputConfluentCloudTLSSettingsClientSideTypedDict",
5098
5113
  "OutputConfluentCloudType",
@@ -5165,6 +5180,18 @@ __all__ = [
5165
5180
  "OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict",
5166
5181
  "OutputCrowdstrikeNextGenSiemType",
5167
5182
  "OutputCrowdstrikeNextGenSiemTypedDict",
5183
+ "OutputDatabricks",
5184
+ "OutputDatabricksBackpressureBehavior",
5185
+ "OutputDatabricksCompression",
5186
+ "OutputDatabricksCompressionLevel",
5187
+ "OutputDatabricksDataFormat",
5188
+ "OutputDatabricksDataPageVersion",
5189
+ "OutputDatabricksDiskSpaceProtection",
5190
+ "OutputDatabricksKeyValueMetadatum",
5191
+ "OutputDatabricksKeyValueMetadatumTypedDict",
5192
+ "OutputDatabricksParquetVersion",
5193
+ "OutputDatabricksType",
5194
+ "OutputDatabricksTypedDict",
5168
5195
  "OutputDatadog",
5169
5196
  "OutputDatadogAuthenticationMethod",
5170
5197
  "OutputDatadogBackpressureBehavior",
@@ -5530,7 +5557,6 @@ __all__ = [
5530
5557
  "OutputKafkaQueueFullBehavior",
5531
5558
  "OutputKafkaRecordDataFormat",
5532
5559
  "OutputKafkaSASLMechanism",
5533
- "OutputKafkaSchemaType",
5534
5560
  "OutputKafkaTLSSettingsClientSide",
5535
5561
  "OutputKafkaTLSSettingsClientSideTypedDict",
5536
5562
  "OutputKafkaType",
@@ -5605,7 +5631,6 @@ __all__ = [
5605
5631
  "OutputMskPqControlsTypedDict",
5606
5632
  "OutputMskQueueFullBehavior",
5607
5633
  "OutputMskRecordDataFormat",
5608
- "OutputMskSchemaType",
5609
5634
  "OutputMskSignatureVersion",
5610
5635
  "OutputMskTLSSettingsClientSide",
5611
5636
  "OutputMskTLSSettingsClientSideTypedDict",
@@ -6112,8 +6137,6 @@ __all__ = [
6112
6137
  "ResourceTypeLabel",
6113
6138
  "ResourceTypeLabelTypedDict",
6114
6139
  "Role",
6115
- "RouteCloneConf",
6116
- "RouteCloneConfTypedDict",
6117
6140
  "RouteConf",
6118
6141
  "RouteConfTypedDict",
6119
6142
  "Routes",
@@ -6240,6 +6263,8 @@ __all__ = [
6240
6263
  "UpdatePacksByIDRequestTypedDict",
6241
6264
  "UpdatePacksByIDResponse",
6242
6265
  "UpdatePacksByIDResponseTypedDict",
6266
+ "UpdatePacksRequest",
6267
+ "UpdatePacksRequestTypedDict",
6243
6268
  "UpdatePipelineByIDRequest",
6244
6269
  "UpdatePipelineByIDRequestTypedDict",
6245
6270
  "UpdatePipelineByIDResponse",
@@ -6248,6 +6273,8 @@ __all__ = [
6248
6273
  "UpdateRoutesByIDRequestTypedDict",
6249
6274
  "UpdateRoutesByIDResponse",
6250
6275
  "UpdateRoutesByIDResponseTypedDict",
6276
+ "UploadPackResponse",
6277
+ "UploadPackResponseTypedDict",
6251
6278
  "UserAccessControlList",
6252
6279
  "UserAccessControlListTypedDict",
6253
6280
  "UsersAndGroups",
@@ -6264,7 +6291,6 @@ _dynamic_imports: dict[str, str] = {
6264
6291
  "AddHecTokenRequestMetadatum": ".addhectokenrequest",
6265
6292
  "AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
6266
6293
  "AddHecTokenRequestTypedDict": ".addhectokenrequest",
6267
- "AppMode": ".appmode",
6268
6294
  "AuthToken": ".authtoken",
6269
6295
  "AuthTokenTypedDict": ".authtoken",
6270
6296
  "BranchInfo": ".branchinfo",
@@ -6278,6 +6304,7 @@ _dynamic_imports: dict[str, str] = {
6278
6304
  "ConfigGroup": ".configgroup",
6279
6305
  "ConfigGroupType": ".configgroup",
6280
6306
  "ConfigGroupTypedDict": ".configgroup",
6307
+ "EstimatedIngestRate": ".configgroup",
6281
6308
  "Git": ".configgroup",
6282
6309
  "GitTypedDict": ".configgroup",
6283
6310
  "ConfigGroupCloud": ".configgroupcloud",
@@ -6538,6 +6565,7 @@ _dynamic_imports: dict[str, str] = {
6538
6565
  "RenamedTypedDict": ".gitstatusresult",
6539
6566
  "Config": ".hbcriblinfo",
6540
6567
  "ConfigTypedDict": ".hbcriblinfo",
6568
+ "DistMode": ".hbcriblinfo",
6541
6569
  "HBCriblInfo": ".hbcriblinfo",
6542
6570
  "HBCriblInfoTypedDict": ".hbcriblinfo",
6543
6571
  "HBLeaderInfo": ".hbleaderinfo",
@@ -6642,7 +6670,6 @@ _dynamic_imports: dict[str, str] = {
6642
6670
  "InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
6643
6671
  "InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
6644
6672
  "InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
6645
- "InputConfluentCloudSchemaType": ".inputconfluentcloud",
6646
6673
  "InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
6647
6674
  "InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
6648
6675
  "InputConfluentCloudType": ".inputconfluentcloud",
@@ -7061,7 +7088,6 @@ _dynamic_imports: dict[str, str] = {
7061
7088
  "InputKafkaPqControlsTypedDict": ".inputkafka",
7062
7089
  "InputKafkaPqTypedDict": ".inputkafka",
7063
7090
  "InputKafkaSASLMechanism": ".inputkafka",
7064
- "InputKafkaSchemaType": ".inputkafka",
7065
7091
  "InputKafkaTLSSettingsClientSide": ".inputkafka",
7066
7092
  "InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
7067
7093
  "InputKafkaType": ".inputkafka",
@@ -7213,7 +7239,6 @@ _dynamic_imports: dict[str, str] = {
7213
7239
  "InputMskPqControls": ".inputmsk",
7214
7240
  "InputMskPqControlsTypedDict": ".inputmsk",
7215
7241
  "InputMskPqTypedDict": ".inputmsk",
7216
- "InputMskSchemaType": ".inputmsk",
7217
7242
  "InputMskSignatureVersion": ".inputmsk",
7218
7243
  "InputMskTLSSettingsClientSide": ".inputmsk",
7219
7244
  "InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
@@ -7897,6 +7922,8 @@ _dynamic_imports: dict[str, str] = {
7897
7922
  "NodeUpgradeState": ".nodeupgradestate",
7898
7923
  "NodeUpgradeStatus": ".nodeupgradestatus",
7899
7924
  "NodeUpgradeStatusTypedDict": ".nodeupgradestatus",
7925
+ "OutpostNodeInfo": ".outpostnodeinfo",
7926
+ "OutpostNodeInfoTypedDict": ".outpostnodeinfo",
7900
7927
  "Output": ".output",
7901
7928
  "OutputTypedDict": ".output",
7902
7929
  "BlobAccessTier": ".outputazureblob",
@@ -8059,7 +8086,6 @@ _dynamic_imports: dict[str, str] = {
8059
8086
  "OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
8060
8087
  "OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
8061
8088
  "OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
8062
- "OutputConfluentCloudSchemaType": ".outputconfluentcloud",
8063
8089
  "OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
8064
8090
  "OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
8065
8091
  "OutputConfluentCloudType": ".outputconfluentcloud",
@@ -8133,6 +8159,18 @@ _dynamic_imports: dict[str, str] = {
8133
8159
  "OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict": ".outputcrowdstrikenextgensiem",
8134
8160
  "OutputCrowdstrikeNextGenSiemType": ".outputcrowdstrikenextgensiem",
8135
8161
  "OutputCrowdstrikeNextGenSiemTypedDict": ".outputcrowdstrikenextgensiem",
8162
+ "OutputDatabricks": ".outputdatabricks",
8163
+ "OutputDatabricksBackpressureBehavior": ".outputdatabricks",
8164
+ "OutputDatabricksCompression": ".outputdatabricks",
8165
+ "OutputDatabricksCompressionLevel": ".outputdatabricks",
8166
+ "OutputDatabricksDataFormat": ".outputdatabricks",
8167
+ "OutputDatabricksDataPageVersion": ".outputdatabricks",
8168
+ "OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
8169
+ "OutputDatabricksKeyValueMetadatum": ".outputdatabricks",
8170
+ "OutputDatabricksKeyValueMetadatumTypedDict": ".outputdatabricks",
8171
+ "OutputDatabricksParquetVersion": ".outputdatabricks",
8172
+ "OutputDatabricksType": ".outputdatabricks",
8173
+ "OutputDatabricksTypedDict": ".outputdatabricks",
8136
8174
  "DatadogSite": ".outputdatadog",
8137
8175
  "OutputDatadog": ".outputdatadog",
8138
8176
  "OutputDatadogAuthenticationMethod": ".outputdatadog",
@@ -8516,7 +8554,6 @@ _dynamic_imports: dict[str, str] = {
8516
8554
  "OutputKafkaQueueFullBehavior": ".outputkafka",
8517
8555
  "OutputKafkaRecordDataFormat": ".outputkafka",
8518
8556
  "OutputKafkaSASLMechanism": ".outputkafka",
8519
- "OutputKafkaSchemaType": ".outputkafka",
8520
8557
  "OutputKafkaTLSSettingsClientSide": ".outputkafka",
8521
8558
  "OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
8522
8559
  "OutputKafkaType": ".outputkafka",
@@ -8591,7 +8628,6 @@ _dynamic_imports: dict[str, str] = {
8591
8628
  "OutputMskPqControlsTypedDict": ".outputmsk",
8592
8629
  "OutputMskQueueFullBehavior": ".outputmsk",
8593
8630
  "OutputMskRecordDataFormat": ".outputmsk",
8594
- "OutputMskSchemaType": ".outputmsk",
8595
8631
  "OutputMskSignatureVersion": ".outputmsk",
8596
8632
  "OutputMskTLSSettingsClientSide": ".outputmsk",
8597
8633
  "OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
@@ -9087,8 +9123,6 @@ _dynamic_imports: dict[str, str] = {
9087
9123
  "RbacResource": ".rbacresource",
9088
9124
  "ResourcePolicy": ".resourcepolicy",
9089
9125
  "ResourcePolicyTypedDict": ".resourcepolicy",
9090
- "RouteCloneConf": ".routecloneconf",
9091
- "RouteCloneConfTypedDict": ".routecloneconf",
9092
9126
  "RouteConf": ".routeconf",
9093
9127
  "RouteConfTypedDict": ".routeconf",
9094
9128
  "Comment": ".routes",
@@ -9200,6 +9234,8 @@ _dynamic_imports: dict[str, str] = {
9200
9234
  "UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
9201
9235
  "UpdatePacksByIDResponse": ".updatepacksbyidop",
9202
9236
  "UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
9237
+ "UpdatePacksRequest": ".updatepacksop",
9238
+ "UpdatePacksRequestTypedDict": ".updatepacksop",
9203
9239
  "UpdatePipelineByIDRequest": ".updatepipelinebyidop",
9204
9240
  "UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
9205
9241
  "UpdatePipelineByIDResponse": ".updatepipelinebyidop",
@@ -9208,6 +9244,8 @@ _dynamic_imports: dict[str, str] = {
9208
9244
  "UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
9209
9245
  "UpdateRoutesByIDResponse": ".updateroutesbyidop",
9210
9246
  "UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
9247
+ "UploadPackResponse": ".uploadpackresponse",
9248
+ "UploadPackResponseTypedDict": ".uploadpackresponse",
9211
9249
  "UserAccessControlList": ".useraccesscontrollist",
9212
9250
  "UserAccessControlListTypedDict": ".useraccesscontrollist",
9213
9251
  "WorkerTypes": ".workertypes",