cribl-control-plane 0.2.1rc6__py3-none-any.whl → 0.2.1rc7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_version.py +4 -4
- cribl_control_plane/groups_sdk.py +2 -2
- cribl_control_plane/models/__init__.py +114 -4
- cribl_control_plane/models/cacheconnection.py +20 -0
- cribl_control_plane/models/configgroup.py +20 -1
- cribl_control_plane/models/configgroupcloud.py +11 -1
- cribl_control_plane/models/createconfiggroupbyproductop.py +13 -2
- cribl_control_plane/models/cribllakedataset.py +11 -1
- cribl_control_plane/models/cribllakedatasetupdate.py +11 -1
- cribl_control_plane/models/datasetmetadata.py +11 -1
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -0
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -0
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -0
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -0
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -0
- cribl_control_plane/models/getsummaryop.py +11 -0
- cribl_control_plane/models/groupcreaterequest.py +20 -1
- cribl_control_plane/models/hbcriblinfo.py +11 -1
- cribl_control_plane/models/healthserverstatus.py +20 -1
- cribl_control_plane/models/input.py +15 -15
- cribl_control_plane/models/inputappscope.py +76 -17
- cribl_control_plane/models/inputazureblob.py +29 -1
- cribl_control_plane/models/inputcollection.py +20 -1
- cribl_control_plane/models/inputconfluentcloud.py +188 -1
- cribl_control_plane/models/inputcribl.py +20 -1
- cribl_control_plane/models/inputcriblhttp.py +58 -17
- cribl_control_plane/models/inputcribllakehttp.py +58 -17
- cribl_control_plane/models/inputcriblmetrics.py +20 -1
- cribl_control_plane/models/inputcribltcp.py +58 -17
- cribl_control_plane/models/inputcrowdstrike.py +47 -1
- cribl_control_plane/models/inputdatadogagent.py +58 -17
- cribl_control_plane/models/inputdatagen.py +20 -1
- cribl_control_plane/models/inputedgeprometheus.py +138 -37
- cribl_control_plane/models/inputelastic.py +108 -27
- cribl_control_plane/models/inputeventhub.py +176 -1
- cribl_control_plane/models/inputexec.py +29 -1
- cribl_control_plane/models/inputfile.py +36 -3
- cribl_control_plane/models/inputfirehose.py +58 -17
- cribl_control_plane/models/inputgooglepubsub.py +29 -1
- cribl_control_plane/models/inputgrafana.py +149 -32
- cribl_control_plane/models/inputhttp.py +58 -17
- cribl_control_plane/models/inputhttpraw.py +58 -17
- cribl_control_plane/models/inputjournalfiles.py +20 -1
- cribl_control_plane/models/inputkafka.py +182 -1
- cribl_control_plane/models/inputkinesis.py +65 -1
- cribl_control_plane/models/inputkubeevents.py +20 -1
- cribl_control_plane/models/inputkubelogs.py +29 -1
- cribl_control_plane/models/inputkubemetrics.py +29 -1
- cribl_control_plane/models/inputloki.py +67 -17
- cribl_control_plane/models/inputmetrics.py +58 -17
- cribl_control_plane/models/inputmodeldriventelemetry.py +58 -17
- cribl_control_plane/models/inputmsk.py +74 -1
- cribl_control_plane/models/inputnetflow.py +20 -1
- cribl_control_plane/models/inputoffice365mgmt.py +56 -1
- cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
- cribl_control_plane/models/inputoffice365service.py +56 -1
- cribl_control_plane/models/inputopentelemetry.py +84 -16
- cribl_control_plane/models/inputprometheus.py +131 -37
- cribl_control_plane/models/inputprometheusrw.py +67 -17
- cribl_control_plane/models/inputrawudp.py +20 -1
- cribl_control_plane/models/inputs3.py +38 -1
- cribl_control_plane/models/inputs3inventory.py +47 -1
- cribl_control_plane/models/inputsecuritylake.py +47 -1
- cribl_control_plane/models/inputsnmp.py +29 -1
- cribl_control_plane/models/inputsplunk.py +76 -17
- cribl_control_plane/models/inputsplunkhec.py +66 -16
- cribl_control_plane/models/inputsplunksearch.py +56 -1
- cribl_control_plane/models/inputsqs.py +47 -1
- cribl_control_plane/models/inputsyslog.py +113 -32
- cribl_control_plane/models/inputsystemmetrics.py +110 -9
- cribl_control_plane/models/inputsystemstate.py +29 -1
- cribl_control_plane/models/inputtcp.py +77 -17
- cribl_control_plane/models/inputtcpjson.py +67 -17
- cribl_control_plane/models/inputwef.py +65 -1
- cribl_control_plane/models/inputwindowsmetrics.py +101 -9
- cribl_control_plane/models/inputwineventlogs.py +52 -1
- cribl_control_plane/models/inputwiz.py +38 -1
- cribl_control_plane/models/inputwizwebhook.py +58 -17
- cribl_control_plane/models/inputzscalerhec.py +66 -16
- cribl_control_plane/models/jobstatus.py +34 -3
- cribl_control_plane/models/listconfiggroupbyproductop.py +11 -0
- cribl_control_plane/models/masterworkerentry.py +11 -1
- cribl_control_plane/models/nodeupgradestatus.py +38 -0
- cribl_control_plane/models/output.py +21 -21
- cribl_control_plane/models/outputazureblob.py +90 -1
- cribl_control_plane/models/outputazuredataexplorer.py +430 -93
- cribl_control_plane/models/outputazureeventhub.py +267 -22
- cribl_control_plane/models/outputazurelogs.py +105 -22
- cribl_control_plane/models/outputchronicle.py +105 -22
- cribl_control_plane/models/outputclickhouse.py +141 -22
- cribl_control_plane/models/outputcloudwatch.py +96 -22
- cribl_control_plane/models/outputconfluentcloud.py +290 -23
- cribl_control_plane/models/outputcriblhttp.py +123 -22
- cribl_control_plane/models/outputcribllake.py +76 -1
- cribl_control_plane/models/outputcribltcp.py +123 -22
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +117 -23
- cribl_control_plane/models/outputdatabricks.py +72 -1
- cribl_control_plane/models/outputdatadog.py +132 -22
- cribl_control_plane/models/outputdataset.py +123 -22
- cribl_control_plane/models/outputdiskspool.py +11 -1
- cribl_control_plane/models/outputdls3.py +117 -1
- cribl_control_plane/models/outputdynatracehttp.py +141 -22
- cribl_control_plane/models/outputdynatraceotlp.py +141 -22
- cribl_control_plane/models/outputelastic.py +148 -22
- cribl_control_plane/models/outputelasticcloud.py +130 -22
- cribl_control_plane/models/outputexabeam.py +47 -1
- cribl_control_plane/models/outputfilesystem.py +72 -1
- cribl_control_plane/models/outputgooglechronicle.py +148 -23
- cribl_control_plane/models/outputgooglecloudlogging.py +115 -23
- cribl_control_plane/models/outputgooglecloudstorage.py +108 -1
- cribl_control_plane/models/outputgooglepubsub.py +96 -22
- cribl_control_plane/models/outputgrafanacloud.py +244 -43
- cribl_control_plane/models/outputgraphite.py +96 -22
- cribl_control_plane/models/outputhoneycomb.py +105 -22
- cribl_control_plane/models/outputhumiohec.py +114 -22
- cribl_control_plane/models/outputinfluxdb.py +114 -22
- cribl_control_plane/models/outputkafka.py +281 -20
- cribl_control_plane/models/outputkinesis.py +121 -22
- cribl_control_plane/models/outputloki.py +112 -20
- cribl_control_plane/models/outputminio.py +117 -1
- cribl_control_plane/models/outputmsk.py +173 -20
- cribl_control_plane/models/outputnewrelic.py +123 -22
- cribl_control_plane/models/outputnewrelicevents.py +115 -23
- cribl_control_plane/models/outputopentelemetry.py +159 -22
- cribl_control_plane/models/outputprometheus.py +105 -22
- cribl_control_plane/models/outputring.py +29 -1
- cribl_control_plane/models/outputs3.py +117 -1
- cribl_control_plane/models/outputsecuritylake.py +85 -1
- cribl_control_plane/models/outputsentinel.py +123 -22
- cribl_control_plane/models/outputsentineloneaisiem.py +124 -23
- cribl_control_plane/models/outputservicenow.py +150 -22
- cribl_control_plane/models/outputsignalfx.py +105 -22
- cribl_control_plane/models/outputsns.py +103 -20
- cribl_control_plane/models/outputsplunk.py +141 -22
- cribl_control_plane/models/outputsplunkhec.py +198 -22
- cribl_control_plane/models/outputsplunklb.py +170 -22
- cribl_control_plane/models/outputsqs.py +112 -20
- cribl_control_plane/models/outputstatsd.py +96 -22
- cribl_control_plane/models/outputstatsdext.py +96 -22
- cribl_control_plane/models/outputsumologic.py +105 -22
- cribl_control_plane/models/outputsyslog.py +238 -99
- cribl_control_plane/models/outputtcpjson.py +132 -22
- cribl_control_plane/models/outputwavefront.py +105 -22
- cribl_control_plane/models/outputwebhook.py +141 -22
- cribl_control_plane/models/outputxsiam.py +103 -20
- cribl_control_plane/models/resourcepolicy.py +11 -0
- cribl_control_plane/models/runnablejobcollection.py +68 -9
- cribl_control_plane/models/runnablejobexecutor.py +32 -9
- cribl_control_plane/models/runnablejobscheduledsearch.py +23 -9
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -0
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -0
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.2.1rc7.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.2.1rc7.dist-info}/RECORD +154 -154
- {cribl_control_plane-0.2.1rc6.dist-info → cribl_control_plane-0.2.1rc7.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.2.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.2.
|
|
6
|
+
__version__: str = "0.2.1rc7"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761900341964-54de5e31"
|
|
8
|
+
__gen_version__: str = "2.731.9"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.2.1rc7 2.731.9 4.15.0-alpha.1761900341964-54de5e31 cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -259,7 +259,7 @@ class GroupsSDK(BaseSDK):
|
|
|
259
259
|
|
|
260
260
|
Create a new Worker Group or Edge Fleet for the specified Cribl product.
|
|
261
261
|
|
|
262
|
-
:param product:
|
|
262
|
+
:param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
|
|
263
263
|
:param id:
|
|
264
264
|
:param cloud:
|
|
265
265
|
:param deploying_worker_count:
|
|
@@ -440,7 +440,7 @@ class GroupsSDK(BaseSDK):
|
|
|
440
440
|
|
|
441
441
|
Create a new Worker Group or Edge Fleet for the specified Cribl product.
|
|
442
442
|
|
|
443
|
-
:param product:
|
|
443
|
+
:param product: Name of the Cribl product to add the Worker Group or Edge Fleet to.
|
|
444
444
|
:param id:
|
|
445
445
|
:param cloud:
|
|
446
446
|
:param deploying_worker_count:
|
|
@@ -465,6 +465,7 @@ if TYPE_CHECKING:
|
|
|
465
465
|
InputConfluentCloudAuth,
|
|
466
466
|
InputConfluentCloudAuthTypedDict,
|
|
467
467
|
InputConfluentCloudAuthentication,
|
|
468
|
+
InputConfluentCloudAuthenticationMethod,
|
|
468
469
|
InputConfluentCloudAuthenticationTypedDict,
|
|
469
470
|
InputConfluentCloudCompression,
|
|
470
471
|
InputConfluentCloudConnection,
|
|
@@ -480,11 +481,15 @@ if TYPE_CHECKING:
|
|
|
480
481
|
InputConfluentCloudMetadatumTypedDict,
|
|
481
482
|
InputConfluentCloudMinimumTLSVersion,
|
|
482
483
|
InputConfluentCloudMode,
|
|
484
|
+
InputConfluentCloudOauthParam,
|
|
485
|
+
InputConfluentCloudOauthParamTypedDict,
|
|
483
486
|
InputConfluentCloudPq,
|
|
484
487
|
InputConfluentCloudPqControls,
|
|
485
488
|
InputConfluentCloudPqControlsTypedDict,
|
|
486
489
|
InputConfluentCloudPqTypedDict,
|
|
487
490
|
InputConfluentCloudSASLMechanism,
|
|
491
|
+
InputConfluentCloudSaslExtension,
|
|
492
|
+
InputConfluentCloudSaslExtensionTypedDict,
|
|
488
493
|
InputConfluentCloudTLSSettingsClientSide,
|
|
489
494
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
490
495
|
InputConfluentCloudType,
|
|
@@ -704,13 +709,16 @@ if TYPE_CHECKING:
|
|
|
704
709
|
)
|
|
705
710
|
from .inputeventhub import (
|
|
706
711
|
InputEventhub,
|
|
712
|
+
InputEventhubAuthTypeAuthenticationMethod,
|
|
707
713
|
InputEventhubAuthentication,
|
|
708
714
|
InputEventhubAuthenticationTypedDict,
|
|
715
|
+
InputEventhubClientSecretAuthTypeAuthenticationMethod,
|
|
709
716
|
InputEventhubCompression,
|
|
710
717
|
InputEventhubConnection,
|
|
711
718
|
InputEventhubConnectionTypedDict,
|
|
712
719
|
InputEventhubMetadatum,
|
|
713
720
|
InputEventhubMetadatumTypedDict,
|
|
721
|
+
InputEventhubMicrosoftEntraIDAuthenticationEndpoint,
|
|
714
722
|
InputEventhubMode,
|
|
715
723
|
InputEventhubPq,
|
|
716
724
|
InputEventhubPqControls,
|
|
@@ -923,6 +931,7 @@ if TYPE_CHECKING:
|
|
|
923
931
|
InputKafkaAuth,
|
|
924
932
|
InputKafkaAuthTypedDict,
|
|
925
933
|
InputKafkaAuthentication,
|
|
934
|
+
InputKafkaAuthenticationMethod,
|
|
926
935
|
InputKafkaAuthenticationTypedDict,
|
|
927
936
|
InputKafkaCompression,
|
|
928
937
|
InputKafkaConnection,
|
|
@@ -938,11 +947,15 @@ if TYPE_CHECKING:
|
|
|
938
947
|
InputKafkaMetadatumTypedDict,
|
|
939
948
|
InputKafkaMinimumTLSVersion,
|
|
940
949
|
InputKafkaMode,
|
|
950
|
+
InputKafkaOauthParam,
|
|
951
|
+
InputKafkaOauthParamTypedDict,
|
|
941
952
|
InputKafkaPq,
|
|
942
953
|
InputKafkaPqControls,
|
|
943
954
|
InputKafkaPqControlsTypedDict,
|
|
944
955
|
InputKafkaPqTypedDict,
|
|
945
956
|
InputKafkaSASLMechanism,
|
|
957
|
+
InputKafkaSaslExtension,
|
|
958
|
+
InputKafkaSaslExtensionTypedDict,
|
|
946
959
|
InputKafkaTLSSettingsClientSide,
|
|
947
960
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
948
961
|
InputKafkaType,
|
|
@@ -1791,7 +1804,7 @@ if TYPE_CHECKING:
|
|
|
1791
1804
|
InputZscalerHecTypedDict,
|
|
1792
1805
|
)
|
|
1793
1806
|
from .jobinfo import JobInfo, JobInfoTypedDict
|
|
1794
|
-
from .jobstatus import JobStatus, JobStatusTypedDict
|
|
1807
|
+
from .jobstatus import JobStatus, JobStatusTypedDict, State
|
|
1795
1808
|
from .lakedatasetsearchconfig import (
|
|
1796
1809
|
LakeDatasetSearchConfig,
|
|
1797
1810
|
LakeDatasetSearchConfigTypedDict,
|
|
@@ -1877,16 +1890,21 @@ if TYPE_CHECKING:
|
|
|
1877
1890
|
IngestIfNotExist,
|
|
1878
1891
|
IngestIfNotExistTypedDict,
|
|
1879
1892
|
IngestionMode,
|
|
1880
|
-
MicrosoftEntraIDAuthenticationEndpoint,
|
|
1881
1893
|
OutputAzureDataExplorer,
|
|
1882
1894
|
OutputAzureDataExplorerAuthenticationMethod,
|
|
1883
1895
|
OutputAzureDataExplorerBackpressureBehavior,
|
|
1884
1896
|
OutputAzureDataExplorerCertificate,
|
|
1885
1897
|
OutputAzureDataExplorerCertificateTypedDict,
|
|
1886
1898
|
OutputAzureDataExplorerCompressCompression,
|
|
1899
|
+
OutputAzureDataExplorerCompressionLevel,
|
|
1887
1900
|
OutputAzureDataExplorerDataFormat,
|
|
1901
|
+
OutputAzureDataExplorerDataPageVersion,
|
|
1888
1902
|
OutputAzureDataExplorerDiskSpaceProtection,
|
|
1903
|
+
OutputAzureDataExplorerKeyValueMetadatum,
|
|
1904
|
+
OutputAzureDataExplorerKeyValueMetadatumTypedDict,
|
|
1905
|
+
OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint,
|
|
1889
1906
|
OutputAzureDataExplorerMode,
|
|
1907
|
+
OutputAzureDataExplorerParquetVersion,
|
|
1890
1908
|
OutputAzureDataExplorerPqCompressCompression,
|
|
1891
1909
|
OutputAzureDataExplorerPqControls,
|
|
1892
1910
|
OutputAzureDataExplorerPqControlsTypedDict,
|
|
@@ -1904,10 +1922,13 @@ if TYPE_CHECKING:
|
|
|
1904
1922
|
from .outputazureeventhub import (
|
|
1905
1923
|
OutputAzureEventhub,
|
|
1906
1924
|
OutputAzureEventhubAcknowledgments,
|
|
1925
|
+
OutputAzureEventhubAuthTypeAuthenticationMethod,
|
|
1907
1926
|
OutputAzureEventhubAuthentication,
|
|
1908
1927
|
OutputAzureEventhubAuthenticationTypedDict,
|
|
1909
1928
|
OutputAzureEventhubBackpressureBehavior,
|
|
1929
|
+
OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod,
|
|
1910
1930
|
OutputAzureEventhubCompression,
|
|
1931
|
+
OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint,
|
|
1911
1932
|
OutputAzureEventhubMode,
|
|
1912
1933
|
OutputAzureEventhubPqControls,
|
|
1913
1934
|
OutputAzureEventhubPqControlsTypedDict,
|
|
@@ -2008,6 +2029,7 @@ if TYPE_CHECKING:
|
|
|
2008
2029
|
OutputConfluentCloudAuth,
|
|
2009
2030
|
OutputConfluentCloudAuthTypedDict,
|
|
2010
2031
|
OutputConfluentCloudAuthentication,
|
|
2032
|
+
OutputConfluentCloudAuthenticationMethod,
|
|
2011
2033
|
OutputConfluentCloudAuthenticationTypedDict,
|
|
2012
2034
|
OutputConfluentCloudBackpressureBehavior,
|
|
2013
2035
|
OutputConfluentCloudCompression,
|
|
@@ -2020,12 +2042,16 @@ if TYPE_CHECKING:
|
|
|
2020
2042
|
OutputConfluentCloudMaximumTLSVersion,
|
|
2021
2043
|
OutputConfluentCloudMinimumTLSVersion,
|
|
2022
2044
|
OutputConfluentCloudMode,
|
|
2045
|
+
OutputConfluentCloudOauthParam,
|
|
2046
|
+
OutputConfluentCloudOauthParamTypedDict,
|
|
2023
2047
|
OutputConfluentCloudPqCompressCompression,
|
|
2024
2048
|
OutputConfluentCloudPqControls,
|
|
2025
2049
|
OutputConfluentCloudPqControlsTypedDict,
|
|
2026
2050
|
OutputConfluentCloudQueueFullBehavior,
|
|
2027
2051
|
OutputConfluentCloudRecordDataFormat,
|
|
2028
2052
|
OutputConfluentCloudSASLMechanism,
|
|
2053
|
+
OutputConfluentCloudSaslExtension,
|
|
2054
|
+
OutputConfluentCloudSaslExtensionTypedDict,
|
|
2029
2055
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
2030
2056
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
2031
2057
|
OutputConfluentCloudType,
|
|
@@ -2338,6 +2364,7 @@ if TYPE_CHECKING:
|
|
|
2338
2364
|
OutputGoogleChronicleType,
|
|
2339
2365
|
OutputGoogleChronicleTypedDict,
|
|
2340
2366
|
SendEventsAs,
|
|
2367
|
+
UDMType,
|
|
2341
2368
|
)
|
|
2342
2369
|
from .outputgooglecloudlogging import (
|
|
2343
2370
|
LogLabel,
|
|
@@ -2522,6 +2549,7 @@ if TYPE_CHECKING:
|
|
|
2522
2549
|
OutputKafkaAuth,
|
|
2523
2550
|
OutputKafkaAuthTypedDict,
|
|
2524
2551
|
OutputKafkaAuthentication,
|
|
2552
|
+
OutputKafkaAuthenticationMethod,
|
|
2525
2553
|
OutputKafkaAuthenticationTypedDict,
|
|
2526
2554
|
OutputKafkaBackpressureBehavior,
|
|
2527
2555
|
OutputKafkaCompression,
|
|
@@ -2534,12 +2562,16 @@ if TYPE_CHECKING:
|
|
|
2534
2562
|
OutputKafkaMaximumTLSVersion,
|
|
2535
2563
|
OutputKafkaMinimumTLSVersion,
|
|
2536
2564
|
OutputKafkaMode,
|
|
2565
|
+
OutputKafkaOauthParam,
|
|
2566
|
+
OutputKafkaOauthParamTypedDict,
|
|
2537
2567
|
OutputKafkaPqCompressCompression,
|
|
2538
2568
|
OutputKafkaPqControls,
|
|
2539
2569
|
OutputKafkaPqControlsTypedDict,
|
|
2540
2570
|
OutputKafkaQueueFullBehavior,
|
|
2541
2571
|
OutputKafkaRecordDataFormat,
|
|
2542
2572
|
OutputKafkaSASLMechanism,
|
|
2573
|
+
OutputKafkaSaslExtension,
|
|
2574
|
+
OutputKafkaSaslExtensionTypedDict,
|
|
2543
2575
|
OutputKafkaTLSSettingsClientSide,
|
|
2544
2576
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2545
2577
|
OutputKafkaType,
|
|
@@ -2924,12 +2956,16 @@ if TYPE_CHECKING:
|
|
|
2924
2956
|
OutputSplunkHecExtraHTTPHeader,
|
|
2925
2957
|
OutputSplunkHecExtraHTTPHeaderTypedDict,
|
|
2926
2958
|
OutputSplunkHecFailedRequestLoggingMode,
|
|
2959
|
+
OutputSplunkHecMaximumTLSVersion,
|
|
2960
|
+
OutputSplunkHecMinimumTLSVersion,
|
|
2927
2961
|
OutputSplunkHecMode,
|
|
2928
2962
|
OutputSplunkHecPqControls,
|
|
2929
2963
|
OutputSplunkHecPqControlsTypedDict,
|
|
2930
2964
|
OutputSplunkHecQueueFullBehavior,
|
|
2931
2965
|
OutputSplunkHecResponseRetrySetting,
|
|
2932
2966
|
OutputSplunkHecResponseRetrySettingTypedDict,
|
|
2967
|
+
OutputSplunkHecTLSSettingsClientSide,
|
|
2968
|
+
OutputSplunkHecTLSSettingsClientSideTypedDict,
|
|
2933
2969
|
OutputSplunkHecTimeoutRetrySettings,
|
|
2934
2970
|
OutputSplunkHecTimeoutRetrySettingsTypedDict,
|
|
2935
2971
|
OutputSplunkHecType,
|
|
@@ -3745,6 +3781,7 @@ __all__ = [
|
|
|
3745
3781
|
"InputConfluentCloudAuth",
|
|
3746
3782
|
"InputConfluentCloudAuthTypedDict",
|
|
3747
3783
|
"InputConfluentCloudAuthentication",
|
|
3784
|
+
"InputConfluentCloudAuthenticationMethod",
|
|
3748
3785
|
"InputConfluentCloudAuthenticationTypedDict",
|
|
3749
3786
|
"InputConfluentCloudCompression",
|
|
3750
3787
|
"InputConfluentCloudConnection",
|
|
@@ -3760,11 +3797,15 @@ __all__ = [
|
|
|
3760
3797
|
"InputConfluentCloudMetadatumTypedDict",
|
|
3761
3798
|
"InputConfluentCloudMinimumTLSVersion",
|
|
3762
3799
|
"InputConfluentCloudMode",
|
|
3800
|
+
"InputConfluentCloudOauthParam",
|
|
3801
|
+
"InputConfluentCloudOauthParamTypedDict",
|
|
3763
3802
|
"InputConfluentCloudPq",
|
|
3764
3803
|
"InputConfluentCloudPqControls",
|
|
3765
3804
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3766
3805
|
"InputConfluentCloudPqTypedDict",
|
|
3767
3806
|
"InputConfluentCloudSASLMechanism",
|
|
3807
|
+
"InputConfluentCloudSaslExtension",
|
|
3808
|
+
"InputConfluentCloudSaslExtensionTypedDict",
|
|
3768
3809
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3769
3810
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3770
3811
|
"InputConfluentCloudType",
|
|
@@ -3950,13 +3991,16 @@ __all__ = [
|
|
|
3950
3991
|
"InputElasticType",
|
|
3951
3992
|
"InputElasticTypedDict",
|
|
3952
3993
|
"InputEventhub",
|
|
3994
|
+
"InputEventhubAuthTypeAuthenticationMethod",
|
|
3953
3995
|
"InputEventhubAuthentication",
|
|
3954
3996
|
"InputEventhubAuthenticationTypedDict",
|
|
3997
|
+
"InputEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
3955
3998
|
"InputEventhubCompression",
|
|
3956
3999
|
"InputEventhubConnection",
|
|
3957
4000
|
"InputEventhubConnectionTypedDict",
|
|
3958
4001
|
"InputEventhubMetadatum",
|
|
3959
4002
|
"InputEventhubMetadatumTypedDict",
|
|
4003
|
+
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
3960
4004
|
"InputEventhubMode",
|
|
3961
4005
|
"InputEventhubPq",
|
|
3962
4006
|
"InputEventhubPqControls",
|
|
@@ -4134,6 +4178,7 @@ __all__ = [
|
|
|
4134
4178
|
"InputKafkaAuth",
|
|
4135
4179
|
"InputKafkaAuthTypedDict",
|
|
4136
4180
|
"InputKafkaAuthentication",
|
|
4181
|
+
"InputKafkaAuthenticationMethod",
|
|
4137
4182
|
"InputKafkaAuthenticationTypedDict",
|
|
4138
4183
|
"InputKafkaCompression",
|
|
4139
4184
|
"InputKafkaConnection",
|
|
@@ -4149,11 +4194,15 @@ __all__ = [
|
|
|
4149
4194
|
"InputKafkaMetadatumTypedDict",
|
|
4150
4195
|
"InputKafkaMinimumTLSVersion",
|
|
4151
4196
|
"InputKafkaMode",
|
|
4197
|
+
"InputKafkaOauthParam",
|
|
4198
|
+
"InputKafkaOauthParamTypedDict",
|
|
4152
4199
|
"InputKafkaPq",
|
|
4153
4200
|
"InputKafkaPqControls",
|
|
4154
4201
|
"InputKafkaPqControlsTypedDict",
|
|
4155
4202
|
"InputKafkaPqTypedDict",
|
|
4156
4203
|
"InputKafkaSASLMechanism",
|
|
4204
|
+
"InputKafkaSaslExtension",
|
|
4205
|
+
"InputKafkaSaslExtensionTypedDict",
|
|
4157
4206
|
"InputKafkaTLSSettingsClientSide",
|
|
4158
4207
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4159
4208
|
"InputKafkaType",
|
|
@@ -4946,7 +4995,6 @@ __all__ = [
|
|
|
4946
4995
|
"MasterWorkerEntryWorkers",
|
|
4947
4996
|
"MasterWorkerEntryWorkersTypedDict",
|
|
4948
4997
|
"MetricsProtocol",
|
|
4949
|
-
"MicrosoftEntraIDAuthenticationEndpoint",
|
|
4950
4998
|
"NodeActiveUpgradeStatus",
|
|
4951
4999
|
"NodeFailedUpgradeStatus",
|
|
4952
5000
|
"NodeProvidedInfo",
|
|
@@ -4997,9 +5045,15 @@ __all__ = [
|
|
|
4997
5045
|
"OutputAzureDataExplorerCertificate",
|
|
4998
5046
|
"OutputAzureDataExplorerCertificateTypedDict",
|
|
4999
5047
|
"OutputAzureDataExplorerCompressCompression",
|
|
5048
|
+
"OutputAzureDataExplorerCompressionLevel",
|
|
5000
5049
|
"OutputAzureDataExplorerDataFormat",
|
|
5050
|
+
"OutputAzureDataExplorerDataPageVersion",
|
|
5001
5051
|
"OutputAzureDataExplorerDiskSpaceProtection",
|
|
5052
|
+
"OutputAzureDataExplorerKeyValueMetadatum",
|
|
5053
|
+
"OutputAzureDataExplorerKeyValueMetadatumTypedDict",
|
|
5054
|
+
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
|
|
5002
5055
|
"OutputAzureDataExplorerMode",
|
|
5056
|
+
"OutputAzureDataExplorerParquetVersion",
|
|
5003
5057
|
"OutputAzureDataExplorerPqCompressCompression",
|
|
5004
5058
|
"OutputAzureDataExplorerPqControls",
|
|
5005
5059
|
"OutputAzureDataExplorerPqControlsTypedDict",
|
|
@@ -5012,10 +5066,13 @@ __all__ = [
|
|
|
5012
5066
|
"OutputAzureDataExplorerTypedDict",
|
|
5013
5067
|
"OutputAzureEventhub",
|
|
5014
5068
|
"OutputAzureEventhubAcknowledgments",
|
|
5069
|
+
"OutputAzureEventhubAuthTypeAuthenticationMethod",
|
|
5015
5070
|
"OutputAzureEventhubAuthentication",
|
|
5016
5071
|
"OutputAzureEventhubAuthenticationTypedDict",
|
|
5017
5072
|
"OutputAzureEventhubBackpressureBehavior",
|
|
5073
|
+
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
|
|
5018
5074
|
"OutputAzureEventhubCompression",
|
|
5075
|
+
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
|
|
5019
5076
|
"OutputAzureEventhubMode",
|
|
5020
5077
|
"OutputAzureEventhubPqControls",
|
|
5021
5078
|
"OutputAzureEventhubPqControlsTypedDict",
|
|
@@ -5103,6 +5160,7 @@ __all__ = [
|
|
|
5103
5160
|
"OutputConfluentCloudAuth",
|
|
5104
5161
|
"OutputConfluentCloudAuthTypedDict",
|
|
5105
5162
|
"OutputConfluentCloudAuthentication",
|
|
5163
|
+
"OutputConfluentCloudAuthenticationMethod",
|
|
5106
5164
|
"OutputConfluentCloudAuthenticationTypedDict",
|
|
5107
5165
|
"OutputConfluentCloudBackpressureBehavior",
|
|
5108
5166
|
"OutputConfluentCloudCompression",
|
|
@@ -5115,12 +5173,16 @@ __all__ = [
|
|
|
5115
5173
|
"OutputConfluentCloudMaximumTLSVersion",
|
|
5116
5174
|
"OutputConfluentCloudMinimumTLSVersion",
|
|
5117
5175
|
"OutputConfluentCloudMode",
|
|
5176
|
+
"OutputConfluentCloudOauthParam",
|
|
5177
|
+
"OutputConfluentCloudOauthParamTypedDict",
|
|
5118
5178
|
"OutputConfluentCloudPqCompressCompression",
|
|
5119
5179
|
"OutputConfluentCloudPqControls",
|
|
5120
5180
|
"OutputConfluentCloudPqControlsTypedDict",
|
|
5121
5181
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5122
5182
|
"OutputConfluentCloudRecordDataFormat",
|
|
5123
5183
|
"OutputConfluentCloudSASLMechanism",
|
|
5184
|
+
"OutputConfluentCloudSaslExtension",
|
|
5185
|
+
"OutputConfluentCloudSaslExtensionTypedDict",
|
|
5124
5186
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5125
5187
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5126
5188
|
"OutputConfluentCloudType",
|
|
@@ -5552,6 +5614,7 @@ __all__ = [
|
|
|
5552
5614
|
"OutputKafkaAuth",
|
|
5553
5615
|
"OutputKafkaAuthTypedDict",
|
|
5554
5616
|
"OutputKafkaAuthentication",
|
|
5617
|
+
"OutputKafkaAuthenticationMethod",
|
|
5555
5618
|
"OutputKafkaAuthenticationTypedDict",
|
|
5556
5619
|
"OutputKafkaBackpressureBehavior",
|
|
5557
5620
|
"OutputKafkaCompression",
|
|
@@ -5564,12 +5627,16 @@ __all__ = [
|
|
|
5564
5627
|
"OutputKafkaMaximumTLSVersion",
|
|
5565
5628
|
"OutputKafkaMinimumTLSVersion",
|
|
5566
5629
|
"OutputKafkaMode",
|
|
5630
|
+
"OutputKafkaOauthParam",
|
|
5631
|
+
"OutputKafkaOauthParamTypedDict",
|
|
5567
5632
|
"OutputKafkaPqCompressCompression",
|
|
5568
5633
|
"OutputKafkaPqControls",
|
|
5569
5634
|
"OutputKafkaPqControlsTypedDict",
|
|
5570
5635
|
"OutputKafkaQueueFullBehavior",
|
|
5571
5636
|
"OutputKafkaRecordDataFormat",
|
|
5572
5637
|
"OutputKafkaSASLMechanism",
|
|
5638
|
+
"OutputKafkaSaslExtension",
|
|
5639
|
+
"OutputKafkaSaslExtensionTypedDict",
|
|
5573
5640
|
"OutputKafkaTLSSettingsClientSide",
|
|
5574
5641
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5575
5642
|
"OutputKafkaType",
|
|
@@ -5893,12 +5960,16 @@ __all__ = [
|
|
|
5893
5960
|
"OutputSplunkHecExtraHTTPHeader",
|
|
5894
5961
|
"OutputSplunkHecExtraHTTPHeaderTypedDict",
|
|
5895
5962
|
"OutputSplunkHecFailedRequestLoggingMode",
|
|
5963
|
+
"OutputSplunkHecMaximumTLSVersion",
|
|
5964
|
+
"OutputSplunkHecMinimumTLSVersion",
|
|
5896
5965
|
"OutputSplunkHecMode",
|
|
5897
5966
|
"OutputSplunkHecPqControls",
|
|
5898
5967
|
"OutputSplunkHecPqControlsTypedDict",
|
|
5899
5968
|
"OutputSplunkHecQueueFullBehavior",
|
|
5900
5969
|
"OutputSplunkHecResponseRetrySetting",
|
|
5901
5970
|
"OutputSplunkHecResponseRetrySettingTypedDict",
|
|
5971
|
+
"OutputSplunkHecTLSSettingsClientSide",
|
|
5972
|
+
"OutputSplunkHecTLSSettingsClientSideTypedDict",
|
|
5902
5973
|
"OutputSplunkHecTimeoutRetrySettings",
|
|
5903
5974
|
"OutputSplunkHecTimeoutRetrySettingsTypedDict",
|
|
5904
5975
|
"OutputSplunkHecType",
|
|
@@ -6228,6 +6299,7 @@ __all__ = [
|
|
|
6228
6299
|
"ShardLoadBalancing",
|
|
6229
6300
|
"SplunkHecMetadata",
|
|
6230
6301
|
"SplunkHecMetadataTypedDict",
|
|
6302
|
+
"State",
|
|
6231
6303
|
"Status",
|
|
6232
6304
|
"Subscription",
|
|
6233
6305
|
"SubscriptionMetadatum",
|
|
@@ -6244,6 +6316,7 @@ __all__ = [
|
|
|
6244
6316
|
"TimeRange",
|
|
6245
6317
|
"TimestampFormat",
|
|
6246
6318
|
"TimestampPrecision",
|
|
6319
|
+
"UDMType",
|
|
6247
6320
|
"UpdateConfigGroupByProductAndIDRequest",
|
|
6248
6321
|
"UpdateConfigGroupByProductAndIDRequestTypedDict",
|
|
6249
6322
|
"UpdateConfigGroupByProductAndIDResponse",
|
|
@@ -6665,6 +6738,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6665
6738
|
"InputConfluentCloudAuth": ".inputconfluentcloud",
|
|
6666
6739
|
"InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
|
|
6667
6740
|
"InputConfluentCloudAuthentication": ".inputconfluentcloud",
|
|
6741
|
+
"InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
|
|
6668
6742
|
"InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
|
|
6669
6743
|
"InputConfluentCloudCompression": ".inputconfluentcloud",
|
|
6670
6744
|
"InputConfluentCloudConnection": ".inputconfluentcloud",
|
|
@@ -6680,11 +6754,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6680
6754
|
"InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
|
|
6681
6755
|
"InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
|
|
6682
6756
|
"InputConfluentCloudMode": ".inputconfluentcloud",
|
|
6757
|
+
"InputConfluentCloudOauthParam": ".inputconfluentcloud",
|
|
6758
|
+
"InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
|
|
6683
6759
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6684
6760
|
"InputConfluentCloudPqControls": ".inputconfluentcloud",
|
|
6685
6761
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6686
6762
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6687
6763
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6764
|
+
"InputConfluentCloudSaslExtension": ".inputconfluentcloud",
|
|
6765
|
+
"InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
|
|
6688
6766
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6689
6767
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6690
6768
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -6882,13 +6960,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6882
6960
|
"InputElasticType": ".inputelastic",
|
|
6883
6961
|
"InputElasticTypedDict": ".inputelastic",
|
|
6884
6962
|
"InputEventhub": ".inputeventhub",
|
|
6963
|
+
"InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6885
6964
|
"InputEventhubAuthentication": ".inputeventhub",
|
|
6886
6965
|
"InputEventhubAuthenticationTypedDict": ".inputeventhub",
|
|
6966
|
+
"InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6887
6967
|
"InputEventhubCompression": ".inputeventhub",
|
|
6888
6968
|
"InputEventhubConnection": ".inputeventhub",
|
|
6889
6969
|
"InputEventhubConnectionTypedDict": ".inputeventhub",
|
|
6890
6970
|
"InputEventhubMetadatum": ".inputeventhub",
|
|
6891
6971
|
"InputEventhubMetadatumTypedDict": ".inputeventhub",
|
|
6972
|
+
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
|
|
6892
6973
|
"InputEventhubMode": ".inputeventhub",
|
|
6893
6974
|
"InputEventhubPq": ".inputeventhub",
|
|
6894
6975
|
"InputEventhubPqControls": ".inputeventhub",
|
|
@@ -7083,6 +7164,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7083
7164
|
"InputKafkaAuth": ".inputkafka",
|
|
7084
7165
|
"InputKafkaAuthTypedDict": ".inputkafka",
|
|
7085
7166
|
"InputKafkaAuthentication": ".inputkafka",
|
|
7167
|
+
"InputKafkaAuthenticationMethod": ".inputkafka",
|
|
7086
7168
|
"InputKafkaAuthenticationTypedDict": ".inputkafka",
|
|
7087
7169
|
"InputKafkaCompression": ".inputkafka",
|
|
7088
7170
|
"InputKafkaConnection": ".inputkafka",
|
|
@@ -7098,11 +7180,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7098
7180
|
"InputKafkaMetadatumTypedDict": ".inputkafka",
|
|
7099
7181
|
"InputKafkaMinimumTLSVersion": ".inputkafka",
|
|
7100
7182
|
"InputKafkaMode": ".inputkafka",
|
|
7183
|
+
"InputKafkaOauthParam": ".inputkafka",
|
|
7184
|
+
"InputKafkaOauthParamTypedDict": ".inputkafka",
|
|
7101
7185
|
"InputKafkaPq": ".inputkafka",
|
|
7102
7186
|
"InputKafkaPqControls": ".inputkafka",
|
|
7103
7187
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7104
7188
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7105
7189
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7190
|
+
"InputKafkaSaslExtension": ".inputkafka",
|
|
7191
|
+
"InputKafkaSaslExtensionTypedDict": ".inputkafka",
|
|
7106
7192
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7107
7193
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7108
7194
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7883,6 +7969,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7883
7969
|
"JobInfoTypedDict": ".jobinfo",
|
|
7884
7970
|
"JobStatus": ".jobstatus",
|
|
7885
7971
|
"JobStatusTypedDict": ".jobstatus",
|
|
7972
|
+
"State": ".jobstatus",
|
|
7886
7973
|
"LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
|
|
7887
7974
|
"LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
|
|
7888
7975
|
"LakehouseConnectionType": ".lakehouseconnectiontype",
|
|
@@ -7964,16 +8051,21 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7964
8051
|
"IngestIfNotExist": ".outputazuredataexplorer",
|
|
7965
8052
|
"IngestIfNotExistTypedDict": ".outputazuredataexplorer",
|
|
7966
8053
|
"IngestionMode": ".outputazuredataexplorer",
|
|
7967
|
-
"MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7968
8054
|
"OutputAzureDataExplorer": ".outputazuredataexplorer",
|
|
7969
8055
|
"OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
|
|
7970
8056
|
"OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
|
|
7971
8057
|
"OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
|
|
7972
8058
|
"OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
|
|
7973
8059
|
"OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
|
|
8060
|
+
"OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
|
|
7974
8061
|
"OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
|
|
8062
|
+
"OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
|
|
7975
8063
|
"OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
|
|
8064
|
+
"OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
|
|
8065
|
+
"OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
|
|
8066
|
+
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7976
8067
|
"OutputAzureDataExplorerMode": ".outputazuredataexplorer",
|
|
8068
|
+
"OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
|
|
7977
8069
|
"OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
|
|
7978
8070
|
"OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
|
|
7979
8071
|
"OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
|
|
@@ -7989,10 +8081,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7989
8081
|
"ReportMethod": ".outputazuredataexplorer",
|
|
7990
8082
|
"OutputAzureEventhub": ".outputazureeventhub",
|
|
7991
8083
|
"OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
|
|
8084
|
+
"OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7992
8085
|
"OutputAzureEventhubAuthentication": ".outputazureeventhub",
|
|
7993
8086
|
"OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
|
|
7994
8087
|
"OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
|
|
8088
|
+
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7995
8089
|
"OutputAzureEventhubCompression": ".outputazureeventhub",
|
|
8090
|
+
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
|
|
7996
8091
|
"OutputAzureEventhubMode": ".outputazureeventhub",
|
|
7997
8092
|
"OutputAzureEventhubPqControls": ".outputazureeventhub",
|
|
7998
8093
|
"OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
|
|
@@ -8083,6 +8178,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8083
8178
|
"OutputConfluentCloudAuth": ".outputconfluentcloud",
|
|
8084
8179
|
"OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
|
|
8085
8180
|
"OutputConfluentCloudAuthentication": ".outputconfluentcloud",
|
|
8181
|
+
"OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
|
|
8086
8182
|
"OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
|
|
8087
8183
|
"OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
|
|
8088
8184
|
"OutputConfluentCloudCompression": ".outputconfluentcloud",
|
|
@@ -8095,12 +8191,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8095
8191
|
"OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
|
|
8096
8192
|
"OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
|
|
8097
8193
|
"OutputConfluentCloudMode": ".outputconfluentcloud",
|
|
8194
|
+
"OutputConfluentCloudOauthParam": ".outputconfluentcloud",
|
|
8195
|
+
"OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
|
|
8098
8196
|
"OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
|
|
8099
8197
|
"OutputConfluentCloudPqControls": ".outputconfluentcloud",
|
|
8100
8198
|
"OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
|
|
8101
8199
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8102
8200
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8103
8201
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8202
|
+
"OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
|
|
8203
|
+
"OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
|
|
8104
8204
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8105
8205
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8106
8206
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8385,6 +8485,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8385
8485
|
"OutputGoogleChronicleType": ".outputgooglechronicle",
|
|
8386
8486
|
"OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
|
|
8387
8487
|
"SendEventsAs": ".outputgooglechronicle",
|
|
8488
|
+
"UDMType": ".outputgooglechronicle",
|
|
8388
8489
|
"LogLabel": ".outputgooglecloudlogging",
|
|
8389
8490
|
"LogLabelTypedDict": ".outputgooglecloudlogging",
|
|
8390
8491
|
"LogLocationType": ".outputgooglecloudlogging",
|
|
@@ -8551,6 +8652,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8551
8652
|
"OutputKafkaAuth": ".outputkafka",
|
|
8552
8653
|
"OutputKafkaAuthTypedDict": ".outputkafka",
|
|
8553
8654
|
"OutputKafkaAuthentication": ".outputkafka",
|
|
8655
|
+
"OutputKafkaAuthenticationMethod": ".outputkafka",
|
|
8554
8656
|
"OutputKafkaAuthenticationTypedDict": ".outputkafka",
|
|
8555
8657
|
"OutputKafkaBackpressureBehavior": ".outputkafka",
|
|
8556
8658
|
"OutputKafkaCompression": ".outputkafka",
|
|
@@ -8563,12 +8665,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8563
8665
|
"OutputKafkaMaximumTLSVersion": ".outputkafka",
|
|
8564
8666
|
"OutputKafkaMinimumTLSVersion": ".outputkafka",
|
|
8565
8667
|
"OutputKafkaMode": ".outputkafka",
|
|
8668
|
+
"OutputKafkaOauthParam": ".outputkafka",
|
|
8669
|
+
"OutputKafkaOauthParamTypedDict": ".outputkafka",
|
|
8566
8670
|
"OutputKafkaPqCompressCompression": ".outputkafka",
|
|
8567
8671
|
"OutputKafkaPqControls": ".outputkafka",
|
|
8568
8672
|
"OutputKafkaPqControlsTypedDict": ".outputkafka",
|
|
8569
8673
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8570
8674
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8571
8675
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8676
|
+
"OutputKafkaSaslExtension": ".outputkafka",
|
|
8677
|
+
"OutputKafkaSaslExtensionTypedDict": ".outputkafka",
|
|
8572
8678
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8573
8679
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8574
8680
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8909,12 +9015,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8909
9015
|
"OutputSplunkHecExtraHTTPHeader": ".outputsplunkhec",
|
|
8910
9016
|
"OutputSplunkHecExtraHTTPHeaderTypedDict": ".outputsplunkhec",
|
|
8911
9017
|
"OutputSplunkHecFailedRequestLoggingMode": ".outputsplunkhec",
|
|
9018
|
+
"OutputSplunkHecMaximumTLSVersion": ".outputsplunkhec",
|
|
9019
|
+
"OutputSplunkHecMinimumTLSVersion": ".outputsplunkhec",
|
|
8912
9020
|
"OutputSplunkHecMode": ".outputsplunkhec",
|
|
8913
9021
|
"OutputSplunkHecPqControls": ".outputsplunkhec",
|
|
8914
9022
|
"OutputSplunkHecPqControlsTypedDict": ".outputsplunkhec",
|
|
8915
9023
|
"OutputSplunkHecQueueFullBehavior": ".outputsplunkhec",
|
|
8916
9024
|
"OutputSplunkHecResponseRetrySetting": ".outputsplunkhec",
|
|
8917
9025
|
"OutputSplunkHecResponseRetrySettingTypedDict": ".outputsplunkhec",
|
|
9026
|
+
"OutputSplunkHecTLSSettingsClientSide": ".outputsplunkhec",
|
|
9027
|
+
"OutputSplunkHecTLSSettingsClientSideTypedDict": ".outputsplunkhec",
|
|
8918
9028
|
"OutputSplunkHecTimeoutRetrySettings": ".outputsplunkhec",
|
|
8919
9029
|
"OutputSplunkHecTimeoutRetrySettingsTypedDict": ".outputsplunkhec",
|
|
8920
9030
|
"OutputSplunkHecType": ".outputsplunkhec",
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .cacheconnectionbackfillstatus import CacheConnectionBackfillStatus
|
|
5
5
|
from .lakehouseconnectiontype import LakehouseConnectionType
|
|
6
|
+
from cribl_control_plane import models
|
|
6
7
|
from cribl_control_plane.types import BaseModel
|
|
7
8
|
from cribl_control_plane.utils import validate_open_enum
|
|
8
9
|
import pydantic
|
|
10
|
+
from pydantic import field_serializer
|
|
9
11
|
from pydantic.functional_validators import PlainValidator
|
|
10
12
|
from typing import List, Optional
|
|
11
13
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -50,3 +52,21 @@ class CacheConnection(BaseModel):
|
|
|
50
52
|
migration_query_id: Annotated[
|
|
51
53
|
Optional[str], pydantic.Field(alias="migrationQueryId")
|
|
52
54
|
] = None
|
|
55
|
+
|
|
56
|
+
@field_serializer("backfill_status")
|
|
57
|
+
def serialize_backfill_status(self, value):
|
|
58
|
+
if isinstance(value, str):
|
|
59
|
+
try:
|
|
60
|
+
return models.CacheConnectionBackfillStatus(value)
|
|
61
|
+
except ValueError:
|
|
62
|
+
return value
|
|
63
|
+
return value
|
|
64
|
+
|
|
65
|
+
@field_serializer("lakehouse_connection_type")
|
|
66
|
+
def serialize_lakehouse_connection_type(self, value):
|
|
67
|
+
if isinstance(value, str):
|
|
68
|
+
try:
|
|
69
|
+
return models.LakehouseConnectionType(value)
|
|
70
|
+
except ValueError:
|
|
71
|
+
return value
|
|
72
|
+
return value
|
|
@@ -4,11 +4,12 @@ from __future__ import annotations
|
|
|
4
4
|
from .commit import Commit, CommitTypedDict
|
|
5
5
|
from .configgroupcloud import ConfigGroupCloud, ConfigGroupCloudTypedDict
|
|
6
6
|
from .configgrouplookups import ConfigGroupLookups, ConfigGroupLookupsTypedDict
|
|
7
|
-
from cribl_control_plane import utils
|
|
7
|
+
from cribl_control_plane import models, utils
|
|
8
8
|
from cribl_control_plane.types import BaseModel
|
|
9
9
|
from cribl_control_plane.utils import validate_open_enum
|
|
10
10
|
from enum import Enum
|
|
11
11
|
import pydantic
|
|
12
|
+
from pydantic import field_serializer
|
|
12
13
|
from pydantic.functional_validators import PlainValidator
|
|
13
14
|
from typing import List, Optional
|
|
14
15
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -150,3 +151,21 @@ class ConfigGroup(BaseModel):
|
|
|
150
151
|
worker_remote_access: Annotated[
|
|
151
152
|
Optional[bool], pydantic.Field(alias="workerRemoteAccess")
|
|
152
153
|
] = None
|
|
154
|
+
|
|
155
|
+
@field_serializer("estimated_ingest_rate")
|
|
156
|
+
def serialize_estimated_ingest_rate(self, value):
|
|
157
|
+
if isinstance(value, str):
|
|
158
|
+
try:
|
|
159
|
+
return models.ConfigGroupEstimatedIngestRate(value)
|
|
160
|
+
except ValueError:
|
|
161
|
+
return value
|
|
162
|
+
return value
|
|
163
|
+
|
|
164
|
+
@field_serializer("type")
|
|
165
|
+
def serialize_type(self, value):
|
|
166
|
+
if isinstance(value, str):
|
|
167
|
+
try:
|
|
168
|
+
return models.ConfigGroupType(value)
|
|
169
|
+
except ValueError:
|
|
170
|
+
return value
|
|
171
|
+
return value
|