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.
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/PKG-INFO +39 -16
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/README-PYPI.md +38 -15
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/pyproject.toml +1 -1
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_version.py +3 -5
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/groups_sdk.py +8 -8
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/__init__.py +65 -27
- cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/authtoken.py +20 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/configgroup.py +30 -2
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversionundoop.py +3 -3
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/distributedsummary.py +6 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/hbcriblinfo.py +14 -3
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/heartbeatmetadata.py +3 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/input.py +65 -63
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputappscope.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputazureblob.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcollection.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputconfluentcloud.py +8 -18
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcribl.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcriblhttp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcribllakehttp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcriblmetrics.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcribltcp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputcrowdstrike.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputdatadogagent.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputdatagen.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputedgeprometheus.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputelastic.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputeventhub.py +6 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputexec.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputfile.py +6 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputfirehose.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputgooglepubsub.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputgrafana.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputhttp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputhttpraw.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputjournalfiles.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkafka.py +8 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkinesis.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkubeevents.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkubelogs.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputkubemetrics.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputloki.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputmetrics.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputmsk.py +7 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputnetflow.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputoffice365mgmt.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputoffice365service.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputopentelemetry.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputprometheus.py +10 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputprometheusrw.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputrawudp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputs3.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputs3inventory.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsecuritylake.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsnmp.py +11 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsplunk.py +9 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsplunkhec.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsplunksearch.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsqs.py +9 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsyslog.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsystemmetrics.py +32 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputsystemstate.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputtcp.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputtcpjson.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwef.py +6 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwindowsmetrics.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwineventlogs.py +8 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwiz.py +7 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputwizwebhook.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/inputzscalerhec.py +4 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/jobinfo.py +4 -1
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeprovidedinfo.py +11 -1
- cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/outpostnodeinfo.py +16 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/output.py +77 -72
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazureblob.py +20 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazuredataexplorer.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazureeventhub.py +17 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputazurelogs.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputchronicle.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputclickhouse.py +17 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcloudwatch.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputconfluentcloud.py +24 -18
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcriblhttp.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcribllake.py +21 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcribltcp.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
- cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/outputdatabricks.py +411 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdatadog.py +30 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdataset.py +23 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdls3.py +35 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdynatracehttp.py +22 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdynatraceotlp.py +22 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputelastic.py +18 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputelasticcloud.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputexabeam.py +14 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputfilesystem.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglechronicle.py +21 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgooglepubsub.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgrafanacloud.py +50 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputgraphite.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputhoneycomb.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputhumiohec.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputinfluxdb.py +19 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputkafka.py +24 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputkinesis.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputloki.py +20 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputminio.py +28 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputmsk.py +23 -17
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputnewrelic.py +16 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputnewrelicevents.py +16 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputopentelemetry.py +22 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputprometheus.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputring.py +2 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputs3.py +35 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsecuritylake.py +29 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsentinel.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputservicenow.py +21 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsignalfx.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsns.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsplunk.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsplunkhec.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsplunklb.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsqs.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputstatsd.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputstatsdext.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsumologic.py +15 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsyslog.py +24 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputtcpjson.py +12 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputwavefront.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputwebhook.py +23 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputxsiam.py +13 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packinfo.py +8 -5
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packinstallinfo.py +8 -5
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/routeconf.py +3 -4
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejobcollection.py +4 -0
- cribl_control_plane-0.3.0b1/src/cribl_control_plane/models/updatepacksop.py +25 -0
- 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
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/packs.py +202 -7
- cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/appmode.py +0 -14
- cribl_control_plane-0.2.0rc1/src/cribl_control_plane/models/routecloneconf.py +0 -13
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/py.typed +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/registration.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_hooks/types.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/acl.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/auth_sdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/basesdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/branches.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/commits.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/commits_files.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/configs_versions.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/destinations.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/destinations_pq.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/apierror.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/no_response_error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/groups_configs.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/health.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/hectokens.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/httpclient.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/lakedatasets.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/branchinfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cacheconnection.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cacheconnectionbackfillstatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cloudprovider.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/commit.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/configgroupcloud.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/configgrouplookups.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createinputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createoutputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createoutputtestbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createpacksop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createpipelineop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversioncommitop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversionpushop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/createversionrevertop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/criblevent.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cribllakedataset.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/cribllakedatasetupdate.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/currentbranchresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/datasetmetadata.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/datasetmetadataruninfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deletepacksbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deployrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/deployrequestlookups.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/difffiles.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/error.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getcribllakedatasetbylakeidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gethealthinfoop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getoutputpqbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getpacksbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getpacksop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getsummaryop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionbranchop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversioncountop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversiondiffop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionfilesop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversioninfoop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionshowop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/getversionstatusop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitcommitparams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitcommitsummary.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitcountresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitdiffresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitfile.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitfilesresponse.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitinfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitlogresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitrevertparams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitrevertresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitshowresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/gitstatusresult.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/hbleaderinfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/healthstatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/jobstatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/lakedatasetsearchconfig.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/lakehouseconnectiontype.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listconfiggroupbyproductop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listinputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listmasterworkerentryop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listoutputop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listpipelineop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/listroutesop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/logininfo.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/lookupversions.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/masterworkerentry.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeactiveupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodefailedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeskippedupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeupgradestate.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/nodeupgradestatus.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdefault.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdevnull.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputnetflow.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputrouter.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputsnmp.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packrequestbody_union.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/packupgraderequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/pipeline.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/productscore.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/rbacresource.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/resourcepolicy.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/routes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/routesroute.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejob.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejobexecutor.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/runnablejobscheduledsearch.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/security.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/teamaccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateoutputbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatepacksbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/useraccesscontrollist.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/models/workertypes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/nodes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/pipelines.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/py.typed +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/routes_sdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/samples.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/sdk.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/sdkconfiguration.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/sources.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/statuses.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/summaries.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/teams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/tokens.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/types/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/types/basemodel.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/__init__.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/annotations.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/datetimes.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/enums.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/forms.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/headers.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/logger.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/metadata.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/queryparams.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/requestbodies.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/retries.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/security.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/serializers.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/url.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/utils/values.py +0 -0
- {cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/versions.py +0 -0
- {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.
|
|
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
|
-
|
|
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) -
|
|
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
|
|
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
|
-
|
|
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) -
|
|
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
|
|
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>
|
{cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/_version.py
RENAMED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
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:
|
{cribl_control_plane-0.2.0rc1 → cribl_control_plane-0.3.0b1}/src/cribl_control_plane/groups_sdk.py
RENAMED
|
@@ -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[
|
|
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[
|
|
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[
|
|
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[
|
|
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
|
|
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",
|