cribl-control-plane 0.3.0b3__py3-none-any.whl → 0.3.0b5__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/models/__init__.py +111 -3
- 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 +11 -0
- 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/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.3.0b3.dist-info → cribl_control_plane-0.3.0b5.dist-info}/METADATA +1 -1
- {cribl_control_plane-0.3.0b3.dist-info → cribl_control_plane-0.3.0b5.dist-info}/RECORD +152 -152
- {cribl_control_plane-0.3.0b3.dist-info → cribl_control_plane-0.3.0b5.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.3.
|
|
7
|
-
__openapi_doc_version__: str = "4.15.0-alpha.
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.3.
|
|
6
|
+
__version__: str = "0.3.0b5"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1761865929483-3f85e35a"
|
|
8
|
+
__gen_version__: str = "2.731.9"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.3.0b5 2.731.9 4.15.0-alpha.1761865929483-3f85e35a cribl-control-plane"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -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,
|
|
@@ -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",
|
|
@@ -6244,6 +6315,7 @@ __all__ = [
|
|
|
6244
6315
|
"TimeRange",
|
|
6245
6316
|
"TimestampFormat",
|
|
6246
6317
|
"TimestampPrecision",
|
|
6318
|
+
"UDMType",
|
|
6247
6319
|
"UpdateConfigGroupByProductAndIDRequest",
|
|
6248
6320
|
"UpdateConfigGroupByProductAndIDRequestTypedDict",
|
|
6249
6321
|
"UpdateConfigGroupByProductAndIDResponse",
|
|
@@ -6665,6 +6737,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6665
6737
|
"InputConfluentCloudAuth": ".inputconfluentcloud",
|
|
6666
6738
|
"InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
|
|
6667
6739
|
"InputConfluentCloudAuthentication": ".inputconfluentcloud",
|
|
6740
|
+
"InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
|
|
6668
6741
|
"InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
|
|
6669
6742
|
"InputConfluentCloudCompression": ".inputconfluentcloud",
|
|
6670
6743
|
"InputConfluentCloudConnection": ".inputconfluentcloud",
|
|
@@ -6680,11 +6753,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6680
6753
|
"InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
|
|
6681
6754
|
"InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
|
|
6682
6755
|
"InputConfluentCloudMode": ".inputconfluentcloud",
|
|
6756
|
+
"InputConfluentCloudOauthParam": ".inputconfluentcloud",
|
|
6757
|
+
"InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
|
|
6683
6758
|
"InputConfluentCloudPq": ".inputconfluentcloud",
|
|
6684
6759
|
"InputConfluentCloudPqControls": ".inputconfluentcloud",
|
|
6685
6760
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6686
6761
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6687
6762
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6763
|
+
"InputConfluentCloudSaslExtension": ".inputconfluentcloud",
|
|
6764
|
+
"InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
|
|
6688
6765
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6689
6766
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6690
6767
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -6882,13 +6959,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6882
6959
|
"InputElasticType": ".inputelastic",
|
|
6883
6960
|
"InputElasticTypedDict": ".inputelastic",
|
|
6884
6961
|
"InputEventhub": ".inputeventhub",
|
|
6962
|
+
"InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6885
6963
|
"InputEventhubAuthentication": ".inputeventhub",
|
|
6886
6964
|
"InputEventhubAuthenticationTypedDict": ".inputeventhub",
|
|
6965
|
+
"InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
|
|
6887
6966
|
"InputEventhubCompression": ".inputeventhub",
|
|
6888
6967
|
"InputEventhubConnection": ".inputeventhub",
|
|
6889
6968
|
"InputEventhubConnectionTypedDict": ".inputeventhub",
|
|
6890
6969
|
"InputEventhubMetadatum": ".inputeventhub",
|
|
6891
6970
|
"InputEventhubMetadatumTypedDict": ".inputeventhub",
|
|
6971
|
+
"InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
|
|
6892
6972
|
"InputEventhubMode": ".inputeventhub",
|
|
6893
6973
|
"InputEventhubPq": ".inputeventhub",
|
|
6894
6974
|
"InputEventhubPqControls": ".inputeventhub",
|
|
@@ -7083,6 +7163,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7083
7163
|
"InputKafkaAuth": ".inputkafka",
|
|
7084
7164
|
"InputKafkaAuthTypedDict": ".inputkafka",
|
|
7085
7165
|
"InputKafkaAuthentication": ".inputkafka",
|
|
7166
|
+
"InputKafkaAuthenticationMethod": ".inputkafka",
|
|
7086
7167
|
"InputKafkaAuthenticationTypedDict": ".inputkafka",
|
|
7087
7168
|
"InputKafkaCompression": ".inputkafka",
|
|
7088
7169
|
"InputKafkaConnection": ".inputkafka",
|
|
@@ -7098,11 +7179,15 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7098
7179
|
"InputKafkaMetadatumTypedDict": ".inputkafka",
|
|
7099
7180
|
"InputKafkaMinimumTLSVersion": ".inputkafka",
|
|
7100
7181
|
"InputKafkaMode": ".inputkafka",
|
|
7182
|
+
"InputKafkaOauthParam": ".inputkafka",
|
|
7183
|
+
"InputKafkaOauthParamTypedDict": ".inputkafka",
|
|
7101
7184
|
"InputKafkaPq": ".inputkafka",
|
|
7102
7185
|
"InputKafkaPqControls": ".inputkafka",
|
|
7103
7186
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7104
7187
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7105
7188
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7189
|
+
"InputKafkaSaslExtension": ".inputkafka",
|
|
7190
|
+
"InputKafkaSaslExtensionTypedDict": ".inputkafka",
|
|
7106
7191
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7107
7192
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7108
7193
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7964,16 +8049,21 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7964
8049
|
"IngestIfNotExist": ".outputazuredataexplorer",
|
|
7965
8050
|
"IngestIfNotExistTypedDict": ".outputazuredataexplorer",
|
|
7966
8051
|
"IngestionMode": ".outputazuredataexplorer",
|
|
7967
|
-
"MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7968
8052
|
"OutputAzureDataExplorer": ".outputazuredataexplorer",
|
|
7969
8053
|
"OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
|
|
7970
8054
|
"OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
|
|
7971
8055
|
"OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
|
|
7972
8056
|
"OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
|
|
7973
8057
|
"OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
|
|
8058
|
+
"OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
|
|
7974
8059
|
"OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
|
|
8060
|
+
"OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
|
|
7975
8061
|
"OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
|
|
8062
|
+
"OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
|
|
8063
|
+
"OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
|
|
8064
|
+
"OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
|
|
7976
8065
|
"OutputAzureDataExplorerMode": ".outputazuredataexplorer",
|
|
8066
|
+
"OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
|
|
7977
8067
|
"OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
|
|
7978
8068
|
"OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
|
|
7979
8069
|
"OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
|
|
@@ -7989,10 +8079,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7989
8079
|
"ReportMethod": ".outputazuredataexplorer",
|
|
7990
8080
|
"OutputAzureEventhub": ".outputazureeventhub",
|
|
7991
8081
|
"OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
|
|
8082
|
+
"OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7992
8083
|
"OutputAzureEventhubAuthentication": ".outputazureeventhub",
|
|
7993
8084
|
"OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
|
|
7994
8085
|
"OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
|
|
8086
|
+
"OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
|
|
7995
8087
|
"OutputAzureEventhubCompression": ".outputazureeventhub",
|
|
8088
|
+
"OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
|
|
7996
8089
|
"OutputAzureEventhubMode": ".outputazureeventhub",
|
|
7997
8090
|
"OutputAzureEventhubPqControls": ".outputazureeventhub",
|
|
7998
8091
|
"OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
|
|
@@ -8083,6 +8176,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8083
8176
|
"OutputConfluentCloudAuth": ".outputconfluentcloud",
|
|
8084
8177
|
"OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
|
|
8085
8178
|
"OutputConfluentCloudAuthentication": ".outputconfluentcloud",
|
|
8179
|
+
"OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
|
|
8086
8180
|
"OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
|
|
8087
8181
|
"OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
|
|
8088
8182
|
"OutputConfluentCloudCompression": ".outputconfluentcloud",
|
|
@@ -8095,12 +8189,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8095
8189
|
"OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
|
|
8096
8190
|
"OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
|
|
8097
8191
|
"OutputConfluentCloudMode": ".outputconfluentcloud",
|
|
8192
|
+
"OutputConfluentCloudOauthParam": ".outputconfluentcloud",
|
|
8193
|
+
"OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
|
|
8098
8194
|
"OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
|
|
8099
8195
|
"OutputConfluentCloudPqControls": ".outputconfluentcloud",
|
|
8100
8196
|
"OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
|
|
8101
8197
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8102
8198
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8103
8199
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8200
|
+
"OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
|
|
8201
|
+
"OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
|
|
8104
8202
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8105
8203
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8106
8204
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8385,6 +8483,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8385
8483
|
"OutputGoogleChronicleType": ".outputgooglechronicle",
|
|
8386
8484
|
"OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
|
|
8387
8485
|
"SendEventsAs": ".outputgooglechronicle",
|
|
8486
|
+
"UDMType": ".outputgooglechronicle",
|
|
8388
8487
|
"LogLabel": ".outputgooglecloudlogging",
|
|
8389
8488
|
"LogLabelTypedDict": ".outputgooglecloudlogging",
|
|
8390
8489
|
"LogLocationType": ".outputgooglecloudlogging",
|
|
@@ -8551,6 +8650,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8551
8650
|
"OutputKafkaAuth": ".outputkafka",
|
|
8552
8651
|
"OutputKafkaAuthTypedDict": ".outputkafka",
|
|
8553
8652
|
"OutputKafkaAuthentication": ".outputkafka",
|
|
8653
|
+
"OutputKafkaAuthenticationMethod": ".outputkafka",
|
|
8554
8654
|
"OutputKafkaAuthenticationTypedDict": ".outputkafka",
|
|
8555
8655
|
"OutputKafkaBackpressureBehavior": ".outputkafka",
|
|
8556
8656
|
"OutputKafkaCompression": ".outputkafka",
|
|
@@ -8563,12 +8663,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8563
8663
|
"OutputKafkaMaximumTLSVersion": ".outputkafka",
|
|
8564
8664
|
"OutputKafkaMinimumTLSVersion": ".outputkafka",
|
|
8565
8665
|
"OutputKafkaMode": ".outputkafka",
|
|
8666
|
+
"OutputKafkaOauthParam": ".outputkafka",
|
|
8667
|
+
"OutputKafkaOauthParamTypedDict": ".outputkafka",
|
|
8566
8668
|
"OutputKafkaPqCompressCompression": ".outputkafka",
|
|
8567
8669
|
"OutputKafkaPqControls": ".outputkafka",
|
|
8568
8670
|
"OutputKafkaPqControlsTypedDict": ".outputkafka",
|
|
8569
8671
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8570
8672
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8571
8673
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8674
|
+
"OutputKafkaSaslExtension": ".outputkafka",
|
|
8675
|
+
"OutputKafkaSaslExtensionTypedDict": ".outputkafka",
|
|
8572
8676
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8573
8677
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8574
8678
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8909,12 +9013,16 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8909
9013
|
"OutputSplunkHecExtraHTTPHeader": ".outputsplunkhec",
|
|
8910
9014
|
"OutputSplunkHecExtraHTTPHeaderTypedDict": ".outputsplunkhec",
|
|
8911
9015
|
"OutputSplunkHecFailedRequestLoggingMode": ".outputsplunkhec",
|
|
9016
|
+
"OutputSplunkHecMaximumTLSVersion": ".outputsplunkhec",
|
|
9017
|
+
"OutputSplunkHecMinimumTLSVersion": ".outputsplunkhec",
|
|
8912
9018
|
"OutputSplunkHecMode": ".outputsplunkhec",
|
|
8913
9019
|
"OutputSplunkHecPqControls": ".outputsplunkhec",
|
|
8914
9020
|
"OutputSplunkHecPqControlsTypedDict": ".outputsplunkhec",
|
|
8915
9021
|
"OutputSplunkHecQueueFullBehavior": ".outputsplunkhec",
|
|
8916
9022
|
"OutputSplunkHecResponseRetrySetting": ".outputsplunkhec",
|
|
8917
9023
|
"OutputSplunkHecResponseRetrySettingTypedDict": ".outputsplunkhec",
|
|
9024
|
+
"OutputSplunkHecTLSSettingsClientSide": ".outputsplunkhec",
|
|
9025
|
+
"OutputSplunkHecTLSSettingsClientSideTypedDict": ".outputsplunkhec",
|
|
8918
9026
|
"OutputSplunkHecTimeoutRetrySettings": ".outputsplunkhec",
|
|
8919
9027
|
"OutputSplunkHecTimeoutRetrySettingsTypedDict": ".outputsplunkhec",
|
|
8920
9028
|
"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
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
from .cloudprovider import CloudProvider
|
|
5
|
+
from cribl_control_plane import models
|
|
5
6
|
from cribl_control_plane.types import BaseModel, Nullable, UNSET_SENTINEL
|
|
6
7
|
from cribl_control_plane.utils import validate_open_enum
|
|
7
|
-
from pydantic import model_serializer
|
|
8
|
+
from pydantic import field_serializer, model_serializer
|
|
8
9
|
from pydantic.functional_validators import PlainValidator
|
|
9
10
|
from typing_extensions import Annotated, TypedDict
|
|
10
11
|
|
|
@@ -21,6 +22,15 @@ class ConfigGroupCloud(BaseModel):
|
|
|
21
22
|
|
|
22
23
|
region: str
|
|
23
24
|
|
|
25
|
+
@field_serializer("provider")
|
|
26
|
+
def serialize_provider(self, value):
|
|
27
|
+
if isinstance(value, str):
|
|
28
|
+
try:
|
|
29
|
+
return Nullable[models.CloudProvider](value)
|
|
30
|
+
except ValueError:
|
|
31
|
+
return value
|
|
32
|
+
return value
|
|
33
|
+
|
|
24
34
|
@model_serializer(mode="wrap")
|
|
25
35
|
def serialize_model(self, handler):
|
|
26
36
|
optional_fields = []
|
|
@@ -4,6 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from .configgroup import ConfigGroup, ConfigGroupTypedDict
|
|
5
5
|
from .groupcreaterequest import GroupCreateRequest, GroupCreateRequestTypedDict
|
|
6
6
|
from .productscore import ProductsCore
|
|
7
|
+
from cribl_control_plane import models
|
|
7
8
|
from cribl_control_plane.types import BaseModel
|
|
8
9
|
from cribl_control_plane.utils import (
|
|
9
10
|
FieldMetadata,
|
|
@@ -11,6 +12,7 @@ from cribl_control_plane.utils import (
|
|
|
11
12
|
RequestMetadata,
|
|
12
13
|
validate_open_enum,
|
|
13
14
|
)
|
|
15
|
+
from pydantic import field_serializer
|
|
14
16
|
from pydantic.functional_validators import PlainValidator
|
|
15
17
|
from typing import List, Optional
|
|
16
18
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
@@ -36,6 +38,15 @@ class CreateConfigGroupByProductRequest(BaseModel):
|
|
|
36
38
|
]
|
|
37
39
|
r"""GroupCreateRequest object"""
|
|
38
40
|
|
|
41
|
+
@field_serializer("product")
|
|
42
|
+
def serialize_product(self, value):
|
|
43
|
+
if isinstance(value, str):
|
|
44
|
+
try:
|
|
45
|
+
return models.ProductsCore(value)
|
|
46
|
+
except ValueError:
|
|
47
|
+
return value
|
|
48
|
+
return value
|
|
49
|
+
|
|
39
50
|
|
|
40
51
|
class CreateConfigGroupByProductResponseTypedDict(TypedDict):
|
|
41
52
|
r"""a list of ConfigGroup objects"""
|