cribl-control-plane 0.2.1rc7__py3-none-any.whl → 0.3.0a1__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 (179) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/errors/__init__.py +5 -8
  3. cribl_control_plane/errors/{healthserverstatus_error.py → healthstatus_error.py} +9 -10
  4. cribl_control_plane/groups_sdk.py +28 -52
  5. cribl_control_plane/health.py +16 -22
  6. cribl_control_plane/models/__init__.py +54 -217
  7. cribl_control_plane/models/appmode.py +14 -0
  8. cribl_control_plane/models/authtoken.py +1 -5
  9. cribl_control_plane/models/cacheconnection.py +0 -20
  10. cribl_control_plane/models/configgroup.py +7 -55
  11. cribl_control_plane/models/configgroupcloud.py +1 -11
  12. cribl_control_plane/models/createconfiggroupbyproductop.py +5 -17
  13. cribl_control_plane/models/createroutesappendbyidop.py +2 -2
  14. cribl_control_plane/models/createversionundoop.py +3 -3
  15. cribl_control_plane/models/cribllakedataset.py +1 -11
  16. cribl_control_plane/models/cribllakedatasetupdate.py +1 -11
  17. cribl_control_plane/models/datasetmetadata.py +1 -11
  18. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +0 -11
  19. cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  20. cribl_control_plane/models/distributedsummary.py +0 -6
  21. cribl_control_plane/models/error.py +16 -0
  22. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +0 -20
  23. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +0 -20
  24. cribl_control_plane/models/getconfiggroupbyproductandidop.py +0 -11
  25. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +0 -11
  26. cribl_control_plane/models/gethealthinfoop.py +17 -0
  27. cribl_control_plane/models/getsummaryop.py +0 -11
  28. cribl_control_plane/models/hbcriblinfo.py +3 -24
  29. cribl_control_plane/models/{healthserverstatus.py → healthstatus.py} +8 -27
  30. cribl_control_plane/models/heartbeatmetadata.py +0 -3
  31. cribl_control_plane/models/input.py +78 -80
  32. cribl_control_plane/models/inputappscope.py +17 -80
  33. cribl_control_plane/models/inputazureblob.py +1 -33
  34. cribl_control_plane/models/inputcollection.py +1 -24
  35. cribl_control_plane/models/inputconfluentcloud.py +18 -195
  36. cribl_control_plane/models/inputcribl.py +1 -24
  37. cribl_control_plane/models/inputcriblhttp.py +17 -62
  38. cribl_control_plane/models/inputcribllakehttp.py +17 -62
  39. cribl_control_plane/models/inputcriblmetrics.py +1 -24
  40. cribl_control_plane/models/inputcribltcp.py +17 -62
  41. cribl_control_plane/models/inputcrowdstrike.py +1 -54
  42. cribl_control_plane/models/inputdatadogagent.py +17 -62
  43. cribl_control_plane/models/inputdatagen.py +1 -24
  44. cribl_control_plane/models/inputedgeprometheus.py +34 -147
  45. cribl_control_plane/models/inputelastic.py +27 -119
  46. cribl_control_plane/models/inputeventhub.py +1 -182
  47. cribl_control_plane/models/inputexec.py +1 -33
  48. cribl_control_plane/models/inputfile.py +3 -42
  49. cribl_control_plane/models/inputfirehose.py +17 -62
  50. cribl_control_plane/models/inputgooglepubsub.py +1 -36
  51. cribl_control_plane/models/inputgrafana.py +32 -157
  52. cribl_control_plane/models/inputhttp.py +17 -62
  53. cribl_control_plane/models/inputhttpraw.py +17 -62
  54. cribl_control_plane/models/inputjournalfiles.py +1 -24
  55. cribl_control_plane/models/inputkafka.py +17 -189
  56. cribl_control_plane/models/inputkinesis.py +1 -80
  57. cribl_control_plane/models/inputkubeevents.py +1 -24
  58. cribl_control_plane/models/inputkubelogs.py +1 -33
  59. cribl_control_plane/models/inputkubemetrics.py +1 -33
  60. cribl_control_plane/models/inputloki.py +17 -71
  61. cribl_control_plane/models/inputmetrics.py +17 -62
  62. cribl_control_plane/models/inputmodeldriventelemetry.py +17 -62
  63. cribl_control_plane/models/inputmsk.py +18 -81
  64. cribl_control_plane/models/inputnetflow.py +1 -24
  65. cribl_control_plane/models/inputoffice365mgmt.py +1 -67
  66. cribl_control_plane/models/inputoffice365msgtrace.py +1 -67
  67. cribl_control_plane/models/inputoffice365service.py +1 -67
  68. cribl_control_plane/models/inputopentelemetry.py +16 -92
  69. cribl_control_plane/models/inputprometheus.py +34 -138
  70. cribl_control_plane/models/inputprometheusrw.py +17 -71
  71. cribl_control_plane/models/inputrawudp.py +1 -24
  72. cribl_control_plane/models/inputs3.py +1 -45
  73. cribl_control_plane/models/inputs3inventory.py +1 -54
  74. cribl_control_plane/models/inputsecuritylake.py +1 -54
  75. cribl_control_plane/models/inputsnmp.py +1 -40
  76. cribl_control_plane/models/inputsplunk.py +17 -85
  77. cribl_control_plane/models/inputsplunkhec.py +16 -70
  78. cribl_control_plane/models/inputsplunksearch.py +1 -63
  79. cribl_control_plane/models/inputsqs.py +1 -56
  80. cribl_control_plane/models/inputsyslog.py +32 -121
  81. cribl_control_plane/models/inputsystemmetrics.py +9 -142
  82. cribl_control_plane/models/inputsystemstate.py +1 -33
  83. cribl_control_plane/models/inputtcp.py +17 -81
  84. cribl_control_plane/models/inputtcpjson.py +17 -71
  85. cribl_control_plane/models/inputwef.py +1 -71
  86. cribl_control_plane/models/inputwindowsmetrics.py +9 -129
  87. cribl_control_plane/models/inputwineventlogs.py +1 -60
  88. cribl_control_plane/models/inputwiz.py +1 -45
  89. cribl_control_plane/models/inputwizwebhook.py +17 -62
  90. cribl_control_plane/models/inputzscalerhec.py +16 -70
  91. cribl_control_plane/models/jobinfo.py +1 -4
  92. cribl_control_plane/models/jobstatus.py +3 -34
  93. cribl_control_plane/models/listconfiggroupbyproductop.py +0 -11
  94. cribl_control_plane/models/logininfo.py +3 -3
  95. cribl_control_plane/models/masterworkerentry.py +1 -11
  96. cribl_control_plane/models/nodeprovidedinfo.py +1 -11
  97. cribl_control_plane/models/nodeupgradestatus.py +0 -38
  98. cribl_control_plane/models/output.py +88 -93
  99. cribl_control_plane/models/outputazureblob.py +1 -110
  100. cribl_control_plane/models/outputazuredataexplorer.py +87 -452
  101. cribl_control_plane/models/outputazureeventhub.py +19 -281
  102. cribl_control_plane/models/outputazurelogs.py +19 -115
  103. cribl_control_plane/models/outputchronicle.py +19 -115
  104. cribl_control_plane/models/outputclickhouse.py +19 -155
  105. cribl_control_plane/models/outputcloudwatch.py +19 -106
  106. cribl_control_plane/models/outputconfluentcloud.py +38 -311
  107. cribl_control_plane/models/outputcriblhttp.py +19 -135
  108. cribl_control_plane/models/outputcribllake.py +1 -97
  109. cribl_control_plane/models/outputcribltcp.py +19 -132
  110. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +20 -129
  111. cribl_control_plane/models/outputdatadog.py +19 -159
  112. cribl_control_plane/models/outputdataset.py +19 -143
  113. cribl_control_plane/models/outputdiskspool.py +1 -11
  114. cribl_control_plane/models/outputdls3.py +1 -152
  115. cribl_control_plane/models/outputdynatracehttp.py +19 -160
  116. cribl_control_plane/models/outputdynatraceotlp.py +19 -160
  117. cribl_control_plane/models/outputelastic.py +19 -163
  118. cribl_control_plane/models/outputelasticcloud.py +19 -140
  119. cribl_control_plane/models/outputexabeam.py +1 -61
  120. cribl_control_plane/models/outputfilesystem.py +1 -87
  121. cribl_control_plane/models/outputgooglechronicle.py +20 -166
  122. cribl_control_plane/models/outputgooglecloudlogging.py +20 -131
  123. cribl_control_plane/models/outputgooglecloudstorage.py +1 -136
  124. cribl_control_plane/models/outputgooglepubsub.py +19 -106
  125. cribl_control_plane/models/outputgrafanacloud.py +37 -288
  126. cribl_control_plane/models/outputgraphite.py +19 -105
  127. cribl_control_plane/models/outputhoneycomb.py +19 -115
  128. cribl_control_plane/models/outputhumiohec.py +19 -126
  129. cribl_control_plane/models/outputinfluxdb.py +19 -130
  130. cribl_control_plane/models/outputkafka.py +34 -302
  131. cribl_control_plane/models/outputkinesis.py +19 -133
  132. cribl_control_plane/models/outputloki.py +17 -129
  133. cribl_control_plane/models/outputminio.py +1 -145
  134. cribl_control_plane/models/outputmsk.py +34 -193
  135. cribl_control_plane/models/outputnewrelic.py +19 -136
  136. cribl_control_plane/models/outputnewrelicevents.py +20 -128
  137. cribl_control_plane/models/outputopentelemetry.py +19 -178
  138. cribl_control_plane/models/outputprometheus.py +19 -115
  139. cribl_control_plane/models/outputring.py +1 -31
  140. cribl_control_plane/models/outputs3.py +1 -152
  141. cribl_control_plane/models/outputsecuritylake.py +1 -114
  142. cribl_control_plane/models/outputsentinel.py +19 -135
  143. cribl_control_plane/models/outputsentineloneaisiem.py +20 -134
  144. cribl_control_plane/models/outputservicenow.py +19 -168
  145. cribl_control_plane/models/outputsignalfx.py +19 -115
  146. cribl_control_plane/models/outputsns.py +17 -113
  147. cribl_control_plane/models/outputsplunk.py +19 -153
  148. cribl_control_plane/models/outputsplunkhec.py +19 -208
  149. cribl_control_plane/models/outputsplunklb.py +19 -182
  150. cribl_control_plane/models/outputsqs.py +17 -124
  151. cribl_control_plane/models/outputstatsd.py +19 -105
  152. cribl_control_plane/models/outputstatsdext.py +19 -105
  153. cribl_control_plane/models/outputsumologic.py +19 -117
  154. cribl_control_plane/models/outputsyslog.py +96 -259
  155. cribl_control_plane/models/outputtcpjson.py +19 -141
  156. cribl_control_plane/models/outputwavefront.py +19 -115
  157. cribl_control_plane/models/outputwebhook.py +19 -161
  158. cribl_control_plane/models/outputxsiam.py +17 -113
  159. cribl_control_plane/models/packinfo.py +5 -8
  160. cribl_control_plane/models/packinstallinfo.py +5 -8
  161. cribl_control_plane/models/resourcepolicy.py +0 -11
  162. cribl_control_plane/models/{uploadpackresponse.py → routecloneconf.py} +4 -4
  163. cribl_control_plane/models/routeconf.py +4 -3
  164. cribl_control_plane/models/runnablejobcollection.py +9 -72
  165. cribl_control_plane/models/runnablejobexecutor.py +9 -32
  166. cribl_control_plane/models/runnablejobscheduledsearch.py +9 -23
  167. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +0 -11
  168. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +0 -11
  169. cribl_control_plane/packs.py +7 -202
  170. cribl_control_plane/routes_sdk.py +6 -6
  171. cribl_control_plane/tokens.py +15 -23
  172. {cribl_control_plane-0.2.1rc7.dist-info → cribl_control_plane-0.3.0a1.dist-info}/METADATA +9 -50
  173. cribl_control_plane-0.3.0a1.dist-info/RECORD +330 -0
  174. cribl_control_plane/models/groupcreaterequest.py +0 -171
  175. cribl_control_plane/models/outpostnodeinfo.py +0 -16
  176. cribl_control_plane/models/outputdatabricks.py +0 -482
  177. cribl_control_plane/models/updatepacksop.py +0 -25
  178. cribl_control_plane-0.2.1rc7.dist-info/RECORD +0 -331
  179. {cribl_control_plane-0.2.1rc7.dist-info → cribl_control_plane-0.3.0a1.dist-info}/WHEEL +0 -0
@@ -12,6 +12,7 @@ if TYPE_CHECKING:
12
12
  AddHecTokenRequestMetadatumTypedDict,
13
13
  AddHecTokenRequestTypedDict,
14
14
  )
15
+ from .appmode import AppMode
15
16
  from .authtoken import AuthToken, AuthTokenTypedDict
16
17
  from .branchinfo import BranchInfo, BranchInfoTypedDict
17
18
  from .cacheconnection import CacheConnection, CacheConnectionTypedDict
@@ -20,11 +21,10 @@ if TYPE_CHECKING:
20
21
  from .commit import Commit, CommitTypedDict
21
22
  from .configgroup import (
22
23
  ConfigGroup,
23
- ConfigGroupEstimatedIngestRate,
24
- ConfigGroupGit,
25
- ConfigGroupGitTypedDict,
26
24
  ConfigGroupType,
27
25
  ConfigGroupTypedDict,
26
+ Git,
27
+ GitTypedDict,
28
28
  )
29
29
  from .configgroupcloud import ConfigGroupCloud, ConfigGroupCloudTypedDict
30
30
  from .configgrouplookups import (
@@ -184,6 +184,7 @@ if TYPE_CHECKING:
184
184
  DistributedSummaryWorkers,
185
185
  DistributedSummaryWorkersTypedDict,
186
186
  )
187
+ from .error import Error, ErrorTypedDict
187
188
  from .getconfiggroupaclbyproductandidop import (
188
189
  GetConfigGroupACLByProductAndIDRequest,
189
190
  GetConfigGroupACLByProductAndIDRequestTypedDict,
@@ -220,6 +221,7 @@ if TYPE_CHECKING:
220
221
  GetCriblLakeDatasetByLakeIDResponse,
221
222
  GetCriblLakeDatasetByLakeIDResponseTypedDict,
222
223
  )
224
+ from .gethealthinfoop import GetHealthInfoResponse, GetHealthInfoResponseTypedDict
223
225
  from .getinputbyidop import (
224
226
  GetInputByIDRequest,
225
227
  GetInputByIDRequestTypedDict,
@@ -359,28 +361,9 @@ if TYPE_CHECKING:
359
361
  Renamed,
360
362
  RenamedTypedDict,
361
363
  )
362
- from .groupcreaterequest import (
363
- GroupCreateRequest,
364
- GroupCreateRequestEstimatedIngestRate,
365
- GroupCreateRequestGit,
366
- GroupCreateRequestGitTypedDict,
367
- GroupCreateRequestType,
368
- GroupCreateRequestTypedDict,
369
- )
370
- from .hbcriblinfo import (
371
- Config,
372
- ConfigTypedDict,
373
- DistMode,
374
- HBCriblInfo,
375
- HBCriblInfoTypedDict,
376
- )
364
+ from .hbcriblinfo import Config, ConfigTypedDict, HBCriblInfo, HBCriblInfoTypedDict
377
365
  from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
378
- from .healthserverstatus import (
379
- HealthServerStatus,
380
- HealthServerStatusTypedDict,
381
- Role,
382
- Status,
383
- )
366
+ from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
384
367
  from .heartbeatmetadata import (
385
368
  HeartbeatMetadata,
386
369
  HeartbeatMetadataAws,
@@ -465,7 +448,6 @@ if TYPE_CHECKING:
465
448
  InputConfluentCloudAuth,
466
449
  InputConfluentCloudAuthTypedDict,
467
450
  InputConfluentCloudAuthentication,
468
- InputConfluentCloudAuthenticationMethod,
469
451
  InputConfluentCloudAuthenticationTypedDict,
470
452
  InputConfluentCloudCompression,
471
453
  InputConfluentCloudConnection,
@@ -481,15 +463,12 @@ if TYPE_CHECKING:
481
463
  InputConfluentCloudMetadatumTypedDict,
482
464
  InputConfluentCloudMinimumTLSVersion,
483
465
  InputConfluentCloudMode,
484
- InputConfluentCloudOauthParam,
485
- InputConfluentCloudOauthParamTypedDict,
486
466
  InputConfluentCloudPq,
487
467
  InputConfluentCloudPqControls,
488
468
  InputConfluentCloudPqControlsTypedDict,
489
469
  InputConfluentCloudPqTypedDict,
490
470
  InputConfluentCloudSASLMechanism,
491
- InputConfluentCloudSaslExtension,
492
- InputConfluentCloudSaslExtensionTypedDict,
471
+ InputConfluentCloudSchemaType,
493
472
  InputConfluentCloudTLSSettingsClientSide,
494
473
  InputConfluentCloudTLSSettingsClientSideTypedDict,
495
474
  InputConfluentCloudType,
@@ -709,16 +688,13 @@ if TYPE_CHECKING:
709
688
  )
710
689
  from .inputeventhub import (
711
690
  InputEventhub,
712
- InputEventhubAuthTypeAuthenticationMethod,
713
691
  InputEventhubAuthentication,
714
692
  InputEventhubAuthenticationTypedDict,
715
- InputEventhubClientSecretAuthTypeAuthenticationMethod,
716
693
  InputEventhubCompression,
717
694
  InputEventhubConnection,
718
695
  InputEventhubConnectionTypedDict,
719
696
  InputEventhubMetadatum,
720
697
  InputEventhubMetadatumTypedDict,
721
- InputEventhubMicrosoftEntraIDAuthenticationEndpoint,
722
698
  InputEventhubMode,
723
699
  InputEventhubPq,
724
700
  InputEventhubPqControls,
@@ -931,7 +907,6 @@ if TYPE_CHECKING:
931
907
  InputKafkaAuth,
932
908
  InputKafkaAuthTypedDict,
933
909
  InputKafkaAuthentication,
934
- InputKafkaAuthenticationMethod,
935
910
  InputKafkaAuthenticationTypedDict,
936
911
  InputKafkaCompression,
937
912
  InputKafkaConnection,
@@ -947,15 +922,12 @@ if TYPE_CHECKING:
947
922
  InputKafkaMetadatumTypedDict,
948
923
  InputKafkaMinimumTLSVersion,
949
924
  InputKafkaMode,
950
- InputKafkaOauthParam,
951
- InputKafkaOauthParamTypedDict,
952
925
  InputKafkaPq,
953
926
  InputKafkaPqControls,
954
927
  InputKafkaPqControlsTypedDict,
955
928
  InputKafkaPqTypedDict,
956
929
  InputKafkaSASLMechanism,
957
- InputKafkaSaslExtension,
958
- InputKafkaSaslExtensionTypedDict,
930
+ InputKafkaSchemaType,
959
931
  InputKafkaTLSSettingsClientSide,
960
932
  InputKafkaTLSSettingsClientSideTypedDict,
961
933
  InputKafkaType,
@@ -1123,6 +1095,7 @@ if TYPE_CHECKING:
1123
1095
  InputMskPqControls,
1124
1096
  InputMskPqControlsTypedDict,
1125
1097
  InputMskPqTypedDict,
1098
+ InputMskSchemaType,
1126
1099
  InputMskSignatureVersion,
1127
1100
  InputMskTLSSettingsClientSide,
1128
1101
  InputMskTLSSettingsClientSideTypedDict,
@@ -1804,7 +1777,7 @@ if TYPE_CHECKING:
1804
1777
  InputZscalerHecTypedDict,
1805
1778
  )
1806
1779
  from .jobinfo import JobInfo, JobInfoTypedDict
1807
- from .jobstatus import JobStatus, JobStatusTypedDict, State
1780
+ from .jobstatus import JobStatus, JobStatusTypedDict
1808
1781
  from .lakedatasetsearchconfig import (
1809
1782
  LakeDatasetSearchConfig,
1810
1783
  LakeDatasetSearchConfigTypedDict,
@@ -1862,7 +1835,6 @@ if TYPE_CHECKING:
1862
1835
  from .nodeskippedupgradestatus import NodeSkippedUpgradeStatus
1863
1836
  from .nodeupgradestate import NodeUpgradeState
1864
1837
  from .nodeupgradestatus import NodeUpgradeStatus, NodeUpgradeStatusTypedDict
1865
- from .outpostnodeinfo import OutpostNodeInfo, OutpostNodeInfoTypedDict
1866
1838
  from .output import Output, OutputTypedDict
1867
1839
  from .outputazureblob import (
1868
1840
  BlobAccessTier,
@@ -1890,21 +1862,16 @@ if TYPE_CHECKING:
1890
1862
  IngestIfNotExist,
1891
1863
  IngestIfNotExistTypedDict,
1892
1864
  IngestionMode,
1865
+ MicrosoftEntraIDAuthenticationEndpoint,
1893
1866
  OutputAzureDataExplorer,
1894
1867
  OutputAzureDataExplorerAuthenticationMethod,
1895
1868
  OutputAzureDataExplorerBackpressureBehavior,
1896
1869
  OutputAzureDataExplorerCertificate,
1897
1870
  OutputAzureDataExplorerCertificateTypedDict,
1898
1871
  OutputAzureDataExplorerCompressCompression,
1899
- OutputAzureDataExplorerCompressionLevel,
1900
1872
  OutputAzureDataExplorerDataFormat,
1901
- OutputAzureDataExplorerDataPageVersion,
1902
1873
  OutputAzureDataExplorerDiskSpaceProtection,
1903
- OutputAzureDataExplorerKeyValueMetadatum,
1904
- OutputAzureDataExplorerKeyValueMetadatumTypedDict,
1905
- OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint,
1906
1874
  OutputAzureDataExplorerMode,
1907
- OutputAzureDataExplorerParquetVersion,
1908
1875
  OutputAzureDataExplorerPqCompressCompression,
1909
1876
  OutputAzureDataExplorerPqControls,
1910
1877
  OutputAzureDataExplorerPqControlsTypedDict,
@@ -1922,13 +1889,10 @@ if TYPE_CHECKING:
1922
1889
  from .outputazureeventhub import (
1923
1890
  OutputAzureEventhub,
1924
1891
  OutputAzureEventhubAcknowledgments,
1925
- OutputAzureEventhubAuthTypeAuthenticationMethod,
1926
1892
  OutputAzureEventhubAuthentication,
1927
1893
  OutputAzureEventhubAuthenticationTypedDict,
1928
1894
  OutputAzureEventhubBackpressureBehavior,
1929
- OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod,
1930
1895
  OutputAzureEventhubCompression,
1931
- OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint,
1932
1896
  OutputAzureEventhubMode,
1933
1897
  OutputAzureEventhubPqControls,
1934
1898
  OutputAzureEventhubPqControlsTypedDict,
@@ -2029,7 +1993,6 @@ if TYPE_CHECKING:
2029
1993
  OutputConfluentCloudAuth,
2030
1994
  OutputConfluentCloudAuthTypedDict,
2031
1995
  OutputConfluentCloudAuthentication,
2032
- OutputConfluentCloudAuthenticationMethod,
2033
1996
  OutputConfluentCloudAuthenticationTypedDict,
2034
1997
  OutputConfluentCloudBackpressureBehavior,
2035
1998
  OutputConfluentCloudCompression,
@@ -2042,16 +2005,13 @@ if TYPE_CHECKING:
2042
2005
  OutputConfluentCloudMaximumTLSVersion,
2043
2006
  OutputConfluentCloudMinimumTLSVersion,
2044
2007
  OutputConfluentCloudMode,
2045
- OutputConfluentCloudOauthParam,
2046
- OutputConfluentCloudOauthParamTypedDict,
2047
2008
  OutputConfluentCloudPqCompressCompression,
2048
2009
  OutputConfluentCloudPqControls,
2049
2010
  OutputConfluentCloudPqControlsTypedDict,
2050
2011
  OutputConfluentCloudQueueFullBehavior,
2051
2012
  OutputConfluentCloudRecordDataFormat,
2052
2013
  OutputConfluentCloudSASLMechanism,
2053
- OutputConfluentCloudSaslExtension,
2054
- OutputConfluentCloudSaslExtensionTypedDict,
2014
+ OutputConfluentCloudSchemaType,
2055
2015
  OutputConfluentCloudTLSSettingsClientSide,
2056
2016
  OutputConfluentCloudTLSSettingsClientSideTypedDict,
2057
2017
  OutputConfluentCloudType,
@@ -2134,20 +2094,6 @@ if TYPE_CHECKING:
2134
2094
  OutputCrowdstrikeNextGenSiemType,
2135
2095
  OutputCrowdstrikeNextGenSiemTypedDict,
2136
2096
  )
2137
- from .outputdatabricks import (
2138
- OutputDatabricks,
2139
- OutputDatabricksBackpressureBehavior,
2140
- OutputDatabricksCompression,
2141
- OutputDatabricksCompressionLevel,
2142
- OutputDatabricksDataFormat,
2143
- OutputDatabricksDataPageVersion,
2144
- OutputDatabricksDiskSpaceProtection,
2145
- OutputDatabricksKeyValueMetadatum,
2146
- OutputDatabricksKeyValueMetadatumTypedDict,
2147
- OutputDatabricksParquetVersion,
2148
- OutputDatabricksType,
2149
- OutputDatabricksTypedDict,
2150
- )
2151
2097
  from .outputdatadog import (
2152
2098
  DatadogSite,
2153
2099
  OutputDatadog,
@@ -2364,7 +2310,6 @@ if TYPE_CHECKING:
2364
2310
  OutputGoogleChronicleType,
2365
2311
  OutputGoogleChronicleTypedDict,
2366
2312
  SendEventsAs,
2367
- UDMType,
2368
2313
  )
2369
2314
  from .outputgooglecloudlogging import (
2370
2315
  LogLabel,
@@ -2549,7 +2494,6 @@ if TYPE_CHECKING:
2549
2494
  OutputKafkaAuth,
2550
2495
  OutputKafkaAuthTypedDict,
2551
2496
  OutputKafkaAuthentication,
2552
- OutputKafkaAuthenticationMethod,
2553
2497
  OutputKafkaAuthenticationTypedDict,
2554
2498
  OutputKafkaBackpressureBehavior,
2555
2499
  OutputKafkaCompression,
@@ -2562,16 +2506,13 @@ if TYPE_CHECKING:
2562
2506
  OutputKafkaMaximumTLSVersion,
2563
2507
  OutputKafkaMinimumTLSVersion,
2564
2508
  OutputKafkaMode,
2565
- OutputKafkaOauthParam,
2566
- OutputKafkaOauthParamTypedDict,
2567
2509
  OutputKafkaPqCompressCompression,
2568
2510
  OutputKafkaPqControls,
2569
2511
  OutputKafkaPqControlsTypedDict,
2570
2512
  OutputKafkaQueueFullBehavior,
2571
2513
  OutputKafkaRecordDataFormat,
2572
2514
  OutputKafkaSASLMechanism,
2573
- OutputKafkaSaslExtension,
2574
- OutputKafkaSaslExtensionTypedDict,
2515
+ OutputKafkaSchemaType,
2575
2516
  OutputKafkaTLSSettingsClientSide,
2576
2517
  OutputKafkaTLSSettingsClientSideTypedDict,
2577
2518
  OutputKafkaType,
@@ -2654,6 +2595,7 @@ if TYPE_CHECKING:
2654
2595
  OutputMskPqControlsTypedDict,
2655
2596
  OutputMskQueueFullBehavior,
2656
2597
  OutputMskRecordDataFormat,
2598
+ OutputMskSchemaType,
2657
2599
  OutputMskSignatureVersion,
2658
2600
  OutputMskTLSSettingsClientSide,
2659
2601
  OutputMskTLSSettingsClientSideTypedDict,
@@ -2956,16 +2898,12 @@ if TYPE_CHECKING:
2956
2898
  OutputSplunkHecExtraHTTPHeader,
2957
2899
  OutputSplunkHecExtraHTTPHeaderTypedDict,
2958
2900
  OutputSplunkHecFailedRequestLoggingMode,
2959
- OutputSplunkHecMaximumTLSVersion,
2960
- OutputSplunkHecMinimumTLSVersion,
2961
2901
  OutputSplunkHecMode,
2962
2902
  OutputSplunkHecPqControls,
2963
2903
  OutputSplunkHecPqControlsTypedDict,
2964
2904
  OutputSplunkHecQueueFullBehavior,
2965
2905
  OutputSplunkHecResponseRetrySetting,
2966
2906
  OutputSplunkHecResponseRetrySettingTypedDict,
2967
- OutputSplunkHecTLSSettingsClientSide,
2968
- OutputSplunkHecTLSSettingsClientSideTypedDict,
2969
2907
  OutputSplunkHecTimeoutRetrySettings,
2970
2908
  OutputSplunkHecTimeoutRetrySettingsTypedDict,
2971
2909
  OutputSplunkHecType,
@@ -3216,6 +3154,7 @@ if TYPE_CHECKING:
3216
3154
  from .productscore import ProductsCore
3217
3155
  from .rbacresource import RbacResource
3218
3156
  from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
3157
+ from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
3219
3158
  from .routeconf import RouteConf, RouteConfTypedDict
3220
3159
  from .routes import (
3221
3160
  Comment,
@@ -3348,7 +3287,6 @@ if TYPE_CHECKING:
3348
3287
  UpdatePacksByIDResponse,
3349
3288
  UpdatePacksByIDResponseTypedDict,
3350
3289
  )
3351
- from .updatepacksop import UpdatePacksRequest, UpdatePacksRequestTypedDict
3352
3290
  from .updatepipelinebyidop import (
3353
3291
  UpdatePipelineByIDRequest,
3354
3292
  UpdatePipelineByIDRequestTypedDict,
@@ -3361,7 +3299,6 @@ if TYPE_CHECKING:
3361
3299
  UpdateRoutesByIDResponse,
3362
3300
  UpdateRoutesByIDResponseTypedDict,
3363
3301
  )
3364
- from .uploadpackresponse import UploadPackResponse, UploadPackResponseTypedDict
3365
3302
  from .useraccesscontrollist import (
3366
3303
  UserAccessControlList,
3367
3304
  UserAccessControlListTypedDict,
@@ -3378,6 +3315,7 @@ __all__ = [
3378
3315
  "AdditionalPropertyTypedDict",
3379
3316
  "Allow",
3380
3317
  "AllowTypedDict",
3318
+ "AppMode",
3381
3319
  "Audit",
3382
3320
  "AuditTypedDict",
3383
3321
  "AuthToken",
@@ -3420,9 +3358,6 @@ __all__ = [
3420
3358
  "ConfigGroup",
3421
3359
  "ConfigGroupCloud",
3422
3360
  "ConfigGroupCloudTypedDict",
3423
- "ConfigGroupEstimatedIngestRate",
3424
- "ConfigGroupGit",
3425
- "ConfigGroupGitTypedDict",
3426
3361
  "ConfigGroupLookups",
3427
3362
  "ConfigGroupLookupsLookup",
3428
3363
  "ConfigGroupLookupsLookupTypedDict",
@@ -3531,7 +3466,6 @@ __all__ = [
3531
3466
  "DiffFilesTypedDict",
3532
3467
  "DisksAndFileSystems",
3533
3468
  "DisksAndFileSystemsTypedDict",
3534
- "DistMode",
3535
3469
  "DistributedSummary",
3536
3470
  "DistributedSummaryGroups",
3537
3471
  "DistributedSummaryGroupsTypedDict",
@@ -3548,6 +3482,8 @@ __all__ = [
3548
3482
  "EndpointParam",
3549
3483
  "EndpointParamTypedDict",
3550
3484
  "EndpointType",
3485
+ "Error",
3486
+ "ErrorTypedDict",
3551
3487
  "EventFormat",
3552
3488
  "Executor",
3553
3489
  "ExecutorSpecificSettings",
@@ -3589,6 +3525,8 @@ __all__ = [
3589
3525
  "GetCriblLakeDatasetByLakeIDRequestTypedDict",
3590
3526
  "GetCriblLakeDatasetByLakeIDResponse",
3591
3527
  "GetCriblLakeDatasetByLakeIDResponseTypedDict",
3528
+ "GetHealthInfoResponse",
3529
+ "GetHealthInfoResponseTypedDict",
3592
3530
  "GetInputByIDRequest",
3593
3531
  "GetInputByIDRequestTypedDict",
3594
3532
  "GetInputByIDResponse",
@@ -3657,6 +3595,7 @@ __all__ = [
3657
3595
  "GetVersionStatusRequestTypedDict",
3658
3596
  "GetVersionStatusResponse",
3659
3597
  "GetVersionStatusResponseTypedDict",
3598
+ "Git",
3660
3599
  "GitCommitParams",
3661
3600
  "GitCommitParamsTypedDict",
3662
3601
  "GitCommitSummary",
@@ -3685,18 +3624,13 @@ __all__ = [
3685
3624
  "GitShowResultTypedDict",
3686
3625
  "GitStatusResult",
3687
3626
  "GitStatusResultTypedDict",
3688
- "GroupCreateRequest",
3689
- "GroupCreateRequestEstimatedIngestRate",
3690
- "GroupCreateRequestGit",
3691
- "GroupCreateRequestGitTypedDict",
3692
- "GroupCreateRequestType",
3693
- "GroupCreateRequestTypedDict",
3627
+ "GitTypedDict",
3694
3628
  "HBCriblInfo",
3695
3629
  "HBCriblInfoTypedDict",
3696
3630
  "HBLeaderInfo",
3697
3631
  "HBLeaderInfoTypedDict",
3698
- "HealthServerStatus",
3699
- "HealthServerStatusTypedDict",
3632
+ "HealthStatus",
3633
+ "HealthStatusTypedDict",
3700
3634
  "HeartbeatMetadata",
3701
3635
  "HeartbeatMetadataAws",
3702
3636
  "HeartbeatMetadataAwsTypedDict",
@@ -3781,7 +3715,6 @@ __all__ = [
3781
3715
  "InputConfluentCloudAuth",
3782
3716
  "InputConfluentCloudAuthTypedDict",
3783
3717
  "InputConfluentCloudAuthentication",
3784
- "InputConfluentCloudAuthenticationMethod",
3785
3718
  "InputConfluentCloudAuthenticationTypedDict",
3786
3719
  "InputConfluentCloudCompression",
3787
3720
  "InputConfluentCloudConnection",
@@ -3797,15 +3730,12 @@ __all__ = [
3797
3730
  "InputConfluentCloudMetadatumTypedDict",
3798
3731
  "InputConfluentCloudMinimumTLSVersion",
3799
3732
  "InputConfluentCloudMode",
3800
- "InputConfluentCloudOauthParam",
3801
- "InputConfluentCloudOauthParamTypedDict",
3802
3733
  "InputConfluentCloudPq",
3803
3734
  "InputConfluentCloudPqControls",
3804
3735
  "InputConfluentCloudPqControlsTypedDict",
3805
3736
  "InputConfluentCloudPqTypedDict",
3806
3737
  "InputConfluentCloudSASLMechanism",
3807
- "InputConfluentCloudSaslExtension",
3808
- "InputConfluentCloudSaslExtensionTypedDict",
3738
+ "InputConfluentCloudSchemaType",
3809
3739
  "InputConfluentCloudTLSSettingsClientSide",
3810
3740
  "InputConfluentCloudTLSSettingsClientSideTypedDict",
3811
3741
  "InputConfluentCloudType",
@@ -3991,16 +3921,13 @@ __all__ = [
3991
3921
  "InputElasticType",
3992
3922
  "InputElasticTypedDict",
3993
3923
  "InputEventhub",
3994
- "InputEventhubAuthTypeAuthenticationMethod",
3995
3924
  "InputEventhubAuthentication",
3996
3925
  "InputEventhubAuthenticationTypedDict",
3997
- "InputEventhubClientSecretAuthTypeAuthenticationMethod",
3998
3926
  "InputEventhubCompression",
3999
3927
  "InputEventhubConnection",
4000
3928
  "InputEventhubConnectionTypedDict",
4001
3929
  "InputEventhubMetadatum",
4002
3930
  "InputEventhubMetadatumTypedDict",
4003
- "InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
4004
3931
  "InputEventhubMode",
4005
3932
  "InputEventhubPq",
4006
3933
  "InputEventhubPqControls",
@@ -4178,7 +4105,6 @@ __all__ = [
4178
4105
  "InputKafkaAuth",
4179
4106
  "InputKafkaAuthTypedDict",
4180
4107
  "InputKafkaAuthentication",
4181
- "InputKafkaAuthenticationMethod",
4182
4108
  "InputKafkaAuthenticationTypedDict",
4183
4109
  "InputKafkaCompression",
4184
4110
  "InputKafkaConnection",
@@ -4194,15 +4120,12 @@ __all__ = [
4194
4120
  "InputKafkaMetadatumTypedDict",
4195
4121
  "InputKafkaMinimumTLSVersion",
4196
4122
  "InputKafkaMode",
4197
- "InputKafkaOauthParam",
4198
- "InputKafkaOauthParamTypedDict",
4199
4123
  "InputKafkaPq",
4200
4124
  "InputKafkaPqControls",
4201
4125
  "InputKafkaPqControlsTypedDict",
4202
4126
  "InputKafkaPqTypedDict",
4203
4127
  "InputKafkaSASLMechanism",
4204
- "InputKafkaSaslExtension",
4205
- "InputKafkaSaslExtensionTypedDict",
4128
+ "InputKafkaSchemaType",
4206
4129
  "InputKafkaTLSSettingsClientSide",
4207
4130
  "InputKafkaTLSSettingsClientSideTypedDict",
4208
4131
  "InputKafkaType",
@@ -4352,6 +4275,7 @@ __all__ = [
4352
4275
  "InputMskPqControls",
4353
4276
  "InputMskPqControlsTypedDict",
4354
4277
  "InputMskPqTypedDict",
4278
+ "InputMskSchemaType",
4355
4279
  "InputMskSignatureVersion",
4356
4280
  "InputMskTLSSettingsClientSide",
4357
4281
  "InputMskTLSSettingsClientSideTypedDict",
@@ -4995,6 +4919,7 @@ __all__ = [
4995
4919
  "MasterWorkerEntryWorkers",
4996
4920
  "MasterWorkerEntryWorkersTypedDict",
4997
4921
  "MetricsProtocol",
4922
+ "MicrosoftEntraIDAuthenticationEndpoint",
4998
4923
  "NodeActiveUpgradeStatus",
4999
4924
  "NodeFailedUpgradeStatus",
5000
4925
  "NodeProvidedInfo",
@@ -5021,8 +4946,6 @@ __all__ = [
5021
4946
  "OldModeTypedDict",
5022
4947
  "Os",
5023
4948
  "OsTypedDict",
5024
- "OutpostNodeInfo",
5025
- "OutpostNodeInfoTypedDict",
5026
4949
  "Output",
5027
4950
  "OutputAzureBlob",
5028
4951
  "OutputAzureBlobAuthenticationMethod",
@@ -5045,15 +4968,9 @@ __all__ = [
5045
4968
  "OutputAzureDataExplorerCertificate",
5046
4969
  "OutputAzureDataExplorerCertificateTypedDict",
5047
4970
  "OutputAzureDataExplorerCompressCompression",
5048
- "OutputAzureDataExplorerCompressionLevel",
5049
4971
  "OutputAzureDataExplorerDataFormat",
5050
- "OutputAzureDataExplorerDataPageVersion",
5051
4972
  "OutputAzureDataExplorerDiskSpaceProtection",
5052
- "OutputAzureDataExplorerKeyValueMetadatum",
5053
- "OutputAzureDataExplorerKeyValueMetadatumTypedDict",
5054
- "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
5055
4973
  "OutputAzureDataExplorerMode",
5056
- "OutputAzureDataExplorerParquetVersion",
5057
4974
  "OutputAzureDataExplorerPqCompressCompression",
5058
4975
  "OutputAzureDataExplorerPqControls",
5059
4976
  "OutputAzureDataExplorerPqControlsTypedDict",
@@ -5066,13 +4983,10 @@ __all__ = [
5066
4983
  "OutputAzureDataExplorerTypedDict",
5067
4984
  "OutputAzureEventhub",
5068
4985
  "OutputAzureEventhubAcknowledgments",
5069
- "OutputAzureEventhubAuthTypeAuthenticationMethod",
5070
4986
  "OutputAzureEventhubAuthentication",
5071
4987
  "OutputAzureEventhubAuthenticationTypedDict",
5072
4988
  "OutputAzureEventhubBackpressureBehavior",
5073
- "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
5074
4989
  "OutputAzureEventhubCompression",
5075
- "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
5076
4990
  "OutputAzureEventhubMode",
5077
4991
  "OutputAzureEventhubPqControls",
5078
4992
  "OutputAzureEventhubPqControlsTypedDict",
@@ -5160,7 +5074,6 @@ __all__ = [
5160
5074
  "OutputConfluentCloudAuth",
5161
5075
  "OutputConfluentCloudAuthTypedDict",
5162
5076
  "OutputConfluentCloudAuthentication",
5163
- "OutputConfluentCloudAuthenticationMethod",
5164
5077
  "OutputConfluentCloudAuthenticationTypedDict",
5165
5078
  "OutputConfluentCloudBackpressureBehavior",
5166
5079
  "OutputConfluentCloudCompression",
@@ -5173,16 +5086,13 @@ __all__ = [
5173
5086
  "OutputConfluentCloudMaximumTLSVersion",
5174
5087
  "OutputConfluentCloudMinimumTLSVersion",
5175
5088
  "OutputConfluentCloudMode",
5176
- "OutputConfluentCloudOauthParam",
5177
- "OutputConfluentCloudOauthParamTypedDict",
5178
5089
  "OutputConfluentCloudPqCompressCompression",
5179
5090
  "OutputConfluentCloudPqControls",
5180
5091
  "OutputConfluentCloudPqControlsTypedDict",
5181
5092
  "OutputConfluentCloudQueueFullBehavior",
5182
5093
  "OutputConfluentCloudRecordDataFormat",
5183
5094
  "OutputConfluentCloudSASLMechanism",
5184
- "OutputConfluentCloudSaslExtension",
5185
- "OutputConfluentCloudSaslExtensionTypedDict",
5095
+ "OutputConfluentCloudSchemaType",
5186
5096
  "OutputConfluentCloudTLSSettingsClientSide",
5187
5097
  "OutputConfluentCloudTLSSettingsClientSideTypedDict",
5188
5098
  "OutputConfluentCloudType",
@@ -5255,18 +5165,6 @@ __all__ = [
5255
5165
  "OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict",
5256
5166
  "OutputCrowdstrikeNextGenSiemType",
5257
5167
  "OutputCrowdstrikeNextGenSiemTypedDict",
5258
- "OutputDatabricks",
5259
- "OutputDatabricksBackpressureBehavior",
5260
- "OutputDatabricksCompression",
5261
- "OutputDatabricksCompressionLevel",
5262
- "OutputDatabricksDataFormat",
5263
- "OutputDatabricksDataPageVersion",
5264
- "OutputDatabricksDiskSpaceProtection",
5265
- "OutputDatabricksKeyValueMetadatum",
5266
- "OutputDatabricksKeyValueMetadatumTypedDict",
5267
- "OutputDatabricksParquetVersion",
5268
- "OutputDatabricksType",
5269
- "OutputDatabricksTypedDict",
5270
5168
  "OutputDatadog",
5271
5169
  "OutputDatadogAuthenticationMethod",
5272
5170
  "OutputDatadogBackpressureBehavior",
@@ -5614,7 +5512,6 @@ __all__ = [
5614
5512
  "OutputKafkaAuth",
5615
5513
  "OutputKafkaAuthTypedDict",
5616
5514
  "OutputKafkaAuthentication",
5617
- "OutputKafkaAuthenticationMethod",
5618
5515
  "OutputKafkaAuthenticationTypedDict",
5619
5516
  "OutputKafkaBackpressureBehavior",
5620
5517
  "OutputKafkaCompression",
@@ -5627,16 +5524,13 @@ __all__ = [
5627
5524
  "OutputKafkaMaximumTLSVersion",
5628
5525
  "OutputKafkaMinimumTLSVersion",
5629
5526
  "OutputKafkaMode",
5630
- "OutputKafkaOauthParam",
5631
- "OutputKafkaOauthParamTypedDict",
5632
5527
  "OutputKafkaPqCompressCompression",
5633
5528
  "OutputKafkaPqControls",
5634
5529
  "OutputKafkaPqControlsTypedDict",
5635
5530
  "OutputKafkaQueueFullBehavior",
5636
5531
  "OutputKafkaRecordDataFormat",
5637
5532
  "OutputKafkaSASLMechanism",
5638
- "OutputKafkaSaslExtension",
5639
- "OutputKafkaSaslExtensionTypedDict",
5533
+ "OutputKafkaSchemaType",
5640
5534
  "OutputKafkaTLSSettingsClientSide",
5641
5535
  "OutputKafkaTLSSettingsClientSideTypedDict",
5642
5536
  "OutputKafkaType",
@@ -5711,6 +5605,7 @@ __all__ = [
5711
5605
  "OutputMskPqControlsTypedDict",
5712
5606
  "OutputMskQueueFullBehavior",
5713
5607
  "OutputMskRecordDataFormat",
5608
+ "OutputMskSchemaType",
5714
5609
  "OutputMskSignatureVersion",
5715
5610
  "OutputMskTLSSettingsClientSide",
5716
5611
  "OutputMskTLSSettingsClientSideTypedDict",
@@ -5960,16 +5855,12 @@ __all__ = [
5960
5855
  "OutputSplunkHecExtraHTTPHeader",
5961
5856
  "OutputSplunkHecExtraHTTPHeaderTypedDict",
5962
5857
  "OutputSplunkHecFailedRequestLoggingMode",
5963
- "OutputSplunkHecMaximumTLSVersion",
5964
- "OutputSplunkHecMinimumTLSVersion",
5965
5858
  "OutputSplunkHecMode",
5966
5859
  "OutputSplunkHecPqControls",
5967
5860
  "OutputSplunkHecPqControlsTypedDict",
5968
5861
  "OutputSplunkHecQueueFullBehavior",
5969
5862
  "OutputSplunkHecResponseRetrySetting",
5970
5863
  "OutputSplunkHecResponseRetrySettingTypedDict",
5971
- "OutputSplunkHecTLSSettingsClientSide",
5972
- "OutputSplunkHecTLSSettingsClientSideTypedDict",
5973
5864
  "OutputSplunkHecTimeoutRetrySettings",
5974
5865
  "OutputSplunkHecTimeoutRetrySettingsTypedDict",
5975
5866
  "OutputSplunkHecType",
@@ -6221,6 +6112,8 @@ __all__ = [
6221
6112
  "ResourceTypeLabel",
6222
6113
  "ResourceTypeLabelTypedDict",
6223
6114
  "Role",
6115
+ "RouteCloneConf",
6116
+ "RouteCloneConfTypedDict",
6224
6117
  "RouteConf",
6225
6118
  "RouteConfTypedDict",
6226
6119
  "Routes",
@@ -6299,7 +6192,6 @@ __all__ = [
6299
6192
  "ShardLoadBalancing",
6300
6193
  "SplunkHecMetadata",
6301
6194
  "SplunkHecMetadataTypedDict",
6302
- "State",
6303
6195
  "Status",
6304
6196
  "Subscription",
6305
6197
  "SubscriptionMetadatum",
@@ -6316,7 +6208,6 @@ __all__ = [
6316
6208
  "TimeRange",
6317
6209
  "TimestampFormat",
6318
6210
  "TimestampPrecision",
6319
- "UDMType",
6320
6211
  "UpdateConfigGroupByProductAndIDRequest",
6321
6212
  "UpdateConfigGroupByProductAndIDRequestTypedDict",
6322
6213
  "UpdateConfigGroupByProductAndIDResponse",
@@ -6349,8 +6240,6 @@ __all__ = [
6349
6240
  "UpdatePacksByIDRequestTypedDict",
6350
6241
  "UpdatePacksByIDResponse",
6351
6242
  "UpdatePacksByIDResponseTypedDict",
6352
- "UpdatePacksRequest",
6353
- "UpdatePacksRequestTypedDict",
6354
6243
  "UpdatePipelineByIDRequest",
6355
6244
  "UpdatePipelineByIDRequestTypedDict",
6356
6245
  "UpdatePipelineByIDResponse",
@@ -6359,8 +6248,6 @@ __all__ = [
6359
6248
  "UpdateRoutesByIDRequestTypedDict",
6360
6249
  "UpdateRoutesByIDResponse",
6361
6250
  "UpdateRoutesByIDResponseTypedDict",
6362
- "UploadPackResponse",
6363
- "UploadPackResponseTypedDict",
6364
6251
  "UserAccessControlList",
6365
6252
  "UserAccessControlListTypedDict",
6366
6253
  "UsersAndGroups",
@@ -6377,6 +6264,7 @@ _dynamic_imports: dict[str, str] = {
6377
6264
  "AddHecTokenRequestMetadatum": ".addhectokenrequest",
6378
6265
  "AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
6379
6266
  "AddHecTokenRequestTypedDict": ".addhectokenrequest",
6267
+ "AppMode": ".appmode",
6380
6268
  "AuthToken": ".authtoken",
6381
6269
  "AuthTokenTypedDict": ".authtoken",
6382
6270
  "BranchInfo": ".branchinfo",
@@ -6388,11 +6276,10 @@ _dynamic_imports: dict[str, str] = {
6388
6276
  "Commit": ".commit",
6389
6277
  "CommitTypedDict": ".commit",
6390
6278
  "ConfigGroup": ".configgroup",
6391
- "ConfigGroupEstimatedIngestRate": ".configgroup",
6392
- "ConfigGroupGit": ".configgroup",
6393
- "ConfigGroupGitTypedDict": ".configgroup",
6394
6279
  "ConfigGroupType": ".configgroup",
6395
6280
  "ConfigGroupTypedDict": ".configgroup",
6281
+ "Git": ".configgroup",
6282
+ "GitTypedDict": ".configgroup",
6396
6283
  "ConfigGroupCloud": ".configgroupcloud",
6397
6284
  "ConfigGroupCloudTypedDict": ".configgroupcloud",
6398
6285
  "ConfigGroupLookups": ".configgrouplookups",
@@ -6512,6 +6399,8 @@ _dynamic_imports: dict[str, str] = {
6512
6399
  "DistributedSummaryTypedDict": ".distributedsummary",
6513
6400
  "DistributedSummaryWorkers": ".distributedsummary",
6514
6401
  "DistributedSummaryWorkersTypedDict": ".distributedsummary",
6402
+ "Error": ".error",
6403
+ "ErrorTypedDict": ".error",
6515
6404
  "GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
6516
6405
  "GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
6517
6406
  "GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
@@ -6536,6 +6425,8 @@ _dynamic_imports: dict[str, str] = {
6536
6425
  "GetCriblLakeDatasetByLakeIDRequestTypedDict": ".getcribllakedatasetbylakeidop",
6537
6426
  "GetCriblLakeDatasetByLakeIDResponse": ".getcribllakedatasetbylakeidop",
6538
6427
  "GetCriblLakeDatasetByLakeIDResponseTypedDict": ".getcribllakedatasetbylakeidop",
6428
+ "GetHealthInfoResponse": ".gethealthinfoop",
6429
+ "GetHealthInfoResponseTypedDict": ".gethealthinfoop",
6539
6430
  "GetInputByIDRequest": ".getinputbyidop",
6540
6431
  "GetInputByIDRequestTypedDict": ".getinputbyidop",
6541
6432
  "GetInputByIDResponse": ".getinputbyidop",
@@ -6645,23 +6536,16 @@ _dynamic_imports: dict[str, str] = {
6645
6536
  "GitStatusResultTypedDict": ".gitstatusresult",
6646
6537
  "Renamed": ".gitstatusresult",
6647
6538
  "RenamedTypedDict": ".gitstatusresult",
6648
- "GroupCreateRequest": ".groupcreaterequest",
6649
- "GroupCreateRequestEstimatedIngestRate": ".groupcreaterequest",
6650
- "GroupCreateRequestGit": ".groupcreaterequest",
6651
- "GroupCreateRequestGitTypedDict": ".groupcreaterequest",
6652
- "GroupCreateRequestType": ".groupcreaterequest",
6653
- "GroupCreateRequestTypedDict": ".groupcreaterequest",
6654
6539
  "Config": ".hbcriblinfo",
6655
6540
  "ConfigTypedDict": ".hbcriblinfo",
6656
- "DistMode": ".hbcriblinfo",
6657
6541
  "HBCriblInfo": ".hbcriblinfo",
6658
6542
  "HBCriblInfoTypedDict": ".hbcriblinfo",
6659
6543
  "HBLeaderInfo": ".hbleaderinfo",
6660
6544
  "HBLeaderInfoTypedDict": ".hbleaderinfo",
6661
- "HealthServerStatus": ".healthserverstatus",
6662
- "HealthServerStatusTypedDict": ".healthserverstatus",
6663
- "Role": ".healthserverstatus",
6664
- "Status": ".healthserverstatus",
6545
+ "HealthStatus": ".healthstatus",
6546
+ "HealthStatusTypedDict": ".healthstatus",
6547
+ "Role": ".healthstatus",
6548
+ "Status": ".healthstatus",
6665
6549
  "HeartbeatMetadata": ".heartbeatmetadata",
6666
6550
  "HeartbeatMetadataAws": ".heartbeatmetadata",
6667
6551
  "HeartbeatMetadataAwsTypedDict": ".heartbeatmetadata",
@@ -6738,7 +6622,6 @@ _dynamic_imports: dict[str, str] = {
6738
6622
  "InputConfluentCloudAuth": ".inputconfluentcloud",
6739
6623
  "InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
6740
6624
  "InputConfluentCloudAuthentication": ".inputconfluentcloud",
6741
- "InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
6742
6625
  "InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
6743
6626
  "InputConfluentCloudCompression": ".inputconfluentcloud",
6744
6627
  "InputConfluentCloudConnection": ".inputconfluentcloud",
@@ -6754,15 +6637,12 @@ _dynamic_imports: dict[str, str] = {
6754
6637
  "InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
6755
6638
  "InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
6756
6639
  "InputConfluentCloudMode": ".inputconfluentcloud",
6757
- "InputConfluentCloudOauthParam": ".inputconfluentcloud",
6758
- "InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
6759
6640
  "InputConfluentCloudPq": ".inputconfluentcloud",
6760
6641
  "InputConfluentCloudPqControls": ".inputconfluentcloud",
6761
6642
  "InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
6762
6643
  "InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
6763
6644
  "InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
6764
- "InputConfluentCloudSaslExtension": ".inputconfluentcloud",
6765
- "InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
6645
+ "InputConfluentCloudSchemaType": ".inputconfluentcloud",
6766
6646
  "InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
6767
6647
  "InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
6768
6648
  "InputConfluentCloudType": ".inputconfluentcloud",
@@ -6960,16 +6840,13 @@ _dynamic_imports: dict[str, str] = {
6960
6840
  "InputElasticType": ".inputelastic",
6961
6841
  "InputElasticTypedDict": ".inputelastic",
6962
6842
  "InputEventhub": ".inputeventhub",
6963
- "InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
6964
6843
  "InputEventhubAuthentication": ".inputeventhub",
6965
6844
  "InputEventhubAuthenticationTypedDict": ".inputeventhub",
6966
- "InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
6967
6845
  "InputEventhubCompression": ".inputeventhub",
6968
6846
  "InputEventhubConnection": ".inputeventhub",
6969
6847
  "InputEventhubConnectionTypedDict": ".inputeventhub",
6970
6848
  "InputEventhubMetadatum": ".inputeventhub",
6971
6849
  "InputEventhubMetadatumTypedDict": ".inputeventhub",
6972
- "InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
6973
6850
  "InputEventhubMode": ".inputeventhub",
6974
6851
  "InputEventhubPq": ".inputeventhub",
6975
6852
  "InputEventhubPqControls": ".inputeventhub",
@@ -7164,7 +7041,6 @@ _dynamic_imports: dict[str, str] = {
7164
7041
  "InputKafkaAuth": ".inputkafka",
7165
7042
  "InputKafkaAuthTypedDict": ".inputkafka",
7166
7043
  "InputKafkaAuthentication": ".inputkafka",
7167
- "InputKafkaAuthenticationMethod": ".inputkafka",
7168
7044
  "InputKafkaAuthenticationTypedDict": ".inputkafka",
7169
7045
  "InputKafkaCompression": ".inputkafka",
7170
7046
  "InputKafkaConnection": ".inputkafka",
@@ -7180,15 +7056,12 @@ _dynamic_imports: dict[str, str] = {
7180
7056
  "InputKafkaMetadatumTypedDict": ".inputkafka",
7181
7057
  "InputKafkaMinimumTLSVersion": ".inputkafka",
7182
7058
  "InputKafkaMode": ".inputkafka",
7183
- "InputKafkaOauthParam": ".inputkafka",
7184
- "InputKafkaOauthParamTypedDict": ".inputkafka",
7185
7059
  "InputKafkaPq": ".inputkafka",
7186
7060
  "InputKafkaPqControls": ".inputkafka",
7187
7061
  "InputKafkaPqControlsTypedDict": ".inputkafka",
7188
7062
  "InputKafkaPqTypedDict": ".inputkafka",
7189
7063
  "InputKafkaSASLMechanism": ".inputkafka",
7190
- "InputKafkaSaslExtension": ".inputkafka",
7191
- "InputKafkaSaslExtensionTypedDict": ".inputkafka",
7064
+ "InputKafkaSchemaType": ".inputkafka",
7192
7065
  "InputKafkaTLSSettingsClientSide": ".inputkafka",
7193
7066
  "InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
7194
7067
  "InputKafkaType": ".inputkafka",
@@ -7340,6 +7213,7 @@ _dynamic_imports: dict[str, str] = {
7340
7213
  "InputMskPqControls": ".inputmsk",
7341
7214
  "InputMskPqControlsTypedDict": ".inputmsk",
7342
7215
  "InputMskPqTypedDict": ".inputmsk",
7216
+ "InputMskSchemaType": ".inputmsk",
7343
7217
  "InputMskSignatureVersion": ".inputmsk",
7344
7218
  "InputMskTLSSettingsClientSide": ".inputmsk",
7345
7219
  "InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
@@ -7969,7 +7843,6 @@ _dynamic_imports: dict[str, str] = {
7969
7843
  "JobInfoTypedDict": ".jobinfo",
7970
7844
  "JobStatus": ".jobstatus",
7971
7845
  "JobStatusTypedDict": ".jobstatus",
7972
- "State": ".jobstatus",
7973
7846
  "LakeDatasetSearchConfig": ".lakedatasetsearchconfig",
7974
7847
  "LakeDatasetSearchConfigTypedDict": ".lakedatasetsearchconfig",
7975
7848
  "LakehouseConnectionType": ".lakehouseconnectiontype",
@@ -8024,8 +7897,6 @@ _dynamic_imports: dict[str, str] = {
8024
7897
  "NodeUpgradeState": ".nodeupgradestate",
8025
7898
  "NodeUpgradeStatus": ".nodeupgradestatus",
8026
7899
  "NodeUpgradeStatusTypedDict": ".nodeupgradestatus",
8027
- "OutpostNodeInfo": ".outpostnodeinfo",
8028
- "OutpostNodeInfoTypedDict": ".outpostnodeinfo",
8029
7900
  "Output": ".output",
8030
7901
  "OutputTypedDict": ".output",
8031
7902
  "BlobAccessTier": ".outputazureblob",
@@ -8051,21 +7922,16 @@ _dynamic_imports: dict[str, str] = {
8051
7922
  "IngestIfNotExist": ".outputazuredataexplorer",
8052
7923
  "IngestIfNotExistTypedDict": ".outputazuredataexplorer",
8053
7924
  "IngestionMode": ".outputazuredataexplorer",
7925
+ "MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
8054
7926
  "OutputAzureDataExplorer": ".outputazuredataexplorer",
8055
7927
  "OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
8056
7928
  "OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
8057
7929
  "OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
8058
7930
  "OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
8059
7931
  "OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
8060
- "OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
8061
7932
  "OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
8062
- "OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
8063
7933
  "OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
8064
- "OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
8065
- "OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
8066
- "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
8067
7934
  "OutputAzureDataExplorerMode": ".outputazuredataexplorer",
8068
- "OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
8069
7935
  "OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
8070
7936
  "OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
8071
7937
  "OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
@@ -8081,13 +7947,10 @@ _dynamic_imports: dict[str, str] = {
8081
7947
  "ReportMethod": ".outputazuredataexplorer",
8082
7948
  "OutputAzureEventhub": ".outputazureeventhub",
8083
7949
  "OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
8084
- "OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
8085
7950
  "OutputAzureEventhubAuthentication": ".outputazureeventhub",
8086
7951
  "OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
8087
7952
  "OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
8088
- "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
8089
7953
  "OutputAzureEventhubCompression": ".outputazureeventhub",
8090
- "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
8091
7954
  "OutputAzureEventhubMode": ".outputazureeventhub",
8092
7955
  "OutputAzureEventhubPqControls": ".outputazureeventhub",
8093
7956
  "OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
@@ -8178,7 +8041,6 @@ _dynamic_imports: dict[str, str] = {
8178
8041
  "OutputConfluentCloudAuth": ".outputconfluentcloud",
8179
8042
  "OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
8180
8043
  "OutputConfluentCloudAuthentication": ".outputconfluentcloud",
8181
- "OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
8182
8044
  "OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
8183
8045
  "OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
8184
8046
  "OutputConfluentCloudCompression": ".outputconfluentcloud",
@@ -8191,16 +8053,13 @@ _dynamic_imports: dict[str, str] = {
8191
8053
  "OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
8192
8054
  "OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
8193
8055
  "OutputConfluentCloudMode": ".outputconfluentcloud",
8194
- "OutputConfluentCloudOauthParam": ".outputconfluentcloud",
8195
- "OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
8196
8056
  "OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
8197
8057
  "OutputConfluentCloudPqControls": ".outputconfluentcloud",
8198
8058
  "OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
8199
8059
  "OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
8200
8060
  "OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
8201
8061
  "OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
8202
- "OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
8203
- "OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
8062
+ "OutputConfluentCloudSchemaType": ".outputconfluentcloud",
8204
8063
  "OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
8205
8064
  "OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
8206
8065
  "OutputConfluentCloudType": ".outputconfluentcloud",
@@ -8274,18 +8133,6 @@ _dynamic_imports: dict[str, str] = {
8274
8133
  "OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict": ".outputcrowdstrikenextgensiem",
8275
8134
  "OutputCrowdstrikeNextGenSiemType": ".outputcrowdstrikenextgensiem",
8276
8135
  "OutputCrowdstrikeNextGenSiemTypedDict": ".outputcrowdstrikenextgensiem",
8277
- "OutputDatabricks": ".outputdatabricks",
8278
- "OutputDatabricksBackpressureBehavior": ".outputdatabricks",
8279
- "OutputDatabricksCompression": ".outputdatabricks",
8280
- "OutputDatabricksCompressionLevel": ".outputdatabricks",
8281
- "OutputDatabricksDataFormat": ".outputdatabricks",
8282
- "OutputDatabricksDataPageVersion": ".outputdatabricks",
8283
- "OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
8284
- "OutputDatabricksKeyValueMetadatum": ".outputdatabricks",
8285
- "OutputDatabricksKeyValueMetadatumTypedDict": ".outputdatabricks",
8286
- "OutputDatabricksParquetVersion": ".outputdatabricks",
8287
- "OutputDatabricksType": ".outputdatabricks",
8288
- "OutputDatabricksTypedDict": ".outputdatabricks",
8289
8136
  "DatadogSite": ".outputdatadog",
8290
8137
  "OutputDatadog": ".outputdatadog",
8291
8138
  "OutputDatadogAuthenticationMethod": ".outputdatadog",
@@ -8485,7 +8332,6 @@ _dynamic_imports: dict[str, str] = {
8485
8332
  "OutputGoogleChronicleType": ".outputgooglechronicle",
8486
8333
  "OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
8487
8334
  "SendEventsAs": ".outputgooglechronicle",
8488
- "UDMType": ".outputgooglechronicle",
8489
8335
  "LogLabel": ".outputgooglecloudlogging",
8490
8336
  "LogLabelTypedDict": ".outputgooglecloudlogging",
8491
8337
  "LogLocationType": ".outputgooglecloudlogging",
@@ -8652,7 +8498,6 @@ _dynamic_imports: dict[str, str] = {
8652
8498
  "OutputKafkaAuth": ".outputkafka",
8653
8499
  "OutputKafkaAuthTypedDict": ".outputkafka",
8654
8500
  "OutputKafkaAuthentication": ".outputkafka",
8655
- "OutputKafkaAuthenticationMethod": ".outputkafka",
8656
8501
  "OutputKafkaAuthenticationTypedDict": ".outputkafka",
8657
8502
  "OutputKafkaBackpressureBehavior": ".outputkafka",
8658
8503
  "OutputKafkaCompression": ".outputkafka",
@@ -8665,16 +8510,13 @@ _dynamic_imports: dict[str, str] = {
8665
8510
  "OutputKafkaMaximumTLSVersion": ".outputkafka",
8666
8511
  "OutputKafkaMinimumTLSVersion": ".outputkafka",
8667
8512
  "OutputKafkaMode": ".outputkafka",
8668
- "OutputKafkaOauthParam": ".outputkafka",
8669
- "OutputKafkaOauthParamTypedDict": ".outputkafka",
8670
8513
  "OutputKafkaPqCompressCompression": ".outputkafka",
8671
8514
  "OutputKafkaPqControls": ".outputkafka",
8672
8515
  "OutputKafkaPqControlsTypedDict": ".outputkafka",
8673
8516
  "OutputKafkaQueueFullBehavior": ".outputkafka",
8674
8517
  "OutputKafkaRecordDataFormat": ".outputkafka",
8675
8518
  "OutputKafkaSASLMechanism": ".outputkafka",
8676
- "OutputKafkaSaslExtension": ".outputkafka",
8677
- "OutputKafkaSaslExtensionTypedDict": ".outputkafka",
8519
+ "OutputKafkaSchemaType": ".outputkafka",
8678
8520
  "OutputKafkaTLSSettingsClientSide": ".outputkafka",
8679
8521
  "OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
8680
8522
  "OutputKafkaType": ".outputkafka",
@@ -8749,6 +8591,7 @@ _dynamic_imports: dict[str, str] = {
8749
8591
  "OutputMskPqControlsTypedDict": ".outputmsk",
8750
8592
  "OutputMskQueueFullBehavior": ".outputmsk",
8751
8593
  "OutputMskRecordDataFormat": ".outputmsk",
8594
+ "OutputMskSchemaType": ".outputmsk",
8752
8595
  "OutputMskSignatureVersion": ".outputmsk",
8753
8596
  "OutputMskTLSSettingsClientSide": ".outputmsk",
8754
8597
  "OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
@@ -9015,16 +8858,12 @@ _dynamic_imports: dict[str, str] = {
9015
8858
  "OutputSplunkHecExtraHTTPHeader": ".outputsplunkhec",
9016
8859
  "OutputSplunkHecExtraHTTPHeaderTypedDict": ".outputsplunkhec",
9017
8860
  "OutputSplunkHecFailedRequestLoggingMode": ".outputsplunkhec",
9018
- "OutputSplunkHecMaximumTLSVersion": ".outputsplunkhec",
9019
- "OutputSplunkHecMinimumTLSVersion": ".outputsplunkhec",
9020
8861
  "OutputSplunkHecMode": ".outputsplunkhec",
9021
8862
  "OutputSplunkHecPqControls": ".outputsplunkhec",
9022
8863
  "OutputSplunkHecPqControlsTypedDict": ".outputsplunkhec",
9023
8864
  "OutputSplunkHecQueueFullBehavior": ".outputsplunkhec",
9024
8865
  "OutputSplunkHecResponseRetrySetting": ".outputsplunkhec",
9025
8866
  "OutputSplunkHecResponseRetrySettingTypedDict": ".outputsplunkhec",
9026
- "OutputSplunkHecTLSSettingsClientSide": ".outputsplunkhec",
9027
- "OutputSplunkHecTLSSettingsClientSideTypedDict": ".outputsplunkhec",
9028
8867
  "OutputSplunkHecTimeoutRetrySettings": ".outputsplunkhec",
9029
8868
  "OutputSplunkHecTimeoutRetrySettingsTypedDict": ".outputsplunkhec",
9030
8869
  "OutputSplunkHecType": ".outputsplunkhec",
@@ -9248,6 +9087,8 @@ _dynamic_imports: dict[str, str] = {
9248
9087
  "RbacResource": ".rbacresource",
9249
9088
  "ResourcePolicy": ".resourcepolicy",
9250
9089
  "ResourcePolicyTypedDict": ".resourcepolicy",
9090
+ "RouteCloneConf": ".routecloneconf",
9091
+ "RouteCloneConfTypedDict": ".routecloneconf",
9251
9092
  "RouteConf": ".routeconf",
9252
9093
  "RouteConfTypedDict": ".routeconf",
9253
9094
  "Comment": ".routes",
@@ -9359,8 +9200,6 @@ _dynamic_imports: dict[str, str] = {
9359
9200
  "UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
9360
9201
  "UpdatePacksByIDResponse": ".updatepacksbyidop",
9361
9202
  "UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
9362
- "UpdatePacksRequest": ".updatepacksop",
9363
- "UpdatePacksRequestTypedDict": ".updatepacksop",
9364
9203
  "UpdatePipelineByIDRequest": ".updatepipelinebyidop",
9365
9204
  "UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
9366
9205
  "UpdatePipelineByIDResponse": ".updatepipelinebyidop",
@@ -9369,8 +9208,6 @@ _dynamic_imports: dict[str, str] = {
9369
9208
  "UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
9370
9209
  "UpdateRoutesByIDResponse": ".updateroutesbyidop",
9371
9210
  "UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
9372
- "UploadPackResponse": ".uploadpackresponse",
9373
- "UploadPackResponseTypedDict": ".uploadpackresponse",
9374
9211
  "UserAccessControlList": ".useraccesscontrollist",
9375
9212
  "UserAccessControlListTypedDict": ".useraccesscontrollist",
9376
9213
  "WorkerTypes": ".workertypes",