cribl-control-plane 0.0.50__py3-none-any.whl → 0.0.50rc2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_version.py +3 -5
- cribl_control_plane/errors/healthstatus_error.py +8 -2
- cribl_control_plane/groups_sdk.py +4 -4
- cribl_control_plane/health.py +6 -2
- cribl_control_plane/models/__init__.py +56 -31
- cribl_control_plane/models/cacheconnection.py +10 -2
- cribl_control_plane/models/cacheconnectionbackfillstatus.py +2 -1
- cribl_control_plane/models/cloudprovider.py +2 -1
- cribl_control_plane/models/configgroup.py +24 -4
- cribl_control_plane/models/configgroupcloud.py +6 -2
- cribl_control_plane/models/createconfiggroupbyproductop.py +8 -2
- cribl_control_plane/models/createinputhectokenbyidop.py +6 -5
- cribl_control_plane/models/createversionpushop.py +5 -5
- cribl_control_plane/models/cribllakedataset.py +8 -2
- cribl_control_plane/models/datasetmetadata.py +8 -2
- cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +7 -2
- cribl_control_plane/models/error.py +16 -0
- cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +4 -2
- cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +4 -2
- cribl_control_plane/models/getconfiggroupbyproductandidop.py +3 -1
- cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +7 -2
- cribl_control_plane/models/gethealthinfoop.py +17 -0
- cribl_control_plane/models/getsummaryop.py +7 -2
- cribl_control_plane/models/getversionshowop.py +6 -5
- cribl_control_plane/models/gitinfo.py +14 -3
- cribl_control_plane/models/gitshowresult.py +19 -0
- cribl_control_plane/models/hbcriblinfo.py +24 -3
- cribl_control_plane/models/healthstatus.py +7 -4
- cribl_control_plane/models/heartbeatmetadata.py +3 -0
- cribl_control_plane/models/input.py +65 -63
- cribl_control_plane/models/inputappscope.py +34 -14
- cribl_control_plane/models/inputazureblob.py +17 -6
- cribl_control_plane/models/inputcollection.py +11 -4
- cribl_control_plane/models/inputconfluentcloud.py +41 -32
- cribl_control_plane/models/inputcribl.py +11 -4
- cribl_control_plane/models/inputcriblhttp.py +23 -8
- cribl_control_plane/models/inputcribllakehttp.py +22 -10
- cribl_control_plane/models/inputcriblmetrics.py +12 -4
- cribl_control_plane/models/inputcribltcp.py +23 -8
- cribl_control_plane/models/inputcrowdstrike.py +26 -10
- cribl_control_plane/models/inputdatadogagent.py +24 -8
- cribl_control_plane/models/inputdatagen.py +11 -4
- cribl_control_plane/models/inputedgeprometheus.py +58 -24
- cribl_control_plane/models/inputelastic.py +40 -14
- cribl_control_plane/models/inputeventhub.py +15 -6
- cribl_control_plane/models/inputexec.py +14 -6
- cribl_control_plane/models/inputfile.py +15 -6
- cribl_control_plane/models/inputfirehose.py +23 -8
- cribl_control_plane/models/inputgooglepubsub.py +19 -6
- cribl_control_plane/models/inputgrafana.py +67 -24
- cribl_control_plane/models/inputhttp.py +23 -8
- cribl_control_plane/models/inputhttpraw.py +23 -8
- cribl_control_plane/models/inputjournalfiles.py +12 -4
- cribl_control_plane/models/inputkafka.py +41 -28
- cribl_control_plane/models/inputkinesis.py +38 -14
- cribl_control_plane/models/inputkubeevents.py +11 -4
- cribl_control_plane/models/inputkubelogs.py +16 -8
- cribl_control_plane/models/inputkubemetrics.py +16 -8
- cribl_control_plane/models/inputloki.py +29 -10
- cribl_control_plane/models/inputmetrics.py +23 -8
- cribl_control_plane/models/inputmodeldriventelemetry.py +32 -10
- cribl_control_plane/models/inputmsk.py +48 -30
- cribl_control_plane/models/inputnetflow.py +11 -4
- cribl_control_plane/models/inputoffice365mgmt.py +33 -14
- cribl_control_plane/models/inputoffice365msgtrace.py +35 -16
- cribl_control_plane/models/inputoffice365service.py +35 -16
- cribl_control_plane/models/inputopentelemetry.py +38 -16
- cribl_control_plane/models/inputprometheus.py +50 -18
- cribl_control_plane/models/inputprometheusrw.py +30 -10
- cribl_control_plane/models/inputrawudp.py +11 -4
- cribl_control_plane/models/inputs3.py +21 -8
- cribl_control_plane/models/inputs3inventory.py +26 -10
- cribl_control_plane/models/inputsecuritylake.py +27 -10
- cribl_control_plane/models/inputsnmp.py +16 -6
- cribl_control_plane/models/inputsplunk.py +33 -12
- cribl_control_plane/models/inputsplunkhec.py +29 -10
- cribl_control_plane/models/inputsplunksearch.py +33 -14
- cribl_control_plane/models/inputsqs.py +27 -10
- cribl_control_plane/models/inputsyslog.py +43 -16
- cribl_control_plane/models/inputsystemmetrics.py +48 -24
- cribl_control_plane/models/inputsystemstate.py +16 -8
- cribl_control_plane/models/inputtcp.py +29 -10
- cribl_control_plane/models/inputtcpjson.py +29 -10
- cribl_control_plane/models/inputwef.py +37 -14
- cribl_control_plane/models/inputwindowsmetrics.py +44 -24
- cribl_control_plane/models/inputwineventlogs.py +20 -10
- cribl_control_plane/models/inputwiz.py +21 -8
- cribl_control_plane/models/inputwizwebhook.py +23 -8
- cribl_control_plane/models/inputzscalerhec.py +29 -10
- cribl_control_plane/models/lakehouseconnectiontype.py +2 -1
- cribl_control_plane/models/listconfiggroupbyproductop.py +3 -1
- cribl_control_plane/models/masterworkerentry.py +7 -2
- cribl_control_plane/models/nodeactiveupgradestatus.py +2 -1
- cribl_control_plane/models/nodefailedupgradestatus.py +2 -1
- cribl_control_plane/models/nodeprovidedinfo.py +3 -0
- cribl_control_plane/models/nodeskippedupgradestatus.py +2 -1
- cribl_control_plane/models/nodeupgradestate.py +2 -1
- cribl_control_plane/models/nodeupgradestatus.py +13 -5
- cribl_control_plane/models/output.py +84 -79
- cribl_control_plane/models/outputazureblob.py +48 -18
- cribl_control_plane/models/outputazuredataexplorer.py +73 -28
- cribl_control_plane/models/outputazureeventhub.py +40 -18
- cribl_control_plane/models/outputazurelogs.py +35 -12
- cribl_control_plane/models/outputclickhouse.py +55 -20
- cribl_control_plane/models/outputcloudwatch.py +29 -10
- cribl_control_plane/models/outputconfluentcloud.py +71 -44
- cribl_control_plane/models/outputcriblhttp.py +44 -16
- cribl_control_plane/models/outputcribllake.py +46 -16
- cribl_control_plane/models/outputcribltcp.py +45 -18
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +49 -14
- cribl_control_plane/models/outputdatabricks.py +282 -0
- cribl_control_plane/models/outputdatadog.py +48 -20
- cribl_control_plane/models/outputdataset.py +46 -18
- cribl_control_plane/models/outputdiskspool.py +7 -2
- cribl_control_plane/models/outputdls3.py +68 -24
- cribl_control_plane/models/outputdynatracehttp.py +53 -20
- cribl_control_plane/models/outputdynatraceotlp.py +55 -22
- cribl_control_plane/models/outputelastic.py +43 -18
- cribl_control_plane/models/outputelasticcloud.py +36 -12
- cribl_control_plane/models/outputexabeam.py +29 -10
- cribl_control_plane/models/outputfilesystem.py +39 -14
- cribl_control_plane/models/outputgooglechronicle.py +50 -16
- cribl_control_plane/models/outputgooglecloudlogging.py +50 -18
- cribl_control_plane/models/outputgooglecloudstorage.py +66 -24
- cribl_control_plane/models/outputgooglepubsub.py +31 -10
- cribl_control_plane/models/outputgrafanacloud.py +97 -32
- cribl_control_plane/models/outputgraphite.py +31 -14
- cribl_control_plane/models/outputhoneycomb.py +35 -12
- cribl_control_plane/models/outputhumiohec.py +43 -16
- cribl_control_plane/models/outputinfluxdb.py +42 -16
- cribl_control_plane/models/outputkafka.py +69 -40
- cribl_control_plane/models/outputkinesis.py +40 -16
- cribl_control_plane/models/outputloki.py +41 -16
- cribl_control_plane/models/outputminio.py +65 -24
- cribl_control_plane/models/outputmsk.py +77 -42
- cribl_control_plane/models/outputnewrelic.py +43 -18
- cribl_control_plane/models/outputnewrelicevents.py +41 -14
- cribl_control_plane/models/outputopentelemetry.py +67 -26
- cribl_control_plane/models/outputprometheus.py +35 -12
- cribl_control_plane/models/outputring.py +19 -8
- cribl_control_plane/models/outputs3.py +68 -26
- cribl_control_plane/models/outputsecuritylake.py +52 -18
- cribl_control_plane/models/outputsentinel.py +45 -18
- cribl_control_plane/models/outputsentineloneaisiem.py +50 -18
- cribl_control_plane/models/outputservicenow.py +60 -24
- cribl_control_plane/models/outputsignalfx.py +37 -14
- cribl_control_plane/models/outputsns.py +36 -14
- cribl_control_plane/models/outputsplunk.py +60 -24
- cribl_control_plane/models/outputsplunkhec.py +35 -12
- cribl_control_plane/models/outputsplunklb.py +77 -30
- cribl_control_plane/models/outputsqs.py +41 -16
- cribl_control_plane/models/outputstatsd.py +30 -14
- cribl_control_plane/models/outputstatsdext.py +29 -12
- cribl_control_plane/models/outputsumologic.py +35 -12
- cribl_control_plane/models/outputsyslog.py +58 -24
- cribl_control_plane/models/outputtcpjson.py +52 -20
- cribl_control_plane/models/outputwavefront.py +35 -12
- cribl_control_plane/models/outputwebhook.py +58 -22
- cribl_control_plane/models/outputxsiam.py +35 -14
- cribl_control_plane/models/productscore.py +2 -1
- cribl_control_plane/models/rbacresource.py +2 -1
- cribl_control_plane/models/resourcepolicy.py +4 -2
- cribl_control_plane/models/routeconf.py +3 -4
- cribl_control_plane/models/runnablejobcollection.py +30 -13
- cribl_control_plane/models/runnablejobexecutor.py +13 -4
- cribl_control_plane/models/runnablejobscheduledsearch.py +7 -2
- cribl_control_plane/models/updateconfiggroupbyproductandidop.py +8 -2
- cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +8 -2
- cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +6 -5
- cribl_control_plane/models/workertypes.py +2 -1
- {cribl_control_plane-0.0.50.dist-info → cribl_control_plane-0.0.50rc2.dist-info}/METADATA +1 -1
- cribl_control_plane-0.0.50rc2.dist-info/RECORD +327 -0
- cribl_control_plane/models/appmode.py +0 -13
- cribl_control_plane/models/routecloneconf.py +0 -13
- cribl_control_plane-0.0.50.dist-info/RECORD +0 -325
- {cribl_control_plane-0.0.50.dist-info → cribl_control_plane-0.0.50rc2.dist-info}/WHEEL +0 -0
cribl_control_plane/_version.py
CHANGED
|
@@ -3,12 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "cribl-control-plane"
|
|
6
|
-
__version__: str = "0.0.
|
|
7
|
-
__openapi_doc_version__: str = "4.
|
|
6
|
+
__version__: str = "0.0.50rc2"
|
|
7
|
+
__openapi_doc_version__: str = "4.15.0-alpha.1759484970204-f93a1e61"
|
|
8
8
|
__gen_version__: str = "2.721.0"
|
|
9
|
-
__user_agent__: str =
|
|
10
|
-
"speakeasy-sdk/python 0.0.50 2.721.0 4.14.0-837595d5 cribl-control-plane"
|
|
11
|
-
)
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.50rc2 2.721.0 4.15.0-alpha.1759484970204-f93a1e61 cribl-control-plane"
|
|
12
10
|
|
|
13
11
|
try:
|
|
14
12
|
if __package__ is not None:
|
|
@@ -4,19 +4,25 @@ from __future__ import annotations
|
|
|
4
4
|
from cribl_control_plane.errors import CriblControlPlaneError
|
|
5
5
|
from cribl_control_plane.models import healthstatus as models_healthstatus
|
|
6
6
|
from cribl_control_plane.types import BaseModel
|
|
7
|
+
from cribl_control_plane.utils import validate_open_enum
|
|
7
8
|
from dataclasses import dataclass, field
|
|
8
9
|
import httpx
|
|
9
10
|
import pydantic
|
|
11
|
+
from pydantic.functional_validators import PlainValidator
|
|
10
12
|
from typing import Optional
|
|
11
13
|
from typing_extensions import Annotated
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
class HealthStatusErrorData(BaseModel):
|
|
15
|
-
status:
|
|
17
|
+
status: Annotated[
|
|
18
|
+
models_healthstatus.Status, PlainValidator(validate_open_enum(False))
|
|
19
|
+
]
|
|
16
20
|
|
|
17
21
|
start_time: Annotated[float, pydantic.Field(alias="startTime")]
|
|
18
22
|
|
|
19
|
-
role:
|
|
23
|
+
role: Annotated[
|
|
24
|
+
Optional[models_healthstatus.Role], PlainValidator(validate_open_enum(False))
|
|
25
|
+
] = None
|
|
20
26
|
|
|
21
27
|
|
|
22
28
|
@dataclass(frozen=True)
|
|
@@ -224,7 +224,7 @@ class GroupsSDK(BaseSDK):
|
|
|
224
224
|
config_version: Optional[str] = None,
|
|
225
225
|
deploying_worker_count: Optional[float] = None,
|
|
226
226
|
description: Optional[str] = None,
|
|
227
|
-
estimated_ingest_rate: Optional[
|
|
227
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
228
228
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
229
229
|
incompatible_worker_count: Optional[float] = None,
|
|
230
230
|
inherits: Optional[str] = None,
|
|
@@ -395,7 +395,7 @@ class GroupsSDK(BaseSDK):
|
|
|
395
395
|
config_version: Optional[str] = None,
|
|
396
396
|
deploying_worker_count: Optional[float] = None,
|
|
397
397
|
description: Optional[str] = None,
|
|
398
|
-
estimated_ingest_rate: Optional[
|
|
398
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
399
399
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
400
400
|
incompatible_worker_count: Optional[float] = None,
|
|
401
401
|
inherits: Optional[str] = None,
|
|
@@ -757,7 +757,7 @@ class GroupsSDK(BaseSDK):
|
|
|
757
757
|
config_version: Optional[str] = None,
|
|
758
758
|
deploying_worker_count: Optional[float] = None,
|
|
759
759
|
description: Optional[str] = None,
|
|
760
|
-
estimated_ingest_rate: Optional[
|
|
760
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
761
761
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
762
762
|
incompatible_worker_count: Optional[float] = None,
|
|
763
763
|
inherits: Optional[str] = None,
|
|
@@ -931,7 +931,7 @@ class GroupsSDK(BaseSDK):
|
|
|
931
931
|
config_version: Optional[str] = None,
|
|
932
932
|
deploying_worker_count: Optional[float] = None,
|
|
933
933
|
description: Optional[str] = None,
|
|
934
|
-
estimated_ingest_rate: Optional[
|
|
934
|
+
estimated_ingest_rate: Optional[models.EstimatedIngestRate] = None,
|
|
935
935
|
git: Optional[Union[models.Git, models.GitTypedDict]] = None,
|
|
936
936
|
incompatible_worker_count: Optional[float] = None,
|
|
937
937
|
inherits: Optional[str] = None,
|
cribl_control_plane/health.py
CHANGED
|
@@ -18,7 +18,7 @@ class Health(BaseSDK):
|
|
|
18
18
|
server_url: Optional[str] = None,
|
|
19
19
|
timeout_ms: Optional[int] = None,
|
|
20
20
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
21
|
-
) -> models.
|
|
21
|
+
) -> models.GetHealthInfoResponse:
|
|
22
22
|
r"""Retrieve health status of the server
|
|
23
23
|
|
|
24
24
|
:param retries: Override the default retry configuration for this method
|
|
@@ -85,6 +85,8 @@ class Health(BaseSDK):
|
|
|
85
85
|
if utils.match_response(http_res, "5XX", "*"):
|
|
86
86
|
http_res_text = utils.stream_to_text(http_res)
|
|
87
87
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
88
|
+
if utils.match_response(http_res, "default", "application/json"):
|
|
89
|
+
return unmarshal_json_response(models.Error, http_res)
|
|
88
90
|
|
|
89
91
|
raise errors.APIError("Unexpected response received", http_res)
|
|
90
92
|
|
|
@@ -95,7 +97,7 @@ class Health(BaseSDK):
|
|
|
95
97
|
server_url: Optional[str] = None,
|
|
96
98
|
timeout_ms: Optional[int] = None,
|
|
97
99
|
http_headers: Optional[Mapping[str, str]] = None,
|
|
98
|
-
) -> models.
|
|
100
|
+
) -> models.GetHealthInfoResponse:
|
|
99
101
|
r"""Retrieve health status of the server
|
|
100
102
|
|
|
101
103
|
:param retries: Override the default retry configuration for this method
|
|
@@ -162,5 +164,7 @@ class Health(BaseSDK):
|
|
|
162
164
|
if utils.match_response(http_res, "5XX", "*"):
|
|
163
165
|
http_res_text = await utils.stream_to_text_async(http_res)
|
|
164
166
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
167
|
+
if utils.match_response(http_res, "default", "application/json"):
|
|
168
|
+
return unmarshal_json_response(models.Error, http_res)
|
|
165
169
|
|
|
166
170
|
raise errors.APIError("Unexpected response received", http_res)
|
|
@@ -12,7 +12,6 @@ if TYPE_CHECKING:
|
|
|
12
12
|
AddHecTokenRequestMetadatumTypedDict,
|
|
13
13
|
AddHecTokenRequestTypedDict,
|
|
14
14
|
)
|
|
15
|
-
from .appmode import AppMode
|
|
16
15
|
from .authtoken import AuthToken, AuthTokenTypedDict
|
|
17
16
|
from .branchinfo import BranchInfo, BranchInfoTypedDict
|
|
18
17
|
from .cacheconnection import CacheConnection, CacheConnectionTypedDict
|
|
@@ -23,6 +22,7 @@ if TYPE_CHECKING:
|
|
|
23
22
|
ConfigGroup,
|
|
24
23
|
ConfigGroupType,
|
|
25
24
|
ConfigGroupTypedDict,
|
|
25
|
+
EstimatedIngestRate,
|
|
26
26
|
Git,
|
|
27
27
|
GitTypedDict,
|
|
28
28
|
)
|
|
@@ -179,6 +179,7 @@ if TYPE_CHECKING:
|
|
|
179
179
|
DistributedSummaryWorkers,
|
|
180
180
|
DistributedSummaryWorkersTypedDict,
|
|
181
181
|
)
|
|
182
|
+
from .error import Error, ErrorTypedDict
|
|
182
183
|
from .getconfiggroupaclbyproductandidop import (
|
|
183
184
|
GetConfigGroupACLByProductAndIDRequest,
|
|
184
185
|
GetConfigGroupACLByProductAndIDRequestTypedDict,
|
|
@@ -215,6 +216,7 @@ if TYPE_CHECKING:
|
|
|
215
216
|
GetCriblLakeDatasetByLakeIDResponse,
|
|
216
217
|
GetCriblLakeDatasetByLakeIDResponseTypedDict,
|
|
217
218
|
)
|
|
219
|
+
from .gethealthinfoop import GetHealthInfoResponse, GetHealthInfoResponseTypedDict
|
|
218
220
|
from .getinputbyidop import (
|
|
219
221
|
GetInputByIDRequest,
|
|
220
222
|
GetInputByIDRequestTypedDict,
|
|
@@ -334,7 +336,7 @@ if TYPE_CHECKING:
|
|
|
334
336
|
from .gitdiffresult import GitDiffResult, GitDiffResultTypedDict
|
|
335
337
|
from .gitfile import GitFile, GitFileTypedDict
|
|
336
338
|
from .gitfilesresponse import GitFilesResponse, GitFilesResponseTypedDict
|
|
337
|
-
from .gitinfo import GitInfo, GitInfoTypedDict, Remote, RemoteTypedDict
|
|
339
|
+
from .gitinfo import GitInfo, GitInfoTypedDict, Remote, RemoteEnum, RemoteTypedDict
|
|
338
340
|
from .gitlogresult import GitLogResult, GitLogResultTypedDict
|
|
339
341
|
from .gitrevertparams import GitRevertParams, GitRevertParamsTypedDict
|
|
340
342
|
from .gitrevertresult import (
|
|
@@ -345,6 +347,7 @@ if TYPE_CHECKING:
|
|
|
345
347
|
GitRevertResultFilesTypedDict,
|
|
346
348
|
GitRevertResultTypedDict,
|
|
347
349
|
)
|
|
350
|
+
from .gitshowresult import GitShowResult, GitShowResultTypedDict
|
|
348
351
|
from .gitstatusresult import (
|
|
349
352
|
File,
|
|
350
353
|
FileTypedDict,
|
|
@@ -353,7 +356,13 @@ if TYPE_CHECKING:
|
|
|
353
356
|
Renamed,
|
|
354
357
|
RenamedTypedDict,
|
|
355
358
|
)
|
|
356
|
-
from .hbcriblinfo import
|
|
359
|
+
from .hbcriblinfo import (
|
|
360
|
+
Config,
|
|
361
|
+
ConfigTypedDict,
|
|
362
|
+
DistMode,
|
|
363
|
+
HBCriblInfo,
|
|
364
|
+
HBCriblInfoTypedDict,
|
|
365
|
+
)
|
|
357
366
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
358
367
|
from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
|
|
359
368
|
from .heartbeatmetadata import (
|
|
@@ -460,7 +469,6 @@ if TYPE_CHECKING:
|
|
|
460
469
|
InputConfluentCloudPqControlsTypedDict,
|
|
461
470
|
InputConfluentCloudPqTypedDict,
|
|
462
471
|
InputConfluentCloudSASLMechanism,
|
|
463
|
-
InputConfluentCloudSchemaType,
|
|
464
472
|
InputConfluentCloudTLSSettingsClientSide,
|
|
465
473
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
466
474
|
InputConfluentCloudType,
|
|
@@ -919,7 +927,6 @@ if TYPE_CHECKING:
|
|
|
919
927
|
InputKafkaPqControlsTypedDict,
|
|
920
928
|
InputKafkaPqTypedDict,
|
|
921
929
|
InputKafkaSASLMechanism,
|
|
922
|
-
InputKafkaSchemaType,
|
|
923
930
|
InputKafkaTLSSettingsClientSide,
|
|
924
931
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
925
932
|
InputKafkaType,
|
|
@@ -1087,7 +1094,6 @@ if TYPE_CHECKING:
|
|
|
1087
1094
|
InputMskPqControls,
|
|
1088
1095
|
InputMskPqControlsTypedDict,
|
|
1089
1096
|
InputMskPqTypedDict,
|
|
1090
|
-
InputMskSchemaType,
|
|
1091
1097
|
InputMskSignatureVersion,
|
|
1092
1098
|
InputMskTLSSettingsClientSide,
|
|
1093
1099
|
InputMskTLSSettingsClientSideTypedDict,
|
|
@@ -1982,7 +1988,6 @@ if TYPE_CHECKING:
|
|
|
1982
1988
|
OutputConfluentCloudQueueFullBehavior,
|
|
1983
1989
|
OutputConfluentCloudRecordDataFormat,
|
|
1984
1990
|
OutputConfluentCloudSASLMechanism,
|
|
1985
|
-
OutputConfluentCloudSchemaType,
|
|
1986
1991
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
1987
1992
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
1988
1993
|
OutputConfluentCloudType,
|
|
@@ -2065,6 +2070,15 @@ if TYPE_CHECKING:
|
|
|
2065
2070
|
OutputCrowdstrikeNextGenSiemType,
|
|
2066
2071
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
2067
2072
|
)
|
|
2073
|
+
from .outputdatabricks import (
|
|
2074
|
+
OutputDatabricks,
|
|
2075
|
+
OutputDatabricksAuthenticationMethod,
|
|
2076
|
+
OutputDatabricksBackpressureBehavior,
|
|
2077
|
+
OutputDatabricksDataFormat,
|
|
2078
|
+
OutputDatabricksDiskSpaceProtection,
|
|
2079
|
+
OutputDatabricksType,
|
|
2080
|
+
OutputDatabricksTypedDict,
|
|
2081
|
+
)
|
|
2068
2082
|
from .outputdatadog import (
|
|
2069
2083
|
DatadogSite,
|
|
2070
2084
|
OutputDatadog,
|
|
@@ -2483,7 +2497,6 @@ if TYPE_CHECKING:
|
|
|
2483
2497
|
OutputKafkaQueueFullBehavior,
|
|
2484
2498
|
OutputKafkaRecordDataFormat,
|
|
2485
2499
|
OutputKafkaSASLMechanism,
|
|
2486
|
-
OutputKafkaSchemaType,
|
|
2487
2500
|
OutputKafkaTLSSettingsClientSide,
|
|
2488
2501
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2489
2502
|
OutputKafkaType,
|
|
@@ -2566,7 +2579,6 @@ if TYPE_CHECKING:
|
|
|
2566
2579
|
OutputMskPqControlsTypedDict,
|
|
2567
2580
|
OutputMskQueueFullBehavior,
|
|
2568
2581
|
OutputMskRecordDataFormat,
|
|
2569
|
-
OutputMskSchemaType,
|
|
2570
2582
|
OutputMskSignatureVersion,
|
|
2571
2583
|
OutputMskTLSSettingsClientSide,
|
|
2572
2584
|
OutputMskTLSSettingsClientSideTypedDict,
|
|
@@ -3125,7 +3137,6 @@ if TYPE_CHECKING:
|
|
|
3125
3137
|
from .productscore import ProductsCore
|
|
3126
3138
|
from .rbacresource import RbacResource
|
|
3127
3139
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
3128
|
-
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
3129
3140
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
3130
3141
|
from .routes import (
|
|
3131
3142
|
Comment,
|
|
@@ -3144,6 +3155,7 @@ if TYPE_CHECKING:
|
|
|
3144
3155
|
CollectorSpecificSettings,
|
|
3145
3156
|
CollectorSpecificSettingsTypedDict,
|
|
3146
3157
|
CollectorTypedDict,
|
|
3158
|
+
InputType,
|
|
3147
3159
|
RunnableJobCollection,
|
|
3148
3160
|
RunnableJobCollectionInput,
|
|
3149
3161
|
RunnableJobCollectionInputTypedDict,
|
|
@@ -3166,7 +3178,6 @@ if TYPE_CHECKING:
|
|
|
3166
3178
|
RunnableJobCollectionScheduleTypedDict,
|
|
3167
3179
|
RunnableJobCollectionTimeWarning,
|
|
3168
3180
|
RunnableJobCollectionTimeWarningTypedDict,
|
|
3169
|
-
RunnableJobCollectionType,
|
|
3170
3181
|
RunnableJobCollectionTypedDict,
|
|
3171
3182
|
TimeRange,
|
|
3172
3183
|
WhereToCapture,
|
|
@@ -3286,7 +3297,6 @@ __all__ = [
|
|
|
3286
3297
|
"AdditionalPropertyTypedDict",
|
|
3287
3298
|
"Allow",
|
|
3288
3299
|
"AllowTypedDict",
|
|
3289
|
-
"AppMode",
|
|
3290
3300
|
"Audit",
|
|
3291
3301
|
"AuditTypedDict",
|
|
3292
3302
|
"AuthToken",
|
|
@@ -3436,6 +3446,7 @@ __all__ = [
|
|
|
3436
3446
|
"DiffFilesTypedDict",
|
|
3437
3447
|
"DisksAndFileSystems",
|
|
3438
3448
|
"DisksAndFileSystemsTypedDict",
|
|
3449
|
+
"DistMode",
|
|
3439
3450
|
"DistributedSummary",
|
|
3440
3451
|
"DistributedSummaryGroups",
|
|
3441
3452
|
"DistributedSummaryGroupsTypedDict",
|
|
@@ -3452,6 +3463,9 @@ __all__ = [
|
|
|
3452
3463
|
"EndpointParam",
|
|
3453
3464
|
"EndpointParamTypedDict",
|
|
3454
3465
|
"EndpointType",
|
|
3466
|
+
"Error",
|
|
3467
|
+
"ErrorTypedDict",
|
|
3468
|
+
"EstimatedIngestRate",
|
|
3455
3469
|
"EventFormat",
|
|
3456
3470
|
"Executor",
|
|
3457
3471
|
"ExecutorSpecificSettings",
|
|
@@ -3493,6 +3507,8 @@ __all__ = [
|
|
|
3493
3507
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict",
|
|
3494
3508
|
"GetCriblLakeDatasetByLakeIDResponse",
|
|
3495
3509
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict",
|
|
3510
|
+
"GetHealthInfoResponse",
|
|
3511
|
+
"GetHealthInfoResponseTypedDict",
|
|
3496
3512
|
"GetInputByIDRequest",
|
|
3497
3513
|
"GetInputByIDRequestTypedDict",
|
|
3498
3514
|
"GetInputByIDResponse",
|
|
@@ -3586,6 +3602,8 @@ __all__ = [
|
|
|
3586
3602
|
"GitRevertResultFiles",
|
|
3587
3603
|
"GitRevertResultFilesTypedDict",
|
|
3588
3604
|
"GitRevertResultTypedDict",
|
|
3605
|
+
"GitShowResult",
|
|
3606
|
+
"GitShowResultTypedDict",
|
|
3589
3607
|
"GitStatusResult",
|
|
3590
3608
|
"GitStatusResultTypedDict",
|
|
3591
3609
|
"GitTypedDict",
|
|
@@ -3699,7 +3717,6 @@ __all__ = [
|
|
|
3699
3717
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3700
3718
|
"InputConfluentCloudPqTypedDict",
|
|
3701
3719
|
"InputConfluentCloudSASLMechanism",
|
|
3702
|
-
"InputConfluentCloudSchemaType",
|
|
3703
3720
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3704
3721
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3705
3722
|
"InputConfluentCloudType",
|
|
@@ -4089,7 +4106,6 @@ __all__ = [
|
|
|
4089
4106
|
"InputKafkaPqControlsTypedDict",
|
|
4090
4107
|
"InputKafkaPqTypedDict",
|
|
4091
4108
|
"InputKafkaSASLMechanism",
|
|
4092
|
-
"InputKafkaSchemaType",
|
|
4093
4109
|
"InputKafkaTLSSettingsClientSide",
|
|
4094
4110
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4095
4111
|
"InputKafkaType",
|
|
@@ -4239,7 +4255,6 @@ __all__ = [
|
|
|
4239
4255
|
"InputMskPqControls",
|
|
4240
4256
|
"InputMskPqControlsTypedDict",
|
|
4241
4257
|
"InputMskPqTypedDict",
|
|
4242
|
-
"InputMskSchemaType",
|
|
4243
4258
|
"InputMskSignatureVersion",
|
|
4244
4259
|
"InputMskTLSSettingsClientSide",
|
|
4245
4260
|
"InputMskTLSSettingsClientSideTypedDict",
|
|
@@ -4686,6 +4701,7 @@ __all__ = [
|
|
|
4686
4701
|
"InputTcpjsonTLSSettingsServerSideTypedDict",
|
|
4687
4702
|
"InputTcpjsonType",
|
|
4688
4703
|
"InputTcpjsonTypedDict",
|
|
4704
|
+
"InputType",
|
|
4689
4705
|
"InputTypedDict",
|
|
4690
4706
|
"InputWef",
|
|
4691
4707
|
"InputWefAuthenticationMethod",
|
|
@@ -5036,7 +5052,6 @@ __all__ = [
|
|
|
5036
5052
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5037
5053
|
"OutputConfluentCloudRecordDataFormat",
|
|
5038
5054
|
"OutputConfluentCloudSASLMechanism",
|
|
5039
|
-
"OutputConfluentCloudSchemaType",
|
|
5040
5055
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5041
5056
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5042
5057
|
"OutputConfluentCloudType",
|
|
@@ -5109,6 +5124,13 @@ __all__ = [
|
|
|
5109
5124
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict",
|
|
5110
5125
|
"OutputCrowdstrikeNextGenSiemType",
|
|
5111
5126
|
"OutputCrowdstrikeNextGenSiemTypedDict",
|
|
5127
|
+
"OutputDatabricks",
|
|
5128
|
+
"OutputDatabricksAuthenticationMethod",
|
|
5129
|
+
"OutputDatabricksBackpressureBehavior",
|
|
5130
|
+
"OutputDatabricksDataFormat",
|
|
5131
|
+
"OutputDatabricksDiskSpaceProtection",
|
|
5132
|
+
"OutputDatabricksType",
|
|
5133
|
+
"OutputDatabricksTypedDict",
|
|
5112
5134
|
"OutputDatadog",
|
|
5113
5135
|
"OutputDatadogAuthenticationMethod",
|
|
5114
5136
|
"OutputDatadogBackpressureBehavior",
|
|
@@ -5472,7 +5494,6 @@ __all__ = [
|
|
|
5472
5494
|
"OutputKafkaQueueFullBehavior",
|
|
5473
5495
|
"OutputKafkaRecordDataFormat",
|
|
5474
5496
|
"OutputKafkaSASLMechanism",
|
|
5475
|
-
"OutputKafkaSchemaType",
|
|
5476
5497
|
"OutputKafkaTLSSettingsClientSide",
|
|
5477
5498
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5478
5499
|
"OutputKafkaType",
|
|
@@ -5547,7 +5568,6 @@ __all__ = [
|
|
|
5547
5568
|
"OutputMskPqControlsTypedDict",
|
|
5548
5569
|
"OutputMskQueueFullBehavior",
|
|
5549
5570
|
"OutputMskRecordDataFormat",
|
|
5550
|
-
"OutputMskSchemaType",
|
|
5551
5571
|
"OutputMskSignatureVersion",
|
|
5552
5572
|
"OutputMskTLSSettingsClientSide",
|
|
5553
5573
|
"OutputMskTLSSettingsClientSideTypedDict",
|
|
@@ -6043,6 +6063,7 @@ __all__ = [
|
|
|
6043
6063
|
"RbacResource",
|
|
6044
6064
|
"ReadMode",
|
|
6045
6065
|
"Remote",
|
|
6066
|
+
"RemoteEnum",
|
|
6046
6067
|
"RemoteTypedDict",
|
|
6047
6068
|
"Renamed",
|
|
6048
6069
|
"RenamedTypedDict",
|
|
@@ -6053,8 +6074,6 @@ __all__ = [
|
|
|
6053
6074
|
"ResourceTypeLabel",
|
|
6054
6075
|
"ResourceTypeLabelTypedDict",
|
|
6055
6076
|
"Role",
|
|
6056
|
-
"RouteCloneConf",
|
|
6057
|
-
"RouteCloneConfTypedDict",
|
|
6058
6077
|
"RouteConf",
|
|
6059
6078
|
"RouteConfTypedDict",
|
|
6060
6079
|
"Routes",
|
|
@@ -6086,7 +6105,6 @@ __all__ = [
|
|
|
6086
6105
|
"RunnableJobCollectionScheduleTypedDict",
|
|
6087
6106
|
"RunnableJobCollectionTimeWarning",
|
|
6088
6107
|
"RunnableJobCollectionTimeWarningTypedDict",
|
|
6089
|
-
"RunnableJobCollectionType",
|
|
6090
6108
|
"RunnableJobCollectionTypedDict",
|
|
6091
6109
|
"RunnableJobExecutor",
|
|
6092
6110
|
"RunnableJobExecutorJobType",
|
|
@@ -6206,7 +6224,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6206
6224
|
"AddHecTokenRequestMetadatum": ".addhectokenrequest",
|
|
6207
6225
|
"AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
|
|
6208
6226
|
"AddHecTokenRequestTypedDict": ".addhectokenrequest",
|
|
6209
|
-
"AppMode": ".appmode",
|
|
6210
6227
|
"AuthToken": ".authtoken",
|
|
6211
6228
|
"AuthTokenTypedDict": ".authtoken",
|
|
6212
6229
|
"BranchInfo": ".branchinfo",
|
|
@@ -6220,6 +6237,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6220
6237
|
"ConfigGroup": ".configgroup",
|
|
6221
6238
|
"ConfigGroupType": ".configgroup",
|
|
6222
6239
|
"ConfigGroupTypedDict": ".configgroup",
|
|
6240
|
+
"EstimatedIngestRate": ".configgroup",
|
|
6223
6241
|
"Git": ".configgroup",
|
|
6224
6242
|
"GitTypedDict": ".configgroup",
|
|
6225
6243
|
"ConfigGroupCloud": ".configgroupcloud",
|
|
@@ -6338,6 +6356,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6338
6356
|
"DistributedSummaryTypedDict": ".distributedsummary",
|
|
6339
6357
|
"DistributedSummaryWorkers": ".distributedsummary",
|
|
6340
6358
|
"DistributedSummaryWorkersTypedDict": ".distributedsummary",
|
|
6359
|
+
"Error": ".error",
|
|
6360
|
+
"ErrorTypedDict": ".error",
|
|
6341
6361
|
"GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
|
|
6342
6362
|
"GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
|
|
6343
6363
|
"GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
|
|
@@ -6362,6 +6382,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6362
6382
|
"GetCriblLakeDatasetByLakeIDRequestTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6363
6383
|
"GetCriblLakeDatasetByLakeIDResponse": ".getcribllakedatasetbylakeidop",
|
|
6364
6384
|
"GetCriblLakeDatasetByLakeIDResponseTypedDict": ".getcribllakedatasetbylakeidop",
|
|
6385
|
+
"GetHealthInfoResponse": ".gethealthinfoop",
|
|
6386
|
+
"GetHealthInfoResponseTypedDict": ".gethealthinfoop",
|
|
6365
6387
|
"GetInputByIDRequest": ".getinputbyidop",
|
|
6366
6388
|
"GetInputByIDRequestTypedDict": ".getinputbyidop",
|
|
6367
6389
|
"GetInputByIDResponse": ".getinputbyidop",
|
|
@@ -6451,6 +6473,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6451
6473
|
"GitInfo": ".gitinfo",
|
|
6452
6474
|
"GitInfoTypedDict": ".gitinfo",
|
|
6453
6475
|
"Remote": ".gitinfo",
|
|
6476
|
+
"RemoteEnum": ".gitinfo",
|
|
6454
6477
|
"RemoteTypedDict": ".gitinfo",
|
|
6455
6478
|
"GitLogResult": ".gitlogresult",
|
|
6456
6479
|
"GitLogResultTypedDict": ".gitlogresult",
|
|
@@ -6462,6 +6485,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6462
6485
|
"GitRevertResultFiles": ".gitrevertresult",
|
|
6463
6486
|
"GitRevertResultFilesTypedDict": ".gitrevertresult",
|
|
6464
6487
|
"GitRevertResultTypedDict": ".gitrevertresult",
|
|
6488
|
+
"GitShowResult": ".gitshowresult",
|
|
6489
|
+
"GitShowResultTypedDict": ".gitshowresult",
|
|
6465
6490
|
"File": ".gitstatusresult",
|
|
6466
6491
|
"FileTypedDict": ".gitstatusresult",
|
|
6467
6492
|
"GitStatusResult": ".gitstatusresult",
|
|
@@ -6470,6 +6495,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6470
6495
|
"RenamedTypedDict": ".gitstatusresult",
|
|
6471
6496
|
"Config": ".hbcriblinfo",
|
|
6472
6497
|
"ConfigTypedDict": ".hbcriblinfo",
|
|
6498
|
+
"DistMode": ".hbcriblinfo",
|
|
6473
6499
|
"HBCriblInfo": ".hbcriblinfo",
|
|
6474
6500
|
"HBCriblInfoTypedDict": ".hbcriblinfo",
|
|
6475
6501
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
@@ -6574,7 +6600,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6574
6600
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6575
6601
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6576
6602
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6577
|
-
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
6578
6603
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6579
6604
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6580
6605
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -6993,7 +7018,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6993
7018
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
6994
7019
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
6995
7020
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
6996
|
-
"InputKafkaSchemaType": ".inputkafka",
|
|
6997
7021
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
6998
7022
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
6999
7023
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7145,7 +7169,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7145
7169
|
"InputMskPqControls": ".inputmsk",
|
|
7146
7170
|
"InputMskPqControlsTypedDict": ".inputmsk",
|
|
7147
7171
|
"InputMskPqTypedDict": ".inputmsk",
|
|
7148
|
-
"InputMskSchemaType": ".inputmsk",
|
|
7149
7172
|
"InputMskSignatureVersion": ".inputmsk",
|
|
7150
7173
|
"InputMskTLSSettingsClientSide": ".inputmsk",
|
|
7151
7174
|
"InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
|
|
@@ -7972,7 +7995,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7972
7995
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
7973
7996
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
7974
7997
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
7975
|
-
"OutputConfluentCloudSchemaType": ".outputconfluentcloud",
|
|
7976
7998
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
7977
7999
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
7978
8000
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8046,6 +8068,13 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8046
8068
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8047
8069
|
"OutputCrowdstrikeNextGenSiemType": ".outputcrowdstrikenextgensiem",
|
|
8048
8070
|
"OutputCrowdstrikeNextGenSiemTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8071
|
+
"OutputDatabricks": ".outputdatabricks",
|
|
8072
|
+
"OutputDatabricksAuthenticationMethod": ".outputdatabricks",
|
|
8073
|
+
"OutputDatabricksBackpressureBehavior": ".outputdatabricks",
|
|
8074
|
+
"OutputDatabricksDataFormat": ".outputdatabricks",
|
|
8075
|
+
"OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
|
|
8076
|
+
"OutputDatabricksType": ".outputdatabricks",
|
|
8077
|
+
"OutputDatabricksTypedDict": ".outputdatabricks",
|
|
8049
8078
|
"DatadogSite": ".outputdatadog",
|
|
8050
8079
|
"OutputDatadog": ".outputdatadog",
|
|
8051
8080
|
"OutputDatadogAuthenticationMethod": ".outputdatadog",
|
|
@@ -8429,7 +8458,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8429
8458
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8430
8459
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8431
8460
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8432
|
-
"OutputKafkaSchemaType": ".outputkafka",
|
|
8433
8461
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8434
8462
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8435
8463
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8504,7 +8532,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8504
8532
|
"OutputMskPqControlsTypedDict": ".outputmsk",
|
|
8505
8533
|
"OutputMskQueueFullBehavior": ".outputmsk",
|
|
8506
8534
|
"OutputMskRecordDataFormat": ".outputmsk",
|
|
8507
|
-
"OutputMskSchemaType": ".outputmsk",
|
|
8508
8535
|
"OutputMskSignatureVersion": ".outputmsk",
|
|
8509
8536
|
"OutputMskTLSSettingsClientSide": ".outputmsk",
|
|
8510
8537
|
"OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
|
|
@@ -9000,8 +9027,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9000
9027
|
"RbacResource": ".rbacresource",
|
|
9001
9028
|
"ResourcePolicy": ".resourcepolicy",
|
|
9002
9029
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
9003
|
-
"RouteCloneConf": ".routecloneconf",
|
|
9004
|
-
"RouteCloneConfTypedDict": ".routecloneconf",
|
|
9005
9030
|
"RouteConf": ".routeconf",
|
|
9006
9031
|
"RouteConfTypedDict": ".routeconf",
|
|
9007
9032
|
"Comment": ".routes",
|
|
@@ -9020,6 +9045,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9020
9045
|
"CollectorSpecificSettings": ".runnablejobcollection",
|
|
9021
9046
|
"CollectorSpecificSettingsTypedDict": ".runnablejobcollection",
|
|
9022
9047
|
"CollectorTypedDict": ".runnablejobcollection",
|
|
9048
|
+
"InputType": ".runnablejobcollection",
|
|
9023
9049
|
"RunnableJobCollection": ".runnablejobcollection",
|
|
9024
9050
|
"RunnableJobCollectionInput": ".runnablejobcollection",
|
|
9025
9051
|
"RunnableJobCollectionInputTypedDict": ".runnablejobcollection",
|
|
@@ -9042,7 +9068,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9042
9068
|
"RunnableJobCollectionScheduleTypedDict": ".runnablejobcollection",
|
|
9043
9069
|
"RunnableJobCollectionTimeWarning": ".runnablejobcollection",
|
|
9044
9070
|
"RunnableJobCollectionTimeWarningTypedDict": ".runnablejobcollection",
|
|
9045
|
-
"RunnableJobCollectionType": ".runnablejobcollection",
|
|
9046
9071
|
"RunnableJobCollectionTypedDict": ".runnablejobcollection",
|
|
9047
9072
|
"TimeRange": ".runnablejobcollection",
|
|
9048
9073
|
"WhereToCapture": ".runnablejobcollection",
|
|
@@ -4,7 +4,9 @@ from __future__ import annotations
|
|
|
4
4
|
from .cacheconnectionbackfillstatus import CacheConnectionBackfillStatus
|
|
5
5
|
from .lakehouseconnectiontype import LakehouseConnectionType
|
|
6
6
|
from cribl_control_plane.types import BaseModel
|
|
7
|
+
from cribl_control_plane.utils import validate_open_enum
|
|
7
8
|
import pydantic
|
|
9
|
+
from pydantic.functional_validators import PlainValidator
|
|
8
10
|
from typing import List, Optional
|
|
9
11
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
10
12
|
|
|
@@ -31,11 +33,17 @@ class CacheConnection(BaseModel):
|
|
|
31
33
|
] = None
|
|
32
34
|
|
|
33
35
|
backfill_status: Annotated[
|
|
34
|
-
|
|
36
|
+
Annotated[
|
|
37
|
+
Optional[CacheConnectionBackfillStatus],
|
|
38
|
+
PlainValidator(validate_open_enum(False)),
|
|
39
|
+
],
|
|
40
|
+
pydantic.Field(alias="backfillStatus"),
|
|
35
41
|
] = None
|
|
36
42
|
|
|
37
43
|
lakehouse_connection_type: Annotated[
|
|
38
|
-
|
|
44
|
+
Annotated[
|
|
45
|
+
Optional[LakehouseConnectionType], PlainValidator(validate_open_enum(False))
|
|
46
|
+
],
|
|
39
47
|
pydantic.Field(alias="lakehouseConnectionType"),
|
|
40
48
|
] = None
|
|
41
49
|
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane import utils
|
|
4
5
|
from enum import Enum
|
|
5
6
|
|
|
6
7
|
|
|
7
|
-
class CacheConnectionBackfillStatus(str, Enum):
|
|
8
|
+
class CacheConnectionBackfillStatus(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
8
9
|
SCHEDULED = "scheduled"
|
|
9
10
|
PENDING = "pending"
|
|
10
11
|
STARTED = "started"
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
|
+
from cribl_control_plane import utils
|
|
4
5
|
from enum import Enum
|
|
5
6
|
|
|
6
7
|
|
|
7
|
-
class CloudProvider(str, Enum):
|
|
8
|
+
class CloudProvider(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
8
9
|
AWS = "aws"
|
|
9
10
|
AZURE = "azure"
|
|
@@ -4,13 +4,28 @@ from __future__ import annotations
|
|
|
4
4
|
from .commit import Commit, CommitTypedDict
|
|
5
5
|
from .configgroupcloud import ConfigGroupCloud, ConfigGroupCloudTypedDict
|
|
6
6
|
from .configgrouplookups import ConfigGroupLookups, ConfigGroupLookupsTypedDict
|
|
7
|
+
from cribl_control_plane import utils
|
|
7
8
|
from cribl_control_plane.types import BaseModel
|
|
9
|
+
from cribl_control_plane.utils import validate_open_enum
|
|
8
10
|
from enum import Enum
|
|
9
11
|
import pydantic
|
|
12
|
+
from pydantic.functional_validators import PlainValidator
|
|
10
13
|
from typing import List, Optional
|
|
11
14
|
from typing_extensions import Annotated, NotRequired, TypedDict
|
|
12
15
|
|
|
13
16
|
|
|
17
|
+
class EstimatedIngestRate(int, Enum, metaclass=utils.OpenEnumMeta):
|
|
18
|
+
ONE_THOUSAND_AND_TWENTY_FOUR = 1024
|
|
19
|
+
FOUR_THOUSAND_AND_NINETY_SIX = 4096
|
|
20
|
+
TEN_THOUSAND_TWO_HUNDRED_AND_FORTY = 10240
|
|
21
|
+
TWO_THOUSAND_AND_FORTY_EIGHT = 2048
|
|
22
|
+
THREE_THOUSAND_AND_SEVENTY_TWO = 3072
|
|
23
|
+
FIVE_THOUSAND_ONE_HUNDRED_AND_TWENTY = 5120
|
|
24
|
+
SEVEN_THOUSAND_ONE_HUNDRED_AND_SIXTY_EIGHT = 7168
|
|
25
|
+
THIRTEEN_THOUSAND_THREE_HUNDRED_AND_TWELVE = 13312
|
|
26
|
+
FIFTEEN_THOUSAND_THREE_HUNDRED_AND_SIXTY = 15360
|
|
27
|
+
|
|
28
|
+
|
|
14
29
|
class GitTypedDict(TypedDict):
|
|
15
30
|
commit: NotRequired[str]
|
|
16
31
|
local_changes: NotRequired[float]
|
|
@@ -27,7 +42,7 @@ class Git(BaseModel):
|
|
|
27
42
|
log: Optional[List[Commit]] = None
|
|
28
43
|
|
|
29
44
|
|
|
30
|
-
class ConfigGroupType(str, Enum):
|
|
45
|
+
class ConfigGroupType(str, Enum, metaclass=utils.OpenEnumMeta):
|
|
31
46
|
LAKE_ACCESS = "lake_access"
|
|
32
47
|
|
|
33
48
|
|
|
@@ -37,7 +52,7 @@ class ConfigGroupTypedDict(TypedDict):
|
|
|
37
52
|
config_version: NotRequired[str]
|
|
38
53
|
deploying_worker_count: NotRequired[float]
|
|
39
54
|
description: NotRequired[str]
|
|
40
|
-
estimated_ingest_rate: NotRequired[
|
|
55
|
+
estimated_ingest_rate: NotRequired[EstimatedIngestRate]
|
|
41
56
|
git: NotRequired[GitTypedDict]
|
|
42
57
|
incompatible_worker_count: NotRequired[float]
|
|
43
58
|
inherits: NotRequired[str]
|
|
@@ -72,7 +87,10 @@ class ConfigGroup(BaseModel):
|
|
|
72
87
|
description: Optional[str] = None
|
|
73
88
|
|
|
74
89
|
estimated_ingest_rate: Annotated[
|
|
75
|
-
|
|
90
|
+
Annotated[
|
|
91
|
+
Optional[EstimatedIngestRate], PlainValidator(validate_open_enum(True))
|
|
92
|
+
],
|
|
93
|
+
pydantic.Field(alias="estimatedIngestRate"),
|
|
76
94
|
] = None
|
|
77
95
|
|
|
78
96
|
git: Optional[Git] = None
|
|
@@ -105,7 +123,9 @@ class ConfigGroup(BaseModel):
|
|
|
105
123
|
|
|
106
124
|
tags: Optional[str] = None
|
|
107
125
|
|
|
108
|
-
type:
|
|
126
|
+
type: Annotated[
|
|
127
|
+
Optional[ConfigGroupType], PlainValidator(validate_open_enum(False))
|
|
128
|
+
] = None
|
|
109
129
|
|
|
110
130
|
upgrade_version: Annotated[
|
|
111
131
|
Optional[str], pydantic.Field(alias="upgradeVersion")
|