cribl-control-plane 0.2.1rc11__py3-none-any.whl → 0.4.0a12__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 (136) hide show
  1. cribl_control_plane/_version.py +4 -4
  2. cribl_control_plane/acl.py +6 -4
  3. cribl_control_plane/basesdk.py +6 -0
  4. cribl_control_plane/branches.py +8 -4
  5. cribl_control_plane/commits.py +42 -28
  6. cribl_control_plane/commits_files.py +12 -8
  7. cribl_control_plane/configs_versions.py +10 -4
  8. cribl_control_plane/destinations.py +30 -20
  9. cribl_control_plane/destinations_pq.py +12 -8
  10. cribl_control_plane/groups_sdk.py +60 -24
  11. cribl_control_plane/health.py +2 -0
  12. cribl_control_plane/hectokens.py +32 -8
  13. cribl_control_plane/lakedatasets.py +86 -20
  14. cribl_control_plane/models/__init__.py +568 -214
  15. cribl_control_plane/models/addhectokenrequest.py +7 -1
  16. cribl_control_plane/models/createconfiggroupbyproductop.py +20 -1
  17. cribl_control_plane/models/createcribllakedatasetbylakeidop.py +19 -1
  18. cribl_control_plane/models/createinputhectokenbyidop.py +20 -1
  19. cribl_control_plane/models/{countedlistgitdiffresult.py → createinputop.py} +9 -5
  20. cribl_control_plane/models/{countedlistgitshowresult.py → createoutputop.py} +9 -5
  21. cribl_control_plane/models/createoutputtestbyidop.py +20 -1
  22. cribl_control_plane/models/{countedlistpackinstallinfo.py → createpacksop.py} +6 -2
  23. cribl_control_plane/models/createpipelineop.py +24 -0
  24. cribl_control_plane/models/createroutesappendbyidop.py +20 -2
  25. cribl_control_plane/models/createversioncommitop.py +19 -1
  26. cribl_control_plane/models/{countedliststring.py → createversionpushop.py} +6 -2
  27. cribl_control_plane/models/createversionrevertop.py +19 -1
  28. cribl_control_plane/models/createversionundoop.py +18 -1
  29. cribl_control_plane/models/deleteconfiggroupbyproductandidop.py +20 -1
  30. cribl_control_plane/models/deletecribllakedatasetbylakeidandidop.py +20 -1
  31. cribl_control_plane/models/deleteinputbyidop.py +20 -1
  32. cribl_control_plane/models/deleteoutputbyidop.py +20 -1
  33. cribl_control_plane/models/deleteoutputpqbyidop.py +19 -1
  34. cribl_control_plane/models/deletepacksbyidop.py +20 -1
  35. cribl_control_plane/models/deletepipelinebyidop.py +20 -1
  36. cribl_control_plane/models/getconfiggroupaclbyproductandidop.py +19 -1
  37. cribl_control_plane/models/getconfiggroupaclteamsbyproductandidop.py +19 -1
  38. cribl_control_plane/models/getconfiggroupbyproductandidop.py +19 -1
  39. cribl_control_plane/models/getconfiggroupconfigversionbyproductandidop.py +19 -1
  40. cribl_control_plane/models/getcribllakedatasetbylakeidandidop.py +20 -1
  41. cribl_control_plane/models/getcribllakedatasetbylakeidop.py +79 -2
  42. cribl_control_plane/models/getinputbyidop.py +20 -1
  43. cribl_control_plane/models/getmasterworkerentryop.py +18 -1
  44. cribl_control_plane/models/getoutputbyidop.py +20 -1
  45. cribl_control_plane/models/getoutputpqbyidop.py +20 -1
  46. cribl_control_plane/models/getoutputsamplesbyidop.py +20 -1
  47. cribl_control_plane/models/getpacksbyidop.py +20 -1
  48. cribl_control_plane/models/getpacksop.py +19 -1
  49. cribl_control_plane/models/getpipelinebyidop.py +20 -1
  50. cribl_control_plane/models/getroutesbyidop.py +20 -1
  51. cribl_control_plane/models/getsummaryop.py +19 -1
  52. cribl_control_plane/models/{countedlistbranchinfo.py → getversionbranchop.py} +6 -2
  53. cribl_control_plane/models/getversioncountop.py +19 -1
  54. cribl_control_plane/models/getversiondiffop.py +19 -1
  55. cribl_control_plane/models/getversionfilesop.py +19 -1
  56. cribl_control_plane/models/{countedlistgitinfo.py → getversioninfoop.py} +6 -2
  57. cribl_control_plane/models/getversionop.py +19 -1
  58. cribl_control_plane/models/getversionshowop.py +19 -1
  59. cribl_control_plane/models/getversionstatusop.py +19 -1
  60. cribl_control_plane/models/input.py +18 -15
  61. cribl_control_plane/models/inputcloudflarehec.py +513 -0
  62. cribl_control_plane/models/inputfile.py +7 -0
  63. cribl_control_plane/models/listconfiggroupbyproductop.py +19 -1
  64. cribl_control_plane/models/{countedlistinput.py → listinputop.py} +6 -2
  65. cribl_control_plane/models/listmasterworkerentryop.py +19 -1
  66. cribl_control_plane/models/{countedlistoutput.py → listoutputop.py} +6 -2
  67. cribl_control_plane/models/{countedlistpipeline.py → listpipelineop.py} +6 -2
  68. cribl_control_plane/models/{countedlistroutes.py → listroutesop.py} +6 -2
  69. cribl_control_plane/models/output.py +23 -17
  70. cribl_control_plane/models/outputazureblob.py +14 -0
  71. cribl_control_plane/models/outputazuredataexplorer.py +7 -0
  72. cribl_control_plane/models/outputchronicle.py +5 -0
  73. cribl_control_plane/models/outputcloudflarer2.py +632 -0
  74. cribl_control_plane/models/outputcribllake.py +14 -0
  75. cribl_control_plane/models/outputdatabricks.py +19 -0
  76. cribl_control_plane/models/outputdls3.py +14 -0
  77. cribl_control_plane/models/outputexabeam.py +7 -0
  78. cribl_control_plane/models/outputfilesystem.py +14 -0
  79. cribl_control_plane/models/outputgooglecloudstorage.py +14 -0
  80. cribl_control_plane/models/outputmicrosoftfabric.py +540 -0
  81. cribl_control_plane/models/outputminio.py +19 -4
  82. cribl_control_plane/models/outputnetflow.py +7 -0
  83. cribl_control_plane/models/outputs3.py +14 -0
  84. cribl_control_plane/models/outputsecuritylake.py +14 -0
  85. cribl_control_plane/models/outputsyslog.py +7 -0
  86. cribl_control_plane/models/runnablejobcollection.py +0 -8
  87. cribl_control_plane/models/runnablejobexecutor.py +0 -4
  88. cribl_control_plane/models/runnablejobscheduledsearch.py +0 -4
  89. cribl_control_plane/models/updateconfiggroupbyproductandidop.py +19 -1
  90. cribl_control_plane/models/updateconfiggroupdeploybyproductandidop.py +20 -1
  91. cribl_control_plane/models/updatecribllakedatasetbylakeidandidop.py +20 -1
  92. cribl_control_plane/models/updatehectokenrequest.py +7 -1
  93. cribl_control_plane/models/updateinputbyidop.py +19 -1
  94. cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +20 -1
  95. cribl_control_plane/models/updateoutputbyidop.py +19 -1
  96. cribl_control_plane/models/updatepacksbyidop.py +20 -1
  97. cribl_control_plane/models/updatepipelinebyidop.py +19 -1
  98. cribl_control_plane/models/updateroutesbyidop.py +19 -1
  99. cribl_control_plane/nodes.py +16 -8
  100. cribl_control_plane/packs.py +32 -20
  101. cribl_control_plane/pipelines.py +30 -20
  102. cribl_control_plane/routes_sdk.py +28 -16
  103. cribl_control_plane/samples.py +12 -8
  104. cribl_control_plane/sources.py +30 -20
  105. cribl_control_plane/statuses.py +6 -4
  106. cribl_control_plane/summaries.py +6 -8
  107. cribl_control_plane/teams.py +6 -4
  108. cribl_control_plane/tokens.py +2 -0
  109. cribl_control_plane/utils/forms.py +21 -10
  110. cribl_control_plane/utils/queryparams.py +14 -2
  111. cribl_control_plane/utils/retries.py +69 -5
  112. cribl_control_plane/utils/unmarshal_json_response.py +15 -1
  113. cribl_control_plane/versions_configs.py +6 -4
  114. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/METADATA +28 -36
  115. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/RECORD +117 -131
  116. cribl_control_plane-0.4.0a12.dist-info/licenses/LICENSE +201 -0
  117. cribl_control_plane/models/countedlistconfiggroup.py +0 -20
  118. cribl_control_plane/models/countedlistcribllakedataset.py +0 -20
  119. cribl_control_plane/models/countedlistdistributedsummary.py +0 -20
  120. cribl_control_plane/models/countedlistgitcommitsummary.py +0 -20
  121. cribl_control_plane/models/countedlistgitcountresult.py +0 -20
  122. cribl_control_plane/models/countedlistgitfilesresponse.py +0 -20
  123. cribl_control_plane/models/countedlistgitlogresult.py +0 -20
  124. cribl_control_plane/models/countedlistgitrevertresult.py +0 -20
  125. cribl_control_plane/models/countedlistgitstatusresult.py +0 -20
  126. cribl_control_plane/models/countedlistinputsplunkhec.py +0 -20
  127. cribl_control_plane/models/countedlistjobinfo.py +0 -20
  128. cribl_control_plane/models/countedlistmasterworkerentry.py +0 -20
  129. cribl_control_plane/models/countedlistnumber.py +0 -19
  130. cribl_control_plane/models/countedlistobject.py +0 -19
  131. cribl_control_plane/models/countedlistoutputsamplesresponse.py +0 -20
  132. cribl_control_plane/models/countedlistoutputtestresponse.py +0 -20
  133. cribl_control_plane/models/countedlistpackinfo.py +0 -20
  134. cribl_control_plane/models/countedlistteamaccesscontrollist.py +0 -20
  135. cribl_control_plane/models/countedlistuseraccesscontrollist.py +0 -20
  136. {cribl_control_plane-0.2.1rc11.dist-info → cribl_control_plane-0.4.0a12.dist-info}/WHEEL +0 -0
@@ -33,123 +33,64 @@ if TYPE_CHECKING:
33
33
  ConfigGroupLookupsLookupTypedDict,
34
34
  ConfigGroupLookupsTypedDict,
35
35
  )
36
- from .countedlistbranchinfo import (
37
- CountedListBranchInfo,
38
- CountedListBranchInfoTypedDict,
39
- )
40
- from .countedlistconfiggroup import (
41
- CountedListConfigGroup,
42
- CountedListConfigGroupTypedDict,
43
- )
44
- from .countedlistcribllakedataset import (
45
- CountedListCriblLakeDataset,
46
- CountedListCriblLakeDatasetTypedDict,
47
- )
48
- from .countedlistdistributedsummary import (
49
- CountedListDistributedSummary,
50
- CountedListDistributedSummaryTypedDict,
51
- )
52
- from .countedlistgitcommitsummary import (
53
- CountedListGitCommitSummary,
54
- CountedListGitCommitSummaryTypedDict,
55
- )
56
- from .countedlistgitcountresult import (
57
- CountedListGitCountResult,
58
- CountedListGitCountResultTypedDict,
59
- )
60
- from .countedlistgitdiffresult import (
61
- CountedListGitDiffResult,
62
- CountedListGitDiffResultTypedDict,
63
- )
64
- from .countedlistgitfilesresponse import (
65
- CountedListGitFilesResponse,
66
- CountedListGitFilesResponseTypedDict,
67
- )
68
- from .countedlistgitinfo import CountedListGitInfo, CountedListGitInfoTypedDict
69
- from .countedlistgitlogresult import (
70
- CountedListGitLogResult,
71
- CountedListGitLogResultTypedDict,
72
- )
73
- from .countedlistgitrevertresult import (
74
- CountedListGitRevertResult,
75
- CountedListGitRevertResultTypedDict,
76
- )
77
- from .countedlistgitshowresult import (
78
- CountedListGitShowResult,
79
- CountedListGitShowResultTypedDict,
80
- )
81
- from .countedlistgitstatusresult import (
82
- CountedListGitStatusResult,
83
- CountedListGitStatusResultTypedDict,
84
- )
85
- from .countedlistinput import CountedListInput, CountedListInputTypedDict
86
- from .countedlistinputsplunkhec import (
87
- CountedListInputSplunkHec,
88
- CountedListInputSplunkHecTypedDict,
89
- )
90
- from .countedlistjobinfo import CountedListJobInfo, CountedListJobInfoTypedDict
91
- from .countedlistmasterworkerentry import (
92
- CountedListMasterWorkerEntry,
93
- CountedListMasterWorkerEntryTypedDict,
94
- )
95
- from .countedlistnumber import CountedListnumber, CountedListnumberTypedDict
96
- from .countedlistobject import CountedListObject, CountedListObjectTypedDict
97
- from .countedlistoutput import CountedListOutput, CountedListOutputTypedDict
98
- from .countedlistoutputsamplesresponse import (
99
- CountedListOutputSamplesResponse,
100
- CountedListOutputSamplesResponseTypedDict,
101
- )
102
- from .countedlistoutputtestresponse import (
103
- CountedListOutputTestResponse,
104
- CountedListOutputTestResponseTypedDict,
105
- )
106
- from .countedlistpackinfo import CountedListPackInfo, CountedListPackInfoTypedDict
107
- from .countedlistpackinstallinfo import (
108
- CountedListPackInstallInfo,
109
- CountedListPackInstallInfoTypedDict,
110
- )
111
- from .countedlistpipeline import CountedListPipeline, CountedListPipelineTypedDict
112
- from .countedlistroutes import CountedListRoutes, CountedListRoutesTypedDict
113
- from .countedliststring import CountedListstring, CountedListstringTypedDict
114
- from .countedlistteamaccesscontrollist import (
115
- CountedListTeamAccessControlList,
116
- CountedListTeamAccessControlListTypedDict,
117
- )
118
- from .countedlistuseraccesscontrollist import (
119
- CountedListUserAccessControlList,
120
- CountedListUserAccessControlListTypedDict,
121
- )
122
36
  from .createconfiggroupbyproductop import (
123
37
  CreateConfigGroupByProductRequest,
124
38
  CreateConfigGroupByProductRequestTypedDict,
39
+ CreateConfigGroupByProductResponse,
40
+ CreateConfigGroupByProductResponseTypedDict,
125
41
  )
126
42
  from .createcribllakedatasetbylakeidop import (
127
43
  CreateCriblLakeDatasetByLakeIDRequest,
128
44
  CreateCriblLakeDatasetByLakeIDRequestTypedDict,
45
+ CreateCriblLakeDatasetByLakeIDResponse,
46
+ CreateCriblLakeDatasetByLakeIDResponseTypedDict,
129
47
  )
130
48
  from .createinputhectokenbyidop import (
131
49
  CreateInputHecTokenByIDRequest,
132
50
  CreateInputHecTokenByIDRequestTypedDict,
51
+ CreateInputHecTokenByIDResponse,
52
+ CreateInputHecTokenByIDResponseTypedDict,
133
53
  )
54
+ from .createinputop import CreateInputResponse, CreateInputResponseTypedDict
55
+ from .createoutputop import CreateOutputResponse, CreateOutputResponseTypedDict
134
56
  from .createoutputtestbyidop import (
135
57
  CreateOutputTestByIDRequest,
136
58
  CreateOutputTestByIDRequestTypedDict,
59
+ CreateOutputTestByIDResponse,
60
+ CreateOutputTestByIDResponseTypedDict,
61
+ )
62
+ from .createpacksop import CreatePacksResponse, CreatePacksResponseTypedDict
63
+ from .createpipelineop import (
64
+ CreatePipelineResponse,
65
+ CreatePipelineResponseTypedDict,
137
66
  )
138
67
  from .createroutesappendbyidop import (
139
68
  CreateRoutesAppendByIDRequest,
140
69
  CreateRoutesAppendByIDRequestTypedDict,
70
+ CreateRoutesAppendByIDResponse,
71
+ CreateRoutesAppendByIDResponseTypedDict,
141
72
  )
142
73
  from .createversioncommitop import (
143
74
  CreateVersionCommitRequest,
144
75
  CreateVersionCommitRequestTypedDict,
76
+ CreateVersionCommitResponse,
77
+ CreateVersionCommitResponseTypedDict,
78
+ )
79
+ from .createversionpushop import (
80
+ CreateVersionPushResponse,
81
+ CreateVersionPushResponseTypedDict,
145
82
  )
146
83
  from .createversionrevertop import (
147
84
  CreateVersionRevertRequest,
148
85
  CreateVersionRevertRequestTypedDict,
86
+ CreateVersionRevertResponse,
87
+ CreateVersionRevertResponseTypedDict,
149
88
  )
150
89
  from .createversionundoop import (
151
90
  CreateVersionUndoRequest,
152
91
  CreateVersionUndoRequestTypedDict,
92
+ CreateVersionUndoResponse,
93
+ CreateVersionUndoResponseTypedDict,
153
94
  )
154
95
  from .criblevent import CriblEvent, CriblEventTypedDict
155
96
  from .cribllakedataset import (
@@ -171,30 +112,44 @@ if TYPE_CHECKING:
171
112
  from .deleteconfiggroupbyproductandidop import (
172
113
  DeleteConfigGroupByProductAndIDRequest,
173
114
  DeleteConfigGroupByProductAndIDRequestTypedDict,
115
+ DeleteConfigGroupByProductAndIDResponse,
116
+ DeleteConfigGroupByProductAndIDResponseTypedDict,
174
117
  )
175
118
  from .deletecribllakedatasetbylakeidandidop import (
176
119
  DeleteCriblLakeDatasetByLakeIDAndIDRequest,
177
120
  DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict,
121
+ DeleteCriblLakeDatasetByLakeIDAndIDResponse,
122
+ DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict,
178
123
  )
179
124
  from .deleteinputbyidop import (
180
125
  DeleteInputByIDRequest,
181
126
  DeleteInputByIDRequestTypedDict,
127
+ DeleteInputByIDResponse,
128
+ DeleteInputByIDResponseTypedDict,
182
129
  )
183
130
  from .deleteoutputbyidop import (
184
131
  DeleteOutputByIDRequest,
185
132
  DeleteOutputByIDRequestTypedDict,
133
+ DeleteOutputByIDResponse,
134
+ DeleteOutputByIDResponseTypedDict,
186
135
  )
187
136
  from .deleteoutputpqbyidop import (
188
137
  DeleteOutputPqByIDRequest,
189
138
  DeleteOutputPqByIDRequestTypedDict,
139
+ DeleteOutputPqByIDResponse,
140
+ DeleteOutputPqByIDResponseTypedDict,
190
141
  )
191
142
  from .deletepacksbyidop import (
192
143
  DeletePacksByIDRequest,
193
144
  DeletePacksByIDRequestTypedDict,
145
+ DeletePacksByIDResponse,
146
+ DeletePacksByIDResponseTypedDict,
194
147
  )
195
148
  from .deletepipelinebyidop import (
196
149
  DeletePipelineByIDRequest,
197
150
  DeletePipelineByIDRequestTypedDict,
151
+ DeletePipelineByIDResponse,
152
+ DeletePipelineByIDResponseTypedDict,
198
153
  )
199
154
  from .deployrequest import DeployRequest, DeployRequestTypedDict
200
155
  from .deployrequestlookups import (
@@ -232,63 +187,142 @@ if TYPE_CHECKING:
232
187
  from .getconfiggroupaclbyproductandidop import (
233
188
  GetConfigGroupACLByProductAndIDRequest,
234
189
  GetConfigGroupACLByProductAndIDRequestTypedDict,
190
+ GetConfigGroupACLByProductAndIDResponse,
191
+ GetConfigGroupACLByProductAndIDResponseTypedDict,
235
192
  )
236
193
  from .getconfiggroupaclteamsbyproductandidop import (
237
194
  GetConfigGroupACLTeamsByProductAndIDRequest,
238
195
  GetConfigGroupACLTeamsByProductAndIDRequestTypedDict,
196
+ GetConfigGroupACLTeamsByProductAndIDResponse,
197
+ GetConfigGroupACLTeamsByProductAndIDResponseTypedDict,
239
198
  )
240
199
  from .getconfiggroupbyproductandidop import (
241
200
  GetConfigGroupByProductAndIDRequest,
242
201
  GetConfigGroupByProductAndIDRequestTypedDict,
202
+ GetConfigGroupByProductAndIDResponse,
203
+ GetConfigGroupByProductAndIDResponseTypedDict,
243
204
  )
244
205
  from .getconfiggroupconfigversionbyproductandidop import (
245
206
  GetConfigGroupConfigVersionByProductAndIDRequest,
246
207
  GetConfigGroupConfigVersionByProductAndIDRequestTypedDict,
208
+ GetConfigGroupConfigVersionByProductAndIDResponse,
209
+ GetConfigGroupConfigVersionByProductAndIDResponseTypedDict,
247
210
  )
248
211
  from .getcribllakedatasetbylakeidandidop import (
249
212
  GetCriblLakeDatasetByLakeIDAndIDRequest,
250
213
  GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict,
214
+ GetCriblLakeDatasetByLakeIDAndIDResponse,
215
+ GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict,
251
216
  )
252
217
  from .getcribllakedatasetbylakeidop import (
253
218
  GetCriblLakeDatasetByLakeIDRequest,
254
219
  GetCriblLakeDatasetByLakeIDRequestTypedDict,
220
+ GetCriblLakeDatasetByLakeIDResponse,
221
+ GetCriblLakeDatasetByLakeIDResponseTypedDict,
222
+ )
223
+ from .getinputbyidop import (
224
+ GetInputByIDRequest,
225
+ GetInputByIDRequestTypedDict,
226
+ GetInputByIDResponse,
227
+ GetInputByIDResponseTypedDict,
255
228
  )
256
- from .getinputbyidop import GetInputByIDRequest, GetInputByIDRequestTypedDict
257
229
  from .getmasterworkerentryop import (
258
230
  GetMasterWorkerEntryRequest,
259
231
  GetMasterWorkerEntryRequestTypedDict,
232
+ GetMasterWorkerEntryResponse,
233
+ GetMasterWorkerEntryResponseTypedDict,
234
+ )
235
+ from .getoutputbyidop import (
236
+ GetOutputByIDRequest,
237
+ GetOutputByIDRequestTypedDict,
238
+ GetOutputByIDResponse,
239
+ GetOutputByIDResponseTypedDict,
260
240
  )
261
- from .getoutputbyidop import GetOutputByIDRequest, GetOutputByIDRequestTypedDict
262
241
  from .getoutputpqbyidop import (
263
242
  GetOutputPqByIDRequest,
264
243
  GetOutputPqByIDRequestTypedDict,
244
+ GetOutputPqByIDResponse,
245
+ GetOutputPqByIDResponseTypedDict,
265
246
  )
266
247
  from .getoutputsamplesbyidop import (
267
248
  GetOutputSamplesByIDRequest,
268
249
  GetOutputSamplesByIDRequestTypedDict,
250
+ GetOutputSamplesByIDResponse,
251
+ GetOutputSamplesByIDResponseTypedDict,
252
+ )
253
+ from .getpacksbyidop import (
254
+ GetPacksByIDRequest,
255
+ GetPacksByIDRequestTypedDict,
256
+ GetPacksByIDResponse,
257
+ GetPacksByIDResponseTypedDict,
258
+ )
259
+ from .getpacksop import (
260
+ GetPacksRequest,
261
+ GetPacksRequestTypedDict,
262
+ GetPacksResponse,
263
+ GetPacksResponseTypedDict,
269
264
  )
270
- from .getpacksbyidop import GetPacksByIDRequest, GetPacksByIDRequestTypedDict
271
- from .getpacksop import GetPacksRequest, GetPacksRequestTypedDict
272
265
  from .getpipelinebyidop import (
273
266
  GetPipelineByIDRequest,
274
267
  GetPipelineByIDRequestTypedDict,
268
+ GetPipelineByIDResponse,
269
+ GetPipelineByIDResponseTypedDict,
270
+ )
271
+ from .getroutesbyidop import (
272
+ GetRoutesByIDRequest,
273
+ GetRoutesByIDRequestTypedDict,
274
+ GetRoutesByIDResponse,
275
+ GetRoutesByIDResponseTypedDict,
276
+ )
277
+ from .getsummaryop import (
278
+ GetSummaryRequest,
279
+ GetSummaryRequestTypedDict,
280
+ GetSummaryResponse,
281
+ GetSummaryResponseTypedDict,
282
+ )
283
+ from .getversionbranchop import (
284
+ GetVersionBranchResponse,
285
+ GetVersionBranchResponseTypedDict,
275
286
  )
276
- from .getroutesbyidop import GetRoutesByIDRequest, GetRoutesByIDRequestTypedDict
277
- from .getsummaryop import GetSummaryRequest, GetSummaryRequestTypedDict
278
287
  from .getversioncountop import (
279
288
  GetVersionCountRequest,
280
289
  GetVersionCountRequestTypedDict,
290
+ GetVersionCountResponse,
291
+ GetVersionCountResponseTypedDict,
292
+ )
293
+ from .getversiondiffop import (
294
+ GetVersionDiffRequest,
295
+ GetVersionDiffRequestTypedDict,
296
+ GetVersionDiffResponse,
297
+ GetVersionDiffResponseTypedDict,
281
298
  )
282
- from .getversiondiffop import GetVersionDiffRequest, GetVersionDiffRequestTypedDict
283
299
  from .getversionfilesop import (
284
300
  GetVersionFilesRequest,
285
301
  GetVersionFilesRequestTypedDict,
302
+ GetVersionFilesResponse,
303
+ GetVersionFilesResponseTypedDict,
304
+ )
305
+ from .getversioninfoop import (
306
+ GetVersionInfoResponse,
307
+ GetVersionInfoResponseTypedDict,
308
+ )
309
+ from .getversionop import (
310
+ GetVersionRequest,
311
+ GetVersionRequestTypedDict,
312
+ GetVersionResponse,
313
+ GetVersionResponseTypedDict,
314
+ )
315
+ from .getversionshowop import (
316
+ GetVersionShowRequest,
317
+ GetVersionShowRequestTypedDict,
318
+ GetVersionShowResponse,
319
+ GetVersionShowResponseTypedDict,
286
320
  )
287
- from .getversionop import GetVersionRequest, GetVersionRequestTypedDict
288
- from .getversionshowop import GetVersionShowRequest, GetVersionShowRequestTypedDict
289
321
  from .getversionstatusop import (
290
322
  GetVersionStatusRequest,
291
323
  GetVersionStatusRequestTypedDict,
324
+ GetVersionStatusResponse,
325
+ GetVersionStatusResponseTypedDict,
292
326
  )
293
327
  from .gitcommitparams import GitCommitParams, GitCommitParamsTypedDict
294
328
  from .gitcommitsummary import (
@@ -409,6 +443,30 @@ if TYPE_CHECKING:
409
443
  InputAzureBlobType,
410
444
  InputAzureBlobTypedDict,
411
445
  )
446
+ from .inputcloudflarehec import (
447
+ InputCloudflareHec,
448
+ InputCloudflareHecAuthToken,
449
+ InputCloudflareHecAuthTokenMetadatum,
450
+ InputCloudflareHecAuthTokenMetadatumTypedDict,
451
+ InputCloudflareHecAuthTokenTypedDict,
452
+ InputCloudflareHecAuthenticationMethod,
453
+ InputCloudflareHecCompression,
454
+ InputCloudflareHecConnection,
455
+ InputCloudflareHecConnectionTypedDict,
456
+ InputCloudflareHecMaximumTLSVersion,
457
+ InputCloudflareHecMetadatum,
458
+ InputCloudflareHecMetadatumTypedDict,
459
+ InputCloudflareHecMinimumTLSVersion,
460
+ InputCloudflareHecMode,
461
+ InputCloudflareHecPq,
462
+ InputCloudflareHecPqControls,
463
+ InputCloudflareHecPqControlsTypedDict,
464
+ InputCloudflareHecPqTypedDict,
465
+ InputCloudflareHecTLSSettingsServerSide,
466
+ InputCloudflareHecTLSSettingsServerSideTypedDict,
467
+ InputCloudflareHecType,
468
+ InputCloudflareHecTypedDict,
469
+ )
412
470
  from .inputcollection import (
413
471
  InputCollection,
414
472
  InputCollectionCompression,
@@ -1784,11 +1842,19 @@ if TYPE_CHECKING:
1784
1842
  from .listconfiggroupbyproductop import (
1785
1843
  ListConfigGroupByProductRequest,
1786
1844
  ListConfigGroupByProductRequestTypedDict,
1845
+ ListConfigGroupByProductResponse,
1846
+ ListConfigGroupByProductResponseTypedDict,
1787
1847
  )
1848
+ from .listinputop import ListInputResponse, ListInputResponseTypedDict
1788
1849
  from .listmasterworkerentryop import (
1789
1850
  ListMasterWorkerEntryRequest,
1790
1851
  ListMasterWorkerEntryRequestTypedDict,
1852
+ ListMasterWorkerEntryResponse,
1853
+ ListMasterWorkerEntryResponseTypedDict,
1791
1854
  )
1855
+ from .listoutputop import ListOutputResponse, ListOutputResponseTypedDict
1856
+ from .listpipelineop import ListPipelineResponse, ListPipelineResponseTypedDict
1857
+ from .listroutesop import ListRoutesResponse, ListRoutesResponseTypedDict
1792
1858
  from .logininfo import LoginInfo, LoginInfoTypedDict
1793
1859
  from .lookupversions import LookupVersions, LookupVersionsTypedDict
1794
1860
  from .masterworkerentry import (
@@ -1974,6 +2040,24 @@ if TYPE_CHECKING:
1974
2040
  OutputClickHouseType,
1975
2041
  OutputClickHouseTypedDict,
1976
2042
  )
2043
+ from .outputcloudflarer2 import (
2044
+ OutputCloudflareR2,
2045
+ OutputCloudflareR2AuthenticationMethod,
2046
+ OutputCloudflareR2BackpressureBehavior,
2047
+ OutputCloudflareR2Compression,
2048
+ OutputCloudflareR2CompressionLevel,
2049
+ OutputCloudflareR2DataFormat,
2050
+ OutputCloudflareR2DataPageVersion,
2051
+ OutputCloudflareR2DiskSpaceProtection,
2052
+ OutputCloudflareR2KeyValueMetadatum,
2053
+ OutputCloudflareR2KeyValueMetadatumTypedDict,
2054
+ OutputCloudflareR2ParquetVersion,
2055
+ OutputCloudflareR2ServerSideEncryption,
2056
+ OutputCloudflareR2SignatureVersion,
2057
+ OutputCloudflareR2StorageClass,
2058
+ OutputCloudflareR2Type,
2059
+ OutputCloudflareR2TypedDict,
2060
+ )
1977
2061
  from .outputcloudwatch import (
1978
2062
  OutputCloudwatch,
1979
2063
  OutputCloudwatchAuthenticationMethod,
@@ -2580,6 +2664,26 @@ if TYPE_CHECKING:
2580
2664
  OutputLokiType,
2581
2665
  OutputLokiTypedDict,
2582
2666
  )
2667
+ from .outputmicrosoftfabric import (
2668
+ OutputMicrosoftFabric,
2669
+ OutputMicrosoftFabricAcknowledgments,
2670
+ OutputMicrosoftFabricAuthentication,
2671
+ OutputMicrosoftFabricAuthenticationMethod,
2672
+ OutputMicrosoftFabricAuthenticationTypedDict,
2673
+ OutputMicrosoftFabricBackpressureBehavior,
2674
+ OutputMicrosoftFabricCompression,
2675
+ OutputMicrosoftFabricMicrosoftEntraIDAuthenticationEndpoint,
2676
+ OutputMicrosoftFabricMode,
2677
+ OutputMicrosoftFabricPqControls,
2678
+ OutputMicrosoftFabricPqControlsTypedDict,
2679
+ OutputMicrosoftFabricQueueFullBehavior,
2680
+ OutputMicrosoftFabricRecordDataFormat,
2681
+ OutputMicrosoftFabricSASLMechanism,
2682
+ OutputMicrosoftFabricTLSSettingsClientSide,
2683
+ OutputMicrosoftFabricTLSSettingsClientSideTypedDict,
2684
+ OutputMicrosoftFabricType,
2685
+ OutputMicrosoftFabricTypedDict,
2686
+ )
2583
2687
  from .outputminio import (
2584
2688
  OutputMinio,
2585
2689
  OutputMinioAuthenticationMethod,
@@ -2593,11 +2697,11 @@ if TYPE_CHECKING:
2593
2697
  OutputMinioKeyValueMetadatumTypedDict,
2594
2698
  OutputMinioObjectACL,
2595
2699
  OutputMinioParquetVersion,
2700
+ OutputMinioServerSideEncryption,
2596
2701
  OutputMinioSignatureVersion,
2597
2702
  OutputMinioStorageClass,
2598
2703
  OutputMinioType,
2599
2704
  OutputMinioTypedDict,
2600
- ServerSideEncryption,
2601
2705
  )
2602
2706
  from .outputmsk import (
2603
2707
  OutputMsk,
@@ -3270,14 +3374,20 @@ if TYPE_CHECKING:
3270
3374
  from .updateconfiggroupbyproductandidop import (
3271
3375
  UpdateConfigGroupByProductAndIDRequest,
3272
3376
  UpdateConfigGroupByProductAndIDRequestTypedDict,
3377
+ UpdateConfigGroupByProductAndIDResponse,
3378
+ UpdateConfigGroupByProductAndIDResponseTypedDict,
3273
3379
  )
3274
3380
  from .updateconfiggroupdeploybyproductandidop import (
3275
3381
  UpdateConfigGroupDeployByProductAndIDRequest,
3276
3382
  UpdateConfigGroupDeployByProductAndIDRequestTypedDict,
3383
+ UpdateConfigGroupDeployByProductAndIDResponse,
3384
+ UpdateConfigGroupDeployByProductAndIDResponseTypedDict,
3277
3385
  )
3278
3386
  from .updatecribllakedatasetbylakeidandidop import (
3279
3387
  UpdateCriblLakeDatasetByLakeIDAndIDRequest,
3280
3388
  UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict,
3389
+ UpdateCriblLakeDatasetByLakeIDAndIDResponse,
3390
+ UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict,
3281
3391
  )
3282
3392
  from .updatehectokenrequest import (
3283
3393
  UpdateHecTokenRequest,
@@ -3288,27 +3398,39 @@ if TYPE_CHECKING:
3288
3398
  from .updateinputbyidop import (
3289
3399
  UpdateInputByIDRequest,
3290
3400
  UpdateInputByIDRequestTypedDict,
3401
+ UpdateInputByIDResponse,
3402
+ UpdateInputByIDResponseTypedDict,
3291
3403
  )
3292
3404
  from .updateinputhectokenbyidandtokenop import (
3293
3405
  UpdateInputHecTokenByIDAndTokenRequest,
3294
3406
  UpdateInputHecTokenByIDAndTokenRequestTypedDict,
3407
+ UpdateInputHecTokenByIDAndTokenResponse,
3408
+ UpdateInputHecTokenByIDAndTokenResponseTypedDict,
3295
3409
  )
3296
3410
  from .updateoutputbyidop import (
3297
3411
  UpdateOutputByIDRequest,
3298
3412
  UpdateOutputByIDRequestTypedDict,
3413
+ UpdateOutputByIDResponse,
3414
+ UpdateOutputByIDResponseTypedDict,
3299
3415
  )
3300
3416
  from .updatepacksbyidop import (
3301
3417
  UpdatePacksByIDRequest,
3302
3418
  UpdatePacksByIDRequestTypedDict,
3419
+ UpdatePacksByIDResponse,
3420
+ UpdatePacksByIDResponseTypedDict,
3303
3421
  )
3304
3422
  from .updatepacksop import UpdatePacksRequest, UpdatePacksRequestTypedDict
3305
3423
  from .updatepipelinebyidop import (
3306
3424
  UpdatePipelineByIDRequest,
3307
3425
  UpdatePipelineByIDRequestTypedDict,
3426
+ UpdatePipelineByIDResponse,
3427
+ UpdatePipelineByIDResponseTypedDict,
3308
3428
  )
3309
3429
  from .updateroutesbyidop import (
3310
3430
  UpdateRoutesByIDRequest,
3311
3431
  UpdateRoutesByIDRequestTypedDict,
3432
+ UpdateRoutesByIDResponse,
3433
+ UpdateRoutesByIDResponseTypedDict,
3312
3434
  )
3313
3435
  from .uploadpackresponse import UploadPackResponse, UploadPackResponseTypedDict
3314
3436
  from .useraccesscontrollist import (
@@ -3382,80 +3504,48 @@ __all__ = [
3382
3504
  "Container",
3383
3505
  "ContainerMode",
3384
3506
  "ContainerTypedDict",
3385
- "CountedListBranchInfo",
3386
- "CountedListBranchInfoTypedDict",
3387
- "CountedListConfigGroup",
3388
- "CountedListConfigGroupTypedDict",
3389
- "CountedListCriblLakeDataset",
3390
- "CountedListCriblLakeDatasetTypedDict",
3391
- "CountedListDistributedSummary",
3392
- "CountedListDistributedSummaryTypedDict",
3393
- "CountedListGitCommitSummary",
3394
- "CountedListGitCommitSummaryTypedDict",
3395
- "CountedListGitCountResult",
3396
- "CountedListGitCountResultTypedDict",
3397
- "CountedListGitDiffResult",
3398
- "CountedListGitDiffResultTypedDict",
3399
- "CountedListGitFilesResponse",
3400
- "CountedListGitFilesResponseTypedDict",
3401
- "CountedListGitInfo",
3402
- "CountedListGitInfoTypedDict",
3403
- "CountedListGitLogResult",
3404
- "CountedListGitLogResultTypedDict",
3405
- "CountedListGitRevertResult",
3406
- "CountedListGitRevertResultTypedDict",
3407
- "CountedListGitShowResult",
3408
- "CountedListGitShowResultTypedDict",
3409
- "CountedListGitStatusResult",
3410
- "CountedListGitStatusResultTypedDict",
3411
- "CountedListInput",
3412
- "CountedListInputSplunkHec",
3413
- "CountedListInputSplunkHecTypedDict",
3414
- "CountedListInputTypedDict",
3415
- "CountedListJobInfo",
3416
- "CountedListJobInfoTypedDict",
3417
- "CountedListMasterWorkerEntry",
3418
- "CountedListMasterWorkerEntryTypedDict",
3419
- "CountedListObject",
3420
- "CountedListObjectTypedDict",
3421
- "CountedListOutput",
3422
- "CountedListOutputSamplesResponse",
3423
- "CountedListOutputSamplesResponseTypedDict",
3424
- "CountedListOutputTestResponse",
3425
- "CountedListOutputTestResponseTypedDict",
3426
- "CountedListOutputTypedDict",
3427
- "CountedListPackInfo",
3428
- "CountedListPackInfoTypedDict",
3429
- "CountedListPackInstallInfo",
3430
- "CountedListPackInstallInfoTypedDict",
3431
- "CountedListPipeline",
3432
- "CountedListPipelineTypedDict",
3433
- "CountedListRoutes",
3434
- "CountedListRoutesTypedDict",
3435
- "CountedListTeamAccessControlList",
3436
- "CountedListTeamAccessControlListTypedDict",
3437
- "CountedListUserAccessControlList",
3438
- "CountedListUserAccessControlListTypedDict",
3439
- "CountedListnumber",
3440
- "CountedListnumberTypedDict",
3441
- "CountedListstring",
3442
- "CountedListstringTypedDict",
3443
3507
  "CreateConfigGroupByProductRequest",
3444
3508
  "CreateConfigGroupByProductRequestTypedDict",
3509
+ "CreateConfigGroupByProductResponse",
3510
+ "CreateConfigGroupByProductResponseTypedDict",
3445
3511
  "CreateCriblLakeDatasetByLakeIDRequest",
3446
3512
  "CreateCriblLakeDatasetByLakeIDRequestTypedDict",
3513
+ "CreateCriblLakeDatasetByLakeIDResponse",
3514
+ "CreateCriblLakeDatasetByLakeIDResponseTypedDict",
3447
3515
  "CreateInputHecTokenByIDRequest",
3448
3516
  "CreateInputHecTokenByIDRequestTypedDict",
3517
+ "CreateInputHecTokenByIDResponse",
3518
+ "CreateInputHecTokenByIDResponseTypedDict",
3519
+ "CreateInputResponse",
3520
+ "CreateInputResponseTypedDict",
3521
+ "CreateOutputResponse",
3522
+ "CreateOutputResponseTypedDict",
3449
3523
  "CreateOutputTestByIDRequest",
3450
3524
  "CreateOutputTestByIDRequestTypedDict",
3525
+ "CreateOutputTestByIDResponse",
3526
+ "CreateOutputTestByIDResponseTypedDict",
3527
+ "CreatePacksResponse",
3528
+ "CreatePacksResponseTypedDict",
3529
+ "CreatePipelineResponse",
3530
+ "CreatePipelineResponseTypedDict",
3451
3531
  "CreateRoutesAppendByIDRequest",
3452
3532
  "CreateRoutesAppendByIDRequestTypedDict",
3533
+ "CreateRoutesAppendByIDResponse",
3534
+ "CreateRoutesAppendByIDResponseTypedDict",
3453
3535
  "CreateVersionCommitRequest",
3454
3536
  "CreateVersionCommitRequestTypedDict",
3537
+ "CreateVersionCommitResponse",
3538
+ "CreateVersionCommitResponseTypedDict",
3539
+ "CreateVersionPushResponse",
3540
+ "CreateVersionPushResponseTypedDict",
3455
3541
  "CreateVersionRevertRequest",
3456
3542
  "CreateVersionRevertRequestTypedDict",
3543
+ "CreateVersionRevertResponse",
3544
+ "CreateVersionRevertResponseTypedDict",
3457
3545
  "CreateVersionUndoRequest",
3458
3546
  "CreateVersionUndoRequestTypedDict",
3547
+ "CreateVersionUndoResponse",
3548
+ "CreateVersionUndoResponseTypedDict",
3459
3549
  "CriblEvent",
3460
3550
  "CriblEventTypedDict",
3461
3551
  "CriblLakeDataset",
@@ -3476,18 +3566,32 @@ __all__ = [
3476
3566
  "DatasetMetadataTypedDict",
3477
3567
  "DeleteConfigGroupByProductAndIDRequest",
3478
3568
  "DeleteConfigGroupByProductAndIDRequestTypedDict",
3569
+ "DeleteConfigGroupByProductAndIDResponse",
3570
+ "DeleteConfigGroupByProductAndIDResponseTypedDict",
3479
3571
  "DeleteCriblLakeDatasetByLakeIDAndIDRequest",
3480
3572
  "DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict",
3573
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponse",
3574
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict",
3481
3575
  "DeleteInputByIDRequest",
3482
3576
  "DeleteInputByIDRequestTypedDict",
3577
+ "DeleteInputByIDResponse",
3578
+ "DeleteInputByIDResponseTypedDict",
3483
3579
  "DeleteOutputByIDRequest",
3484
3580
  "DeleteOutputByIDRequestTypedDict",
3581
+ "DeleteOutputByIDResponse",
3582
+ "DeleteOutputByIDResponseTypedDict",
3485
3583
  "DeleteOutputPqByIDRequest",
3486
3584
  "DeleteOutputPqByIDRequestTypedDict",
3585
+ "DeleteOutputPqByIDResponse",
3586
+ "DeleteOutputPqByIDResponseTypedDict",
3487
3587
  "DeletePacksByIDRequest",
3488
3588
  "DeletePacksByIDRequestTypedDict",
3589
+ "DeletePacksByIDResponse",
3590
+ "DeletePacksByIDResponseTypedDict",
3489
3591
  "DeletePipelineByIDRequest",
3490
3592
  "DeletePipelineByIDRequestTypedDict",
3593
+ "DeletePipelineByIDResponse",
3594
+ "DeletePipelineByIDResponseTypedDict",
3491
3595
  "DeployRequest",
3492
3596
  "DeployRequestLookups",
3493
3597
  "DeployRequestLookupsLookup",
@@ -3534,48 +3638,96 @@ __all__ = [
3534
3638
  "FunctionSpecificConfigsTypedDict",
3535
3639
  "GetConfigGroupACLByProductAndIDRequest",
3536
3640
  "GetConfigGroupACLByProductAndIDRequestTypedDict",
3641
+ "GetConfigGroupACLByProductAndIDResponse",
3642
+ "GetConfigGroupACLByProductAndIDResponseTypedDict",
3537
3643
  "GetConfigGroupACLTeamsByProductAndIDRequest",
3538
3644
  "GetConfigGroupACLTeamsByProductAndIDRequestTypedDict",
3645
+ "GetConfigGroupACLTeamsByProductAndIDResponse",
3646
+ "GetConfigGroupACLTeamsByProductAndIDResponseTypedDict",
3539
3647
  "GetConfigGroupByProductAndIDRequest",
3540
3648
  "GetConfigGroupByProductAndIDRequestTypedDict",
3649
+ "GetConfigGroupByProductAndIDResponse",
3650
+ "GetConfigGroupByProductAndIDResponseTypedDict",
3541
3651
  "GetConfigGroupConfigVersionByProductAndIDRequest",
3542
3652
  "GetConfigGroupConfigVersionByProductAndIDRequestTypedDict",
3653
+ "GetConfigGroupConfigVersionByProductAndIDResponse",
3654
+ "GetConfigGroupConfigVersionByProductAndIDResponseTypedDict",
3543
3655
  "GetCriblLakeDatasetByLakeIDAndIDRequest",
3544
3656
  "GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict",
3657
+ "GetCriblLakeDatasetByLakeIDAndIDResponse",
3658
+ "GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict",
3545
3659
  "GetCriblLakeDatasetByLakeIDRequest",
3546
3660
  "GetCriblLakeDatasetByLakeIDRequestTypedDict",
3661
+ "GetCriblLakeDatasetByLakeIDResponse",
3662
+ "GetCriblLakeDatasetByLakeIDResponseTypedDict",
3547
3663
  "GetInputByIDRequest",
3548
3664
  "GetInputByIDRequestTypedDict",
3665
+ "GetInputByIDResponse",
3666
+ "GetInputByIDResponseTypedDict",
3549
3667
  "GetMasterWorkerEntryRequest",
3550
3668
  "GetMasterWorkerEntryRequestTypedDict",
3669
+ "GetMasterWorkerEntryResponse",
3670
+ "GetMasterWorkerEntryResponseTypedDict",
3551
3671
  "GetOutputByIDRequest",
3552
3672
  "GetOutputByIDRequestTypedDict",
3673
+ "GetOutputByIDResponse",
3674
+ "GetOutputByIDResponseTypedDict",
3553
3675
  "GetOutputPqByIDRequest",
3554
3676
  "GetOutputPqByIDRequestTypedDict",
3677
+ "GetOutputPqByIDResponse",
3678
+ "GetOutputPqByIDResponseTypedDict",
3555
3679
  "GetOutputSamplesByIDRequest",
3556
3680
  "GetOutputSamplesByIDRequestTypedDict",
3681
+ "GetOutputSamplesByIDResponse",
3682
+ "GetOutputSamplesByIDResponseTypedDict",
3557
3683
  "GetPacksByIDRequest",
3558
3684
  "GetPacksByIDRequestTypedDict",
3685
+ "GetPacksByIDResponse",
3686
+ "GetPacksByIDResponseTypedDict",
3559
3687
  "GetPacksRequest",
3560
3688
  "GetPacksRequestTypedDict",
3689
+ "GetPacksResponse",
3690
+ "GetPacksResponseTypedDict",
3561
3691
  "GetPipelineByIDRequest",
3562
3692
  "GetPipelineByIDRequestTypedDict",
3693
+ "GetPipelineByIDResponse",
3694
+ "GetPipelineByIDResponseTypedDict",
3563
3695
  "GetRoutesByIDRequest",
3564
3696
  "GetRoutesByIDRequestTypedDict",
3697
+ "GetRoutesByIDResponse",
3698
+ "GetRoutesByIDResponseTypedDict",
3565
3699
  "GetSummaryRequest",
3566
3700
  "GetSummaryRequestTypedDict",
3701
+ "GetSummaryResponse",
3702
+ "GetSummaryResponseTypedDict",
3703
+ "GetVersionBranchResponse",
3704
+ "GetVersionBranchResponseTypedDict",
3567
3705
  "GetVersionCountRequest",
3568
3706
  "GetVersionCountRequestTypedDict",
3707
+ "GetVersionCountResponse",
3708
+ "GetVersionCountResponseTypedDict",
3569
3709
  "GetVersionDiffRequest",
3570
3710
  "GetVersionDiffRequestTypedDict",
3711
+ "GetVersionDiffResponse",
3712
+ "GetVersionDiffResponseTypedDict",
3571
3713
  "GetVersionFilesRequest",
3572
3714
  "GetVersionFilesRequestTypedDict",
3715
+ "GetVersionFilesResponse",
3716
+ "GetVersionFilesResponseTypedDict",
3717
+ "GetVersionInfoResponse",
3718
+ "GetVersionInfoResponseTypedDict",
3573
3719
  "GetVersionRequest",
3574
3720
  "GetVersionRequestTypedDict",
3721
+ "GetVersionResponse",
3722
+ "GetVersionResponseTypedDict",
3575
3723
  "GetVersionShowRequest",
3576
3724
  "GetVersionShowRequestTypedDict",
3725
+ "GetVersionShowResponse",
3726
+ "GetVersionShowResponseTypedDict",
3577
3727
  "GetVersionStatusRequest",
3578
3728
  "GetVersionStatusRequestTypedDict",
3729
+ "GetVersionStatusResponse",
3730
+ "GetVersionStatusResponseTypedDict",
3579
3731
  "GitCommitParams",
3580
3732
  "GitCommitParamsTypedDict",
3581
3733
  "GitCommitSummary",
@@ -3681,6 +3833,28 @@ __all__ = [
3681
3833
  "InputAzureBlobPqTypedDict",
3682
3834
  "InputAzureBlobType",
3683
3835
  "InputAzureBlobTypedDict",
3836
+ "InputCloudflareHec",
3837
+ "InputCloudflareHecAuthToken",
3838
+ "InputCloudflareHecAuthTokenMetadatum",
3839
+ "InputCloudflareHecAuthTokenMetadatumTypedDict",
3840
+ "InputCloudflareHecAuthTokenTypedDict",
3841
+ "InputCloudflareHecAuthenticationMethod",
3842
+ "InputCloudflareHecCompression",
3843
+ "InputCloudflareHecConnection",
3844
+ "InputCloudflareHecConnectionTypedDict",
3845
+ "InputCloudflareHecMaximumTLSVersion",
3846
+ "InputCloudflareHecMetadatum",
3847
+ "InputCloudflareHecMetadatumTypedDict",
3848
+ "InputCloudflareHecMinimumTLSVersion",
3849
+ "InputCloudflareHecMode",
3850
+ "InputCloudflareHecPq",
3851
+ "InputCloudflareHecPqControls",
3852
+ "InputCloudflareHecPqControlsTypedDict",
3853
+ "InputCloudflareHecPqTypedDict",
3854
+ "InputCloudflareHecTLSSettingsServerSide",
3855
+ "InputCloudflareHecTLSSettingsServerSideTypedDict",
3856
+ "InputCloudflareHecType",
3857
+ "InputCloudflareHecTypedDict",
3684
3858
  "InputCollection",
3685
3859
  "InputCollectionCompression",
3686
3860
  "InputCollectionConnection",
@@ -4878,8 +5052,20 @@ __all__ = [
4878
5052
  "LineUnionTypedDict",
4879
5053
  "ListConfigGroupByProductRequest",
4880
5054
  "ListConfigGroupByProductRequestTypedDict",
5055
+ "ListConfigGroupByProductResponse",
5056
+ "ListConfigGroupByProductResponseTypedDict",
5057
+ "ListInputResponse",
5058
+ "ListInputResponseTypedDict",
4881
5059
  "ListMasterWorkerEntryRequest",
4882
5060
  "ListMasterWorkerEntryRequestTypedDict",
5061
+ "ListMasterWorkerEntryResponse",
5062
+ "ListMasterWorkerEntryResponseTypedDict",
5063
+ "ListOutputResponse",
5064
+ "ListOutputResponseTypedDict",
5065
+ "ListPipelineResponse",
5066
+ "ListPipelineResponseTypedDict",
5067
+ "ListRoutesResponse",
5068
+ "ListRoutesResponseTypedDict",
4883
5069
  "ListeningPorts",
4884
5070
  "ListeningPortsTypedDict",
4885
5071
  "LogLabel",
@@ -5058,6 +5244,22 @@ __all__ = [
5058
5244
  "OutputClickHouseTimeoutRetrySettingsTypedDict",
5059
5245
  "OutputClickHouseType",
5060
5246
  "OutputClickHouseTypedDict",
5247
+ "OutputCloudflareR2",
5248
+ "OutputCloudflareR2AuthenticationMethod",
5249
+ "OutputCloudflareR2BackpressureBehavior",
5250
+ "OutputCloudflareR2Compression",
5251
+ "OutputCloudflareR2CompressionLevel",
5252
+ "OutputCloudflareR2DataFormat",
5253
+ "OutputCloudflareR2DataPageVersion",
5254
+ "OutputCloudflareR2DiskSpaceProtection",
5255
+ "OutputCloudflareR2KeyValueMetadatum",
5256
+ "OutputCloudflareR2KeyValueMetadatumTypedDict",
5257
+ "OutputCloudflareR2ParquetVersion",
5258
+ "OutputCloudflareR2ServerSideEncryption",
5259
+ "OutputCloudflareR2SignatureVersion",
5260
+ "OutputCloudflareR2StorageClass",
5261
+ "OutputCloudflareR2Type",
5262
+ "OutputCloudflareR2TypedDict",
5061
5263
  "OutputCloudwatch",
5062
5264
  "OutputCloudwatchAuthenticationMethod",
5063
5265
  "OutputCloudwatchBackpressureBehavior",
@@ -5590,6 +5792,24 @@ __all__ = [
5590
5792
  "OutputLokiTimeoutRetrySettingsTypedDict",
5591
5793
  "OutputLokiType",
5592
5794
  "OutputLokiTypedDict",
5795
+ "OutputMicrosoftFabric",
5796
+ "OutputMicrosoftFabricAcknowledgments",
5797
+ "OutputMicrosoftFabricAuthentication",
5798
+ "OutputMicrosoftFabricAuthenticationMethod",
5799
+ "OutputMicrosoftFabricAuthenticationTypedDict",
5800
+ "OutputMicrosoftFabricBackpressureBehavior",
5801
+ "OutputMicrosoftFabricCompression",
5802
+ "OutputMicrosoftFabricMicrosoftEntraIDAuthenticationEndpoint",
5803
+ "OutputMicrosoftFabricMode",
5804
+ "OutputMicrosoftFabricPqControls",
5805
+ "OutputMicrosoftFabricPqControlsTypedDict",
5806
+ "OutputMicrosoftFabricQueueFullBehavior",
5807
+ "OutputMicrosoftFabricRecordDataFormat",
5808
+ "OutputMicrosoftFabricSASLMechanism",
5809
+ "OutputMicrosoftFabricTLSSettingsClientSide",
5810
+ "OutputMicrosoftFabricTLSSettingsClientSideTypedDict",
5811
+ "OutputMicrosoftFabricType",
5812
+ "OutputMicrosoftFabricTypedDict",
5593
5813
  "OutputMinio",
5594
5814
  "OutputMinioAuthenticationMethod",
5595
5815
  "OutputMinioBackpressureBehavior",
@@ -5602,6 +5822,7 @@ __all__ = [
5602
5822
  "OutputMinioKeyValueMetadatumTypedDict",
5603
5823
  "OutputMinioObjectACL",
5604
5824
  "OutputMinioParquetVersion",
5825
+ "OutputMinioServerSideEncryption",
5605
5826
  "OutputMinioSignatureVersion",
5606
5827
  "OutputMinioStorageClass",
5607
5828
  "OutputMinioType",
@@ -6209,7 +6430,6 @@ __all__ = [
6209
6430
  "SecurityTypedDict",
6210
6431
  "SendEventsAs",
6211
6432
  "SendLogsAs",
6212
- "ServerSideEncryption",
6213
6433
  "Services",
6214
6434
  "ServicesTypedDict",
6215
6435
  "ShardIteratorStart",
@@ -6238,28 +6458,46 @@ __all__ = [
6238
6458
  "UDMType",
6239
6459
  "UpdateConfigGroupByProductAndIDRequest",
6240
6460
  "UpdateConfigGroupByProductAndIDRequestTypedDict",
6461
+ "UpdateConfigGroupByProductAndIDResponse",
6462
+ "UpdateConfigGroupByProductAndIDResponseTypedDict",
6241
6463
  "UpdateConfigGroupDeployByProductAndIDRequest",
6242
6464
  "UpdateConfigGroupDeployByProductAndIDRequestTypedDict",
6465
+ "UpdateConfigGroupDeployByProductAndIDResponse",
6466
+ "UpdateConfigGroupDeployByProductAndIDResponseTypedDict",
6243
6467
  "UpdateCriblLakeDatasetByLakeIDAndIDRequest",
6244
6468
  "UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict",
6469
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponse",
6470
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict",
6245
6471
  "UpdateHecTokenRequest",
6246
6472
  "UpdateHecTokenRequestMetadatum",
6247
6473
  "UpdateHecTokenRequestMetadatumTypedDict",
6248
6474
  "UpdateHecTokenRequestTypedDict",
6249
6475
  "UpdateInputByIDRequest",
6250
6476
  "UpdateInputByIDRequestTypedDict",
6477
+ "UpdateInputByIDResponse",
6478
+ "UpdateInputByIDResponseTypedDict",
6251
6479
  "UpdateInputHecTokenByIDAndTokenRequest",
6252
6480
  "UpdateInputHecTokenByIDAndTokenRequestTypedDict",
6481
+ "UpdateInputHecTokenByIDAndTokenResponse",
6482
+ "UpdateInputHecTokenByIDAndTokenResponseTypedDict",
6253
6483
  "UpdateOutputByIDRequest",
6254
6484
  "UpdateOutputByIDRequestTypedDict",
6485
+ "UpdateOutputByIDResponse",
6486
+ "UpdateOutputByIDResponseTypedDict",
6255
6487
  "UpdatePacksByIDRequest",
6256
6488
  "UpdatePacksByIDRequestTypedDict",
6489
+ "UpdatePacksByIDResponse",
6490
+ "UpdatePacksByIDResponseTypedDict",
6257
6491
  "UpdatePacksRequest",
6258
6492
  "UpdatePacksRequestTypedDict",
6259
6493
  "UpdatePipelineByIDRequest",
6260
6494
  "UpdatePipelineByIDRequestTypedDict",
6495
+ "UpdatePipelineByIDResponse",
6496
+ "UpdatePipelineByIDResponseTypedDict",
6261
6497
  "UpdateRoutesByIDRequest",
6262
6498
  "UpdateRoutesByIDRequestTypedDict",
6499
+ "UpdateRoutesByIDResponse",
6500
+ "UpdateRoutesByIDResponseTypedDict",
6263
6501
  "UploadPackResponse",
6264
6502
  "UploadPackResponseTypedDict",
6265
6503
  "UserAccessControlList",
@@ -6300,80 +6538,48 @@ _dynamic_imports: dict[str, str] = {
6300
6538
  "ConfigGroupLookupsLookup": ".configgrouplookups",
6301
6539
  "ConfigGroupLookupsLookupTypedDict": ".configgrouplookups",
6302
6540
  "ConfigGroupLookupsTypedDict": ".configgrouplookups",
6303
- "CountedListBranchInfo": ".countedlistbranchinfo",
6304
- "CountedListBranchInfoTypedDict": ".countedlistbranchinfo",
6305
- "CountedListConfigGroup": ".countedlistconfiggroup",
6306
- "CountedListConfigGroupTypedDict": ".countedlistconfiggroup",
6307
- "CountedListCriblLakeDataset": ".countedlistcribllakedataset",
6308
- "CountedListCriblLakeDatasetTypedDict": ".countedlistcribllakedataset",
6309
- "CountedListDistributedSummary": ".countedlistdistributedsummary",
6310
- "CountedListDistributedSummaryTypedDict": ".countedlistdistributedsummary",
6311
- "CountedListGitCommitSummary": ".countedlistgitcommitsummary",
6312
- "CountedListGitCommitSummaryTypedDict": ".countedlistgitcommitsummary",
6313
- "CountedListGitCountResult": ".countedlistgitcountresult",
6314
- "CountedListGitCountResultTypedDict": ".countedlistgitcountresult",
6315
- "CountedListGitDiffResult": ".countedlistgitdiffresult",
6316
- "CountedListGitDiffResultTypedDict": ".countedlistgitdiffresult",
6317
- "CountedListGitFilesResponse": ".countedlistgitfilesresponse",
6318
- "CountedListGitFilesResponseTypedDict": ".countedlistgitfilesresponse",
6319
- "CountedListGitInfo": ".countedlistgitinfo",
6320
- "CountedListGitInfoTypedDict": ".countedlistgitinfo",
6321
- "CountedListGitLogResult": ".countedlistgitlogresult",
6322
- "CountedListGitLogResultTypedDict": ".countedlistgitlogresult",
6323
- "CountedListGitRevertResult": ".countedlistgitrevertresult",
6324
- "CountedListGitRevertResultTypedDict": ".countedlistgitrevertresult",
6325
- "CountedListGitShowResult": ".countedlistgitshowresult",
6326
- "CountedListGitShowResultTypedDict": ".countedlistgitshowresult",
6327
- "CountedListGitStatusResult": ".countedlistgitstatusresult",
6328
- "CountedListGitStatusResultTypedDict": ".countedlistgitstatusresult",
6329
- "CountedListInput": ".countedlistinput",
6330
- "CountedListInputTypedDict": ".countedlistinput",
6331
- "CountedListInputSplunkHec": ".countedlistinputsplunkhec",
6332
- "CountedListInputSplunkHecTypedDict": ".countedlistinputsplunkhec",
6333
- "CountedListJobInfo": ".countedlistjobinfo",
6334
- "CountedListJobInfoTypedDict": ".countedlistjobinfo",
6335
- "CountedListMasterWorkerEntry": ".countedlistmasterworkerentry",
6336
- "CountedListMasterWorkerEntryTypedDict": ".countedlistmasterworkerentry",
6337
- "CountedListnumber": ".countedlistnumber",
6338
- "CountedListnumberTypedDict": ".countedlistnumber",
6339
- "CountedListObject": ".countedlistobject",
6340
- "CountedListObjectTypedDict": ".countedlistobject",
6341
- "CountedListOutput": ".countedlistoutput",
6342
- "CountedListOutputTypedDict": ".countedlistoutput",
6343
- "CountedListOutputSamplesResponse": ".countedlistoutputsamplesresponse",
6344
- "CountedListOutputSamplesResponseTypedDict": ".countedlistoutputsamplesresponse",
6345
- "CountedListOutputTestResponse": ".countedlistoutputtestresponse",
6346
- "CountedListOutputTestResponseTypedDict": ".countedlistoutputtestresponse",
6347
- "CountedListPackInfo": ".countedlistpackinfo",
6348
- "CountedListPackInfoTypedDict": ".countedlistpackinfo",
6349
- "CountedListPackInstallInfo": ".countedlistpackinstallinfo",
6350
- "CountedListPackInstallInfoTypedDict": ".countedlistpackinstallinfo",
6351
- "CountedListPipeline": ".countedlistpipeline",
6352
- "CountedListPipelineTypedDict": ".countedlistpipeline",
6353
- "CountedListRoutes": ".countedlistroutes",
6354
- "CountedListRoutesTypedDict": ".countedlistroutes",
6355
- "CountedListstring": ".countedliststring",
6356
- "CountedListstringTypedDict": ".countedliststring",
6357
- "CountedListTeamAccessControlList": ".countedlistteamaccesscontrollist",
6358
- "CountedListTeamAccessControlListTypedDict": ".countedlistteamaccesscontrollist",
6359
- "CountedListUserAccessControlList": ".countedlistuseraccesscontrollist",
6360
- "CountedListUserAccessControlListTypedDict": ".countedlistuseraccesscontrollist",
6361
6541
  "CreateConfigGroupByProductRequest": ".createconfiggroupbyproductop",
6362
6542
  "CreateConfigGroupByProductRequestTypedDict": ".createconfiggroupbyproductop",
6543
+ "CreateConfigGroupByProductResponse": ".createconfiggroupbyproductop",
6544
+ "CreateConfigGroupByProductResponseTypedDict": ".createconfiggroupbyproductop",
6363
6545
  "CreateCriblLakeDatasetByLakeIDRequest": ".createcribllakedatasetbylakeidop",
6364
6546
  "CreateCriblLakeDatasetByLakeIDRequestTypedDict": ".createcribllakedatasetbylakeidop",
6547
+ "CreateCriblLakeDatasetByLakeIDResponse": ".createcribllakedatasetbylakeidop",
6548
+ "CreateCriblLakeDatasetByLakeIDResponseTypedDict": ".createcribllakedatasetbylakeidop",
6365
6549
  "CreateInputHecTokenByIDRequest": ".createinputhectokenbyidop",
6366
6550
  "CreateInputHecTokenByIDRequestTypedDict": ".createinputhectokenbyidop",
6551
+ "CreateInputHecTokenByIDResponse": ".createinputhectokenbyidop",
6552
+ "CreateInputHecTokenByIDResponseTypedDict": ".createinputhectokenbyidop",
6553
+ "CreateInputResponse": ".createinputop",
6554
+ "CreateInputResponseTypedDict": ".createinputop",
6555
+ "CreateOutputResponse": ".createoutputop",
6556
+ "CreateOutputResponseTypedDict": ".createoutputop",
6367
6557
  "CreateOutputTestByIDRequest": ".createoutputtestbyidop",
6368
6558
  "CreateOutputTestByIDRequestTypedDict": ".createoutputtestbyidop",
6559
+ "CreateOutputTestByIDResponse": ".createoutputtestbyidop",
6560
+ "CreateOutputTestByIDResponseTypedDict": ".createoutputtestbyidop",
6561
+ "CreatePacksResponse": ".createpacksop",
6562
+ "CreatePacksResponseTypedDict": ".createpacksop",
6563
+ "CreatePipelineResponse": ".createpipelineop",
6564
+ "CreatePipelineResponseTypedDict": ".createpipelineop",
6369
6565
  "CreateRoutesAppendByIDRequest": ".createroutesappendbyidop",
6370
6566
  "CreateRoutesAppendByIDRequestTypedDict": ".createroutesappendbyidop",
6567
+ "CreateRoutesAppendByIDResponse": ".createroutesappendbyidop",
6568
+ "CreateRoutesAppendByIDResponseTypedDict": ".createroutesappendbyidop",
6371
6569
  "CreateVersionCommitRequest": ".createversioncommitop",
6372
6570
  "CreateVersionCommitRequestTypedDict": ".createversioncommitop",
6571
+ "CreateVersionCommitResponse": ".createversioncommitop",
6572
+ "CreateVersionCommitResponseTypedDict": ".createversioncommitop",
6573
+ "CreateVersionPushResponse": ".createversionpushop",
6574
+ "CreateVersionPushResponseTypedDict": ".createversionpushop",
6373
6575
  "CreateVersionRevertRequest": ".createversionrevertop",
6374
6576
  "CreateVersionRevertRequestTypedDict": ".createversionrevertop",
6577
+ "CreateVersionRevertResponse": ".createversionrevertop",
6578
+ "CreateVersionRevertResponseTypedDict": ".createversionrevertop",
6375
6579
  "CreateVersionUndoRequest": ".createversionundoop",
6376
6580
  "CreateVersionUndoRequestTypedDict": ".createversionundoop",
6581
+ "CreateVersionUndoResponse": ".createversionundoop",
6582
+ "CreateVersionUndoResponseTypedDict": ".createversionundoop",
6377
6583
  "CriblEvent": ".criblevent",
6378
6584
  "CriblEventTypedDict": ".criblevent",
6379
6585
  "CriblLakeDataset": ".cribllakedataset",
@@ -6391,18 +6597,32 @@ _dynamic_imports: dict[str, str] = {
6391
6597
  "DatasetMetadataRunInfoTypedDict": ".datasetmetadataruninfo",
6392
6598
  "DeleteConfigGroupByProductAndIDRequest": ".deleteconfiggroupbyproductandidop",
6393
6599
  "DeleteConfigGroupByProductAndIDRequestTypedDict": ".deleteconfiggroupbyproductandidop",
6600
+ "DeleteConfigGroupByProductAndIDResponse": ".deleteconfiggroupbyproductandidop",
6601
+ "DeleteConfigGroupByProductAndIDResponseTypedDict": ".deleteconfiggroupbyproductandidop",
6394
6602
  "DeleteCriblLakeDatasetByLakeIDAndIDRequest": ".deletecribllakedatasetbylakeidandidop",
6395
6603
  "DeleteCriblLakeDatasetByLakeIDAndIDRequestTypedDict": ".deletecribllakedatasetbylakeidandidop",
6604
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponse": ".deletecribllakedatasetbylakeidandidop",
6605
+ "DeleteCriblLakeDatasetByLakeIDAndIDResponseTypedDict": ".deletecribllakedatasetbylakeidandidop",
6396
6606
  "DeleteInputByIDRequest": ".deleteinputbyidop",
6397
6607
  "DeleteInputByIDRequestTypedDict": ".deleteinputbyidop",
6608
+ "DeleteInputByIDResponse": ".deleteinputbyidop",
6609
+ "DeleteInputByIDResponseTypedDict": ".deleteinputbyidop",
6398
6610
  "DeleteOutputByIDRequest": ".deleteoutputbyidop",
6399
6611
  "DeleteOutputByIDRequestTypedDict": ".deleteoutputbyidop",
6612
+ "DeleteOutputByIDResponse": ".deleteoutputbyidop",
6613
+ "DeleteOutputByIDResponseTypedDict": ".deleteoutputbyidop",
6400
6614
  "DeleteOutputPqByIDRequest": ".deleteoutputpqbyidop",
6401
6615
  "DeleteOutputPqByIDRequestTypedDict": ".deleteoutputpqbyidop",
6616
+ "DeleteOutputPqByIDResponse": ".deleteoutputpqbyidop",
6617
+ "DeleteOutputPqByIDResponseTypedDict": ".deleteoutputpqbyidop",
6402
6618
  "DeletePacksByIDRequest": ".deletepacksbyidop",
6403
6619
  "DeletePacksByIDRequestTypedDict": ".deletepacksbyidop",
6620
+ "DeletePacksByIDResponse": ".deletepacksbyidop",
6621
+ "DeletePacksByIDResponseTypedDict": ".deletepacksbyidop",
6404
6622
  "DeletePipelineByIDRequest": ".deletepipelinebyidop",
6405
6623
  "DeletePipelineByIDRequestTypedDict": ".deletepipelinebyidop",
6624
+ "DeletePipelineByIDResponse": ".deletepipelinebyidop",
6625
+ "DeletePipelineByIDResponseTypedDict": ".deletepipelinebyidop",
6406
6626
  "DeployRequest": ".deployrequest",
6407
6627
  "DeployRequestTypedDict": ".deployrequest",
6408
6628
  "DeployRequestLookups": ".deployrequestlookups",
@@ -6433,48 +6653,96 @@ _dynamic_imports: dict[str, str] = {
6433
6653
  "DistributedSummaryWorkersTypedDict": ".distributedsummary",
6434
6654
  "GetConfigGroupACLByProductAndIDRequest": ".getconfiggroupaclbyproductandidop",
6435
6655
  "GetConfigGroupACLByProductAndIDRequestTypedDict": ".getconfiggroupaclbyproductandidop",
6656
+ "GetConfigGroupACLByProductAndIDResponse": ".getconfiggroupaclbyproductandidop",
6657
+ "GetConfigGroupACLByProductAndIDResponseTypedDict": ".getconfiggroupaclbyproductandidop",
6436
6658
  "GetConfigGroupACLTeamsByProductAndIDRequest": ".getconfiggroupaclteamsbyproductandidop",
6437
6659
  "GetConfigGroupACLTeamsByProductAndIDRequestTypedDict": ".getconfiggroupaclteamsbyproductandidop",
6660
+ "GetConfigGroupACLTeamsByProductAndIDResponse": ".getconfiggroupaclteamsbyproductandidop",
6661
+ "GetConfigGroupACLTeamsByProductAndIDResponseTypedDict": ".getconfiggroupaclteamsbyproductandidop",
6438
6662
  "GetConfigGroupByProductAndIDRequest": ".getconfiggroupbyproductandidop",
6439
6663
  "GetConfigGroupByProductAndIDRequestTypedDict": ".getconfiggroupbyproductandidop",
6664
+ "GetConfigGroupByProductAndIDResponse": ".getconfiggroupbyproductandidop",
6665
+ "GetConfigGroupByProductAndIDResponseTypedDict": ".getconfiggroupbyproductandidop",
6440
6666
  "GetConfigGroupConfigVersionByProductAndIDRequest": ".getconfiggroupconfigversionbyproductandidop",
6441
6667
  "GetConfigGroupConfigVersionByProductAndIDRequestTypedDict": ".getconfiggroupconfigversionbyproductandidop",
6668
+ "GetConfigGroupConfigVersionByProductAndIDResponse": ".getconfiggroupconfigversionbyproductandidop",
6669
+ "GetConfigGroupConfigVersionByProductAndIDResponseTypedDict": ".getconfiggroupconfigversionbyproductandidop",
6442
6670
  "GetCriblLakeDatasetByLakeIDAndIDRequest": ".getcribllakedatasetbylakeidandidop",
6443
6671
  "GetCriblLakeDatasetByLakeIDAndIDRequestTypedDict": ".getcribllakedatasetbylakeidandidop",
6672
+ "GetCriblLakeDatasetByLakeIDAndIDResponse": ".getcribllakedatasetbylakeidandidop",
6673
+ "GetCriblLakeDatasetByLakeIDAndIDResponseTypedDict": ".getcribllakedatasetbylakeidandidop",
6444
6674
  "GetCriblLakeDatasetByLakeIDRequest": ".getcribllakedatasetbylakeidop",
6445
6675
  "GetCriblLakeDatasetByLakeIDRequestTypedDict": ".getcribllakedatasetbylakeidop",
6676
+ "GetCriblLakeDatasetByLakeIDResponse": ".getcribllakedatasetbylakeidop",
6677
+ "GetCriblLakeDatasetByLakeIDResponseTypedDict": ".getcribllakedatasetbylakeidop",
6446
6678
  "GetInputByIDRequest": ".getinputbyidop",
6447
6679
  "GetInputByIDRequestTypedDict": ".getinputbyidop",
6680
+ "GetInputByIDResponse": ".getinputbyidop",
6681
+ "GetInputByIDResponseTypedDict": ".getinputbyidop",
6448
6682
  "GetMasterWorkerEntryRequest": ".getmasterworkerentryop",
6449
6683
  "GetMasterWorkerEntryRequestTypedDict": ".getmasterworkerentryop",
6684
+ "GetMasterWorkerEntryResponse": ".getmasterworkerentryop",
6685
+ "GetMasterWorkerEntryResponseTypedDict": ".getmasterworkerentryop",
6450
6686
  "GetOutputByIDRequest": ".getoutputbyidop",
6451
6687
  "GetOutputByIDRequestTypedDict": ".getoutputbyidop",
6688
+ "GetOutputByIDResponse": ".getoutputbyidop",
6689
+ "GetOutputByIDResponseTypedDict": ".getoutputbyidop",
6452
6690
  "GetOutputPqByIDRequest": ".getoutputpqbyidop",
6453
6691
  "GetOutputPqByIDRequestTypedDict": ".getoutputpqbyidop",
6692
+ "GetOutputPqByIDResponse": ".getoutputpqbyidop",
6693
+ "GetOutputPqByIDResponseTypedDict": ".getoutputpqbyidop",
6454
6694
  "GetOutputSamplesByIDRequest": ".getoutputsamplesbyidop",
6455
6695
  "GetOutputSamplesByIDRequestTypedDict": ".getoutputsamplesbyidop",
6696
+ "GetOutputSamplesByIDResponse": ".getoutputsamplesbyidop",
6697
+ "GetOutputSamplesByIDResponseTypedDict": ".getoutputsamplesbyidop",
6456
6698
  "GetPacksByIDRequest": ".getpacksbyidop",
6457
6699
  "GetPacksByIDRequestTypedDict": ".getpacksbyidop",
6700
+ "GetPacksByIDResponse": ".getpacksbyidop",
6701
+ "GetPacksByIDResponseTypedDict": ".getpacksbyidop",
6458
6702
  "GetPacksRequest": ".getpacksop",
6459
6703
  "GetPacksRequestTypedDict": ".getpacksop",
6704
+ "GetPacksResponse": ".getpacksop",
6705
+ "GetPacksResponseTypedDict": ".getpacksop",
6460
6706
  "GetPipelineByIDRequest": ".getpipelinebyidop",
6461
6707
  "GetPipelineByIDRequestTypedDict": ".getpipelinebyidop",
6708
+ "GetPipelineByIDResponse": ".getpipelinebyidop",
6709
+ "GetPipelineByIDResponseTypedDict": ".getpipelinebyidop",
6462
6710
  "GetRoutesByIDRequest": ".getroutesbyidop",
6463
6711
  "GetRoutesByIDRequestTypedDict": ".getroutesbyidop",
6712
+ "GetRoutesByIDResponse": ".getroutesbyidop",
6713
+ "GetRoutesByIDResponseTypedDict": ".getroutesbyidop",
6464
6714
  "GetSummaryRequest": ".getsummaryop",
6465
6715
  "GetSummaryRequestTypedDict": ".getsummaryop",
6716
+ "GetSummaryResponse": ".getsummaryop",
6717
+ "GetSummaryResponseTypedDict": ".getsummaryop",
6718
+ "GetVersionBranchResponse": ".getversionbranchop",
6719
+ "GetVersionBranchResponseTypedDict": ".getversionbranchop",
6466
6720
  "GetVersionCountRequest": ".getversioncountop",
6467
6721
  "GetVersionCountRequestTypedDict": ".getversioncountop",
6722
+ "GetVersionCountResponse": ".getversioncountop",
6723
+ "GetVersionCountResponseTypedDict": ".getversioncountop",
6468
6724
  "GetVersionDiffRequest": ".getversiondiffop",
6469
6725
  "GetVersionDiffRequestTypedDict": ".getversiondiffop",
6726
+ "GetVersionDiffResponse": ".getversiondiffop",
6727
+ "GetVersionDiffResponseTypedDict": ".getversiondiffop",
6470
6728
  "GetVersionFilesRequest": ".getversionfilesop",
6471
6729
  "GetVersionFilesRequestTypedDict": ".getversionfilesop",
6730
+ "GetVersionFilesResponse": ".getversionfilesop",
6731
+ "GetVersionFilesResponseTypedDict": ".getversionfilesop",
6732
+ "GetVersionInfoResponse": ".getversioninfoop",
6733
+ "GetVersionInfoResponseTypedDict": ".getversioninfoop",
6472
6734
  "GetVersionRequest": ".getversionop",
6473
6735
  "GetVersionRequestTypedDict": ".getversionop",
6736
+ "GetVersionResponse": ".getversionop",
6737
+ "GetVersionResponseTypedDict": ".getversionop",
6474
6738
  "GetVersionShowRequest": ".getversionshowop",
6475
6739
  "GetVersionShowRequestTypedDict": ".getversionshowop",
6740
+ "GetVersionShowResponse": ".getversionshowop",
6741
+ "GetVersionShowResponseTypedDict": ".getversionshowop",
6476
6742
  "GetVersionStatusRequest": ".getversionstatusop",
6477
6743
  "GetVersionStatusRequestTypedDict": ".getversionstatusop",
6744
+ "GetVersionStatusResponse": ".getversionstatusop",
6745
+ "GetVersionStatusResponseTypedDict": ".getversionstatusop",
6478
6746
  "GitCommitParams": ".gitcommitparams",
6479
6747
  "GitCommitParamsTypedDict": ".gitcommitparams",
6480
6748
  "Author": ".gitcommitsummary",
@@ -6590,6 +6858,28 @@ _dynamic_imports: dict[str, str] = {
6590
6858
  "InputAzureBlobPqTypedDict": ".inputazureblob",
6591
6859
  "InputAzureBlobType": ".inputazureblob",
6592
6860
  "InputAzureBlobTypedDict": ".inputazureblob",
6861
+ "InputCloudflareHec": ".inputcloudflarehec",
6862
+ "InputCloudflareHecAuthToken": ".inputcloudflarehec",
6863
+ "InputCloudflareHecAuthTokenMetadatum": ".inputcloudflarehec",
6864
+ "InputCloudflareHecAuthTokenMetadatumTypedDict": ".inputcloudflarehec",
6865
+ "InputCloudflareHecAuthTokenTypedDict": ".inputcloudflarehec",
6866
+ "InputCloudflareHecAuthenticationMethod": ".inputcloudflarehec",
6867
+ "InputCloudflareHecCompression": ".inputcloudflarehec",
6868
+ "InputCloudflareHecConnection": ".inputcloudflarehec",
6869
+ "InputCloudflareHecConnectionTypedDict": ".inputcloudflarehec",
6870
+ "InputCloudflareHecMaximumTLSVersion": ".inputcloudflarehec",
6871
+ "InputCloudflareHecMetadatum": ".inputcloudflarehec",
6872
+ "InputCloudflareHecMetadatumTypedDict": ".inputcloudflarehec",
6873
+ "InputCloudflareHecMinimumTLSVersion": ".inputcloudflarehec",
6874
+ "InputCloudflareHecMode": ".inputcloudflarehec",
6875
+ "InputCloudflareHecPq": ".inputcloudflarehec",
6876
+ "InputCloudflareHecPqControls": ".inputcloudflarehec",
6877
+ "InputCloudflareHecPqControlsTypedDict": ".inputcloudflarehec",
6878
+ "InputCloudflareHecPqTypedDict": ".inputcloudflarehec",
6879
+ "InputCloudflareHecTLSSettingsServerSide": ".inputcloudflarehec",
6880
+ "InputCloudflareHecTLSSettingsServerSideTypedDict": ".inputcloudflarehec",
6881
+ "InputCloudflareHecType": ".inputcloudflarehec",
6882
+ "InputCloudflareHecTypedDict": ".inputcloudflarehec",
6593
6883
  "InputCollection": ".inputcollection",
6594
6884
  "InputCollectionCompression": ".inputcollection",
6595
6885
  "InputCollectionConnection": ".inputcollection",
@@ -7854,8 +8144,20 @@ _dynamic_imports: dict[str, str] = {
7854
8144
  "LakehouseConnectionType": ".lakehouseconnectiontype",
7855
8145
  "ListConfigGroupByProductRequest": ".listconfiggroupbyproductop",
7856
8146
  "ListConfigGroupByProductRequestTypedDict": ".listconfiggroupbyproductop",
8147
+ "ListConfigGroupByProductResponse": ".listconfiggroupbyproductop",
8148
+ "ListConfigGroupByProductResponseTypedDict": ".listconfiggroupbyproductop",
8149
+ "ListInputResponse": ".listinputop",
8150
+ "ListInputResponseTypedDict": ".listinputop",
7857
8151
  "ListMasterWorkerEntryRequest": ".listmasterworkerentryop",
7858
8152
  "ListMasterWorkerEntryRequestTypedDict": ".listmasterworkerentryop",
8153
+ "ListMasterWorkerEntryResponse": ".listmasterworkerentryop",
8154
+ "ListMasterWorkerEntryResponseTypedDict": ".listmasterworkerentryop",
8155
+ "ListOutputResponse": ".listoutputop",
8156
+ "ListOutputResponseTypedDict": ".listoutputop",
8157
+ "ListPipelineResponse": ".listpipelineop",
8158
+ "ListPipelineResponseTypedDict": ".listpipelineop",
8159
+ "ListRoutesResponse": ".listroutesop",
8160
+ "ListRoutesResponseTypedDict": ".listroutesop",
7859
8161
  "LoginInfo": ".logininfo",
7860
8162
  "LoginInfoTypedDict": ".logininfo",
7861
8163
  "LookupVersions": ".lookupversions",
@@ -8030,6 +8332,22 @@ _dynamic_imports: dict[str, str] = {
8030
8332
  "OutputClickHouseTimeoutRetrySettingsTypedDict": ".outputclickhouse",
8031
8333
  "OutputClickHouseType": ".outputclickhouse",
8032
8334
  "OutputClickHouseTypedDict": ".outputclickhouse",
8335
+ "OutputCloudflareR2": ".outputcloudflarer2",
8336
+ "OutputCloudflareR2AuthenticationMethod": ".outputcloudflarer2",
8337
+ "OutputCloudflareR2BackpressureBehavior": ".outputcloudflarer2",
8338
+ "OutputCloudflareR2Compression": ".outputcloudflarer2",
8339
+ "OutputCloudflareR2CompressionLevel": ".outputcloudflarer2",
8340
+ "OutputCloudflareR2DataFormat": ".outputcloudflarer2",
8341
+ "OutputCloudflareR2DataPageVersion": ".outputcloudflarer2",
8342
+ "OutputCloudflareR2DiskSpaceProtection": ".outputcloudflarer2",
8343
+ "OutputCloudflareR2KeyValueMetadatum": ".outputcloudflarer2",
8344
+ "OutputCloudflareR2KeyValueMetadatumTypedDict": ".outputcloudflarer2",
8345
+ "OutputCloudflareR2ParquetVersion": ".outputcloudflarer2",
8346
+ "OutputCloudflareR2ServerSideEncryption": ".outputcloudflarer2",
8347
+ "OutputCloudflareR2SignatureVersion": ".outputcloudflarer2",
8348
+ "OutputCloudflareR2StorageClass": ".outputcloudflarer2",
8349
+ "OutputCloudflareR2Type": ".outputcloudflarer2",
8350
+ "OutputCloudflareR2TypedDict": ".outputcloudflarer2",
8033
8351
  "OutputCloudwatch": ".outputcloudwatch",
8034
8352
  "OutputCloudwatchAuthenticationMethod": ".outputcloudwatch",
8035
8353
  "OutputCloudwatchBackpressureBehavior": ".outputcloudwatch",
@@ -8582,6 +8900,24 @@ _dynamic_imports: dict[str, str] = {
8582
8900
  "OutputLokiTimeoutRetrySettingsTypedDict": ".outputloki",
8583
8901
  "OutputLokiType": ".outputloki",
8584
8902
  "OutputLokiTypedDict": ".outputloki",
8903
+ "OutputMicrosoftFabric": ".outputmicrosoftfabric",
8904
+ "OutputMicrosoftFabricAcknowledgments": ".outputmicrosoftfabric",
8905
+ "OutputMicrosoftFabricAuthentication": ".outputmicrosoftfabric",
8906
+ "OutputMicrosoftFabricAuthenticationMethod": ".outputmicrosoftfabric",
8907
+ "OutputMicrosoftFabricAuthenticationTypedDict": ".outputmicrosoftfabric",
8908
+ "OutputMicrosoftFabricBackpressureBehavior": ".outputmicrosoftfabric",
8909
+ "OutputMicrosoftFabricCompression": ".outputmicrosoftfabric",
8910
+ "OutputMicrosoftFabricMicrosoftEntraIDAuthenticationEndpoint": ".outputmicrosoftfabric",
8911
+ "OutputMicrosoftFabricMode": ".outputmicrosoftfabric",
8912
+ "OutputMicrosoftFabricPqControls": ".outputmicrosoftfabric",
8913
+ "OutputMicrosoftFabricPqControlsTypedDict": ".outputmicrosoftfabric",
8914
+ "OutputMicrosoftFabricQueueFullBehavior": ".outputmicrosoftfabric",
8915
+ "OutputMicrosoftFabricRecordDataFormat": ".outputmicrosoftfabric",
8916
+ "OutputMicrosoftFabricSASLMechanism": ".outputmicrosoftfabric",
8917
+ "OutputMicrosoftFabricTLSSettingsClientSide": ".outputmicrosoftfabric",
8918
+ "OutputMicrosoftFabricTLSSettingsClientSideTypedDict": ".outputmicrosoftfabric",
8919
+ "OutputMicrosoftFabricType": ".outputmicrosoftfabric",
8920
+ "OutputMicrosoftFabricTypedDict": ".outputmicrosoftfabric",
8585
8921
  "OutputMinio": ".outputminio",
8586
8922
  "OutputMinioAuthenticationMethod": ".outputminio",
8587
8923
  "OutputMinioBackpressureBehavior": ".outputminio",
@@ -8594,11 +8930,11 @@ _dynamic_imports: dict[str, str] = {
8594
8930
  "OutputMinioKeyValueMetadatumTypedDict": ".outputminio",
8595
8931
  "OutputMinioObjectACL": ".outputminio",
8596
8932
  "OutputMinioParquetVersion": ".outputminio",
8933
+ "OutputMinioServerSideEncryption": ".outputminio",
8597
8934
  "OutputMinioSignatureVersion": ".outputminio",
8598
8935
  "OutputMinioStorageClass": ".outputminio",
8599
8936
  "OutputMinioType": ".outputminio",
8600
8937
  "OutputMinioTypedDict": ".outputminio",
8601
- "ServerSideEncryption": ".outputminio",
8602
8938
  "OutputMsk": ".outputmsk",
8603
8939
  "OutputMskAcknowledgments": ".outputmsk",
8604
8940
  "OutputMskAuth": ".outputmsk",
@@ -9200,28 +9536,46 @@ _dynamic_imports: dict[str, str] = {
9200
9536
  "TeamAccessControlListTypedDict": ".teamaccesscontrollist",
9201
9537
  "UpdateConfigGroupByProductAndIDRequest": ".updateconfiggroupbyproductandidop",
9202
9538
  "UpdateConfigGroupByProductAndIDRequestTypedDict": ".updateconfiggroupbyproductandidop",
9539
+ "UpdateConfigGroupByProductAndIDResponse": ".updateconfiggroupbyproductandidop",
9540
+ "UpdateConfigGroupByProductAndIDResponseTypedDict": ".updateconfiggroupbyproductandidop",
9203
9541
  "UpdateConfigGroupDeployByProductAndIDRequest": ".updateconfiggroupdeploybyproductandidop",
9204
9542
  "UpdateConfigGroupDeployByProductAndIDRequestTypedDict": ".updateconfiggroupdeploybyproductandidop",
9543
+ "UpdateConfigGroupDeployByProductAndIDResponse": ".updateconfiggroupdeploybyproductandidop",
9544
+ "UpdateConfigGroupDeployByProductAndIDResponseTypedDict": ".updateconfiggroupdeploybyproductandidop",
9205
9545
  "UpdateCriblLakeDatasetByLakeIDAndIDRequest": ".updatecribllakedatasetbylakeidandidop",
9206
9546
  "UpdateCriblLakeDatasetByLakeIDAndIDRequestTypedDict": ".updatecribllakedatasetbylakeidandidop",
9547
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponse": ".updatecribllakedatasetbylakeidandidop",
9548
+ "UpdateCriblLakeDatasetByLakeIDAndIDResponseTypedDict": ".updatecribllakedatasetbylakeidandidop",
9207
9549
  "UpdateHecTokenRequest": ".updatehectokenrequest",
9208
9550
  "UpdateHecTokenRequestMetadatum": ".updatehectokenrequest",
9209
9551
  "UpdateHecTokenRequestMetadatumTypedDict": ".updatehectokenrequest",
9210
9552
  "UpdateHecTokenRequestTypedDict": ".updatehectokenrequest",
9211
9553
  "UpdateInputByIDRequest": ".updateinputbyidop",
9212
9554
  "UpdateInputByIDRequestTypedDict": ".updateinputbyidop",
9555
+ "UpdateInputByIDResponse": ".updateinputbyidop",
9556
+ "UpdateInputByIDResponseTypedDict": ".updateinputbyidop",
9213
9557
  "UpdateInputHecTokenByIDAndTokenRequest": ".updateinputhectokenbyidandtokenop",
9214
9558
  "UpdateInputHecTokenByIDAndTokenRequestTypedDict": ".updateinputhectokenbyidandtokenop",
9559
+ "UpdateInputHecTokenByIDAndTokenResponse": ".updateinputhectokenbyidandtokenop",
9560
+ "UpdateInputHecTokenByIDAndTokenResponseTypedDict": ".updateinputhectokenbyidandtokenop",
9215
9561
  "UpdateOutputByIDRequest": ".updateoutputbyidop",
9216
9562
  "UpdateOutputByIDRequestTypedDict": ".updateoutputbyidop",
9563
+ "UpdateOutputByIDResponse": ".updateoutputbyidop",
9564
+ "UpdateOutputByIDResponseTypedDict": ".updateoutputbyidop",
9217
9565
  "UpdatePacksByIDRequest": ".updatepacksbyidop",
9218
9566
  "UpdatePacksByIDRequestTypedDict": ".updatepacksbyidop",
9567
+ "UpdatePacksByIDResponse": ".updatepacksbyidop",
9568
+ "UpdatePacksByIDResponseTypedDict": ".updatepacksbyidop",
9219
9569
  "UpdatePacksRequest": ".updatepacksop",
9220
9570
  "UpdatePacksRequestTypedDict": ".updatepacksop",
9221
9571
  "UpdatePipelineByIDRequest": ".updatepipelinebyidop",
9222
9572
  "UpdatePipelineByIDRequestTypedDict": ".updatepipelinebyidop",
9573
+ "UpdatePipelineByIDResponse": ".updatepipelinebyidop",
9574
+ "UpdatePipelineByIDResponseTypedDict": ".updatepipelinebyidop",
9223
9575
  "UpdateRoutesByIDRequest": ".updateroutesbyidop",
9224
9576
  "UpdateRoutesByIDRequestTypedDict": ".updateroutesbyidop",
9577
+ "UpdateRoutesByIDResponse": ".updateroutesbyidop",
9578
+ "UpdateRoutesByIDResponseTypedDict": ".updateroutesbyidop",
9225
9579
  "UploadPackResponse": ".uploadpackresponse",
9226
9580
  "UploadPackResponseTypedDict": ".uploadpackresponse",
9227
9581
  "UserAccessControlList": ".useraccesscontrollist",