cribl-control-plane 0.2.1rc5__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.

Files changed (167) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/groups_sdk.py +0 -3
  3. cribl_control_plane/models/__init__.py +120 -150
  4. cribl_control_plane/models/cacheconnection.py +20 -0
  5. cribl_control_plane/models/configgroup.py +20 -1
  6. cribl_control_plane/models/configgroupcloud.py +11 -1
  7. cribl_control_plane/models/createconfiggroupbyproductop.py +11 -0
  8. cribl_control_plane/models/cribllakedataset.py +11 -1
  9. cribl_control_plane/models/cribllakedatasetupdate.py +11 -1
  10. cribl_control_plane/models/datasetmetadata.py +11 -1
  11. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +11 -0
  12. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +20 -0
  13. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +20 -0
  14. cribl_control_plane/models/getconfiggroupbyproductandidop.py +11 -0
  15. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +11 -0
  16. cribl_control_plane/models/getsummaryop.py +11 -0
  17. cribl_control_plane/models/groupcreaterequest.py +20 -1
  18. cribl_control_plane/models/hbcriblinfo.py +11 -1
  19. cribl_control_plane/models/healthserverstatus.py +20 -1
  20. cribl_control_plane/models/input.py +15 -15
  21. cribl_control_plane/models/inputappscope.py +76 -17
  22. cribl_control_plane/models/inputazureblob.py +29 -1
  23. cribl_control_plane/models/inputcollection.py +20 -1
  24. cribl_control_plane/models/inputconfluentcloud.py +188 -1
  25. cribl_control_plane/models/inputcribl.py +20 -1
  26. cribl_control_plane/models/inputcriblhttp.py +58 -17
  27. cribl_control_plane/models/inputcribllakehttp.py +58 -17
  28. cribl_control_plane/models/inputcriblmetrics.py +20 -1
  29. cribl_control_plane/models/inputcribltcp.py +58 -17
  30. cribl_control_plane/models/inputcrowdstrike.py +47 -1
  31. cribl_control_plane/models/inputdatadogagent.py +58 -17
  32. cribl_control_plane/models/inputdatagen.py +20 -1
  33. cribl_control_plane/models/inputedgeprometheus.py +138 -37
  34. cribl_control_plane/models/inputelastic.py +108 -27
  35. cribl_control_plane/models/inputeventhub.py +176 -1
  36. cribl_control_plane/models/inputexec.py +29 -1
  37. cribl_control_plane/models/inputfile.py +36 -3
  38. cribl_control_plane/models/inputfirehose.py +58 -17
  39. cribl_control_plane/models/inputgooglepubsub.py +29 -1
  40. cribl_control_plane/models/inputgrafana.py +149 -32
  41. cribl_control_plane/models/inputhttp.py +58 -17
  42. cribl_control_plane/models/inputhttpraw.py +58 -17
  43. cribl_control_plane/models/inputjournalfiles.py +20 -1
  44. cribl_control_plane/models/inputkafka.py +182 -1
  45. cribl_control_plane/models/inputkinesis.py +65 -1
  46. cribl_control_plane/models/inputkubeevents.py +20 -1
  47. cribl_control_plane/models/inputkubelogs.py +29 -1
  48. cribl_control_plane/models/inputkubemetrics.py +29 -1
  49. cribl_control_plane/models/inputloki.py +67 -17
  50. cribl_control_plane/models/inputmetrics.py +58 -17
  51. cribl_control_plane/models/inputmodeldriventelemetry.py +58 -17
  52. cribl_control_plane/models/inputmsk.py +74 -1
  53. cribl_control_plane/models/inputnetflow.py +20 -1
  54. cribl_control_plane/models/inputoffice365mgmt.py +56 -1
  55. cribl_control_plane/models/inputoffice365msgtrace.py +56 -1
  56. cribl_control_plane/models/inputoffice365service.py +56 -1
  57. cribl_control_plane/models/inputopentelemetry.py +84 -16
  58. cribl_control_plane/models/inputprometheus.py +131 -37
  59. cribl_control_plane/models/inputprometheusrw.py +67 -17
  60. cribl_control_plane/models/inputrawudp.py +20 -1
  61. cribl_control_plane/models/inputs3.py +38 -1
  62. cribl_control_plane/models/inputs3inventory.py +47 -1
  63. cribl_control_plane/models/inputsecuritylake.py +47 -1
  64. cribl_control_plane/models/inputsnmp.py +29 -1
  65. cribl_control_plane/models/inputsplunk.py +76 -17
  66. cribl_control_plane/models/inputsplunkhec.py +66 -16
  67. cribl_control_plane/models/inputsplunksearch.py +56 -1
  68. cribl_control_plane/models/inputsqs.py +47 -1
  69. cribl_control_plane/models/inputsyslog.py +113 -32
  70. cribl_control_plane/models/inputsystemmetrics.py +110 -9
  71. cribl_control_plane/models/inputsystemstate.py +29 -1
  72. cribl_control_plane/models/inputtcp.py +77 -17
  73. cribl_control_plane/models/inputtcpjson.py +67 -17
  74. cribl_control_plane/models/inputwef.py +65 -1
  75. cribl_control_plane/models/inputwindowsmetrics.py +101 -9
  76. cribl_control_plane/models/inputwineventlogs.py +52 -1
  77. cribl_control_plane/models/inputwiz.py +38 -1
  78. cribl_control_plane/models/inputwizwebhook.py +58 -17
  79. cribl_control_plane/models/inputzscalerhec.py +66 -16
  80. cribl_control_plane/models/jobstatus.py +34 -3
  81. cribl_control_plane/models/listconfiggroupbyproductop.py +11 -0
  82. cribl_control_plane/models/masterworkerentry.py +11 -1
  83. cribl_control_plane/models/nodeupgradestatus.py +38 -0
  84. cribl_control_plane/models/output.py +21 -21
  85. cribl_control_plane/models/outputazureblob.py +90 -1
  86. cribl_control_plane/models/outputazuredataexplorer.py +430 -93
  87. cribl_control_plane/models/outputazureeventhub.py +267 -22
  88. cribl_control_plane/models/outputazurelogs.py +105 -22
  89. cribl_control_plane/models/outputchronicle.py +105 -22
  90. cribl_control_plane/models/outputclickhouse.py +141 -22
  91. cribl_control_plane/models/outputcloudwatch.py +96 -22
  92. cribl_control_plane/models/outputconfluentcloud.py +290 -23
  93. cribl_control_plane/models/outputcriblhttp.py +123 -22
  94. cribl_control_plane/models/outputcribllake.py +76 -1
  95. cribl_control_plane/models/outputcribltcp.py +123 -22
  96. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +117 -23
  97. cribl_control_plane/models/outputdatabricks.py +72 -1
  98. cribl_control_plane/models/outputdatadog.py +132 -22
  99. cribl_control_plane/models/outputdataset.py +123 -22
  100. cribl_control_plane/models/outputdiskspool.py +11 -1
  101. cribl_control_plane/models/outputdls3.py +117 -1
  102. cribl_control_plane/models/outputdynatracehttp.py +141 -22
  103. cribl_control_plane/models/outputdynatraceotlp.py +141 -22
  104. cribl_control_plane/models/outputelastic.py +148 -22
  105. cribl_control_plane/models/outputelasticcloud.py +130 -22
  106. cribl_control_plane/models/outputexabeam.py +47 -1
  107. cribl_control_plane/models/outputfilesystem.py +72 -1
  108. cribl_control_plane/models/outputgooglechronicle.py +148 -23
  109. cribl_control_plane/models/outputgooglecloudlogging.py +115 -23
  110. cribl_control_plane/models/outputgooglecloudstorage.py +108 -1
  111. cribl_control_plane/models/outputgooglepubsub.py +96 -22
  112. cribl_control_plane/models/outputgrafanacloud.py +244 -43
  113. cribl_control_plane/models/outputgraphite.py +96 -22
  114. cribl_control_plane/models/outputhoneycomb.py +105 -22
  115. cribl_control_plane/models/outputhumiohec.py +114 -22
  116. cribl_control_plane/models/outputinfluxdb.py +114 -22
  117. cribl_control_plane/models/outputkafka.py +281 -20
  118. cribl_control_plane/models/outputkinesis.py +121 -22
  119. cribl_control_plane/models/outputloki.py +112 -20
  120. cribl_control_plane/models/outputminio.py +117 -1
  121. cribl_control_plane/models/outputmsk.py +173 -20
  122. cribl_control_plane/models/outputnewrelic.py +123 -22
  123. cribl_control_plane/models/outputnewrelicevents.py +115 -23
  124. cribl_control_plane/models/outputopentelemetry.py +159 -22
  125. cribl_control_plane/models/outputprometheus.py +105 -22
  126. cribl_control_plane/models/outputring.py +29 -1
  127. cribl_control_plane/models/outputs3.py +117 -1
  128. cribl_control_plane/models/outputsecuritylake.py +85 -1
  129. cribl_control_plane/models/outputsentinel.py +123 -22
  130. cribl_control_plane/models/outputsentineloneaisiem.py +124 -23
  131. cribl_control_plane/models/outputservicenow.py +150 -22
  132. cribl_control_plane/models/outputsignalfx.py +105 -22
  133. cribl_control_plane/models/outputsns.py +103 -20
  134. cribl_control_plane/models/outputsplunk.py +141 -22
  135. cribl_control_plane/models/outputsplunkhec.py +198 -22
  136. cribl_control_plane/models/outputsplunklb.py +170 -22
  137. cribl_control_plane/models/outputsqs.py +112 -20
  138. cribl_control_plane/models/outputstatsd.py +96 -22
  139. cribl_control_plane/models/outputstatsdext.py +96 -22
  140. cribl_control_plane/models/outputsumologic.py +105 -22
  141. cribl_control_plane/models/outputsyslog.py +238 -99
  142. cribl_control_plane/models/outputtcpjson.py +132 -22
  143. cribl_control_plane/models/outputwavefront.py +105 -22
  144. cribl_control_plane/models/outputwebhook.py +141 -22
  145. cribl_control_plane/models/outputxsiam.py +103 -20
  146. cribl_control_plane/models/pipeline.py +4 -4
  147. cribl_control_plane/models/resourcepolicy.py +11 -0
  148. cribl_control_plane/models/runnablejobcollection.py +68 -9
  149. cribl_control_plane/models/runnablejobexecutor.py +32 -9
  150. cribl_control_plane/models/runnablejobscheduledsearch.py +23 -9
  151. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +11 -0
  152. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +11 -0
  153. cribl_control_plane/pipelines.py +8 -8
  154. {cribl_control_plane-0.2.1rc5.dist-info → cribl_control_plane-0.2.1rc7.dist-info}/METADATA +2 -11
  155. {cribl_control_plane-0.2.1rc5.dist-info → cribl_control_plane-0.2.1rc7.dist-info}/RECORD +156 -167
  156. cribl_control_plane/mappings.py +0 -1185
  157. cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +0 -52
  158. cribl_control_plane/models/createadminproductsmappingsbyproductop.py +0 -53
  159. cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py +0 -51
  160. cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py +0 -51
  161. cribl_control_plane/models/getadminproductsmappingsbyproductop.py +0 -44
  162. cribl_control_plane/models/mappingruleset.py +0 -53
  163. cribl_control_plane/models/mappingrulesetevalmappingfunction.py +0 -71
  164. cribl_control_plane/models/mappingrulesetgenericmappingfunction.py +0 -29
  165. cribl_control_plane/models/rulesetid.py +0 -13
  166. cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py +0 -63
  167. {cribl_control_plane-0.2.1rc5.dist-info → cribl_control_plane-0.2.1rc7.dist-info}/WHEEL +0 -0
@@ -33,18 +33,6 @@ if TYPE_CHECKING:
33
33
  ConfigGroupLookupsLookupTypedDict,
34
34
  ConfigGroupLookupsTypedDict,
35
35
  )
36
- from .createadminproductsmappingsactivatebyproductop import (
37
- CreateAdminProductsMappingsActivateByProductRequest,
38
- CreateAdminProductsMappingsActivateByProductRequestTypedDict,
39
- CreateAdminProductsMappingsActivateByProductResponse,
40
- CreateAdminProductsMappingsActivateByProductResponseTypedDict,
41
- )
42
- from .createadminproductsmappingsbyproductop import (
43
- CreateAdminProductsMappingsByProductRequest,
44
- CreateAdminProductsMappingsByProductRequestTypedDict,
45
- CreateAdminProductsMappingsByProductResponse,
46
- CreateAdminProductsMappingsByProductResponseTypedDict,
47
- )
48
36
  from .createconfiggroupbyproductop import (
49
37
  CreateConfigGroupByProductRequest,
50
38
  CreateConfigGroupByProductRequestTypedDict,
@@ -121,12 +109,6 @@ if TYPE_CHECKING:
121
109
  DatasetMetadataRunInfo,
122
110
  DatasetMetadataRunInfoTypedDict,
123
111
  )
124
- from .deleteadminproductsmappingsbyproductandidop import (
125
- DeleteAdminProductsMappingsByProductAndIDRequest,
126
- DeleteAdminProductsMappingsByProductAndIDRequestTypedDict,
127
- DeleteAdminProductsMappingsByProductAndIDResponse,
128
- DeleteAdminProductsMappingsByProductAndIDResponseTypedDict,
129
- )
130
112
  from .deleteconfiggroupbyproductandidop import (
131
113
  DeleteConfigGroupByProductAndIDRequest,
132
114
  DeleteConfigGroupByProductAndIDRequestTypedDict,
@@ -202,18 +184,6 @@ if TYPE_CHECKING:
202
184
  DistributedSummaryWorkers,
203
185
  DistributedSummaryWorkersTypedDict,
204
186
  )
205
- from .getadminproductsmappingsbyproductandidop import (
206
- GetAdminProductsMappingsByProductAndIDRequest,
207
- GetAdminProductsMappingsByProductAndIDRequestTypedDict,
208
- GetAdminProductsMappingsByProductAndIDResponse,
209
- GetAdminProductsMappingsByProductAndIDResponseTypedDict,
210
- )
211
- from .getadminproductsmappingsbyproductop import (
212
- GetAdminProductsMappingsByProductRequest,
213
- GetAdminProductsMappingsByProductRequestTypedDict,
214
- GetAdminProductsMappingsByProductResponse,
215
- GetAdminProductsMappingsByProductResponseTypedDict,
216
- )
217
187
  from .getconfiggroupaclbyproductandidop import (
218
188
  GetConfigGroupACLByProductAndIDRequest,
219
189
  GetConfigGroupACLByProductAndIDRequestTypedDict,
@@ -495,6 +465,7 @@ if TYPE_CHECKING:
495
465
  InputConfluentCloudAuth,
496
466
  InputConfluentCloudAuthTypedDict,
497
467
  InputConfluentCloudAuthentication,
468
+ InputConfluentCloudAuthenticationMethod,
498
469
  InputConfluentCloudAuthenticationTypedDict,
499
470
  InputConfluentCloudCompression,
500
471
  InputConfluentCloudConnection,
@@ -510,11 +481,15 @@ if TYPE_CHECKING:
510
481
  InputConfluentCloudMetadatumTypedDict,
511
482
  InputConfluentCloudMinimumTLSVersion,
512
483
  InputConfluentCloudMode,
484
+ InputConfluentCloudOauthParam,
485
+ InputConfluentCloudOauthParamTypedDict,
513
486
  InputConfluentCloudPq,
514
487
  InputConfluentCloudPqControls,
515
488
  InputConfluentCloudPqControlsTypedDict,
516
489
  InputConfluentCloudPqTypedDict,
517
490
  InputConfluentCloudSASLMechanism,
491
+ InputConfluentCloudSaslExtension,
492
+ InputConfluentCloudSaslExtensionTypedDict,
518
493
  InputConfluentCloudTLSSettingsClientSide,
519
494
  InputConfluentCloudTLSSettingsClientSideTypedDict,
520
495
  InputConfluentCloudType,
@@ -734,13 +709,16 @@ if TYPE_CHECKING:
734
709
  )
735
710
  from .inputeventhub import (
736
711
  InputEventhub,
712
+ InputEventhubAuthTypeAuthenticationMethod,
737
713
  InputEventhubAuthentication,
738
714
  InputEventhubAuthenticationTypedDict,
715
+ InputEventhubClientSecretAuthTypeAuthenticationMethod,
739
716
  InputEventhubCompression,
740
717
  InputEventhubConnection,
741
718
  InputEventhubConnectionTypedDict,
742
719
  InputEventhubMetadatum,
743
720
  InputEventhubMetadatumTypedDict,
721
+ InputEventhubMicrosoftEntraIDAuthenticationEndpoint,
744
722
  InputEventhubMode,
745
723
  InputEventhubPq,
746
724
  InputEventhubPqControls,
@@ -953,6 +931,7 @@ if TYPE_CHECKING:
953
931
  InputKafkaAuth,
954
932
  InputKafkaAuthTypedDict,
955
933
  InputKafkaAuthentication,
934
+ InputKafkaAuthenticationMethod,
956
935
  InputKafkaAuthenticationTypedDict,
957
936
  InputKafkaCompression,
958
937
  InputKafkaConnection,
@@ -968,11 +947,15 @@ if TYPE_CHECKING:
968
947
  InputKafkaMetadatumTypedDict,
969
948
  InputKafkaMinimumTLSVersion,
970
949
  InputKafkaMode,
950
+ InputKafkaOauthParam,
951
+ InputKafkaOauthParamTypedDict,
971
952
  InputKafkaPq,
972
953
  InputKafkaPqControls,
973
954
  InputKafkaPqControlsTypedDict,
974
955
  InputKafkaPqTypedDict,
975
956
  InputKafkaSASLMechanism,
957
+ InputKafkaSaslExtension,
958
+ InputKafkaSaslExtensionTypedDict,
976
959
  InputKafkaTLSSettingsClientSide,
977
960
  InputKafkaTLSSettingsClientSideTypedDict,
978
961
  InputKafkaType,
@@ -1821,7 +1804,7 @@ if TYPE_CHECKING:
1821
1804
  InputZscalerHecTypedDict,
1822
1805
  )
1823
1806
  from .jobinfo import JobInfo, JobInfoTypedDict
1824
- from .jobstatus import JobStatus, JobStatusTypedDict
1807
+ from .jobstatus import JobStatus, JobStatusTypedDict, State
1825
1808
  from .lakedatasetsearchconfig import (
1826
1809
  LakeDatasetSearchConfig,
1827
1810
  LakeDatasetSearchConfigTypedDict,
@@ -1845,27 +1828,6 @@ if TYPE_CHECKING:
1845
1828
  from .listroutesop import ListRoutesResponse, ListRoutesResponseTypedDict
1846
1829
  from .logininfo import LoginInfo, LoginInfoTypedDict
1847
1830
  from .lookupversions import LookupVersions, LookupVersionsTypedDict
1848
- from .mappingruleset import (
1849
- Function,
1850
- FunctionTypedDict,
1851
- MappingRuleset,
1852
- MappingRulesetConf,
1853
- MappingRulesetConfTypedDict,
1854
- MappingRulesetTypedDict,
1855
- )
1856
- from .mappingrulesetevalmappingfunction import (
1857
- Add,
1858
- AddTypedDict,
1859
- ID,
1860
- MappingRulesetEvalMappingFunction,
1861
- MappingRulesetEvalMappingFunctionConf,
1862
- MappingRulesetEvalMappingFunctionConfTypedDict,
1863
- MappingRulesetEvalMappingFunctionTypedDict,
1864
- )
1865
- from .mappingrulesetgenericmappingfunction import (
1866
- MappingRulesetGenericMappingFunction,
1867
- MappingRulesetGenericMappingFunctionTypedDict,
1868
- )
1869
1831
  from .masterworkerentry import (
1870
1832
  LastMetrics,
1871
1833
  LastMetricsTypedDict,
@@ -1928,16 +1890,21 @@ if TYPE_CHECKING:
1928
1890
  IngestIfNotExist,
1929
1891
  IngestIfNotExistTypedDict,
1930
1892
  IngestionMode,
1931
- MicrosoftEntraIDAuthenticationEndpoint,
1932
1893
  OutputAzureDataExplorer,
1933
1894
  OutputAzureDataExplorerAuthenticationMethod,
1934
1895
  OutputAzureDataExplorerBackpressureBehavior,
1935
1896
  OutputAzureDataExplorerCertificate,
1936
1897
  OutputAzureDataExplorerCertificateTypedDict,
1937
1898
  OutputAzureDataExplorerCompressCompression,
1899
+ OutputAzureDataExplorerCompressionLevel,
1938
1900
  OutputAzureDataExplorerDataFormat,
1901
+ OutputAzureDataExplorerDataPageVersion,
1939
1902
  OutputAzureDataExplorerDiskSpaceProtection,
1903
+ OutputAzureDataExplorerKeyValueMetadatum,
1904
+ OutputAzureDataExplorerKeyValueMetadatumTypedDict,
1905
+ OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint,
1940
1906
  OutputAzureDataExplorerMode,
1907
+ OutputAzureDataExplorerParquetVersion,
1941
1908
  OutputAzureDataExplorerPqCompressCompression,
1942
1909
  OutputAzureDataExplorerPqControls,
1943
1910
  OutputAzureDataExplorerPqControlsTypedDict,
@@ -1955,10 +1922,13 @@ if TYPE_CHECKING:
1955
1922
  from .outputazureeventhub import (
1956
1923
  OutputAzureEventhub,
1957
1924
  OutputAzureEventhubAcknowledgments,
1925
+ OutputAzureEventhubAuthTypeAuthenticationMethod,
1958
1926
  OutputAzureEventhubAuthentication,
1959
1927
  OutputAzureEventhubAuthenticationTypedDict,
1960
1928
  OutputAzureEventhubBackpressureBehavior,
1929
+ OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod,
1961
1930
  OutputAzureEventhubCompression,
1931
+ OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint,
1962
1932
  OutputAzureEventhubMode,
1963
1933
  OutputAzureEventhubPqControls,
1964
1934
  OutputAzureEventhubPqControlsTypedDict,
@@ -2059,6 +2029,7 @@ if TYPE_CHECKING:
2059
2029
  OutputConfluentCloudAuth,
2060
2030
  OutputConfluentCloudAuthTypedDict,
2061
2031
  OutputConfluentCloudAuthentication,
2032
+ OutputConfluentCloudAuthenticationMethod,
2062
2033
  OutputConfluentCloudAuthenticationTypedDict,
2063
2034
  OutputConfluentCloudBackpressureBehavior,
2064
2035
  OutputConfluentCloudCompression,
@@ -2071,12 +2042,16 @@ if TYPE_CHECKING:
2071
2042
  OutputConfluentCloudMaximumTLSVersion,
2072
2043
  OutputConfluentCloudMinimumTLSVersion,
2073
2044
  OutputConfluentCloudMode,
2045
+ OutputConfluentCloudOauthParam,
2046
+ OutputConfluentCloudOauthParamTypedDict,
2074
2047
  OutputConfluentCloudPqCompressCompression,
2075
2048
  OutputConfluentCloudPqControls,
2076
2049
  OutputConfluentCloudPqControlsTypedDict,
2077
2050
  OutputConfluentCloudQueueFullBehavior,
2078
2051
  OutputConfluentCloudRecordDataFormat,
2079
2052
  OutputConfluentCloudSASLMechanism,
2053
+ OutputConfluentCloudSaslExtension,
2054
+ OutputConfluentCloudSaslExtensionTypedDict,
2080
2055
  OutputConfluentCloudTLSSettingsClientSide,
2081
2056
  OutputConfluentCloudTLSSettingsClientSideTypedDict,
2082
2057
  OutputConfluentCloudType,
@@ -2389,6 +2364,7 @@ if TYPE_CHECKING:
2389
2364
  OutputGoogleChronicleType,
2390
2365
  OutputGoogleChronicleTypedDict,
2391
2366
  SendEventsAs,
2367
+ UDMType,
2392
2368
  )
2393
2369
  from .outputgooglecloudlogging import (
2394
2370
  LogLabel,
@@ -2573,6 +2549,7 @@ if TYPE_CHECKING:
2573
2549
  OutputKafkaAuth,
2574
2550
  OutputKafkaAuthTypedDict,
2575
2551
  OutputKafkaAuthentication,
2552
+ OutputKafkaAuthenticationMethod,
2576
2553
  OutputKafkaAuthenticationTypedDict,
2577
2554
  OutputKafkaBackpressureBehavior,
2578
2555
  OutputKafkaCompression,
@@ -2585,12 +2562,16 @@ if TYPE_CHECKING:
2585
2562
  OutputKafkaMaximumTLSVersion,
2586
2563
  OutputKafkaMinimumTLSVersion,
2587
2564
  OutputKafkaMode,
2565
+ OutputKafkaOauthParam,
2566
+ OutputKafkaOauthParamTypedDict,
2588
2567
  OutputKafkaPqCompressCompression,
2589
2568
  OutputKafkaPqControls,
2590
2569
  OutputKafkaPqControlsTypedDict,
2591
2570
  OutputKafkaQueueFullBehavior,
2592
2571
  OutputKafkaRecordDataFormat,
2593
2572
  OutputKafkaSASLMechanism,
2573
+ OutputKafkaSaslExtension,
2574
+ OutputKafkaSaslExtensionTypedDict,
2594
2575
  OutputKafkaTLSSettingsClientSide,
2595
2576
  OutputKafkaTLSSettingsClientSideTypedDict,
2596
2577
  OutputKafkaType,
@@ -2975,12 +2956,16 @@ if TYPE_CHECKING:
2975
2956
  OutputSplunkHecExtraHTTPHeader,
2976
2957
  OutputSplunkHecExtraHTTPHeaderTypedDict,
2977
2958
  OutputSplunkHecFailedRequestLoggingMode,
2959
+ OutputSplunkHecMaximumTLSVersion,
2960
+ OutputSplunkHecMinimumTLSVersion,
2978
2961
  OutputSplunkHecMode,
2979
2962
  OutputSplunkHecPqControls,
2980
2963
  OutputSplunkHecPqControlsTypedDict,
2981
2964
  OutputSplunkHecQueueFullBehavior,
2982
2965
  OutputSplunkHecResponseRetrySetting,
2983
2966
  OutputSplunkHecResponseRetrySettingTypedDict,
2967
+ OutputSplunkHecTLSSettingsClientSide,
2968
+ OutputSplunkHecTLSSettingsClientSideTypedDict,
2984
2969
  OutputSplunkHecTimeoutRetrySettings,
2985
2970
  OutputSplunkHecTimeoutRetrySettingsTypedDict,
2986
2971
  OutputSplunkHecType,
@@ -3215,9 +3200,9 @@ if TYPE_CHECKING:
3215
3200
  )
3216
3201
  from .packupgraderequest import PackUpgradeRequest, PackUpgradeRequestTypedDict
3217
3202
  from .pipeline import (
3203
+ Conf,
3204
+ ConfTypedDict,
3218
3205
  Pipeline,
3219
- PipelineConf,
3220
- PipelineConfTypedDict,
3221
3206
  PipelineGroups,
3222
3207
  PipelineGroupsTypedDict,
3223
3208
  PipelineTypedDict,
@@ -3241,7 +3226,6 @@ if TYPE_CHECKING:
3241
3226
  RoutesTypedDict,
3242
3227
  )
3243
3228
  from .routesroute import RoutesRoute, RoutesRouteTypedDict
3244
- from .rulesetid import RulesetID, RulesetIDTypedDict
3245
3229
  from .runnablejob import RunnableJob, RunnableJobTypedDict
3246
3230
  from .runnablejobcollection import (
3247
3231
  CaptureSettings,
@@ -3316,12 +3300,6 @@ if TYPE_CHECKING:
3316
3300
  TeamAccessControlList,
3317
3301
  TeamAccessControlListTypedDict,
3318
3302
  )
3319
- from .updateadminproductsmappingsbyproductandidop import (
3320
- UpdateAdminProductsMappingsByProductAndIDRequest,
3321
- UpdateAdminProductsMappingsByProductAndIDRequestTypedDict,
3322
- UpdateAdminProductsMappingsByProductAndIDResponse,
3323
- UpdateAdminProductsMappingsByProductAndIDResponseTypedDict,
3324
- )
3325
3303
  from .updateconfiggroupbyproductandidop import (
3326
3304
  UpdateConfigGroupByProductAndIDRequest,
3327
3305
  UpdateConfigGroupByProductAndIDRequestTypedDict,
@@ -3392,12 +3370,10 @@ if TYPE_CHECKING:
3392
3370
 
3393
3371
  __all__ = [
3394
3372
  "AISIEMEndpointPath",
3395
- "Add",
3396
3373
  "AddHecTokenRequest",
3397
3374
  "AddHecTokenRequestMetadatum",
3398
3375
  "AddHecTokenRequestMetadatumTypedDict",
3399
3376
  "AddHecTokenRequestTypedDict",
3400
- "AddTypedDict",
3401
3377
  "AdditionalProperty",
3402
3378
  "AdditionalPropertyTypedDict",
3403
3379
  "Allow",
@@ -3438,6 +3414,8 @@ __all__ = [
3438
3414
  "CommentTypedDict",
3439
3415
  "Commit",
3440
3416
  "CommitTypedDict",
3417
+ "Conf",
3418
+ "ConfTypedDict",
3441
3419
  "Config",
3442
3420
  "ConfigGroup",
3443
3421
  "ConfigGroupCloud",
@@ -3455,14 +3433,6 @@ __all__ = [
3455
3433
  "Container",
3456
3434
  "ContainerMode",
3457
3435
  "ContainerTypedDict",
3458
- "CreateAdminProductsMappingsActivateByProductRequest",
3459
- "CreateAdminProductsMappingsActivateByProductRequestTypedDict",
3460
- "CreateAdminProductsMappingsActivateByProductResponse",
3461
- "CreateAdminProductsMappingsActivateByProductResponseTypedDict",
3462
- "CreateAdminProductsMappingsByProductRequest",
3463
- "CreateAdminProductsMappingsByProductRequestTypedDict",
3464
- "CreateAdminProductsMappingsByProductResponse",
3465
- "CreateAdminProductsMappingsByProductResponseTypedDict",
3466
3436
  "CreateConfigGroupByProductRequest",
3467
3437
  "CreateConfigGroupByProductRequestTypedDict",
3468
3438
  "CreateConfigGroupByProductResponse",
@@ -3523,10 +3493,6 @@ __all__ = [
3523
3493
  "DatasetMetadataRunInfo",
3524
3494
  "DatasetMetadataRunInfoTypedDict",
3525
3495
  "DatasetMetadataTypedDict",
3526
- "DeleteAdminProductsMappingsByProductAndIDRequest",
3527
- "DeleteAdminProductsMappingsByProductAndIDRequestTypedDict",
3528
- "DeleteAdminProductsMappingsByProductAndIDResponse",
3529
- "DeleteAdminProductsMappingsByProductAndIDResponseTypedDict",
3530
3496
  "DeleteConfigGroupByProductAndIDRequest",
3531
3497
  "DeleteConfigGroupByProductAndIDRequestTypedDict",
3532
3498
  "DeleteConfigGroupByProductAndIDResponse",
@@ -3597,18 +3563,8 @@ __all__ = [
3597
3563
  "FileTypedDict",
3598
3564
  "Firewall",
3599
3565
  "FirewallTypedDict",
3600
- "Function",
3601
3566
  "FunctionSpecificConfigs",
3602
3567
  "FunctionSpecificConfigsTypedDict",
3603
- "FunctionTypedDict",
3604
- "GetAdminProductsMappingsByProductAndIDRequest",
3605
- "GetAdminProductsMappingsByProductAndIDRequestTypedDict",
3606
- "GetAdminProductsMappingsByProductAndIDResponse",
3607
- "GetAdminProductsMappingsByProductAndIDResponseTypedDict",
3608
- "GetAdminProductsMappingsByProductRequest",
3609
- "GetAdminProductsMappingsByProductRequestTypedDict",
3610
- "GetAdminProductsMappingsByProductResponse",
3611
- "GetAdminProductsMappingsByProductResponseTypedDict",
3612
3568
  "GetConfigGroupACLByProductAndIDRequest",
3613
3569
  "GetConfigGroupACLByProductAndIDRequestTypedDict",
3614
3570
  "GetConfigGroupACLByProductAndIDResponse",
@@ -3759,7 +3715,6 @@ __all__ = [
3759
3715
  "HostInfoTypedDict",
3760
3716
  "HostsFile",
3761
3717
  "HostsFileTypedDict",
3762
- "ID",
3763
3718
  "IndexerDiscoveryConfigs",
3764
3719
  "IndexerDiscoveryConfigsAuthTokenAuthenticationMethod",
3765
3720
  "IndexerDiscoveryConfigsAuthenticationMethod",
@@ -3826,6 +3781,7 @@ __all__ = [
3826
3781
  "InputConfluentCloudAuth",
3827
3782
  "InputConfluentCloudAuthTypedDict",
3828
3783
  "InputConfluentCloudAuthentication",
3784
+ "InputConfluentCloudAuthenticationMethod",
3829
3785
  "InputConfluentCloudAuthenticationTypedDict",
3830
3786
  "InputConfluentCloudCompression",
3831
3787
  "InputConfluentCloudConnection",
@@ -3841,11 +3797,15 @@ __all__ = [
3841
3797
  "InputConfluentCloudMetadatumTypedDict",
3842
3798
  "InputConfluentCloudMinimumTLSVersion",
3843
3799
  "InputConfluentCloudMode",
3800
+ "InputConfluentCloudOauthParam",
3801
+ "InputConfluentCloudOauthParamTypedDict",
3844
3802
  "InputConfluentCloudPq",
3845
3803
  "InputConfluentCloudPqControls",
3846
3804
  "InputConfluentCloudPqControlsTypedDict",
3847
3805
  "InputConfluentCloudPqTypedDict",
3848
3806
  "InputConfluentCloudSASLMechanism",
3807
+ "InputConfluentCloudSaslExtension",
3808
+ "InputConfluentCloudSaslExtensionTypedDict",
3849
3809
  "InputConfluentCloudTLSSettingsClientSide",
3850
3810
  "InputConfluentCloudTLSSettingsClientSideTypedDict",
3851
3811
  "InputConfluentCloudType",
@@ -4031,13 +3991,16 @@ __all__ = [
4031
3991
  "InputElasticType",
4032
3992
  "InputElasticTypedDict",
4033
3993
  "InputEventhub",
3994
+ "InputEventhubAuthTypeAuthenticationMethod",
4034
3995
  "InputEventhubAuthentication",
4035
3996
  "InputEventhubAuthenticationTypedDict",
3997
+ "InputEventhubClientSecretAuthTypeAuthenticationMethod",
4036
3998
  "InputEventhubCompression",
4037
3999
  "InputEventhubConnection",
4038
4000
  "InputEventhubConnectionTypedDict",
4039
4001
  "InputEventhubMetadatum",
4040
4002
  "InputEventhubMetadatumTypedDict",
4003
+ "InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
4041
4004
  "InputEventhubMode",
4042
4005
  "InputEventhubPq",
4043
4006
  "InputEventhubPqControls",
@@ -4215,6 +4178,7 @@ __all__ = [
4215
4178
  "InputKafkaAuth",
4216
4179
  "InputKafkaAuthTypedDict",
4217
4180
  "InputKafkaAuthentication",
4181
+ "InputKafkaAuthenticationMethod",
4218
4182
  "InputKafkaAuthenticationTypedDict",
4219
4183
  "InputKafkaCompression",
4220
4184
  "InputKafkaConnection",
@@ -4230,11 +4194,15 @@ __all__ = [
4230
4194
  "InputKafkaMetadatumTypedDict",
4231
4195
  "InputKafkaMinimumTLSVersion",
4232
4196
  "InputKafkaMode",
4197
+ "InputKafkaOauthParam",
4198
+ "InputKafkaOauthParamTypedDict",
4233
4199
  "InputKafkaPq",
4234
4200
  "InputKafkaPqControls",
4235
4201
  "InputKafkaPqControlsTypedDict",
4236
4202
  "InputKafkaPqTypedDict",
4237
4203
  "InputKafkaSASLMechanism",
4204
+ "InputKafkaSaslExtension",
4205
+ "InputKafkaSaslExtensionTypedDict",
4238
4206
  "InputKafkaTLSSettingsClientSide",
4239
4207
  "InputKafkaTLSSettingsClientSideTypedDict",
4240
4208
  "InputKafkaType",
@@ -5020,16 +4988,6 @@ __all__ = [
5020
4988
  "LookupVersionsTypedDict",
5021
4989
  "MTLSSettings",
5022
4990
  "MTLSSettingsTypedDict",
5023
- "MappingRuleset",
5024
- "MappingRulesetConf",
5025
- "MappingRulesetConfTypedDict",
5026
- "MappingRulesetEvalMappingFunction",
5027
- "MappingRulesetEvalMappingFunctionConf",
5028
- "MappingRulesetEvalMappingFunctionConfTypedDict",
5029
- "MappingRulesetEvalMappingFunctionTypedDict",
5030
- "MappingRulesetGenericMappingFunction",
5031
- "MappingRulesetGenericMappingFunctionTypedDict",
5032
- "MappingRulesetTypedDict",
5033
4991
  "MappingType",
5034
4992
  "MasterWorkerEntry",
5035
4993
  "MasterWorkerEntryType",
@@ -5037,7 +4995,6 @@ __all__ = [
5037
4995
  "MasterWorkerEntryWorkers",
5038
4996
  "MasterWorkerEntryWorkersTypedDict",
5039
4997
  "MetricsProtocol",
5040
- "MicrosoftEntraIDAuthenticationEndpoint",
5041
4998
  "NodeActiveUpgradeStatus",
5042
4999
  "NodeFailedUpgradeStatus",
5043
5000
  "NodeProvidedInfo",
@@ -5088,9 +5045,15 @@ __all__ = [
5088
5045
  "OutputAzureDataExplorerCertificate",
5089
5046
  "OutputAzureDataExplorerCertificateTypedDict",
5090
5047
  "OutputAzureDataExplorerCompressCompression",
5048
+ "OutputAzureDataExplorerCompressionLevel",
5091
5049
  "OutputAzureDataExplorerDataFormat",
5050
+ "OutputAzureDataExplorerDataPageVersion",
5092
5051
  "OutputAzureDataExplorerDiskSpaceProtection",
5052
+ "OutputAzureDataExplorerKeyValueMetadatum",
5053
+ "OutputAzureDataExplorerKeyValueMetadatumTypedDict",
5054
+ "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
5093
5055
  "OutputAzureDataExplorerMode",
5056
+ "OutputAzureDataExplorerParquetVersion",
5094
5057
  "OutputAzureDataExplorerPqCompressCompression",
5095
5058
  "OutputAzureDataExplorerPqControls",
5096
5059
  "OutputAzureDataExplorerPqControlsTypedDict",
@@ -5103,10 +5066,13 @@ __all__ = [
5103
5066
  "OutputAzureDataExplorerTypedDict",
5104
5067
  "OutputAzureEventhub",
5105
5068
  "OutputAzureEventhubAcknowledgments",
5069
+ "OutputAzureEventhubAuthTypeAuthenticationMethod",
5106
5070
  "OutputAzureEventhubAuthentication",
5107
5071
  "OutputAzureEventhubAuthenticationTypedDict",
5108
5072
  "OutputAzureEventhubBackpressureBehavior",
5073
+ "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
5109
5074
  "OutputAzureEventhubCompression",
5075
+ "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
5110
5076
  "OutputAzureEventhubMode",
5111
5077
  "OutputAzureEventhubPqControls",
5112
5078
  "OutputAzureEventhubPqControlsTypedDict",
@@ -5194,6 +5160,7 @@ __all__ = [
5194
5160
  "OutputConfluentCloudAuth",
5195
5161
  "OutputConfluentCloudAuthTypedDict",
5196
5162
  "OutputConfluentCloudAuthentication",
5163
+ "OutputConfluentCloudAuthenticationMethod",
5197
5164
  "OutputConfluentCloudAuthenticationTypedDict",
5198
5165
  "OutputConfluentCloudBackpressureBehavior",
5199
5166
  "OutputConfluentCloudCompression",
@@ -5206,12 +5173,16 @@ __all__ = [
5206
5173
  "OutputConfluentCloudMaximumTLSVersion",
5207
5174
  "OutputConfluentCloudMinimumTLSVersion",
5208
5175
  "OutputConfluentCloudMode",
5176
+ "OutputConfluentCloudOauthParam",
5177
+ "OutputConfluentCloudOauthParamTypedDict",
5209
5178
  "OutputConfluentCloudPqCompressCompression",
5210
5179
  "OutputConfluentCloudPqControls",
5211
5180
  "OutputConfluentCloudPqControlsTypedDict",
5212
5181
  "OutputConfluentCloudQueueFullBehavior",
5213
5182
  "OutputConfluentCloudRecordDataFormat",
5214
5183
  "OutputConfluentCloudSASLMechanism",
5184
+ "OutputConfluentCloudSaslExtension",
5185
+ "OutputConfluentCloudSaslExtensionTypedDict",
5215
5186
  "OutputConfluentCloudTLSSettingsClientSide",
5216
5187
  "OutputConfluentCloudTLSSettingsClientSideTypedDict",
5217
5188
  "OutputConfluentCloudType",
@@ -5643,6 +5614,7 @@ __all__ = [
5643
5614
  "OutputKafkaAuth",
5644
5615
  "OutputKafkaAuthTypedDict",
5645
5616
  "OutputKafkaAuthentication",
5617
+ "OutputKafkaAuthenticationMethod",
5646
5618
  "OutputKafkaAuthenticationTypedDict",
5647
5619
  "OutputKafkaBackpressureBehavior",
5648
5620
  "OutputKafkaCompression",
@@ -5655,12 +5627,16 @@ __all__ = [
5655
5627
  "OutputKafkaMaximumTLSVersion",
5656
5628
  "OutputKafkaMinimumTLSVersion",
5657
5629
  "OutputKafkaMode",
5630
+ "OutputKafkaOauthParam",
5631
+ "OutputKafkaOauthParamTypedDict",
5658
5632
  "OutputKafkaPqCompressCompression",
5659
5633
  "OutputKafkaPqControls",
5660
5634
  "OutputKafkaPqControlsTypedDict",
5661
5635
  "OutputKafkaQueueFullBehavior",
5662
5636
  "OutputKafkaRecordDataFormat",
5663
5637
  "OutputKafkaSASLMechanism",
5638
+ "OutputKafkaSaslExtension",
5639
+ "OutputKafkaSaslExtensionTypedDict",
5664
5640
  "OutputKafkaTLSSettingsClientSide",
5665
5641
  "OutputKafkaTLSSettingsClientSideTypedDict",
5666
5642
  "OutputKafkaType",
@@ -5984,12 +5960,16 @@ __all__ = [
5984
5960
  "OutputSplunkHecExtraHTTPHeader",
5985
5961
  "OutputSplunkHecExtraHTTPHeaderTypedDict",
5986
5962
  "OutputSplunkHecFailedRequestLoggingMode",
5963
+ "OutputSplunkHecMaximumTLSVersion",
5964
+ "OutputSplunkHecMinimumTLSVersion",
5987
5965
  "OutputSplunkHecMode",
5988
5966
  "OutputSplunkHecPqControls",
5989
5967
  "OutputSplunkHecPqControlsTypedDict",
5990
5968
  "OutputSplunkHecQueueFullBehavior",
5991
5969
  "OutputSplunkHecResponseRetrySetting",
5992
5970
  "OutputSplunkHecResponseRetrySettingTypedDict",
5971
+ "OutputSplunkHecTLSSettingsClientSide",
5972
+ "OutputSplunkHecTLSSettingsClientSideTypedDict",
5993
5973
  "OutputSplunkHecTimeoutRetrySettings",
5994
5974
  "OutputSplunkHecTimeoutRetrySettingsTypedDict",
5995
5975
  "OutputSplunkHecType",
@@ -6209,8 +6189,6 @@ __all__ = [
6209
6189
  "PackUpgradeRequestTypedDict",
6210
6190
  "PayloadFormat",
6211
6191
  "Pipeline",
6212
- "PipelineConf",
6213
- "PipelineConfTypedDict",
6214
6192
  "PipelineFunctionConf",
6215
6193
  "PipelineFunctionConfTypedDict",
6216
6194
  "PipelineGroups",
@@ -6251,8 +6229,6 @@ __all__ = [
6251
6229
  "RoutesRoute",
6252
6230
  "RoutesRouteTypedDict",
6253
6231
  "RoutesTypedDict",
6254
- "RulesetID",
6255
- "RulesetIDTypedDict",
6256
6232
  "RunnableJob",
6257
6233
  "RunnableJobCollection",
6258
6234
  "RunnableJobCollectionInput",
@@ -6323,6 +6299,7 @@ __all__ = [
6323
6299
  "ShardLoadBalancing",
6324
6300
  "SplunkHecMetadata",
6325
6301
  "SplunkHecMetadataTypedDict",
6302
+ "State",
6326
6303
  "Status",
6327
6304
  "Subscription",
6328
6305
  "SubscriptionMetadatum",
@@ -6339,10 +6316,7 @@ __all__ = [
6339
6316
  "TimeRange",
6340
6317
  "TimestampFormat",
6341
6318
  "TimestampPrecision",
6342
- "UpdateAdminProductsMappingsByProductAndIDRequest",
6343
- "UpdateAdminProductsMappingsByProductAndIDRequestTypedDict",
6344
- "UpdateAdminProductsMappingsByProductAndIDResponse",
6345
- "UpdateAdminProductsMappingsByProductAndIDResponseTypedDict",
6319
+ "UDMType",
6346
6320
  "UpdateConfigGroupByProductAndIDRequest",
6347
6321
  "UpdateConfigGroupByProductAndIDRequestTypedDict",
6348
6322
  "UpdateConfigGroupByProductAndIDResponse",
@@ -6425,14 +6399,6 @@ _dynamic_imports: dict[str, str] = {
6425
6399
  "ConfigGroupLookupsLookup": ".configgrouplookups",
6426
6400
  "ConfigGroupLookupsLookupTypedDict": ".configgrouplookups",
6427
6401
  "ConfigGroupLookupsTypedDict": ".configgrouplookups",
6428
- "CreateAdminProductsMappingsActivateByProductRequest": ".createadminproductsmappingsactivatebyproductop",
6429
- "CreateAdminProductsMappingsActivateByProductRequestTypedDict": ".createadminproductsmappingsactivatebyproductop",
6430
- "CreateAdminProductsMappingsActivateByProductResponse": ".createadminproductsmappingsactivatebyproductop",
6431
- "CreateAdminProductsMappingsActivateByProductResponseTypedDict": ".createadminproductsmappingsactivatebyproductop",
6432
- "CreateAdminProductsMappingsByProductRequest": ".createadminproductsmappingsbyproductop",
6433
- "CreateAdminProductsMappingsByProductRequestTypedDict": ".createadminproductsmappingsbyproductop",
6434
- "CreateAdminProductsMappingsByProductResponse": ".createadminproductsmappingsbyproductop",
6435
- "CreateAdminProductsMappingsByProductResponseTypedDict": ".createadminproductsmappingsbyproductop",
6436
6402
  "CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
6437
6403
  "CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
6438
6404
  "CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
@@ -6490,10 +6456,6 @@ _dynamic_imports: dict[str, str] = {
6490
6456
  "ScanMode": ".datasetmetadata",
6491
6457
  "DatasetMetadataRunInfo": ".datasetmetadataruninfo",
6492
6458
  "DatasetMetadataRunInfoTypedDict": ".datasetmetadataruninfo",
6493
- "DeleteAdminProductsMappingsByProductAndIDRequest": ".deleteadminproductsmappingsbyproductandidop",
6494
- "DeleteAdminProductsMappingsByProductAndIDRequestTypedDict": ".deleteadminproductsmappingsbyproductandidop",
6495
- "DeleteAdminProductsMappingsByProductAndIDResponse": ".deleteadminproductsmappingsbyproductandidop",
6496
- "DeleteAdminProductsMappingsByProductAndIDResponseTypedDict": ".deleteadminproductsmappingsbyproductandidop",
6497
6459
  "DeleteConfigGroupByProductAndIDRequest": ".deleteconfiggroupbyproductandidop",
6498
6460
  "DeleteConfigGroupByProductAndIDRequestTypedDict": ".deleteconfiggroupbyproductandidop",
6499
6461
  "DeleteConfigGroupByProductAndIDResponse": ".deleteconfiggroupbyproductandidop",
@@ -6550,14 +6512,6 @@ _dynamic_imports: dict[str, str] = {
6550
6512
  "DistributedSummaryTypedDict": ".distributedsummary",
6551
6513
  "DistributedSummaryWorkers": ".distributedsummary",
6552
6514
  "DistributedSummaryWorkersTypedDict": ".distributedsummary",
6553
- "GetAdminProductsMappingsByProductAndIDRequest": ".getadminproductsmappingsbyproductandidop",
6554
- "GetAdminProductsMappingsByProductAndIDRequestTypedDict": ".getadminproductsmappingsbyproductandidop",
6555
- "GetAdminProductsMappingsByProductAndIDResponse": ".getadminproductsmappingsbyproductandidop",
6556
- "GetAdminProductsMappingsByProductAndIDResponseTypedDict": ".getadminproductsmappingsbyproductandidop",
6557
- "GetAdminProductsMappingsByProductRequest": ".getadminproductsmappingsbyproductop",
6558
- "GetAdminProductsMappingsByProductRequestTypedDict": ".getadminproductsmappingsbyproductop",
6559
- "GetAdminProductsMappingsByProductResponse": ".getadminproductsmappingsbyproductop",
6560
- "GetAdminProductsMappingsByProductResponseTypedDict": ".getadminproductsmappingsbyproductop",
6561
6515
  "GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
6562
6516
  "GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
6563
6517
  "GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
@@ -6784,6 +6738,7 @@ _dynamic_imports: dict[str, str] = {
6784
6738
  "InputConfluentCloudAuth": ".inputconfluentcloud",
6785
6739
  "InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
6786
6740
  "InputConfluentCloudAuthentication": ".inputconfluentcloud",
6741
+ "InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
6787
6742
  "InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
6788
6743
  "InputConfluentCloudCompression": ".inputconfluentcloud",
6789
6744
  "InputConfluentCloudConnection": ".inputconfluentcloud",
@@ -6799,11 +6754,15 @@ _dynamic_imports: dict[str, str] = {
6799
6754
  "InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
6800
6755
  "InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
6801
6756
  "InputConfluentCloudMode": ".inputconfluentcloud",
6757
+ "InputConfluentCloudOauthParam": ".inputconfluentcloud",
6758
+ "InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
6802
6759
  "InputConfluentCloudPq": ".inputconfluentcloud",
6803
6760
  "InputConfluentCloudPqControls": ".inputconfluentcloud",
6804
6761
  "InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
6805
6762
  "InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
6806
6763
  "InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
6764
+ "InputConfluentCloudSaslExtension": ".inputconfluentcloud",
6765
+ "InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
6807
6766
  "InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
6808
6767
  "InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
6809
6768
  "InputConfluentCloudType": ".inputconfluentcloud",
@@ -7001,13 +6960,16 @@ _dynamic_imports: dict[str, str] = {
7001
6960
  "InputElasticType": ".inputelastic",
7002
6961
  "InputElasticTypedDict": ".inputelastic",
7003
6962
  "InputEventhub": ".inputeventhub",
6963
+ "InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
7004
6964
  "InputEventhubAuthentication": ".inputeventhub",
7005
6965
  "InputEventhubAuthenticationTypedDict": ".inputeventhub",
6966
+ "InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
7006
6967
  "InputEventhubCompression": ".inputeventhub",
7007
6968
  "InputEventhubConnection": ".inputeventhub",
7008
6969
  "InputEventhubConnectionTypedDict": ".inputeventhub",
7009
6970
  "InputEventhubMetadatum": ".inputeventhub",
7010
6971
  "InputEventhubMetadatumTypedDict": ".inputeventhub",
6972
+ "InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
7011
6973
  "InputEventhubMode": ".inputeventhub",
7012
6974
  "InputEventhubPq": ".inputeventhub",
7013
6975
  "InputEventhubPqControls": ".inputeventhub",
@@ -7202,6 +7164,7 @@ _dynamic_imports: dict[str, str] = {
7202
7164
  "InputKafkaAuth": ".inputkafka",
7203
7165
  "InputKafkaAuthTypedDict": ".inputkafka",
7204
7166
  "InputKafkaAuthentication": ".inputkafka",
7167
+ "InputKafkaAuthenticationMethod": ".inputkafka",
7205
7168
  "InputKafkaAuthenticationTypedDict": ".inputkafka",
7206
7169
  "InputKafkaCompression": ".inputkafka",
7207
7170
  "InputKafkaConnection": ".inputkafka",
@@ -7217,11 +7180,15 @@ _dynamic_imports: dict[str, str] = {
7217
7180
  "InputKafkaMetadatumTypedDict": ".inputkafka",
7218
7181
  "InputKafkaMinimumTLSVersion": ".inputkafka",
7219
7182
  "InputKafkaMode": ".inputkafka",
7183
+ "InputKafkaOauthParam": ".inputkafka",
7184
+ "InputKafkaOauthParamTypedDict": ".inputkafka",
7220
7185
  "InputKafkaPq": ".inputkafka",
7221
7186
  "InputKafkaPqControls": ".inputkafka",
7222
7187
  "InputKafkaPqControlsTypedDict": ".inputkafka",
7223
7188
  "InputKafkaPqTypedDict": ".inputkafka",
7224
7189
  "InputKafkaSASLMechanism": ".inputkafka",
7190
+ "InputKafkaSaslExtension": ".inputkafka",
7191
+ "InputKafkaSaslExtensionTypedDict": ".inputkafka",
7225
7192
  "InputKafkaTLSSettingsClientSide": ".inputkafka",
7226
7193
  "InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
7227
7194
  "InputKafkaType": ".inputkafka",
@@ -8002,6 +7969,7 @@ _dynamic_imports: dict[str, str] = {
8002
7969
  "JobInfoTypedDict": ".jobinfo",
8003
7970
  "JobStatus": ".jobstatus",
8004
7971
  "JobStatusTypedDict": ".jobstatus",
7972
+ "State": ".jobstatus",
8005
7973
  "LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
8006
7974
  "LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
8007
7975
  "LakehouseConnectionType": ".lakehouseconnectiontype",
@@ -8025,21 +7993,6 @@ _dynamic_imports: dict[str, str] = {
8025
7993
  "LoginInfoTypedDict": ".logininfo",
8026
7994
  "LookupVersions": ".lookupversions",
8027
7995
  "LookupVersionsTypedDict": ".lookupversions",
8028
- "Function": ".mappingruleset",
8029
- "FunctionTypedDict": ".mappingruleset",
8030
- "MappingRuleset": ".mappingruleset",
8031
- "MappingRulesetConf": ".mappingruleset",
8032
- "MappingRulesetConfTypedDict": ".mappingruleset",
8033
- "MappingRulesetTypedDict": ".mappingruleset",
8034
- "Add": ".mappingrulesetevalmappingfunction",
8035
- "AddTypedDict": ".mappingrulesetevalmappingfunction",
8036
- "ID": ".mappingrulesetevalmappingfunction",
8037
- "MappingRulesetEvalMappingFunction": ".mappingrulesetevalmappingfunction",
8038
- "MappingRulesetEvalMappingFunctionConf": ".mappingrulesetevalmappingfunction",
8039
- "MappingRulesetEvalMappingFunctionConfTypedDict": ".mappingrulesetevalmappingfunction",
8040
- "MappingRulesetEvalMappingFunctionTypedDict": ".mappingrulesetevalmappingfunction",
8041
- "MappingRulesetGenericMappingFunction": ".mappingrulesetgenericmappingfunction",
8042
- "MappingRulesetGenericMappingFunctionTypedDict": ".mappingrulesetgenericmappingfunction",
8043
7996
  "LastMetrics": ".masterworkerentry",
8044
7997
  "LastMetricsTypedDict": ".masterworkerentry",
8045
7998
  "MasterWorkerEntry": ".masterworkerentry",
@@ -8098,16 +8051,21 @@ _dynamic_imports: dict[str, str] = {
8098
8051
  "IngestIfNotExist": ".outputazuredataexplorer",
8099
8052
  "IngestIfNotExistTypedDict": ".outputazuredataexplorer",
8100
8053
  "IngestionMode": ".outputazuredataexplorer",
8101
- "MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
8102
8054
  "OutputAzureDataExplorer": ".outputazuredataexplorer",
8103
8055
  "OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
8104
8056
  "OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
8105
8057
  "OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
8106
8058
  "OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
8107
8059
  "OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
8060
+ "OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
8108
8061
  "OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
8062
+ "OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
8109
8063
  "OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
8064
+ "OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
8065
+ "OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
8066
+ "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
8110
8067
  "OutputAzureDataExplorerMode": ".outputazuredataexplorer",
8068
+ "OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
8111
8069
  "OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
8112
8070
  "OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
8113
8071
  "OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
@@ -8123,10 +8081,13 @@ _dynamic_imports: dict[str, str] = {
8123
8081
  "ReportMethod": ".outputazuredataexplorer",
8124
8082
  "OutputAzureEventhub": ".outputazureeventhub",
8125
8083
  "OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
8084
+ "OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
8126
8085
  "OutputAzureEventhubAuthentication": ".outputazureeventhub",
8127
8086
  "OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
8128
8087
  "OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
8088
+ "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
8129
8089
  "OutputAzureEventhubCompression": ".outputazureeventhub",
8090
+ "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
8130
8091
  "OutputAzureEventhubMode": ".outputazureeventhub",
8131
8092
  "OutputAzureEventhubPqControls": ".outputazureeventhub",
8132
8093
  "OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
@@ -8217,6 +8178,7 @@ _dynamic_imports: dict[str, str] = {
8217
8178
  "OutputConfluentCloudAuth": ".outputconfluentcloud",
8218
8179
  "OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
8219
8180
  "OutputConfluentCloudAuthentication": ".outputconfluentcloud",
8181
+ "OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
8220
8182
  "OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
8221
8183
  "OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
8222
8184
  "OutputConfluentCloudCompression": ".outputconfluentcloud",
@@ -8229,12 +8191,16 @@ _dynamic_imports: dict[str, str] = {
8229
8191
  "OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
8230
8192
  "OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
8231
8193
  "OutputConfluentCloudMode": ".outputconfluentcloud",
8194
+ "OutputConfluentCloudOauthParam": ".outputconfluentcloud",
8195
+ "OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
8232
8196
  "OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
8233
8197
  "OutputConfluentCloudPqControls": ".outputconfluentcloud",
8234
8198
  "OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
8235
8199
  "OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
8236
8200
  "OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
8237
8201
  "OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
8202
+ "OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
8203
+ "OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
8238
8204
  "OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
8239
8205
  "OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
8240
8206
  "OutputConfluentCloudType": ".outputconfluentcloud",
@@ -8519,6 +8485,7 @@ _dynamic_imports: dict[str, str] = {
8519
8485
  "OutputGoogleChronicleType": ".outputgooglechronicle",
8520
8486
  "OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
8521
8487
  "SendEventsAs": ".outputgooglechronicle",
8488
+ "UDMType": ".outputgooglechronicle",
8522
8489
  "LogLabel": ".outputgooglecloudlogging",
8523
8490
  "LogLabelTypedDict": ".outputgooglecloudlogging",
8524
8491
  "LogLocationType": ".outputgooglecloudlogging",
@@ -8685,6 +8652,7 @@ _dynamic_imports: dict[str, str] = {
8685
8652
  "OutputKafkaAuth": ".outputkafka",
8686
8653
  "OutputKafkaAuthTypedDict": ".outputkafka",
8687
8654
  "OutputKafkaAuthentication": ".outputkafka",
8655
+ "OutputKafkaAuthenticationMethod": ".outputkafka",
8688
8656
  "OutputKafkaAuthenticationTypedDict": ".outputkafka",
8689
8657
  "OutputKafkaBackpressureBehavior": ".outputkafka",
8690
8658
  "OutputKafkaCompression": ".outputkafka",
@@ -8697,12 +8665,16 @@ _dynamic_imports: dict[str, str] = {
8697
8665
  "OutputKafkaMaximumTLSVersion": ".outputkafka",
8698
8666
  "OutputKafkaMinimumTLSVersion": ".outputkafka",
8699
8667
  "OutputKafkaMode": ".outputkafka",
8668
+ "OutputKafkaOauthParam": ".outputkafka",
8669
+ "OutputKafkaOauthParamTypedDict": ".outputkafka",
8700
8670
  "OutputKafkaPqCompressCompression": ".outputkafka",
8701
8671
  "OutputKafkaPqControls": ".outputkafka",
8702
8672
  "OutputKafkaPqControlsTypedDict": ".outputkafka",
8703
8673
  "OutputKafkaQueueFullBehavior": ".outputkafka",
8704
8674
  "OutputKafkaRecordDataFormat": ".outputkafka",
8705
8675
  "OutputKafkaSASLMechanism": ".outputkafka",
8676
+ "OutputKafkaSaslExtension": ".outputkafka",
8677
+ "OutputKafkaSaslExtensionTypedDict": ".outputkafka",
8706
8678
  "OutputKafkaTLSSettingsClientSide": ".outputkafka",
8707
8679
  "OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
8708
8680
  "OutputKafkaType": ".outputkafka",
@@ -9043,12 +9015,16 @@ _dynamic_imports: dict[str, str] = {
9043
9015
  "OutputSplunkHecExtraHTTPHeader": ".outputsplunkhec",
9044
9016
  "OutputSplunkHecExtraHTTPHeaderTypedDict": ".outputsplunkhec",
9045
9017
  "OutputSplunkHecFailedRequestLoggingMode": ".outputsplunkhec",
9018
+ "OutputSplunkHecMaximumTLSVersion": ".outputsplunkhec",
9019
+ "OutputSplunkHecMinimumTLSVersion": ".outputsplunkhec",
9046
9020
  "OutputSplunkHecMode": ".outputsplunkhec",
9047
9021
  "OutputSplunkHecPqControls": ".outputsplunkhec",
9048
9022
  "OutputSplunkHecPqControlsTypedDict": ".outputsplunkhec",
9049
9023
  "OutputSplunkHecQueueFullBehavior": ".outputsplunkhec",
9050
9024
  "OutputSplunkHecResponseRetrySetting": ".outputsplunkhec",
9051
9025
  "OutputSplunkHecResponseRetrySettingTypedDict": ".outputsplunkhec",
9026
+ "OutputSplunkHecTLSSettingsClientSide": ".outputsplunkhec",
9027
+ "OutputSplunkHecTLSSettingsClientSideTypedDict": ".outputsplunkhec",
9052
9028
  "OutputSplunkHecTimeoutRetrySettings": ".outputsplunkhec",
9053
9029
  "OutputSplunkHecTimeoutRetrySettingsTypedDict": ".outputsplunkhec",
9054
9030
  "OutputSplunkHecType": ".outputsplunkhec",
@@ -9258,9 +9234,9 @@ _dynamic_imports: dict[str, str] = {
9258
9234
  "PackRequestBodyUnionTypedDict": ".packrequestbody_union",
9259
9235
  "PackUpgradeRequest": ".packupgraderequest",
9260
9236
  "PackUpgradeRequestTypedDict": ".packupgraderequest",
9237
+ "Conf": ".pipeline",
9238
+ "ConfTypedDict": ".pipeline",
9261
9239
  "Pipeline": ".pipeline",
9262
- "PipelineConf": ".pipeline",
9263
- "PipelineConfTypedDict": ".pipeline",
9264
9240
  "PipelineGroups": ".pipeline",
9265
9241
  "PipelineGroupsTypedDict": ".pipeline",
9266
9242
  "PipelineTypedDict": ".pipeline",
@@ -9282,8 +9258,6 @@ _dynamic_imports: dict[str, str] = {
9282
9258
  "RoutesTypedDict": ".routes",
9283
9259
  "RoutesRoute": ".routesroute",
9284
9260
  "RoutesRouteTypedDict": ".routesroute",
9285
- "RulesetID": ".rulesetid",
9286
- "RulesetIDTypedDict": ".rulesetid",
9287
9261
  "RunnableJob": ".runnablejob",
9288
9262
  "RunnableJobTypedDict": ".runnablejob",
9289
9263
  "CaptureSettings": ".runnablejobcollection",
@@ -9353,10 +9327,6 @@ _dynamic_imports: dict[str, str] = {
9353
9327
  "SecurityTypedDict": ".security",
9354
9328
  "TeamAccessControlList": ".teamaccesscontrollist",
9355
9329
  "TeamAccessControlListTypedDict": ".teamaccesscontrollist",
9356
- "UpdateAdminProductsMappingsByProductAndIDRequest": ".updateadminproductsmappingsbyproductandidop",
9357
- "UpdateAdminProductsMappingsByProductAndIDRequestTypedDict": ".updateadminproductsmappingsbyproductandidop",
9358
- "UpdateAdminProductsMappingsByProductAndIDResponse": ".updateadminproductsmappingsbyproductandidop",
9359
- "UpdateAdminProductsMappingsByProductAndIDResponseTypedDict": ".updateadminproductsmappingsbyproductandidop",
9360
9330
  "UpdateConfigGroupByProductAndIDRequest": ".updateconfiggroupbyproductandidop",
9361
9331
  "UpdateConfigGroupByProductAndIDRequestTypedDict": ".updateconfiggroupbyproductandidop",
9362
9332
  "UpdateConfigGroupByProductAndIDResponse": ".updateconfiggroupbyproductandidop",