cribl-control-plane 0.2.0rc1__py3-none-any.whl → 0.2.1rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cribl-control-plane might be problematic. Click here for more details.
- cribl_control_plane/_version.py +4 -6
- cribl_control_plane/groups_sdk.py +11 -8
- cribl_control_plane/mappings.py +1185 -0
- cribl_control_plane/models/__init__.py +195 -33
- cribl_control_plane/models/authtoken.py +8 -1
- cribl_control_plane/models/configgroup.py +30 -2
- cribl_control_plane/models/createadminproductsmappingsactivatebyproductop.py +52 -0
- cribl_control_plane/models/createadminproductsmappingsbyproductop.py +53 -0
- cribl_control_plane/models/createversionundoop.py +3 -3
- cribl_control_plane/models/deleteadminproductsmappingsbyproductandidop.py +51 -0
- cribl_control_plane/models/distributedsummary.py +6 -0
- cribl_control_plane/models/getadminproductsmappingsbyproductandidop.py +51 -0
- cribl_control_plane/models/getadminproductsmappingsbyproductop.py +44 -0
- cribl_control_plane/models/hbcriblinfo.py +14 -3
- cribl_control_plane/models/heartbeatmetadata.py +3 -0
- cribl_control_plane/models/input.py +65 -63
- cribl_control_plane/models/inputappscope.py +4 -0
- cribl_control_plane/models/inputazureblob.py +4 -0
- cribl_control_plane/models/inputcollection.py +4 -0
- cribl_control_plane/models/inputconfluentcloud.py +8 -18
- cribl_control_plane/models/inputcribl.py +4 -0
- cribl_control_plane/models/inputcriblhttp.py +4 -0
- cribl_control_plane/models/inputcribllakehttp.py +4 -0
- cribl_control_plane/models/inputcriblmetrics.py +4 -0
- cribl_control_plane/models/inputcribltcp.py +4 -0
- cribl_control_plane/models/inputcrowdstrike.py +7 -0
- cribl_control_plane/models/inputdatadogagent.py +4 -0
- cribl_control_plane/models/inputdatagen.py +4 -0
- cribl_control_plane/models/inputedgeprometheus.py +12 -0
- cribl_control_plane/models/inputelastic.py +11 -0
- cribl_control_plane/models/inputeventhub.py +6 -0
- cribl_control_plane/models/inputexec.py +4 -0
- cribl_control_plane/models/inputfile.py +6 -0
- cribl_control_plane/models/inputfirehose.py +4 -0
- cribl_control_plane/models/inputgooglepubsub.py +7 -0
- cribl_control_plane/models/inputgrafana.py +8 -0
- cribl_control_plane/models/inputhttp.py +4 -0
- cribl_control_plane/models/inputhttpraw.py +4 -0
- cribl_control_plane/models/inputjournalfiles.py +4 -0
- cribl_control_plane/models/inputkafka.py +8 -17
- cribl_control_plane/models/inputkinesis.py +15 -0
- cribl_control_plane/models/inputkubeevents.py +4 -0
- cribl_control_plane/models/inputkubelogs.py +4 -0
- cribl_control_plane/models/inputkubemetrics.py +4 -0
- cribl_control_plane/models/inputloki.py +4 -0
- cribl_control_plane/models/inputmetrics.py +4 -0
- cribl_control_plane/models/inputmodeldriventelemetry.py +4 -0
- cribl_control_plane/models/inputmsk.py +7 -17
- cribl_control_plane/models/inputnetflow.py +4 -0
- cribl_control_plane/models/inputoffice365mgmt.py +11 -0
- cribl_control_plane/models/inputoffice365msgtrace.py +11 -0
- cribl_control_plane/models/inputoffice365service.py +11 -0
- cribl_control_plane/models/inputopentelemetry.py +8 -0
- cribl_control_plane/models/inputprometheus.py +10 -0
- cribl_control_plane/models/inputprometheusrw.py +4 -0
- cribl_control_plane/models/inputrawudp.py +4 -0
- cribl_control_plane/models/inputs3.py +7 -0
- cribl_control_plane/models/inputs3inventory.py +7 -0
- cribl_control_plane/models/inputsecuritylake.py +7 -0
- cribl_control_plane/models/inputsnmp.py +11 -0
- cribl_control_plane/models/inputsplunk.py +9 -0
- cribl_control_plane/models/inputsplunkhec.py +4 -0
- cribl_control_plane/models/inputsplunksearch.py +7 -0
- cribl_control_plane/models/inputsqs.py +9 -0
- cribl_control_plane/models/inputsyslog.py +8 -0
- cribl_control_plane/models/inputsystemmetrics.py +32 -0
- cribl_control_plane/models/inputsystemstate.py +4 -0
- cribl_control_plane/models/inputtcp.py +4 -0
- cribl_control_plane/models/inputtcpjson.py +4 -0
- cribl_control_plane/models/inputwef.py +6 -0
- cribl_control_plane/models/inputwindowsmetrics.py +28 -0
- cribl_control_plane/models/inputwineventlogs.py +8 -0
- cribl_control_plane/models/inputwiz.py +7 -0
- cribl_control_plane/models/inputwizwebhook.py +4 -0
- cribl_control_plane/models/inputzscalerhec.py +4 -0
- cribl_control_plane/models/jobinfo.py +4 -1
- cribl_control_plane/models/mappingruleset.py +95 -0
- cribl_control_plane/models/nodeprovidedinfo.py +11 -1
- cribl_control_plane/models/outpostnodeinfo.py +16 -0
- cribl_control_plane/models/output.py +77 -72
- cribl_control_plane/models/outputazureblob.py +20 -0
- cribl_control_plane/models/outputazuredataexplorer.py +28 -0
- cribl_control_plane/models/outputazureeventhub.py +17 -0
- cribl_control_plane/models/outputazurelogs.py +13 -0
- cribl_control_plane/models/outputchronicle.py +13 -0
- cribl_control_plane/models/outputclickhouse.py +17 -0
- cribl_control_plane/models/outputcloudwatch.py +13 -0
- cribl_control_plane/models/outputconfluentcloud.py +24 -18
- cribl_control_plane/models/outputcriblhttp.py +15 -0
- cribl_control_plane/models/outputcribllake.py +21 -0
- cribl_control_plane/models/outputcribltcp.py +12 -0
- cribl_control_plane/models/outputcrowdstrikenextgensiem.py +15 -0
- cribl_control_plane/models/outputdatabricks.py +411 -0
- cribl_control_plane/models/outputdatadog.py +30 -0
- cribl_control_plane/models/outputdataset.py +23 -0
- cribl_control_plane/models/outputdls3.py +35 -0
- cribl_control_plane/models/outputdynatracehttp.py +22 -0
- cribl_control_plane/models/outputdynatraceotlp.py +22 -0
- cribl_control_plane/models/outputelastic.py +18 -0
- cribl_control_plane/models/outputelasticcloud.py +13 -0
- cribl_control_plane/models/outputexabeam.py +14 -0
- cribl_control_plane/models/outputfilesystem.py +15 -0
- cribl_control_plane/models/outputgooglechronicle.py +21 -0
- cribl_control_plane/models/outputgooglecloudlogging.py +19 -0
- cribl_control_plane/models/outputgooglecloudstorage.py +28 -0
- cribl_control_plane/models/outputgooglepubsub.py +13 -0
- cribl_control_plane/models/outputgrafanacloud.py +50 -0
- cribl_control_plane/models/outputgraphite.py +12 -0
- cribl_control_plane/models/outputhoneycomb.py +13 -0
- cribl_control_plane/models/outputhumiohec.py +15 -0
- cribl_control_plane/models/outputinfluxdb.py +19 -0
- cribl_control_plane/models/outputkafka.py +24 -17
- cribl_control_plane/models/outputkinesis.py +15 -0
- cribl_control_plane/models/outputloki.py +20 -0
- cribl_control_plane/models/outputminio.py +28 -0
- cribl_control_plane/models/outputmsk.py +23 -17
- cribl_control_plane/models/outputnewrelic.py +16 -0
- cribl_control_plane/models/outputnewrelicevents.py +16 -0
- cribl_control_plane/models/outputopentelemetry.py +22 -0
- cribl_control_plane/models/outputprometheus.py +13 -0
- cribl_control_plane/models/outputring.py +2 -0
- cribl_control_plane/models/outputs3.py +35 -0
- cribl_control_plane/models/outputsecuritylake.py +29 -0
- cribl_control_plane/models/outputsentinel.py +15 -0
- cribl_control_plane/models/outputsentineloneaisiem.py +13 -0
- cribl_control_plane/models/outputservicenow.py +21 -0
- cribl_control_plane/models/outputsignalfx.py +13 -0
- cribl_control_plane/models/outputsns.py +13 -0
- cribl_control_plane/models/outputsplunk.py +15 -0
- cribl_control_plane/models/outputsplunkhec.py +13 -0
- cribl_control_plane/models/outputsplunklb.py +15 -0
- cribl_control_plane/models/outputsqs.py +15 -0
- cribl_control_plane/models/outputstatsd.py +12 -0
- cribl_control_plane/models/outputstatsdext.py +12 -0
- cribl_control_plane/models/outputsumologic.py +15 -0
- cribl_control_plane/models/outputsyslog.py +24 -0
- cribl_control_plane/models/outputtcpjson.py +12 -0
- cribl_control_plane/models/outputwavefront.py +13 -0
- cribl_control_plane/models/outputwebhook.py +23 -0
- cribl_control_plane/models/outputxsiam.py +13 -0
- cribl_control_plane/models/packinfo.py +8 -5
- cribl_control_plane/models/packinstallinfo.py +8 -5
- cribl_control_plane/models/pipeline.py +4 -4
- cribl_control_plane/models/routeconf.py +3 -4
- cribl_control_plane/models/{routecloneconf.py → rulesetid.py} +4 -4
- cribl_control_plane/models/runnablejobcollection.py +4 -0
- cribl_control_plane/models/updateadminproductsmappingsbyproductandidop.py +63 -0
- cribl_control_plane/models/updatepacksop.py +25 -0
- cribl_control_plane/models/uploadpackresponse.py +13 -0
- cribl_control_plane/packs.py +202 -7
- cribl_control_plane/pipelines.py +8 -8
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/METADATA +44 -3
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/RECORD +154 -143
- cribl_control_plane/models/appmode.py +0 -14
- {cribl_control_plane-0.2.0rc1.dist-info → cribl_control_plane-0.2.1rc1.dist-info}/WHEEL +0 -0
|
@@ -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
|
)
|
|
@@ -33,6 +33,18 @@ if TYPE_CHECKING:
|
|
|
33
33
|
ConfigGroupLookupsLookupTypedDict,
|
|
34
34
|
ConfigGroupLookupsTypedDict,
|
|
35
35
|
)
|
|
36
|
+
from .createadminproductsmappingsactivatebyproductop import (
|
|
37
|
+
CreateAdminProductsMappingsActivateByProductRequest,
|
|
38
|
+
CreateAdminProductsMappingsActivateByProductRequestTypedDict,
|
|
39
|
+
CreateAdminProductsMappingsActivateByProductResponse,
|
|
40
|
+
CreateAdminProductsMappingsActivateByProductResponseTypedDict,
|
|
41
|
+
)
|
|
42
|
+
from .createadminproductsmappingsbyproductop import (
|
|
43
|
+
CreateAdminProductsMappingsByProductRequest,
|
|
44
|
+
CreateAdminProductsMappingsByProductRequestTypedDict,
|
|
45
|
+
CreateAdminProductsMappingsByProductResponse,
|
|
46
|
+
CreateAdminProductsMappingsByProductResponseTypedDict,
|
|
47
|
+
)
|
|
36
48
|
from .createconfiggroupbyproductop import (
|
|
37
49
|
CreateConfigGroupByProductRequest,
|
|
38
50
|
CreateConfigGroupByProductRequestTypedDict,
|
|
@@ -109,6 +121,12 @@ if TYPE_CHECKING:
|
|
|
109
121
|
DatasetMetadataRunInfo,
|
|
110
122
|
DatasetMetadataRunInfoTypedDict,
|
|
111
123
|
)
|
|
124
|
+
from .deleteadminproductsmappingsbyproductandidop import (
|
|
125
|
+
DeleteAdminProductsMappingsByProductAndIDRequest,
|
|
126
|
+
DeleteAdminProductsMappingsByProductAndIDRequestTypedDict,
|
|
127
|
+
DeleteAdminProductsMappingsByProductAndIDResponse,
|
|
128
|
+
DeleteAdminProductsMappingsByProductAndIDResponseTypedDict,
|
|
129
|
+
)
|
|
112
130
|
from .deleteconfiggroupbyproductandidop import (
|
|
113
131
|
DeleteConfigGroupByProductAndIDRequest,
|
|
114
132
|
DeleteConfigGroupByProductAndIDRequestTypedDict,
|
|
@@ -185,6 +203,18 @@ if TYPE_CHECKING:
|
|
|
185
203
|
DistributedSummaryWorkersTypedDict,
|
|
186
204
|
)
|
|
187
205
|
from .error import Error, ErrorTypedDict
|
|
206
|
+
from .getadminproductsmappingsbyproductandidop import (
|
|
207
|
+
GetAdminProductsMappingsByProductAndIDRequest,
|
|
208
|
+
GetAdminProductsMappingsByProductAndIDRequestTypedDict,
|
|
209
|
+
GetAdminProductsMappingsByProductAndIDResponse,
|
|
210
|
+
GetAdminProductsMappingsByProductAndIDResponseTypedDict,
|
|
211
|
+
)
|
|
212
|
+
from .getadminproductsmappingsbyproductop import (
|
|
213
|
+
GetAdminProductsMappingsByProductRequest,
|
|
214
|
+
GetAdminProductsMappingsByProductRequestTypedDict,
|
|
215
|
+
GetAdminProductsMappingsByProductResponse,
|
|
216
|
+
GetAdminProductsMappingsByProductResponseTypedDict,
|
|
217
|
+
)
|
|
188
218
|
from .getconfiggroupaclbyproductandidop import (
|
|
189
219
|
GetConfigGroupACLByProductAndIDRequest,
|
|
190
220
|
GetConfigGroupACLByProductAndIDRequestTypedDict,
|
|
@@ -361,7 +391,13 @@ if TYPE_CHECKING:
|
|
|
361
391
|
Renamed,
|
|
362
392
|
RenamedTypedDict,
|
|
363
393
|
)
|
|
364
|
-
from .hbcriblinfo import
|
|
394
|
+
from .hbcriblinfo import (
|
|
395
|
+
Config,
|
|
396
|
+
ConfigTypedDict,
|
|
397
|
+
DistMode,
|
|
398
|
+
HBCriblInfo,
|
|
399
|
+
HBCriblInfoTypedDict,
|
|
400
|
+
)
|
|
365
401
|
from .hbleaderinfo import HBLeaderInfo, HBLeaderInfoTypedDict
|
|
366
402
|
from .healthstatus import HealthStatus, HealthStatusTypedDict, Role, Status
|
|
367
403
|
from .heartbeatmetadata import (
|
|
@@ -468,7 +504,6 @@ if TYPE_CHECKING:
|
|
|
468
504
|
InputConfluentCloudPqControlsTypedDict,
|
|
469
505
|
InputConfluentCloudPqTypedDict,
|
|
470
506
|
InputConfluentCloudSASLMechanism,
|
|
471
|
-
InputConfluentCloudSchemaType,
|
|
472
507
|
InputConfluentCloudTLSSettingsClientSide,
|
|
473
508
|
InputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
474
509
|
InputConfluentCloudType,
|
|
@@ -927,7 +962,6 @@ if TYPE_CHECKING:
|
|
|
927
962
|
InputKafkaPqControlsTypedDict,
|
|
928
963
|
InputKafkaPqTypedDict,
|
|
929
964
|
InputKafkaSASLMechanism,
|
|
930
|
-
InputKafkaSchemaType,
|
|
931
965
|
InputKafkaTLSSettingsClientSide,
|
|
932
966
|
InputKafkaTLSSettingsClientSideTypedDict,
|
|
933
967
|
InputKafkaType,
|
|
@@ -1095,7 +1129,6 @@ if TYPE_CHECKING:
|
|
|
1095
1129
|
InputMskPqControls,
|
|
1096
1130
|
InputMskPqControlsTypedDict,
|
|
1097
1131
|
InputMskPqTypedDict,
|
|
1098
|
-
InputMskSchemaType,
|
|
1099
1132
|
InputMskSignatureVersion,
|
|
1100
1133
|
InputMskTLSSettingsClientSide,
|
|
1101
1134
|
InputMskTLSSettingsClientSideTypedDict,
|
|
@@ -1801,6 +1834,19 @@ if TYPE_CHECKING:
|
|
|
1801
1834
|
from .listroutesop import ListRoutesResponse, ListRoutesResponseTypedDict
|
|
1802
1835
|
from .logininfo import LoginInfo, LoginInfoTypedDict
|
|
1803
1836
|
from .lookupversions import LookupVersions, LookupVersionsTypedDict
|
|
1837
|
+
from .mappingruleset import (
|
|
1838
|
+
Add,
|
|
1839
|
+
AddTypedDict,
|
|
1840
|
+
Function,
|
|
1841
|
+
FunctionConf,
|
|
1842
|
+
FunctionConfTypedDict,
|
|
1843
|
+
FunctionTypedDict,
|
|
1844
|
+
ID,
|
|
1845
|
+
MappingRuleset,
|
|
1846
|
+
MappingRulesetConf,
|
|
1847
|
+
MappingRulesetConfTypedDict,
|
|
1848
|
+
MappingRulesetTypedDict,
|
|
1849
|
+
)
|
|
1804
1850
|
from .masterworkerentry import (
|
|
1805
1851
|
LastMetrics,
|
|
1806
1852
|
LastMetricsTypedDict,
|
|
@@ -1835,6 +1881,7 @@ if TYPE_CHECKING:
|
|
|
1835
1881
|
from .nodeskippedupgradestatus import NodeSkippedUpgradeStatus
|
|
1836
1882
|
from .nodeupgradestate import NodeUpgradeState
|
|
1837
1883
|
from .nodeupgradestatus import NodeUpgradeStatus, NodeUpgradeStatusTypedDict
|
|
1884
|
+
from .outpostnodeinfo import OutpostNodeInfo, OutpostNodeInfoTypedDict
|
|
1838
1885
|
from .output import Output, OutputTypedDict
|
|
1839
1886
|
from .outputazureblob import (
|
|
1840
1887
|
BlobAccessTier,
|
|
@@ -2011,7 +2058,6 @@ if TYPE_CHECKING:
|
|
|
2011
2058
|
OutputConfluentCloudQueueFullBehavior,
|
|
2012
2059
|
OutputConfluentCloudRecordDataFormat,
|
|
2013
2060
|
OutputConfluentCloudSASLMechanism,
|
|
2014
|
-
OutputConfluentCloudSchemaType,
|
|
2015
2061
|
OutputConfluentCloudTLSSettingsClientSide,
|
|
2016
2062
|
OutputConfluentCloudTLSSettingsClientSideTypedDict,
|
|
2017
2063
|
OutputConfluentCloudType,
|
|
@@ -2094,6 +2140,20 @@ if TYPE_CHECKING:
|
|
|
2094
2140
|
OutputCrowdstrikeNextGenSiemType,
|
|
2095
2141
|
OutputCrowdstrikeNextGenSiemTypedDict,
|
|
2096
2142
|
)
|
|
2143
|
+
from .outputdatabricks import (
|
|
2144
|
+
OutputDatabricks,
|
|
2145
|
+
OutputDatabricksBackpressureBehavior,
|
|
2146
|
+
OutputDatabricksCompression,
|
|
2147
|
+
OutputDatabricksCompressionLevel,
|
|
2148
|
+
OutputDatabricksDataFormat,
|
|
2149
|
+
OutputDatabricksDataPageVersion,
|
|
2150
|
+
OutputDatabricksDiskSpaceProtection,
|
|
2151
|
+
OutputDatabricksKeyValueMetadatum,
|
|
2152
|
+
OutputDatabricksKeyValueMetadatumTypedDict,
|
|
2153
|
+
OutputDatabricksParquetVersion,
|
|
2154
|
+
OutputDatabricksType,
|
|
2155
|
+
OutputDatabricksTypedDict,
|
|
2156
|
+
)
|
|
2097
2157
|
from .outputdatadog import (
|
|
2098
2158
|
DatadogSite,
|
|
2099
2159
|
OutputDatadog,
|
|
@@ -2512,7 +2572,6 @@ if TYPE_CHECKING:
|
|
|
2512
2572
|
OutputKafkaQueueFullBehavior,
|
|
2513
2573
|
OutputKafkaRecordDataFormat,
|
|
2514
2574
|
OutputKafkaSASLMechanism,
|
|
2515
|
-
OutputKafkaSchemaType,
|
|
2516
2575
|
OutputKafkaTLSSettingsClientSide,
|
|
2517
2576
|
OutputKafkaTLSSettingsClientSideTypedDict,
|
|
2518
2577
|
OutputKafkaType,
|
|
@@ -2595,7 +2654,6 @@ if TYPE_CHECKING:
|
|
|
2595
2654
|
OutputMskPqControlsTypedDict,
|
|
2596
2655
|
OutputMskQueueFullBehavior,
|
|
2597
2656
|
OutputMskRecordDataFormat,
|
|
2598
|
-
OutputMskSchemaType,
|
|
2599
2657
|
OutputMskSignatureVersion,
|
|
2600
2658
|
OutputMskTLSSettingsClientSide,
|
|
2601
2659
|
OutputMskTLSSettingsClientSideTypedDict,
|
|
@@ -3138,9 +3196,9 @@ if TYPE_CHECKING:
|
|
|
3138
3196
|
)
|
|
3139
3197
|
from .packupgraderequest import PackUpgradeRequest, PackUpgradeRequestTypedDict
|
|
3140
3198
|
from .pipeline import (
|
|
3141
|
-
Conf,
|
|
3142
|
-
ConfTypedDict,
|
|
3143
3199
|
Pipeline,
|
|
3200
|
+
PipelineConf,
|
|
3201
|
+
PipelineConfTypedDict,
|
|
3144
3202
|
PipelineGroups,
|
|
3145
3203
|
PipelineGroupsTypedDict,
|
|
3146
3204
|
PipelineTypedDict,
|
|
@@ -3154,7 +3212,6 @@ if TYPE_CHECKING:
|
|
|
3154
3212
|
from .productscore import ProductsCore
|
|
3155
3213
|
from .rbacresource import RbacResource
|
|
3156
3214
|
from .resourcepolicy import ResourcePolicy, ResourcePolicyTypedDict
|
|
3157
|
-
from .routecloneconf import RouteCloneConf, RouteCloneConfTypedDict
|
|
3158
3215
|
from .routeconf import RouteConf, RouteConfTypedDict
|
|
3159
3216
|
from .routes import (
|
|
3160
3217
|
Comment,
|
|
@@ -3165,6 +3222,7 @@ if TYPE_CHECKING:
|
|
|
3165
3222
|
RoutesTypedDict,
|
|
3166
3223
|
)
|
|
3167
3224
|
from .routesroute import RoutesRoute, RoutesRouteTypedDict
|
|
3225
|
+
from .rulesetid import RulesetID, RulesetIDTypedDict
|
|
3168
3226
|
from .runnablejob import RunnableJob, RunnableJobTypedDict
|
|
3169
3227
|
from .runnablejobcollection import (
|
|
3170
3228
|
CaptureSettings,
|
|
@@ -3239,6 +3297,12 @@ if TYPE_CHECKING:
|
|
|
3239
3297
|
TeamAccessControlList,
|
|
3240
3298
|
TeamAccessControlListTypedDict,
|
|
3241
3299
|
)
|
|
3300
|
+
from .updateadminproductsmappingsbyproductandidop import (
|
|
3301
|
+
UpdateAdminProductsMappingsByProductAndIDRequest,
|
|
3302
|
+
UpdateAdminProductsMappingsByProductAndIDRequestTypedDict,
|
|
3303
|
+
UpdateAdminProductsMappingsByProductAndIDResponse,
|
|
3304
|
+
UpdateAdminProductsMappingsByProductAndIDResponseTypedDict,
|
|
3305
|
+
)
|
|
3242
3306
|
from .updateconfiggroupbyproductandidop import (
|
|
3243
3307
|
UpdateConfigGroupByProductAndIDRequest,
|
|
3244
3308
|
UpdateConfigGroupByProductAndIDRequestTypedDict,
|
|
@@ -3287,6 +3351,7 @@ if TYPE_CHECKING:
|
|
|
3287
3351
|
UpdatePacksByIDResponse,
|
|
3288
3352
|
UpdatePacksByIDResponseTypedDict,
|
|
3289
3353
|
)
|
|
3354
|
+
from .updatepacksop import UpdatePacksRequest, UpdatePacksRequestTypedDict
|
|
3290
3355
|
from .updatepipelinebyidop import (
|
|
3291
3356
|
UpdatePipelineByIDRequest,
|
|
3292
3357
|
UpdatePipelineByIDRequestTypedDict,
|
|
@@ -3299,6 +3364,7 @@ if TYPE_CHECKING:
|
|
|
3299
3364
|
UpdateRoutesByIDResponse,
|
|
3300
3365
|
UpdateRoutesByIDResponseTypedDict,
|
|
3301
3366
|
)
|
|
3367
|
+
from .uploadpackresponse import UploadPackResponse, UploadPackResponseTypedDict
|
|
3302
3368
|
from .useraccesscontrollist import (
|
|
3303
3369
|
UserAccessControlList,
|
|
3304
3370
|
UserAccessControlListTypedDict,
|
|
@@ -3307,15 +3373,16 @@ if TYPE_CHECKING:
|
|
|
3307
3373
|
|
|
3308
3374
|
__all__ = [
|
|
3309
3375
|
"AISIEMEndpointPath",
|
|
3376
|
+
"Add",
|
|
3310
3377
|
"AddHecTokenRequest",
|
|
3311
3378
|
"AddHecTokenRequestMetadatum",
|
|
3312
3379
|
"AddHecTokenRequestMetadatumTypedDict",
|
|
3313
3380
|
"AddHecTokenRequestTypedDict",
|
|
3381
|
+
"AddTypedDict",
|
|
3314
3382
|
"AdditionalProperty",
|
|
3315
3383
|
"AdditionalPropertyTypedDict",
|
|
3316
3384
|
"Allow",
|
|
3317
3385
|
"AllowTypedDict",
|
|
3318
|
-
"AppMode",
|
|
3319
3386
|
"Audit",
|
|
3320
3387
|
"AuditTypedDict",
|
|
3321
3388
|
"AuthToken",
|
|
@@ -3352,8 +3419,6 @@ __all__ = [
|
|
|
3352
3419
|
"CommentTypedDict",
|
|
3353
3420
|
"Commit",
|
|
3354
3421
|
"CommitTypedDict",
|
|
3355
|
-
"Conf",
|
|
3356
|
-
"ConfTypedDict",
|
|
3357
3422
|
"Config",
|
|
3358
3423
|
"ConfigGroup",
|
|
3359
3424
|
"ConfigGroupCloud",
|
|
@@ -3368,6 +3433,14 @@ __all__ = [
|
|
|
3368
3433
|
"Container",
|
|
3369
3434
|
"ContainerMode",
|
|
3370
3435
|
"ContainerTypedDict",
|
|
3436
|
+
"CreateAdminProductsMappingsActivateByProductRequest",
|
|
3437
|
+
"CreateAdminProductsMappingsActivateByProductRequestTypedDict",
|
|
3438
|
+
"CreateAdminProductsMappingsActivateByProductResponse",
|
|
3439
|
+
"CreateAdminProductsMappingsActivateByProductResponseTypedDict",
|
|
3440
|
+
"CreateAdminProductsMappingsByProductRequest",
|
|
3441
|
+
"CreateAdminProductsMappingsByProductRequestTypedDict",
|
|
3442
|
+
"CreateAdminProductsMappingsByProductResponse",
|
|
3443
|
+
"CreateAdminProductsMappingsByProductResponseTypedDict",
|
|
3371
3444
|
"CreateConfigGroupByProductRequest",
|
|
3372
3445
|
"CreateConfigGroupByProductRequestTypedDict",
|
|
3373
3446
|
"CreateConfigGroupByProductResponse",
|
|
@@ -3428,6 +3501,10 @@ __all__ = [
|
|
|
3428
3501
|
"DatasetMetadataRunInfo",
|
|
3429
3502
|
"DatasetMetadataRunInfoTypedDict",
|
|
3430
3503
|
"DatasetMetadataTypedDict",
|
|
3504
|
+
"DeleteAdminProductsMappingsByProductAndIDRequest",
|
|
3505
|
+
"DeleteAdminProductsMappingsByProductAndIDRequestTypedDict",
|
|
3506
|
+
"DeleteAdminProductsMappingsByProductAndIDResponse",
|
|
3507
|
+
"DeleteAdminProductsMappingsByProductAndIDResponseTypedDict",
|
|
3431
3508
|
"DeleteConfigGroupByProductAndIDRequest",
|
|
3432
3509
|
"DeleteConfigGroupByProductAndIDRequestTypedDict",
|
|
3433
3510
|
"DeleteConfigGroupByProductAndIDResponse",
|
|
@@ -3466,6 +3543,7 @@ __all__ = [
|
|
|
3466
3543
|
"DiffFilesTypedDict",
|
|
3467
3544
|
"DisksAndFileSystems",
|
|
3468
3545
|
"DisksAndFileSystemsTypedDict",
|
|
3546
|
+
"DistMode",
|
|
3469
3547
|
"DistributedSummary",
|
|
3470
3548
|
"DistributedSummaryGroups",
|
|
3471
3549
|
"DistributedSummaryGroupsTypedDict",
|
|
@@ -3484,6 +3562,7 @@ __all__ = [
|
|
|
3484
3562
|
"EndpointType",
|
|
3485
3563
|
"Error",
|
|
3486
3564
|
"ErrorTypedDict",
|
|
3565
|
+
"EstimatedIngestRate",
|
|
3487
3566
|
"EventFormat",
|
|
3488
3567
|
"Executor",
|
|
3489
3568
|
"ExecutorSpecificSettings",
|
|
@@ -3499,8 +3578,20 @@ __all__ = [
|
|
|
3499
3578
|
"FileTypedDict",
|
|
3500
3579
|
"Firewall",
|
|
3501
3580
|
"FirewallTypedDict",
|
|
3581
|
+
"Function",
|
|
3582
|
+
"FunctionConf",
|
|
3583
|
+
"FunctionConfTypedDict",
|
|
3502
3584
|
"FunctionSpecificConfigs",
|
|
3503
3585
|
"FunctionSpecificConfigsTypedDict",
|
|
3586
|
+
"FunctionTypedDict",
|
|
3587
|
+
"GetAdminProductsMappingsByProductAndIDRequest",
|
|
3588
|
+
"GetAdminProductsMappingsByProductAndIDRequestTypedDict",
|
|
3589
|
+
"GetAdminProductsMappingsByProductAndIDResponse",
|
|
3590
|
+
"GetAdminProductsMappingsByProductAndIDResponseTypedDict",
|
|
3591
|
+
"GetAdminProductsMappingsByProductRequest",
|
|
3592
|
+
"GetAdminProductsMappingsByProductRequestTypedDict",
|
|
3593
|
+
"GetAdminProductsMappingsByProductResponse",
|
|
3594
|
+
"GetAdminProductsMappingsByProductResponseTypedDict",
|
|
3504
3595
|
"GetConfigGroupACLByProductAndIDRequest",
|
|
3505
3596
|
"GetConfigGroupACLByProductAndIDRequestTypedDict",
|
|
3506
3597
|
"GetConfigGroupACLByProductAndIDResponse",
|
|
@@ -3649,6 +3740,7 @@ __all__ = [
|
|
|
3649
3740
|
"HostInfoTypedDict",
|
|
3650
3741
|
"HostsFile",
|
|
3651
3742
|
"HostsFileTypedDict",
|
|
3743
|
+
"ID",
|
|
3652
3744
|
"IndexerDiscoveryConfigs",
|
|
3653
3745
|
"IndexerDiscoveryConfigsAuthTokenAuthenticationMethod",
|
|
3654
3746
|
"IndexerDiscoveryConfigsAuthenticationMethod",
|
|
@@ -3735,7 +3827,6 @@ __all__ = [
|
|
|
3735
3827
|
"InputConfluentCloudPqControlsTypedDict",
|
|
3736
3828
|
"InputConfluentCloudPqTypedDict",
|
|
3737
3829
|
"InputConfluentCloudSASLMechanism",
|
|
3738
|
-
"InputConfluentCloudSchemaType",
|
|
3739
3830
|
"InputConfluentCloudTLSSettingsClientSide",
|
|
3740
3831
|
"InputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
3741
3832
|
"InputConfluentCloudType",
|
|
@@ -4125,7 +4216,6 @@ __all__ = [
|
|
|
4125
4216
|
"InputKafkaPqControlsTypedDict",
|
|
4126
4217
|
"InputKafkaPqTypedDict",
|
|
4127
4218
|
"InputKafkaSASLMechanism",
|
|
4128
|
-
"InputKafkaSchemaType",
|
|
4129
4219
|
"InputKafkaTLSSettingsClientSide",
|
|
4130
4220
|
"InputKafkaTLSSettingsClientSideTypedDict",
|
|
4131
4221
|
"InputKafkaType",
|
|
@@ -4275,7 +4365,6 @@ __all__ = [
|
|
|
4275
4365
|
"InputMskPqControls",
|
|
4276
4366
|
"InputMskPqControlsTypedDict",
|
|
4277
4367
|
"InputMskPqTypedDict",
|
|
4278
|
-
"InputMskSchemaType",
|
|
4279
4368
|
"InputMskSignatureVersion",
|
|
4280
4369
|
"InputMskTLSSettingsClientSide",
|
|
4281
4370
|
"InputMskTLSSettingsClientSideTypedDict",
|
|
@@ -4912,6 +5001,10 @@ __all__ = [
|
|
|
4912
5001
|
"LookupVersionsTypedDict",
|
|
4913
5002
|
"MTLSSettings",
|
|
4914
5003
|
"MTLSSettingsTypedDict",
|
|
5004
|
+
"MappingRuleset",
|
|
5005
|
+
"MappingRulesetConf",
|
|
5006
|
+
"MappingRulesetConfTypedDict",
|
|
5007
|
+
"MappingRulesetTypedDict",
|
|
4915
5008
|
"MappingType",
|
|
4916
5009
|
"MasterWorkerEntry",
|
|
4917
5010
|
"MasterWorkerEntryType",
|
|
@@ -4946,6 +5039,8 @@ __all__ = [
|
|
|
4946
5039
|
"OldModeTypedDict",
|
|
4947
5040
|
"Os",
|
|
4948
5041
|
"OsTypedDict",
|
|
5042
|
+
"OutpostNodeInfo",
|
|
5043
|
+
"OutpostNodeInfoTypedDict",
|
|
4949
5044
|
"Output",
|
|
4950
5045
|
"OutputAzureBlob",
|
|
4951
5046
|
"OutputAzureBlobAuthenticationMethod",
|
|
@@ -5092,7 +5187,6 @@ __all__ = [
|
|
|
5092
5187
|
"OutputConfluentCloudQueueFullBehavior",
|
|
5093
5188
|
"OutputConfluentCloudRecordDataFormat",
|
|
5094
5189
|
"OutputConfluentCloudSASLMechanism",
|
|
5095
|
-
"OutputConfluentCloudSchemaType",
|
|
5096
5190
|
"OutputConfluentCloudTLSSettingsClientSide",
|
|
5097
5191
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict",
|
|
5098
5192
|
"OutputConfluentCloudType",
|
|
@@ -5165,6 +5259,18 @@ __all__ = [
|
|
|
5165
5259
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict",
|
|
5166
5260
|
"OutputCrowdstrikeNextGenSiemType",
|
|
5167
5261
|
"OutputCrowdstrikeNextGenSiemTypedDict",
|
|
5262
|
+
"OutputDatabricks",
|
|
5263
|
+
"OutputDatabricksBackpressureBehavior",
|
|
5264
|
+
"OutputDatabricksCompression",
|
|
5265
|
+
"OutputDatabricksCompressionLevel",
|
|
5266
|
+
"OutputDatabricksDataFormat",
|
|
5267
|
+
"OutputDatabricksDataPageVersion",
|
|
5268
|
+
"OutputDatabricksDiskSpaceProtection",
|
|
5269
|
+
"OutputDatabricksKeyValueMetadatum",
|
|
5270
|
+
"OutputDatabricksKeyValueMetadatumTypedDict",
|
|
5271
|
+
"OutputDatabricksParquetVersion",
|
|
5272
|
+
"OutputDatabricksType",
|
|
5273
|
+
"OutputDatabricksTypedDict",
|
|
5168
5274
|
"OutputDatadog",
|
|
5169
5275
|
"OutputDatadogAuthenticationMethod",
|
|
5170
5276
|
"OutputDatadogBackpressureBehavior",
|
|
@@ -5530,7 +5636,6 @@ __all__ = [
|
|
|
5530
5636
|
"OutputKafkaQueueFullBehavior",
|
|
5531
5637
|
"OutputKafkaRecordDataFormat",
|
|
5532
5638
|
"OutputKafkaSASLMechanism",
|
|
5533
|
-
"OutputKafkaSchemaType",
|
|
5534
5639
|
"OutputKafkaTLSSettingsClientSide",
|
|
5535
5640
|
"OutputKafkaTLSSettingsClientSideTypedDict",
|
|
5536
5641
|
"OutputKafkaType",
|
|
@@ -5605,7 +5710,6 @@ __all__ = [
|
|
|
5605
5710
|
"OutputMskPqControlsTypedDict",
|
|
5606
5711
|
"OutputMskQueueFullBehavior",
|
|
5607
5712
|
"OutputMskRecordDataFormat",
|
|
5608
|
-
"OutputMskSchemaType",
|
|
5609
5713
|
"OutputMskSignatureVersion",
|
|
5610
5714
|
"OutputMskTLSSettingsClientSide",
|
|
5611
5715
|
"OutputMskTLSSettingsClientSideTypedDict",
|
|
@@ -6080,6 +6184,8 @@ __all__ = [
|
|
|
6080
6184
|
"PackUpgradeRequestTypedDict",
|
|
6081
6185
|
"PayloadFormat",
|
|
6082
6186
|
"Pipeline",
|
|
6187
|
+
"PipelineConf",
|
|
6188
|
+
"PipelineConfTypedDict",
|
|
6083
6189
|
"PipelineFunctionConf",
|
|
6084
6190
|
"PipelineFunctionConfTypedDict",
|
|
6085
6191
|
"PipelineGroups",
|
|
@@ -6112,8 +6218,6 @@ __all__ = [
|
|
|
6112
6218
|
"ResourceTypeLabel",
|
|
6113
6219
|
"ResourceTypeLabelTypedDict",
|
|
6114
6220
|
"Role",
|
|
6115
|
-
"RouteCloneConf",
|
|
6116
|
-
"RouteCloneConfTypedDict",
|
|
6117
6221
|
"RouteConf",
|
|
6118
6222
|
"RouteConfTypedDict",
|
|
6119
6223
|
"Routes",
|
|
@@ -6122,6 +6226,8 @@ __all__ = [
|
|
|
6122
6226
|
"RoutesRoute",
|
|
6123
6227
|
"RoutesRouteTypedDict",
|
|
6124
6228
|
"RoutesTypedDict",
|
|
6229
|
+
"RulesetID",
|
|
6230
|
+
"RulesetIDTypedDict",
|
|
6125
6231
|
"RunnableJob",
|
|
6126
6232
|
"RunnableJobCollection",
|
|
6127
6233
|
"RunnableJobCollectionInput",
|
|
@@ -6208,6 +6314,10 @@ __all__ = [
|
|
|
6208
6314
|
"TimeRange",
|
|
6209
6315
|
"TimestampFormat",
|
|
6210
6316
|
"TimestampPrecision",
|
|
6317
|
+
"UpdateAdminProductsMappingsByProductAndIDRequest",
|
|
6318
|
+
"UpdateAdminProductsMappingsByProductAndIDRequestTypedDict",
|
|
6319
|
+
"UpdateAdminProductsMappingsByProductAndIDResponse",
|
|
6320
|
+
"UpdateAdminProductsMappingsByProductAndIDResponseTypedDict",
|
|
6211
6321
|
"UpdateConfigGroupByProductAndIDRequest",
|
|
6212
6322
|
"UpdateConfigGroupByProductAndIDRequestTypedDict",
|
|
6213
6323
|
"UpdateConfigGroupByProductAndIDResponse",
|
|
@@ -6240,6 +6350,8 @@ __all__ = [
|
|
|
6240
6350
|
"UpdatePacksByIDRequestTypedDict",
|
|
6241
6351
|
"UpdatePacksByIDResponse",
|
|
6242
6352
|
"UpdatePacksByIDResponseTypedDict",
|
|
6353
|
+
"UpdatePacksRequest",
|
|
6354
|
+
"UpdatePacksRequestTypedDict",
|
|
6243
6355
|
"UpdatePipelineByIDRequest",
|
|
6244
6356
|
"UpdatePipelineByIDRequestTypedDict",
|
|
6245
6357
|
"UpdatePipelineByIDResponse",
|
|
@@ -6248,6 +6360,8 @@ __all__ = [
|
|
|
6248
6360
|
"UpdateRoutesByIDRequestTypedDict",
|
|
6249
6361
|
"UpdateRoutesByIDResponse",
|
|
6250
6362
|
"UpdateRoutesByIDResponseTypedDict",
|
|
6363
|
+
"UploadPackResponse",
|
|
6364
|
+
"UploadPackResponseTypedDict",
|
|
6251
6365
|
"UserAccessControlList",
|
|
6252
6366
|
"UserAccessControlListTypedDict",
|
|
6253
6367
|
"UsersAndGroups",
|
|
@@ -6264,7 +6378,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6264
6378
|
"AddHecTokenRequestMetadatum": ".addhectokenrequest",
|
|
6265
6379
|
"AddHecTokenRequestMetadatumTypedDict": ".addhectokenrequest",
|
|
6266
6380
|
"AddHecTokenRequestTypedDict": ".addhectokenrequest",
|
|
6267
|
-
"AppMode": ".appmode",
|
|
6268
6381
|
"AuthToken": ".authtoken",
|
|
6269
6382
|
"AuthTokenTypedDict": ".authtoken",
|
|
6270
6383
|
"BranchInfo": ".branchinfo",
|
|
@@ -6278,6 +6391,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6278
6391
|
"ConfigGroup": ".configgroup",
|
|
6279
6392
|
"ConfigGroupType": ".configgroup",
|
|
6280
6393
|
"ConfigGroupTypedDict": ".configgroup",
|
|
6394
|
+
"EstimatedIngestRate": ".configgroup",
|
|
6281
6395
|
"Git": ".configgroup",
|
|
6282
6396
|
"GitTypedDict": ".configgroup",
|
|
6283
6397
|
"ConfigGroupCloud": ".configgroupcloud",
|
|
@@ -6286,6 +6400,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6286
6400
|
"ConfigGroupLookupsLookup": ".configgrouplookups",
|
|
6287
6401
|
"ConfigGroupLookupsLookupTypedDict": ".configgrouplookups",
|
|
6288
6402
|
"ConfigGroupLookupsTypedDict": ".configgrouplookups",
|
|
6403
|
+
"CreateAdminProductsMappingsActivateByProductRequest": ".createadminproductsmappingsactivatebyproductop",
|
|
6404
|
+
"CreateAdminProductsMappingsActivateByProductRequestTypedDict": ".createadminproductsmappingsactivatebyproductop",
|
|
6405
|
+
"CreateAdminProductsMappingsActivateByProductResponse": ".createadminproductsmappingsactivatebyproductop",
|
|
6406
|
+
"CreateAdminProductsMappingsActivateByProductResponseTypedDict": ".createadminproductsmappingsactivatebyproductop",
|
|
6407
|
+
"CreateAdminProductsMappingsByProductRequest": ".createadminproductsmappingsbyproductop",
|
|
6408
|
+
"CreateAdminProductsMappingsByProductRequestTypedDict": ".createadminproductsmappingsbyproductop",
|
|
6409
|
+
"CreateAdminProductsMappingsByProductResponse": ".createadminproductsmappingsbyproductop",
|
|
6410
|
+
"CreateAdminProductsMappingsByProductResponseTypedDict": ".createadminproductsmappingsbyproductop",
|
|
6289
6411
|
"CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
|
|
6290
6412
|
"CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
|
|
6291
6413
|
"CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
|
|
@@ -6343,6 +6465,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6343
6465
|
"ScanMode": ".datasetmetadata",
|
|
6344
6466
|
"DatasetMetadataRunInfo": ".datasetmetadataruninfo",
|
|
6345
6467
|
"DatasetMetadataRunInfoTypedDict": ".datasetmetadataruninfo",
|
|
6468
|
+
"DeleteAdminProductsMappingsByProductAndIDRequest": ".deleteadminproductsmappingsbyproductandidop",
|
|
6469
|
+
"DeleteAdminProductsMappingsByProductAndIDRequestTypedDict": ".deleteadminproductsmappingsbyproductandidop",
|
|
6470
|
+
"DeleteAdminProductsMappingsByProductAndIDResponse": ".deleteadminproductsmappingsbyproductandidop",
|
|
6471
|
+
"DeleteAdminProductsMappingsByProductAndIDResponseTypedDict": ".deleteadminproductsmappingsbyproductandidop",
|
|
6346
6472
|
"DeleteConfigGroupByProductAndIDRequest": ".deleteconfiggroupbyproductandidop",
|
|
6347
6473
|
"DeleteConfigGroupByProductAndIDRequestTypedDict": ".deleteconfiggroupbyproductandidop",
|
|
6348
6474
|
"DeleteConfigGroupByProductAndIDResponse": ".deleteconfiggroupbyproductandidop",
|
|
@@ -6401,6 +6527,14 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6401
6527
|
"DistributedSummaryWorkersTypedDict": ".distributedsummary",
|
|
6402
6528
|
"Error": ".error",
|
|
6403
6529
|
"ErrorTypedDict": ".error",
|
|
6530
|
+
"GetAdminProductsMappingsByProductAndIDRequest": ".getadminproductsmappingsbyproductandidop",
|
|
6531
|
+
"GetAdminProductsMappingsByProductAndIDRequestTypedDict": ".getadminproductsmappingsbyproductandidop",
|
|
6532
|
+
"GetAdminProductsMappingsByProductAndIDResponse": ".getadminproductsmappingsbyproductandidop",
|
|
6533
|
+
"GetAdminProductsMappingsByProductAndIDResponseTypedDict": ".getadminproductsmappingsbyproductandidop",
|
|
6534
|
+
"GetAdminProductsMappingsByProductRequest": ".getadminproductsmappingsbyproductop",
|
|
6535
|
+
"GetAdminProductsMappingsByProductRequestTypedDict": ".getadminproductsmappingsbyproductop",
|
|
6536
|
+
"GetAdminProductsMappingsByProductResponse": ".getadminproductsmappingsbyproductop",
|
|
6537
|
+
"GetAdminProductsMappingsByProductResponseTypedDict": ".getadminproductsmappingsbyproductop",
|
|
6404
6538
|
"GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
|
|
6405
6539
|
"GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
|
|
6406
6540
|
"GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
|
|
@@ -6538,6 +6672,7 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6538
6672
|
"RenamedTypedDict": ".gitstatusresult",
|
|
6539
6673
|
"Config": ".hbcriblinfo",
|
|
6540
6674
|
"ConfigTypedDict": ".hbcriblinfo",
|
|
6675
|
+
"DistMode": ".hbcriblinfo",
|
|
6541
6676
|
"HBCriblInfo": ".hbcriblinfo",
|
|
6542
6677
|
"HBCriblInfoTypedDict": ".hbcriblinfo",
|
|
6543
6678
|
"HBLeaderInfo": ".hbleaderinfo",
|
|
@@ -6642,7 +6777,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
6642
6777
|
"InputConfluentCloudPqControlsTypedDict": ".inputconfluentcloud",
|
|
6643
6778
|
"InputConfluentCloudPqTypedDict": ".inputconfluentcloud",
|
|
6644
6779
|
"InputConfluentCloudSASLMechanism": ".inputconfluentcloud",
|
|
6645
|
-
"InputConfluentCloudSchemaType": ".inputconfluentcloud",
|
|
6646
6780
|
"InputConfluentCloudTLSSettingsClientSide": ".inputconfluentcloud",
|
|
6647
6781
|
"InputConfluentCloudTLSSettingsClientSideTypedDict": ".inputconfluentcloud",
|
|
6648
6782
|
"InputConfluentCloudType": ".inputconfluentcloud",
|
|
@@ -7061,7 +7195,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7061
7195
|
"InputKafkaPqControlsTypedDict": ".inputkafka",
|
|
7062
7196
|
"InputKafkaPqTypedDict": ".inputkafka",
|
|
7063
7197
|
"InputKafkaSASLMechanism": ".inputkafka",
|
|
7064
|
-
"InputKafkaSchemaType": ".inputkafka",
|
|
7065
7198
|
"InputKafkaTLSSettingsClientSide": ".inputkafka",
|
|
7066
7199
|
"InputKafkaTLSSettingsClientSideTypedDict": ".inputkafka",
|
|
7067
7200
|
"InputKafkaType": ".inputkafka",
|
|
@@ -7213,7 +7346,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7213
7346
|
"InputMskPqControls": ".inputmsk",
|
|
7214
7347
|
"InputMskPqControlsTypedDict": ".inputmsk",
|
|
7215
7348
|
"InputMskPqTypedDict": ".inputmsk",
|
|
7216
|
-
"InputMskSchemaType": ".inputmsk",
|
|
7217
7349
|
"InputMskSignatureVersion": ".inputmsk",
|
|
7218
7350
|
"InputMskTLSSettingsClientSide": ".inputmsk",
|
|
7219
7351
|
"InputMskTLSSettingsClientSideTypedDict": ".inputmsk",
|
|
@@ -7866,6 +7998,17 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7866
7998
|
"LoginInfoTypedDict": ".logininfo",
|
|
7867
7999
|
"LookupVersions": ".lookupversions",
|
|
7868
8000
|
"LookupVersionsTypedDict": ".lookupversions",
|
|
8001
|
+
"Add": ".mappingruleset",
|
|
8002
|
+
"AddTypedDict": ".mappingruleset",
|
|
8003
|
+
"Function": ".mappingruleset",
|
|
8004
|
+
"FunctionConf": ".mappingruleset",
|
|
8005
|
+
"FunctionConfTypedDict": ".mappingruleset",
|
|
8006
|
+
"FunctionTypedDict": ".mappingruleset",
|
|
8007
|
+
"ID": ".mappingruleset",
|
|
8008
|
+
"MappingRuleset": ".mappingruleset",
|
|
8009
|
+
"MappingRulesetConf": ".mappingruleset",
|
|
8010
|
+
"MappingRulesetConfTypedDict": ".mappingruleset",
|
|
8011
|
+
"MappingRulesetTypedDict": ".mappingruleset",
|
|
7869
8012
|
"LastMetrics": ".masterworkerentry",
|
|
7870
8013
|
"LastMetricsTypedDict": ".masterworkerentry",
|
|
7871
8014
|
"MasterWorkerEntry": ".masterworkerentry",
|
|
@@ -7897,6 +8040,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
7897
8040
|
"NodeUpgradeState": ".nodeupgradestate",
|
|
7898
8041
|
"NodeUpgradeStatus": ".nodeupgradestatus",
|
|
7899
8042
|
"NodeUpgradeStatusTypedDict": ".nodeupgradestatus",
|
|
8043
|
+
"OutpostNodeInfo": ".outpostnodeinfo",
|
|
8044
|
+
"OutpostNodeInfoTypedDict": ".outpostnodeinfo",
|
|
7900
8045
|
"Output": ".output",
|
|
7901
8046
|
"OutputTypedDict": ".output",
|
|
7902
8047
|
"BlobAccessTier": ".outputazureblob",
|
|
@@ -8059,7 +8204,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8059
8204
|
"OutputConfluentCloudQueueFullBehavior": ".outputconfluentcloud",
|
|
8060
8205
|
"OutputConfluentCloudRecordDataFormat": ".outputconfluentcloud",
|
|
8061
8206
|
"OutputConfluentCloudSASLMechanism": ".outputconfluentcloud",
|
|
8062
|
-
"OutputConfluentCloudSchemaType": ".outputconfluentcloud",
|
|
8063
8207
|
"OutputConfluentCloudTLSSettingsClientSide": ".outputconfluentcloud",
|
|
8064
8208
|
"OutputConfluentCloudTLSSettingsClientSideTypedDict": ".outputconfluentcloud",
|
|
8065
8209
|
"OutputConfluentCloudType": ".outputconfluentcloud",
|
|
@@ -8133,6 +8277,18 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8133
8277
|
"OutputCrowdstrikeNextGenSiemTimeoutRetrySettingsTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8134
8278
|
"OutputCrowdstrikeNextGenSiemType": ".outputcrowdstrikenextgensiem",
|
|
8135
8279
|
"OutputCrowdstrikeNextGenSiemTypedDict": ".outputcrowdstrikenextgensiem",
|
|
8280
|
+
"OutputDatabricks": ".outputdatabricks",
|
|
8281
|
+
"OutputDatabricksBackpressureBehavior": ".outputdatabricks",
|
|
8282
|
+
"OutputDatabricksCompression": ".outputdatabricks",
|
|
8283
|
+
"OutputDatabricksCompressionLevel": ".outputdatabricks",
|
|
8284
|
+
"OutputDatabricksDataFormat": ".outputdatabricks",
|
|
8285
|
+
"OutputDatabricksDataPageVersion": ".outputdatabricks",
|
|
8286
|
+
"OutputDatabricksDiskSpaceProtection": ".outputdatabricks",
|
|
8287
|
+
"OutputDatabricksKeyValueMetadatum": ".outputdatabricks",
|
|
8288
|
+
"OutputDatabricksKeyValueMetadatumTypedDict": ".outputdatabricks",
|
|
8289
|
+
"OutputDatabricksParquetVersion": ".outputdatabricks",
|
|
8290
|
+
"OutputDatabricksType": ".outputdatabricks",
|
|
8291
|
+
"OutputDatabricksTypedDict": ".outputdatabricks",
|
|
8136
8292
|
"DatadogSite": ".outputdatadog",
|
|
8137
8293
|
"OutputDatadog": ".outputdatadog",
|
|
8138
8294
|
"OutputDatadogAuthenticationMethod": ".outputdatadog",
|
|
@@ -8516,7 +8672,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8516
8672
|
"OutputKafkaQueueFullBehavior": ".outputkafka",
|
|
8517
8673
|
"OutputKafkaRecordDataFormat": ".outputkafka",
|
|
8518
8674
|
"OutputKafkaSASLMechanism": ".outputkafka",
|
|
8519
|
-
"OutputKafkaSchemaType": ".outputkafka",
|
|
8520
8675
|
"OutputKafkaTLSSettingsClientSide": ".outputkafka",
|
|
8521
8676
|
"OutputKafkaTLSSettingsClientSideTypedDict": ".outputkafka",
|
|
8522
8677
|
"OutputKafkaType": ".outputkafka",
|
|
@@ -8591,7 +8746,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
8591
8746
|
"OutputMskPqControlsTypedDict": ".outputmsk",
|
|
8592
8747
|
"OutputMskQueueFullBehavior": ".outputmsk",
|
|
8593
8748
|
"OutputMskRecordDataFormat": ".outputmsk",
|
|
8594
|
-
"OutputMskSchemaType": ".outputmsk",
|
|
8595
8749
|
"OutputMskSignatureVersion": ".outputmsk",
|
|
8596
8750
|
"OutputMskTLSSettingsClientSide": ".outputmsk",
|
|
8597
8751
|
"OutputMskTLSSettingsClientSideTypedDict": ".outputmsk",
|
|
@@ -9073,9 +9227,9 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9073
9227
|
"PackRequestBodyUnionTypedDict": ".packrequestbody_union",
|
|
9074
9228
|
"PackUpgradeRequest": ".packupgraderequest",
|
|
9075
9229
|
"PackUpgradeRequestTypedDict": ".packupgraderequest",
|
|
9076
|
-
"Conf": ".pipeline",
|
|
9077
|
-
"ConfTypedDict": ".pipeline",
|
|
9078
9230
|
"Pipeline": ".pipeline",
|
|
9231
|
+
"PipelineConf": ".pipeline",
|
|
9232
|
+
"PipelineConfTypedDict": ".pipeline",
|
|
9079
9233
|
"PipelineGroups": ".pipeline",
|
|
9080
9234
|
"PipelineGroupsTypedDict": ".pipeline",
|
|
9081
9235
|
"PipelineTypedDict": ".pipeline",
|
|
@@ -9087,8 +9241,6 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9087
9241
|
"RbacResource": ".rbacresource",
|
|
9088
9242
|
"ResourcePolicy": ".resourcepolicy",
|
|
9089
9243
|
"ResourcePolicyTypedDict": ".resourcepolicy",
|
|
9090
|
-
"RouteCloneConf": ".routecloneconf",
|
|
9091
|
-
"RouteCloneConfTypedDict": ".routecloneconf",
|
|
9092
9244
|
"RouteConf": ".routeconf",
|
|
9093
9245
|
"RouteConfTypedDict": ".routeconf",
|
|
9094
9246
|
"Comment": ".routes",
|
|
@@ -9099,6 +9251,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9099
9251
|
"RoutesTypedDict": ".routes",
|
|
9100
9252
|
"RoutesRoute": ".routesroute",
|
|
9101
9253
|
"RoutesRouteTypedDict": ".routesroute",
|
|
9254
|
+
"RulesetID": ".rulesetid",
|
|
9255
|
+
"RulesetIDTypedDict": ".rulesetid",
|
|
9102
9256
|
"RunnableJob": ".runnablejob",
|
|
9103
9257
|
"RunnableJobTypedDict": ".runnablejob",
|
|
9104
9258
|
"CaptureSettings": ".runnablejobcollection",
|
|
@@ -9168,6 +9322,10 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9168
9322
|
"SecurityTypedDict": ".security",
|
|
9169
9323
|
"TeamAccessControlList": ".teamaccesscontrollist",
|
|
9170
9324
|
"TeamAccessControlListTypedDict": ".teamaccesscontrollist",
|
|
9325
|
+
"UpdateAdminProductsMappingsByProductAndIDRequest": ".updateadminproductsmappingsbyproductandidop",
|
|
9326
|
+
"UpdateAdminProductsMappingsByProductAndIDRequestTypedDict": ".updateadminproductsmappingsbyproductandidop",
|
|
9327
|
+
"UpdateAdminProductsMappingsByProductAndIDResponse": ".updateadminproductsmappingsbyproductandidop",
|
|
9328
|
+
"UpdateAdminProductsMappingsByProductAndIDResponseTypedDict": ".updateadminproductsmappingsbyproductandidop",
|
|
9171
9329
|
"UpdateConfigGroupByProductAndIDRequest": ".updateconfiggroupbyproductandidop",
|
|
9172
9330
|
"UpdateConfigGroupByProductAndIDRequestTypedDict": ".updateconfiggroupbyproductandidop",
|
|
9173
9331
|
"UpdateConfigGroupByProductAndIDResponse": ".updateconfiggroupbyproductandidop",
|
|
@@ -9200,6 +9358,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9200
9358
|
"UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
|
|
9201
9359
|
"UpdatePacksByIDResponse": ".updatepacksbyidop",
|
|
9202
9360
|
"UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
|
|
9361
|
+
"UpdatePacksRequest": ".updatepacksop",
|
|
9362
|
+
"UpdatePacksRequestTypedDict": ".updatepacksop",
|
|
9203
9363
|
"UpdatePipelineByIDRequest": ".updatepipelinebyidop",
|
|
9204
9364
|
"UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
|
|
9205
9365
|
"UpdatePipelineByIDResponse": ".updatepipelinebyidop",
|
|
@@ -9208,6 +9368,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
9208
9368
|
"UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
|
|
9209
9369
|
"UpdateRoutesByIDResponse": ".updateroutesbyidop",
|
|
9210
9370
|
"UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
|
|
9371
|
+
"UploadPackResponse": ".uploadpackresponse",
|
|
9372
|
+
"UploadPackResponseTypedDict": ".uploadpackresponse",
|
|
9211
9373
|
"UserAccessControlList": ".useraccesscontrollist",
|
|
9212
9374
|
"UserAccessControlListTypedDict": ".useraccesscontrollist",
|
|
9213
9375
|
"WorkerTypes": ".workertypes",
|