cribl-control-plane 0.2.1rc3__py3-none-any.whl → 0.2.1rc4__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 (102) 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 +105 -28
  4. cribl_control_plane/models/input.py +14 -14
  5. cribl_control_plane/models/inputappscope.py +20 -16
  6. cribl_control_plane/models/inputconfluentcloud.py +110 -0
  7. cribl_control_plane/models/inputcriblhttp.py +20 -16
  8. cribl_control_plane/models/inputcribllakehttp.py +20 -16
  9. cribl_control_plane/models/inputcribltcp.py +20 -16
  10. cribl_control_plane/models/inputdatadogagent.py +20 -16
  11. cribl_control_plane/models/inputedgeprometheus.py +44 -36
  12. cribl_control_plane/models/inputelastic.py +44 -27
  13. cribl_control_plane/models/inputeventhub.py +118 -0
  14. cribl_control_plane/models/inputfirehose.py +20 -16
  15. cribl_control_plane/models/inputgrafana.py +39 -31
  16. cribl_control_plane/models/inputhttp.py +20 -16
  17. cribl_control_plane/models/inputhttpraw.py +20 -16
  18. cribl_control_plane/models/inputkafka.py +108 -0
  19. cribl_control_plane/models/inputloki.py +20 -16
  20. cribl_control_plane/models/inputmetrics.py +20 -16
  21. cribl_control_plane/models/inputmodeldriventelemetry.py +20 -16
  22. cribl_control_plane/models/inputopentelemetry.py +19 -15
  23. cribl_control_plane/models/inputprometheus.py +44 -36
  24. cribl_control_plane/models/inputprometheusrw.py +20 -16
  25. cribl_control_plane/models/inputsplunk.py +20 -16
  26. cribl_control_plane/models/inputsplunkhec.py +19 -15
  27. cribl_control_plane/models/inputsyslog.py +39 -31
  28. cribl_control_plane/models/inputsystemmetrics.py +20 -10
  29. cribl_control_plane/models/inputtcp.py +30 -16
  30. cribl_control_plane/models/inputtcpjson.py +20 -16
  31. cribl_control_plane/models/inputwindowsmetrics.py +20 -10
  32. cribl_control_plane/models/inputwineventlogs.py +14 -0
  33. cribl_control_plane/models/inputwizwebhook.py +20 -16
  34. cribl_control_plane/models/inputzscalerhec.py +19 -15
  35. cribl_control_plane/models/output.py +22 -22
  36. cribl_control_plane/models/outputazureblob.py +7 -0
  37. cribl_control_plane/models/outputazuredataexplorer.py +283 -93
  38. cribl_control_plane/models/outputazureeventhub.py +169 -21
  39. cribl_control_plane/models/outputazurelogs.py +49 -21
  40. cribl_control_plane/models/outputchronicle.py +49 -21
  41. cribl_control_plane/models/outputclickhouse.py +49 -21
  42. cribl_control_plane/models/outputcloudwatch.py +49 -21
  43. cribl_control_plane/models/outputconfluentcloud.py +167 -22
  44. cribl_control_plane/models/outputcriblhttp.py +49 -21
  45. cribl_control_plane/models/outputcribltcp.py +49 -21
  46. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +50 -22
  47. cribl_control_plane/models/outputdatabricks.py +7 -0
  48. cribl_control_plane/models/outputdatadog.py +49 -21
  49. cribl_control_plane/models/outputdataset.py +49 -21
  50. cribl_control_plane/models/outputdls3.py +7 -0
  51. cribl_control_plane/models/outputdynatracehttp.py +49 -21
  52. cribl_control_plane/models/outputdynatraceotlp.py +49 -21
  53. cribl_control_plane/models/outputelastic.py +74 -21
  54. cribl_control_plane/models/outputelasticcloud.py +74 -21
  55. cribl_control_plane/models/outputfilesystem.py +7 -0
  56. cribl_control_plane/models/outputgooglechronicle.py +65 -22
  57. cribl_control_plane/models/outputgooglecloudlogging.py +50 -22
  58. cribl_control_plane/models/outputgooglecloudstorage.py +7 -0
  59. cribl_control_plane/models/outputgooglepubsub.py +49 -21
  60. cribl_control_plane/models/outputgrafanacloud.py +98 -42
  61. cribl_control_plane/models/outputgraphite.py +49 -21
  62. cribl_control_plane/models/outputhoneycomb.py +49 -21
  63. cribl_control_plane/models/outputhumiohec.py +49 -21
  64. cribl_control_plane/models/outputinfluxdb.py +49 -21
  65. cribl_control_plane/models/outputkafka.py +162 -19
  66. cribl_control_plane/models/outputkinesis.py +56 -21
  67. cribl_control_plane/models/outputloki.py +47 -19
  68. cribl_control_plane/models/outputminio.py +7 -0
  69. cribl_control_plane/models/outputmsk.py +54 -19
  70. cribl_control_plane/models/outputnewrelic.py +49 -21
  71. cribl_control_plane/models/outputnewrelicevents.py +50 -22
  72. cribl_control_plane/models/outputopentelemetry.py +49 -21
  73. cribl_control_plane/models/outputprometheus.py +49 -21
  74. cribl_control_plane/models/outputs3.py +7 -0
  75. cribl_control_plane/models/outputsentinel.py +49 -21
  76. cribl_control_plane/models/outputsentineloneaisiem.py +50 -22
  77. cribl_control_plane/models/outputservicenow.py +49 -21
  78. cribl_control_plane/models/outputsignalfx.py +49 -21
  79. cribl_control_plane/models/outputsns.py +47 -19
  80. cribl_control_plane/models/outputsplunk.py +49 -21
  81. cribl_control_plane/models/outputsplunkhec.py +49 -21
  82. cribl_control_plane/models/outputsplunklb.py +49 -21
  83. cribl_control_plane/models/outputsqs.py +47 -19
  84. cribl_control_plane/models/outputstatsd.py +49 -21
  85. cribl_control_plane/models/outputstatsdext.py +49 -21
  86. cribl_control_plane/models/outputsumologic.py +49 -21
  87. cribl_control_plane/models/outputsyslog.py +129 -99
  88. cribl_control_plane/models/outputtcpjson.py +49 -21
  89. cribl_control_plane/models/outputwavefront.py +49 -21
  90. cribl_control_plane/models/outputwebhook.py +49 -21
  91. cribl_control_plane/models/outputxsiam.py +47 -19
  92. cribl_control_plane/models/pipeline.py +4 -4
  93. cribl_control_plane/models/runnablejobcollection.py +12 -8
  94. cribl_control_plane/models/runnablejobexecutor.py +12 -8
  95. cribl_control_plane/models/runnablejobscheduledsearch.py +12 -8
  96. cribl_control_plane/pipelines.py +8 -8
  97. {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/METADATA +2 -6
  98. {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/RECORD +99 -102
  99. cribl_control_plane/mappings.py +0 -205
  100. cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +0 -52
  101. cribl_control_plane/models/rulesetid.py +0 -13
  102. {cribl_control_plane-0.2.1rc3.dist-info → cribl_control_plane-0.2.1rc4.dist-info}/WHEEL +0 -0
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.2.1rc3"
7
- __openapi_doc_version__: str = "4.15.0-alpha.1761655977097-59e6cf2e"
8
- __gen_version__: str = "2.731.4"
9
- __user_agent__: str = "speakeasy-sdk/python 0.2.1rc3 2.731.4 4.15.0-alpha.1761655977097-59e6cf2e cribl-control-plane"
6
+ __version__: str = "0.2.1rc4"
7
+ __openapi_doc_version__: str = "4.15.0-alpha.1761671994443-6dfb2215"
8
+ __gen_version__: str = "2.730.5"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.2.1rc4 2.730.5 4.15.0-alpha.1761671994443-6dfb2215 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -6,7 +6,6 @@ from cribl_control_plane import errors, models, utils
6
6
  from cribl_control_plane._hooks import HookContext
7
7
  from cribl_control_plane.acl import ACL
8
8
  from cribl_control_plane.groups_configs import GroupsConfigs
9
- from cribl_control_plane.mappings import Mappings
10
9
  from cribl_control_plane.types import OptionalNullable, UNSET
11
10
  from cribl_control_plane.utils import get_security_from_env
12
11
  from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_response
@@ -16,7 +15,6 @@ from typing import Any, List, Mapping, Optional, Union
16
15
  class GroupsSDK(BaseSDK):
17
16
  r"""Actions related to Groups"""
18
17
 
19
- mappings: Mappings
20
18
  configs: GroupsConfigs
21
19
  acl: ACL
22
20
 
@@ -28,7 +26,6 @@ class GroupsSDK(BaseSDK):
28
26
  self._init_sdks()
29
27
 
30
28
  def _init_sdks(self):
31
- self.mappings = Mappings(self.sdk_configuration, parent_ref=self.parent_ref)
32
29
  self.configs = GroupsConfigs(self.sdk_configuration, parent_ref=self.parent_ref)
33
30
  self.acl = ACL(self.sdk_configuration, parent_ref=self.parent_ref)
34
31
 
@@ -33,12 +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
36
  from .createconfiggroupbyproductop import (
43
37
  CreateConfigGroupByProductRequest,
44
38
  CreateConfigGroupByProductRequestTypedDict,
@@ -471,6 +465,7 @@ if TYPE_CHECKING:
471
465
  InputConfluentCloudAuth,
472
466
  InputConfluentCloudAuthTypedDict,
473
467
  InputConfluentCloudAuthentication,
468
+ InputConfluentCloudAuthenticationMethod,
474
469
  InputConfluentCloudAuthenticationTypedDict,
475
470
  InputConfluentCloudCompression,
476
471
  InputConfluentCloudConnection,
@@ -486,11 +481,15 @@ if TYPE_CHECKING:
486
481
  InputConfluentCloudMetadatumTypedDict,
487
482
  InputConfluentCloudMinimumTLSVersion,
488
483
  InputConfluentCloudMode,
484
+ InputConfluentCloudOauthParam,
485
+ InputConfluentCloudOauthParamTypedDict,
489
486
  InputConfluentCloudPq,
490
487
  InputConfluentCloudPqControls,
491
488
  InputConfluentCloudPqControlsTypedDict,
492
489
  InputConfluentCloudPqTypedDict,
493
490
  InputConfluentCloudSASLMechanism,
491
+ InputConfluentCloudSaslExtension,
492
+ InputConfluentCloudSaslExtensionTypedDict,
494
493
  InputConfluentCloudTLSSettingsClientSide,
495
494
  InputConfluentCloudTLSSettingsClientSideTypedDict,
496
495
  InputConfluentCloudType,
@@ -710,13 +709,16 @@ if TYPE_CHECKING:
710
709
  )
711
710
  from .inputeventhub import (
712
711
  InputEventhub,
712
+ InputEventhubAuthTypeAuthenticationMethod,
713
713
  InputEventhubAuthentication,
714
714
  InputEventhubAuthenticationTypedDict,
715
+ InputEventhubClientSecretAuthTypeAuthenticationMethod,
715
716
  InputEventhubCompression,
716
717
  InputEventhubConnection,
717
718
  InputEventhubConnectionTypedDict,
718
719
  InputEventhubMetadatum,
719
720
  InputEventhubMetadatumTypedDict,
721
+ InputEventhubMicrosoftEntraIDAuthenticationEndpoint,
720
722
  InputEventhubMode,
721
723
  InputEventhubPq,
722
724
  InputEventhubPqControls,
@@ -929,6 +931,7 @@ if TYPE_CHECKING:
929
931
  InputKafkaAuth,
930
932
  InputKafkaAuthTypedDict,
931
933
  InputKafkaAuthentication,
934
+ InputKafkaAuthenticationMethod,
932
935
  InputKafkaAuthenticationTypedDict,
933
936
  InputKafkaCompression,
934
937
  InputKafkaConnection,
@@ -944,11 +947,15 @@ if TYPE_CHECKING:
944
947
  InputKafkaMetadatumTypedDict,
945
948
  InputKafkaMinimumTLSVersion,
946
949
  InputKafkaMode,
950
+ InputKafkaOauthParam,
951
+ InputKafkaOauthParamTypedDict,
947
952
  InputKafkaPq,
948
953
  InputKafkaPqControls,
949
954
  InputKafkaPqControlsTypedDict,
950
955
  InputKafkaPqTypedDict,
951
956
  InputKafkaSASLMechanism,
957
+ InputKafkaSaslExtension,
958
+ InputKafkaSaslExtensionTypedDict,
952
959
  InputKafkaTLSSettingsClientSide,
953
960
  InputKafkaTLSSettingsClientSideTypedDict,
954
961
  InputKafkaType,
@@ -1883,16 +1890,21 @@ if TYPE_CHECKING:
1883
1890
  IngestIfNotExist,
1884
1891
  IngestIfNotExistTypedDict,
1885
1892
  IngestionMode,
1886
- MicrosoftEntraIDAuthenticationEndpoint,
1887
1893
  OutputAzureDataExplorer,
1888
1894
  OutputAzureDataExplorerAuthenticationMethod,
1889
1895
  OutputAzureDataExplorerBackpressureBehavior,
1890
1896
  OutputAzureDataExplorerCertificate,
1891
1897
  OutputAzureDataExplorerCertificateTypedDict,
1892
1898
  OutputAzureDataExplorerCompressCompression,
1899
+ OutputAzureDataExplorerCompressionLevel,
1893
1900
  OutputAzureDataExplorerDataFormat,
1901
+ OutputAzureDataExplorerDataPageVersion,
1894
1902
  OutputAzureDataExplorerDiskSpaceProtection,
1903
+ OutputAzureDataExplorerKeyValueMetadatum,
1904
+ OutputAzureDataExplorerKeyValueMetadatumTypedDict,
1905
+ OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint,
1895
1906
  OutputAzureDataExplorerMode,
1907
+ OutputAzureDataExplorerParquetVersion,
1896
1908
  OutputAzureDataExplorerPqCompressCompression,
1897
1909
  OutputAzureDataExplorerPqControls,
1898
1910
  OutputAzureDataExplorerPqControlsTypedDict,
@@ -1910,10 +1922,13 @@ if TYPE_CHECKING:
1910
1922
  from .outputazureeventhub import (
1911
1923
  OutputAzureEventhub,
1912
1924
  OutputAzureEventhubAcknowledgments,
1925
+ OutputAzureEventhubAuthTypeAuthenticationMethod,
1913
1926
  OutputAzureEventhubAuthentication,
1914
1927
  OutputAzureEventhubAuthenticationTypedDict,
1915
1928
  OutputAzureEventhubBackpressureBehavior,
1929
+ OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod,
1916
1930
  OutputAzureEventhubCompression,
1931
+ OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint,
1917
1932
  OutputAzureEventhubMode,
1918
1933
  OutputAzureEventhubPqControls,
1919
1934
  OutputAzureEventhubPqControlsTypedDict,
@@ -2014,6 +2029,7 @@ if TYPE_CHECKING:
2014
2029
  OutputConfluentCloudAuth,
2015
2030
  OutputConfluentCloudAuthTypedDict,
2016
2031
  OutputConfluentCloudAuthentication,
2032
+ OutputConfluentCloudAuthenticationMethod,
2017
2033
  OutputConfluentCloudAuthenticationTypedDict,
2018
2034
  OutputConfluentCloudBackpressureBehavior,
2019
2035
  OutputConfluentCloudCompression,
@@ -2026,12 +2042,16 @@ if TYPE_CHECKING:
2026
2042
  OutputConfluentCloudMaximumTLSVersion,
2027
2043
  OutputConfluentCloudMinimumTLSVersion,
2028
2044
  OutputConfluentCloudMode,
2045
+ OutputConfluentCloudOauthParam,
2046
+ OutputConfluentCloudOauthParamTypedDict,
2029
2047
  OutputConfluentCloudPqCompressCompression,
2030
2048
  OutputConfluentCloudPqControls,
2031
2049
  OutputConfluentCloudPqControlsTypedDict,
2032
2050
  OutputConfluentCloudQueueFullBehavior,
2033
2051
  OutputConfluentCloudRecordDataFormat,
2034
2052
  OutputConfluentCloudSASLMechanism,
2053
+ OutputConfluentCloudSaslExtension,
2054
+ OutputConfluentCloudSaslExtensionTypedDict,
2035
2055
  OutputConfluentCloudTLSSettingsClientSide,
2036
2056
  OutputConfluentCloudTLSSettingsClientSideTypedDict,
2037
2057
  OutputConfluentCloudType,
@@ -2344,6 +2364,7 @@ if TYPE_CHECKING:
2344
2364
  OutputGoogleChronicleType,
2345
2365
  OutputGoogleChronicleTypedDict,
2346
2366
  SendEventsAs,
2367
+ UDMType,
2347
2368
  )
2348
2369
  from .outputgooglecloudlogging import (
2349
2370
  LogLabel,
@@ -2528,6 +2549,7 @@ if TYPE_CHECKING:
2528
2549
  OutputKafkaAuth,
2529
2550
  OutputKafkaAuthTypedDict,
2530
2551
  OutputKafkaAuthentication,
2552
+ OutputKafkaAuthenticationMethod,
2531
2553
  OutputKafkaAuthenticationTypedDict,
2532
2554
  OutputKafkaBackpressureBehavior,
2533
2555
  OutputKafkaCompression,
@@ -2540,12 +2562,16 @@ if TYPE_CHECKING:
2540
2562
  OutputKafkaMaximumTLSVersion,
2541
2563
  OutputKafkaMinimumTLSVersion,
2542
2564
  OutputKafkaMode,
2565
+ OutputKafkaOauthParam,
2566
+ OutputKafkaOauthParamTypedDict,
2543
2567
  OutputKafkaPqCompressCompression,
2544
2568
  OutputKafkaPqControls,
2545
2569
  OutputKafkaPqControlsTypedDict,
2546
2570
  OutputKafkaQueueFullBehavior,
2547
2571
  OutputKafkaRecordDataFormat,
2548
2572
  OutputKafkaSASLMechanism,
2573
+ OutputKafkaSaslExtension,
2574
+ OutputKafkaSaslExtensionTypedDict,
2549
2575
  OutputKafkaTLSSettingsClientSide,
2550
2576
  OutputKafkaTLSSettingsClientSideTypedDict,
2551
2577
  OutputKafkaType,
@@ -3170,9 +3196,9 @@ if TYPE_CHECKING:
3170
3196
  )
3171
3197
  from .packupgraderequest import PackUpgradeRequest, PackUpgradeRequestTypedDict
3172
3198
  from .pipeline import (
3199
+ Conf,
3200
+ ConfTypedDict,
3173
3201
  Pipeline,
3174
- PipelineConf,
3175
- PipelineConfTypedDict,
3176
3202
  PipelineGroups,
3177
3203
  PipelineGroupsTypedDict,
3178
3204
  PipelineTypedDict,
@@ -3196,7 +3222,6 @@ if TYPE_CHECKING:
3196
3222
  RoutesTypedDict,
3197
3223
  )
3198
3224
  from .routesroute import RoutesRoute, RoutesRouteTypedDict
3199
- from .rulesetid import RulesetID, RulesetIDTypedDict
3200
3225
  from .runnablejob import RunnableJob, RunnableJobTypedDict
3201
3226
  from .runnablejobcollection import (
3202
3227
  CaptureSettings,
@@ -3385,6 +3410,8 @@ __all__ = [
3385
3410
  "CommentTypedDict",
3386
3411
  "Commit",
3387
3412
  "CommitTypedDict",
3413
+ "Conf",
3414
+ "ConfTypedDict",
3388
3415
  "Config",
3389
3416
  "ConfigGroup",
3390
3417
  "ConfigGroupCloud",
@@ -3402,10 +3429,6 @@ __all__ = [
3402
3429
  "Container",
3403
3430
  "ContainerMode",
3404
3431
  "ContainerTypedDict",
3405
- "CreateAdminProductsMappingsActivateByProductRequest",
3406
- "CreateAdminProductsMappingsActivateByProductRequestTypedDict",
3407
- "CreateAdminProductsMappingsActivateByProductResponse",
3408
- "CreateAdminProductsMappingsActivateByProductResponseTypedDict",
3409
3432
  "CreateConfigGroupByProductRequest",
3410
3433
  "CreateConfigGroupByProductRequestTypedDict",
3411
3434
  "CreateConfigGroupByProductResponse",
@@ -3754,6 +3777,7 @@ __all__ = [
3754
3777
  "InputConfluentCloudAuth",
3755
3778
  "InputConfluentCloudAuthTypedDict",
3756
3779
  "InputConfluentCloudAuthentication",
3780
+ "InputConfluentCloudAuthenticationMethod",
3757
3781
  "InputConfluentCloudAuthenticationTypedDict",
3758
3782
  "InputConfluentCloudCompression",
3759
3783
  "InputConfluentCloudConnection",
@@ -3769,11 +3793,15 @@ __all__ = [
3769
3793
  "InputConfluentCloudMetadatumTypedDict",
3770
3794
  "InputConfluentCloudMinimumTLSVersion",
3771
3795
  "InputConfluentCloudMode",
3796
+ "InputConfluentCloudOauthParam",
3797
+ "InputConfluentCloudOauthParamTypedDict",
3772
3798
  "InputConfluentCloudPq",
3773
3799
  "InputConfluentCloudPqControls",
3774
3800
  "InputConfluentCloudPqControlsTypedDict",
3775
3801
  "InputConfluentCloudPqTypedDict",
3776
3802
  "InputConfluentCloudSASLMechanism",
3803
+ "InputConfluentCloudSaslExtension",
3804
+ "InputConfluentCloudSaslExtensionTypedDict",
3777
3805
  "InputConfluentCloudTLSSettingsClientSide",
3778
3806
  "InputConfluentCloudTLSSettingsClientSideTypedDict",
3779
3807
  "InputConfluentCloudType",
@@ -3959,13 +3987,16 @@ __all__ = [
3959
3987
  "InputElasticType",
3960
3988
  "InputElasticTypedDict",
3961
3989
  "InputEventhub",
3990
+ "InputEventhubAuthTypeAuthenticationMethod",
3962
3991
  "InputEventhubAuthentication",
3963
3992
  "InputEventhubAuthenticationTypedDict",
3993
+ "InputEventhubClientSecretAuthTypeAuthenticationMethod",
3964
3994
  "InputEventhubCompression",
3965
3995
  "InputEventhubConnection",
3966
3996
  "InputEventhubConnectionTypedDict",
3967
3997
  "InputEventhubMetadatum",
3968
3998
  "InputEventhubMetadatumTypedDict",
3999
+ "InputEventhubMicrosoftEntraIDAuthenticationEndpoint",
3969
4000
  "InputEventhubMode",
3970
4001
  "InputEventhubPq",
3971
4002
  "InputEventhubPqControls",
@@ -4143,6 +4174,7 @@ __all__ = [
4143
4174
  "InputKafkaAuth",
4144
4175
  "InputKafkaAuthTypedDict",
4145
4176
  "InputKafkaAuthentication",
4177
+ "InputKafkaAuthenticationMethod",
4146
4178
  "InputKafkaAuthenticationTypedDict",
4147
4179
  "InputKafkaCompression",
4148
4180
  "InputKafkaConnection",
@@ -4158,11 +4190,15 @@ __all__ = [
4158
4190
  "InputKafkaMetadatumTypedDict",
4159
4191
  "InputKafkaMinimumTLSVersion",
4160
4192
  "InputKafkaMode",
4193
+ "InputKafkaOauthParam",
4194
+ "InputKafkaOauthParamTypedDict",
4161
4195
  "InputKafkaPq",
4162
4196
  "InputKafkaPqControls",
4163
4197
  "InputKafkaPqControlsTypedDict",
4164
4198
  "InputKafkaPqTypedDict",
4165
4199
  "InputKafkaSASLMechanism",
4200
+ "InputKafkaSaslExtension",
4201
+ "InputKafkaSaslExtensionTypedDict",
4166
4202
  "InputKafkaTLSSettingsClientSide",
4167
4203
  "InputKafkaTLSSettingsClientSideTypedDict",
4168
4204
  "InputKafkaType",
@@ -4955,7 +4991,6 @@ __all__ = [
4955
4991
  "MasterWorkerEntryWorkers",
4956
4992
  "MasterWorkerEntryWorkersTypedDict",
4957
4993
  "MetricsProtocol",
4958
- "MicrosoftEntraIDAuthenticationEndpoint",
4959
4994
  "NodeActiveUpgradeStatus",
4960
4995
  "NodeFailedUpgradeStatus",
4961
4996
  "NodeProvidedInfo",
@@ -5006,9 +5041,15 @@ __all__ = [
5006
5041
  "OutputAzureDataExplorerCertificate",
5007
5042
  "OutputAzureDataExplorerCertificateTypedDict",
5008
5043
  "OutputAzureDataExplorerCompressCompression",
5044
+ "OutputAzureDataExplorerCompressionLevel",
5009
5045
  "OutputAzureDataExplorerDataFormat",
5046
+ "OutputAzureDataExplorerDataPageVersion",
5010
5047
  "OutputAzureDataExplorerDiskSpaceProtection",
5048
+ "OutputAzureDataExplorerKeyValueMetadatum",
5049
+ "OutputAzureDataExplorerKeyValueMetadatumTypedDict",
5050
+ "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint",
5011
5051
  "OutputAzureDataExplorerMode",
5052
+ "OutputAzureDataExplorerParquetVersion",
5012
5053
  "OutputAzureDataExplorerPqCompressCompression",
5013
5054
  "OutputAzureDataExplorerPqControls",
5014
5055
  "OutputAzureDataExplorerPqControlsTypedDict",
@@ -5021,10 +5062,13 @@ __all__ = [
5021
5062
  "OutputAzureDataExplorerTypedDict",
5022
5063
  "OutputAzureEventhub",
5023
5064
  "OutputAzureEventhubAcknowledgments",
5065
+ "OutputAzureEventhubAuthTypeAuthenticationMethod",
5024
5066
  "OutputAzureEventhubAuthentication",
5025
5067
  "OutputAzureEventhubAuthenticationTypedDict",
5026
5068
  "OutputAzureEventhubBackpressureBehavior",
5069
+ "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod",
5027
5070
  "OutputAzureEventhubCompression",
5071
+ "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint",
5028
5072
  "OutputAzureEventhubMode",
5029
5073
  "OutputAzureEventhubPqControls",
5030
5074
  "OutputAzureEventhubPqControlsTypedDict",
@@ -5112,6 +5156,7 @@ __all__ = [
5112
5156
  "OutputConfluentCloudAuth",
5113
5157
  "OutputConfluentCloudAuthTypedDict",
5114
5158
  "OutputConfluentCloudAuthentication",
5159
+ "OutputConfluentCloudAuthenticationMethod",
5115
5160
  "OutputConfluentCloudAuthenticationTypedDict",
5116
5161
  "OutputConfluentCloudBackpressureBehavior",
5117
5162
  "OutputConfluentCloudCompression",
@@ -5124,12 +5169,16 @@ __all__ = [
5124
5169
  "OutputConfluentCloudMaximumTLSVersion",
5125
5170
  "OutputConfluentCloudMinimumTLSVersion",
5126
5171
  "OutputConfluentCloudMode",
5172
+ "OutputConfluentCloudOauthParam",
5173
+ "OutputConfluentCloudOauthParamTypedDict",
5127
5174
  "OutputConfluentCloudPqCompressCompression",
5128
5175
  "OutputConfluentCloudPqControls",
5129
5176
  "OutputConfluentCloudPqControlsTypedDict",
5130
5177
  "OutputConfluentCloudQueueFullBehavior",
5131
5178
  "OutputConfluentCloudRecordDataFormat",
5132
5179
  "OutputConfluentCloudSASLMechanism",
5180
+ "OutputConfluentCloudSaslExtension",
5181
+ "OutputConfluentCloudSaslExtensionTypedDict",
5133
5182
  "OutputConfluentCloudTLSSettingsClientSide",
5134
5183
  "OutputConfluentCloudTLSSettingsClientSideTypedDict",
5135
5184
  "OutputConfluentCloudType",
@@ -5561,6 +5610,7 @@ __all__ = [
5561
5610
  "OutputKafkaAuth",
5562
5611
  "OutputKafkaAuthTypedDict",
5563
5612
  "OutputKafkaAuthentication",
5613
+ "OutputKafkaAuthenticationMethod",
5564
5614
  "OutputKafkaAuthenticationTypedDict",
5565
5615
  "OutputKafkaBackpressureBehavior",
5566
5616
  "OutputKafkaCompression",
@@ -5573,12 +5623,16 @@ __all__ = [
5573
5623
  "OutputKafkaMaximumTLSVersion",
5574
5624
  "OutputKafkaMinimumTLSVersion",
5575
5625
  "OutputKafkaMode",
5626
+ "OutputKafkaOauthParam",
5627
+ "OutputKafkaOauthParamTypedDict",
5576
5628
  "OutputKafkaPqCompressCompression",
5577
5629
  "OutputKafkaPqControls",
5578
5630
  "OutputKafkaPqControlsTypedDict",
5579
5631
  "OutputKafkaQueueFullBehavior",
5580
5632
  "OutputKafkaRecordDataFormat",
5581
5633
  "OutputKafkaSASLMechanism",
5634
+ "OutputKafkaSaslExtension",
5635
+ "OutputKafkaSaslExtensionTypedDict",
5582
5636
  "OutputKafkaTLSSettingsClientSide",
5583
5637
  "OutputKafkaTLSSettingsClientSideTypedDict",
5584
5638
  "OutputKafkaType",
@@ -6127,8 +6181,6 @@ __all__ = [
6127
6181
  "PackUpgradeRequestTypedDict",
6128
6182
  "PayloadFormat",
6129
6183
  "Pipeline",
6130
- "PipelineConf",
6131
- "PipelineConfTypedDict",
6132
6184
  "PipelineFunctionConf",
6133
6185
  "PipelineFunctionConfTypedDict",
6134
6186
  "PipelineGroups",
@@ -6169,8 +6221,6 @@ __all__ = [
6169
6221
  "RoutesRoute",
6170
6222
  "RoutesRouteTypedDict",
6171
6223
  "RoutesTypedDict",
6172
- "RulesetID",
6173
- "RulesetIDTypedDict",
6174
6224
  "RunnableJob",
6175
6225
  "RunnableJobCollection",
6176
6226
  "RunnableJobCollectionInput",
@@ -6257,6 +6307,7 @@ __all__ = [
6257
6307
  "TimeRange",
6258
6308
  "TimestampFormat",
6259
6309
  "TimestampPrecision",
6310
+ "UDMType",
6260
6311
  "UpdateConfigGroupByProductAndIDRequest",
6261
6312
  "UpdateConfigGroupByProductAndIDRequestTypedDict",
6262
6313
  "UpdateConfigGroupByProductAndIDResponse",
@@ -6339,10 +6390,6 @@ _dynamic_imports: dict[str, str] = {
6339
6390
  "ConfigGroupLookupsLookup": ".configgrouplookups",
6340
6391
  "ConfigGroupLookupsLookupTypedDict": ".configgrouplookups",
6341
6392
  "ConfigGroupLookupsTypedDict": ".configgrouplookups",
6342
- "CreateAdminProductsMappingsActivateByProductRequest": ".createadminproductsmappingsactivatebyproductop",
6343
- "CreateAdminProductsMappingsActivateByProductRequestTypedDict": ".createadminproductsmappingsactivatebyproductop",
6344
- "CreateAdminProductsMappingsActivateByProductResponse": ".createadminproductsmappingsactivatebyproductop",
6345
- "CreateAdminProductsMappingsActivateByProductResponseTypedDict": ".createadminproductsmappingsactivatebyproductop",
6346
6393
  "CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
6347
6394
  "CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
6348
6395
  "CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
@@ -6682,6 +6729,7 @@ _dynamic_imports: dict[str, str] = {
6682
6729
  "InputConfluentCloudAuth": ".inputconfluentcloud",
6683
6730
  "InputConfluentCloudAuthTypedDict": ".inputconfluentcloud",
6684
6731
  "InputConfluentCloudAuthentication": ".inputconfluentcloud",
6732
+ "InputConfluentCloudAuthenticationMethod": ".inputconfluentcloud",
6685
6733
  "InputConfluentCloudAuthenticationTypedDict": ".inputconfluentcloud",
6686
6734
  "InputConfluentCloudCompression": ".inputconfluentcloud",
6687
6735
  "InputConfluentCloudConnection": ".inputconfluentcloud",
@@ -6697,11 +6745,15 @@ _dynamic_imports: dict[str, str] = {
6697
6745
  "InputConfluentCloudMetadatumTypedDict": ".inputconfluentcloud",
6698
6746
  "InputConfluentCloudMinimumTLSVersion": ".inputconfluentcloud",
6699
6747
  "InputConfluentCloudMode": ".inputconfluentcloud",
6748
+ "InputConfluentCloudOauthParam": ".inputconfluentcloud",
6749
+ "InputConfluentCloudOauthParamTypedDict": ".inputconfluentcloud",
6700
6750
  "InputConfluentCloudPq": ".inputconfluentcloud",
6701
6751
  "InputConfluentCloudPqControls": ".inputconfluentcloud",
6702
6752
  "InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
6703
6753
  "InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
6704
6754
  "InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
6755
+ "InputConfluentCloudSaslExtension": ".inputconfluentcloud",
6756
+ "InputConfluentCloudSaslExtensionTypedDict": ".inputconfluentcloud",
6705
6757
  "InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
6706
6758
  "InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
6707
6759
  "InputConfluentCloudType": ".inputconfluentcloud",
@@ -6899,13 +6951,16 @@ _dynamic_imports: dict[str, str] = {
6899
6951
  "InputElasticType": ".inputelastic",
6900
6952
  "InputElasticTypedDict": ".inputelastic",
6901
6953
  "InputEventhub": ".inputeventhub",
6954
+ "InputEventhubAuthTypeAuthenticationMethod": ".inputeventhub",
6902
6955
  "InputEventhubAuthentication": ".inputeventhub",
6903
6956
  "InputEventhubAuthenticationTypedDict": ".inputeventhub",
6957
+ "InputEventhubClientSecretAuthTypeAuthenticationMethod": ".inputeventhub",
6904
6958
  "InputEventhubCompression": ".inputeventhub",
6905
6959
  "InputEventhubConnection": ".inputeventhub",
6906
6960
  "InputEventhubConnectionTypedDict": ".inputeventhub",
6907
6961
  "InputEventhubMetadatum": ".inputeventhub",
6908
6962
  "InputEventhubMetadatumTypedDict": ".inputeventhub",
6963
+ "InputEventhubMicrosoftEntraIDAuthenticationEndpoint": ".inputeventhub",
6909
6964
  "InputEventhubMode": ".inputeventhub",
6910
6965
  "InputEventhubPq": ".inputeventhub",
6911
6966
  "InputEventhubPqControls": ".inputeventhub",
@@ -7100,6 +7155,7 @@ _dynamic_imports: dict[str, str] = {
7100
7155
  "InputKafkaAuth": ".inputkafka",
7101
7156
  "InputKafkaAuthTypedDict": ".inputkafka",
7102
7157
  "InputKafkaAuthentication": ".inputkafka",
7158
+ "InputKafkaAuthenticationMethod": ".inputkafka",
7103
7159
  "InputKafkaAuthenticationTypedDict": ".inputkafka",
7104
7160
  "InputKafkaCompression": ".inputkafka",
7105
7161
  "InputKafkaConnection": ".inputkafka",
@@ -7115,11 +7171,15 @@ _dynamic_imports: dict[str, str] = {
7115
7171
  "InputKafkaMetadatumTypedDict": ".inputkafka",
7116
7172
  "InputKafkaMinimumTLSVersion": ".inputkafka",
7117
7173
  "InputKafkaMode": ".inputkafka",
7174
+ "InputKafkaOauthParam": ".inputkafka",
7175
+ "InputKafkaOauthParamTypedDict": ".inputkafka",
7118
7176
  "InputKafkaPq": ".inputkafka",
7119
7177
  "InputKafkaPqControls": ".inputkafka",
7120
7178
  "InputKafkaPqControlsTypedDict": ".inputkafka",
7121
7179
  "InputKafkaPqTypedDict": ".inputkafka",
7122
7180
  "InputKafkaSASLMechanism": ".inputkafka",
7181
+ "InputKafkaSaslExtension": ".inputkafka",
7182
+ "InputKafkaSaslExtensionTypedDict": ".inputkafka",
7123
7183
  "InputKafkaTLSSettingsClientSide": ".inputkafka",
7124
7184
  "InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
7125
7185
  "InputKafkaType": ".inputkafka",
@@ -7981,16 +8041,21 @@ _dynamic_imports: dict[str, str] = {
7981
8041
  "IngestIfNotExist": ".outputazuredataexplorer",
7982
8042
  "IngestIfNotExistTypedDict": ".outputazuredataexplorer",
7983
8043
  "IngestionMode": ".outputazuredataexplorer",
7984
- "MicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
7985
8044
  "OutputAzureDataExplorer": ".outputazuredataexplorer",
7986
8045
  "OutputAzureDataExplorerAuthenticationMethod": ".outputazuredataexplorer",
7987
8046
  "OutputAzureDataExplorerBackpressureBehavior": ".outputazuredataexplorer",
7988
8047
  "OutputAzureDataExplorerCertificate": ".outputazuredataexplorer",
7989
8048
  "OutputAzureDataExplorerCertificateTypedDict": ".outputazuredataexplorer",
7990
8049
  "OutputAzureDataExplorerCompressCompression": ".outputazuredataexplorer",
8050
+ "OutputAzureDataExplorerCompressionLevel": ".outputazuredataexplorer",
7991
8051
  "OutputAzureDataExplorerDataFormat": ".outputazuredataexplorer",
8052
+ "OutputAzureDataExplorerDataPageVersion": ".outputazuredataexplorer",
7992
8053
  "OutputAzureDataExplorerDiskSpaceProtection": ".outputazuredataexplorer",
8054
+ "OutputAzureDataExplorerKeyValueMetadatum": ".outputazuredataexplorer",
8055
+ "OutputAzureDataExplorerKeyValueMetadatumTypedDict": ".outputazuredataexplorer",
8056
+ "OutputAzureDataExplorerMicrosoftEntraIDAuthenticationEndpoint": ".outputazuredataexplorer",
7993
8057
  "OutputAzureDataExplorerMode": ".outputazuredataexplorer",
8058
+ "OutputAzureDataExplorerParquetVersion": ".outputazuredataexplorer",
7994
8059
  "OutputAzureDataExplorerPqCompressCompression": ".outputazuredataexplorer",
7995
8060
  "OutputAzureDataExplorerPqControls": ".outputazuredataexplorer",
7996
8061
  "OutputAzureDataExplorerPqControlsTypedDict": ".outputazuredataexplorer",
@@ -8006,10 +8071,13 @@ _dynamic_imports: dict[str, str] = {
8006
8071
  "ReportMethod": ".outputazuredataexplorer",
8007
8072
  "OutputAzureEventhub": ".outputazureeventhub",
8008
8073
  "OutputAzureEventhubAcknowledgments": ".outputazureeventhub",
8074
+ "OutputAzureEventhubAuthTypeAuthenticationMethod": ".outputazureeventhub",
8009
8075
  "OutputAzureEventhubAuthentication": ".outputazureeventhub",
8010
8076
  "OutputAzureEventhubAuthenticationTypedDict": ".outputazureeventhub",
8011
8077
  "OutputAzureEventhubBackpressureBehavior": ".outputazureeventhub",
8078
+ "OutputAzureEventhubClientSecretAuthTypeAuthenticationMethod": ".outputazureeventhub",
8012
8079
  "OutputAzureEventhubCompression": ".outputazureeventhub",
8080
+ "OutputAzureEventhubMicrosoftEntraIDAuthenticationEndpoint": ".outputazureeventhub",
8013
8081
  "OutputAzureEventhubMode": ".outputazureeventhub",
8014
8082
  "OutputAzureEventhubPqControls": ".outputazureeventhub",
8015
8083
  "OutputAzureEventhubPqControlsTypedDict": ".outputazureeventhub",
@@ -8100,6 +8168,7 @@ _dynamic_imports: dict[str, str] = {
8100
8168
  "OutputConfluentCloudAuth": ".outputconfluentcloud",
8101
8169
  "OutputConfluentCloudAuthTypedDict": ".outputconfluentcloud",
8102
8170
  "OutputConfluentCloudAuthentication": ".outputconfluentcloud",
8171
+ "OutputConfluentCloudAuthenticationMethod": ".outputconfluentcloud",
8103
8172
  "OutputConfluentCloudAuthenticationTypedDict": ".outputconfluentcloud",
8104
8173
  "OutputConfluentCloudBackpressureBehavior": ".outputconfluentcloud",
8105
8174
  "OutputConfluentCloudCompression": ".outputconfluentcloud",
@@ -8112,12 +8181,16 @@ _dynamic_imports: dict[str, str] = {
8112
8181
  "OutputConfluentCloudMaximumTLSVersion": ".outputconfluentcloud",
8113
8182
  "OutputConfluentCloudMinimumTLSVersion": ".outputconfluentcloud",
8114
8183
  "OutputConfluentCloudMode": ".outputconfluentcloud",
8184
+ "OutputConfluentCloudOauthParam": ".outputconfluentcloud",
8185
+ "OutputConfluentCloudOauthParamTypedDict": ".outputconfluentcloud",
8115
8186
  "OutputConfluentCloudPqCompressCompression": ".outputconfluentcloud",
8116
8187
  "OutputConfluentCloudPqControls": ".outputconfluentcloud",
8117
8188
  "OutputConfluentCloudPqControlsTypedDict": ".outputconfluentcloud",
8118
8189
  "OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
8119
8190
  "OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
8120
8191
  "OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
8192
+ "OutputConfluentCloudSaslExtension": ".outputconfluentcloud",
8193
+ "OutputConfluentCloudSaslExtensionTypedDict": ".outputconfluentcloud",
8121
8194
  "OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
8122
8195
  "OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
8123
8196
  "OutputConfluentCloudType": ".outputconfluentcloud",
@@ -8402,6 +8475,7 @@ _dynamic_imports: dict[str, str] = {
8402
8475
  "OutputGoogleChronicleType": ".outputgooglechronicle",
8403
8476
  "OutputGoogleChronicleTypedDict": ".outputgooglechronicle",
8404
8477
  "SendEventsAs": ".outputgooglechronicle",
8478
+ "UDMType": ".outputgooglechronicle",
8405
8479
  "LogLabel": ".outputgooglecloudlogging",
8406
8480
  "LogLabelTypedDict": ".outputgooglecloudlogging",
8407
8481
  "LogLocationType": ".outputgooglecloudlogging",
@@ -8568,6 +8642,7 @@ _dynamic_imports: dict[str, str] = {
8568
8642
  "OutputKafkaAuth": ".outputkafka",
8569
8643
  "OutputKafkaAuthTypedDict": ".outputkafka",
8570
8644
  "OutputKafkaAuthentication": ".outputkafka",
8645
+ "OutputKafkaAuthenticationMethod": ".outputkafka",
8571
8646
  "OutputKafkaAuthenticationTypedDict": ".outputkafka",
8572
8647
  "OutputKafkaBackpressureBehavior": ".outputkafka",
8573
8648
  "OutputKafkaCompression": ".outputkafka",
@@ -8580,12 +8655,16 @@ _dynamic_imports: dict[str, str] = {
8580
8655
  "OutputKafkaMaximumTLSVersion": ".outputkafka",
8581
8656
  "OutputKafkaMinimumTLSVersion": ".outputkafka",
8582
8657
  "OutputKafkaMode": ".outputkafka",
8658
+ "OutputKafkaOauthParam": ".outputkafka",
8659
+ "OutputKafkaOauthParamTypedDict": ".outputkafka",
8583
8660
  "OutputKafkaPqCompressCompression": ".outputkafka",
8584
8661
  "OutputKafkaPqControls": ".outputkafka",
8585
8662
  "OutputKafkaPqControlsTypedDict": ".outputkafka",
8586
8663
  "OutputKafkaQueueFullBehavior": ".outputkafka",
8587
8664
  "OutputKafkaRecordDataFormat": ".outputkafka",
8588
8665
  "OutputKafkaSASLMechanism": ".outputkafka",
8666
+ "OutputKafkaSaslExtension": ".outputkafka",
8667
+ "OutputKafkaSaslExtensionTypedDict": ".outputkafka",
8589
8668
  "OutputKafkaTLSSettingsClientSide": ".outputkafka",
8590
8669
  "OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
8591
8670
  "OutputKafkaType": ".outputkafka",
@@ -9141,9 +9220,9 @@ _dynamic_imports: dict[str, str] = {
9141
9220
  "PackRequestBodyUnionTypedDict": ".packrequestbody_union",
9142
9221
  "PackUpgradeRequest": ".packupgraderequest",
9143
9222
  "PackUpgradeRequestTypedDict": ".packupgraderequest",
9223
+ "Conf": ".pipeline",
9224
+ "ConfTypedDict": ".pipeline",
9144
9225
  "Pipeline": ".pipeline",
9145
- "PipelineConf": ".pipeline",
9146
- "PipelineConfTypedDict": ".pipeline",
9147
9226
  "PipelineGroups": ".pipeline",
9148
9227
  "PipelineGroupsTypedDict": ".pipeline",
9149
9228
  "PipelineTypedDict": ".pipeline",
@@ -9165,8 +9244,6 @@ _dynamic_imports: dict[str, str] = {
9165
9244
  "RoutesTypedDict": ".routes",
9166
9245
  "RoutesRoute": ".routesroute",
9167
9246
  "RoutesRouteTypedDict": ".routesroute",
9168
- "RulesetID": ".rulesetid",
9169
- "RulesetIDTypedDict": ".rulesetid",
9170
9247
  "RunnableJob": ".runnablejob",
9171
9248
  "RunnableJobTypedDict": ".runnablejob",
9172
9249
  "CaptureSettings": ".runnablejobcollection",