cribl-control-plane 0.0.37a1__py3-none-any.whl → 0.0.38__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 (38) hide show
  1. cribl_control_plane/_version.py +3 -3
  2. cribl_control_plane/commits.py +56 -46
  3. cribl_control_plane/commits_files.py +12 -12
  4. cribl_control_plane/models/__init__.py +533 -215
  5. cribl_control_plane/models/createversioncommitop.py +26 -1
  6. cribl_control_plane/models/createversionrevertop.py +4 -2
  7. cribl_control_plane/models/createversionundoop.py +4 -2
  8. cribl_control_plane/models/getpacksbyidop.py +37 -0
  9. cribl_control_plane/models/getversioncountop.py +3 -2
  10. cribl_control_plane/models/getversiondiffop.py +3 -2
  11. cribl_control_plane/models/getversionfilesop.py +3 -2
  12. cribl_control_plane/models/getversionop.py +4 -2
  13. cribl_control_plane/models/getversionshowop.py +3 -2
  14. cribl_control_plane/models/getversionstatusop.py +4 -2
  15. cribl_control_plane/models/gitrevertparams.py +3 -3
  16. cribl_control_plane/models/input.py +77 -76
  17. cribl_control_plane/models/inputcrowdstrike.py +2 -2
  18. cribl_control_plane/models/inputgrafana.py +678 -67
  19. cribl_control_plane/models/inputs3.py +2 -2
  20. cribl_control_plane/models/inputs3inventory.py +2 -2
  21. cribl_control_plane/models/inputsecuritylake.py +2 -2
  22. cribl_control_plane/models/inputsyslog.py +406 -37
  23. cribl_control_plane/models/inputwizwebhook.py +393 -0
  24. cribl_control_plane/models/output.py +75 -77
  25. cribl_control_plane/models/outputcrowdstrikenextgensiem.py +1 -1
  26. cribl_control_plane/models/outputgooglepubsub.py +7 -28
  27. cribl_control_plane/models/outputgrafanacloud.py +565 -69
  28. cribl_control_plane/models/packinfo.py +5 -5
  29. cribl_control_plane/models/packinstallinfo.py +5 -5
  30. cribl_control_plane/models/packrequestbody_union.py +140 -0
  31. cribl_control_plane/models/packupgraderequest.py +26 -0
  32. cribl_control_plane/models/updatepacksbyidop.py +9 -28
  33. cribl_control_plane/packs.py +236 -116
  34. cribl_control_plane/statuses.py +6 -6
  35. {cribl_control_plane-0.0.37a1.dist-info → cribl_control_plane-0.0.38.dist-info}/METADATA +4 -3
  36. {cribl_control_plane-0.0.37a1.dist-info → cribl_control_plane-0.0.38.dist-info}/RECORD +37 -34
  37. cribl_control_plane/models/packrequestbody.py +0 -75
  38. {cribl_control_plane-0.0.37a1.dist-info → cribl_control_plane-0.0.38.dist-info}/WHEEL +0 -0
@@ -69,6 +69,8 @@ if TYPE_CHECKING:
69
69
  CreateRoutesAppendByIDResponseTypedDict,
70
70
  )
71
71
  from .createversioncommitop import (
72
+ CreateVersionCommitRequest,
73
+ CreateVersionCommitRequestTypedDict,
72
74
  CreateVersionCommitResponse,
73
75
  CreateVersionCommitResponseTypedDict,
74
76
  )
@@ -223,6 +225,12 @@ if TYPE_CHECKING:
223
225
  GetOutputSamplesByIDResponse,
224
226
  GetOutputSamplesByIDResponseTypedDict,
225
227
  )
228
+ from .getpacksbyidop import (
229
+ GetPacksByIDRequest,
230
+ GetPacksByIDRequestTypedDict,
231
+ GetPacksByIDResponse,
232
+ GetPacksByIDResponseTypedDict,
233
+ )
226
234
  from .getpacksop import (
227
235
  GetPacksRequest,
228
236
  GetPacksRequestTypedDict,
@@ -695,34 +703,65 @@ if TYPE_CHECKING:
695
703
  )
696
704
  from .inputgrafana import (
697
705
  InputGrafana,
698
- InputGrafanaCompression,
699
- InputGrafanaConnection,
700
- InputGrafanaConnectionTypedDict,
701
- InputGrafanaLokiAuth,
702
- InputGrafanaLokiAuthAuthenticationType,
703
- InputGrafanaLokiAuthTypedDict,
704
- InputGrafanaMaximumTLSVersion,
705
- InputGrafanaMetadatum,
706
- InputGrafanaMetadatumTypedDict,
707
- InputGrafanaMinimumTLSVersion,
708
- InputGrafanaMode,
709
- InputGrafanaPq,
710
- InputGrafanaPqTypedDict,
711
- InputGrafanaPrometheusAuth,
712
- InputGrafanaPrometheusAuthAuthenticationType,
713
- InputGrafanaPrometheusAuthTypedDict,
714
- InputGrafanaTLSSettingsServerSide,
715
- InputGrafanaTLSSettingsServerSideTypedDict,
716
- InputGrafanaType,
706
+ InputGrafanaCompression1,
707
+ InputGrafanaCompression2,
708
+ InputGrafanaConnection1,
709
+ InputGrafanaConnection1TypedDict,
710
+ InputGrafanaConnection2,
711
+ InputGrafanaConnection2TypedDict,
712
+ InputGrafanaGrafana1,
713
+ InputGrafanaGrafana1TypedDict,
714
+ InputGrafanaGrafana2,
715
+ InputGrafanaGrafana2TypedDict,
716
+ InputGrafanaLokiAuth1,
717
+ InputGrafanaLokiAuth1TypedDict,
718
+ InputGrafanaLokiAuth2,
719
+ InputGrafanaLokiAuth2TypedDict,
720
+ InputGrafanaLokiAuthAuthenticationType1,
721
+ InputGrafanaLokiAuthAuthenticationType2,
722
+ InputGrafanaMaximumTLSVersion1,
723
+ InputGrafanaMaximumTLSVersion2,
724
+ InputGrafanaMetadatum1,
725
+ InputGrafanaMetadatum1TypedDict,
726
+ InputGrafanaMetadatum2,
727
+ InputGrafanaMetadatum2TypedDict,
728
+ InputGrafanaMinimumTLSVersion1,
729
+ InputGrafanaMinimumTLSVersion2,
730
+ InputGrafanaMode1,
731
+ InputGrafanaMode2,
732
+ InputGrafanaPq1,
733
+ InputGrafanaPq1TypedDict,
734
+ InputGrafanaPq2,
735
+ InputGrafanaPq2TypedDict,
736
+ InputGrafanaPrometheusAuth1,
737
+ InputGrafanaPrometheusAuth1TypedDict,
738
+ InputGrafanaPrometheusAuth2,
739
+ InputGrafanaPrometheusAuth2TypedDict,
740
+ InputGrafanaPrometheusAuthAuthenticationType1,
741
+ InputGrafanaPrometheusAuthAuthenticationType2,
742
+ InputGrafanaTLSSettingsServerSide1,
743
+ InputGrafanaTLSSettingsServerSide1TypedDict,
744
+ InputGrafanaTLSSettingsServerSide2,
745
+ InputGrafanaTLSSettingsServerSide2TypedDict,
746
+ InputGrafanaType1,
747
+ InputGrafanaType2,
717
748
  InputGrafanaTypedDict,
718
- LokiAuthOauthHeader,
719
- LokiAuthOauthHeaderTypedDict,
720
- LokiAuthOauthParam,
721
- LokiAuthOauthParamTypedDict,
722
- PrometheusAuthOauthHeader,
723
- PrometheusAuthOauthHeaderTypedDict,
724
- PrometheusAuthOauthParam,
725
- PrometheusAuthOauthParamTypedDict,
749
+ LokiAuthOauthHeader1,
750
+ LokiAuthOauthHeader1TypedDict,
751
+ LokiAuthOauthHeader2,
752
+ LokiAuthOauthHeader2TypedDict,
753
+ LokiAuthOauthParam1,
754
+ LokiAuthOauthParam1TypedDict,
755
+ LokiAuthOauthParam2,
756
+ LokiAuthOauthParam2TypedDict,
757
+ PrometheusAuthOauthHeader1,
758
+ PrometheusAuthOauthHeader1TypedDict,
759
+ PrometheusAuthOauthHeader2,
760
+ PrometheusAuthOauthHeader2TypedDict,
761
+ PrometheusAuthOauthParam1,
762
+ PrometheusAuthOauthParam1TypedDict,
763
+ PrometheusAuthOauthParam2,
764
+ PrometheusAuthOauthParam2TypedDict,
726
765
  )
727
766
  from .inputhttp import (
728
767
  InputHTTP,
@@ -1285,19 +1324,36 @@ if TYPE_CHECKING:
1285
1324
  )
1286
1325
  from .inputsyslog import (
1287
1326
  InputSyslog,
1288
- InputSyslogCompression,
1289
- InputSyslogConnection,
1290
- InputSyslogConnectionTypedDict,
1291
- InputSyslogMaximumTLSVersion,
1292
- InputSyslogMetadatum,
1293
- InputSyslogMetadatumTypedDict,
1294
- InputSyslogMinimumTLSVersion,
1295
- InputSyslogMode,
1296
- InputSyslogPq,
1297
- InputSyslogPqTypedDict,
1298
- InputSyslogTLSSettingsServerSide,
1299
- InputSyslogTLSSettingsServerSideTypedDict,
1300
- InputSyslogType,
1327
+ InputSyslogCompression1,
1328
+ InputSyslogCompression2,
1329
+ InputSyslogConnection1,
1330
+ InputSyslogConnection1TypedDict,
1331
+ InputSyslogConnection2,
1332
+ InputSyslogConnection2TypedDict,
1333
+ InputSyslogMaximumTLSVersion1,
1334
+ InputSyslogMaximumTLSVersion2,
1335
+ InputSyslogMetadatum1,
1336
+ InputSyslogMetadatum1TypedDict,
1337
+ InputSyslogMetadatum2,
1338
+ InputSyslogMetadatum2TypedDict,
1339
+ InputSyslogMinimumTLSVersion1,
1340
+ InputSyslogMinimumTLSVersion2,
1341
+ InputSyslogMode1,
1342
+ InputSyslogMode2,
1343
+ InputSyslogPq1,
1344
+ InputSyslogPq1TypedDict,
1345
+ InputSyslogPq2,
1346
+ InputSyslogPq2TypedDict,
1347
+ InputSyslogSyslog1,
1348
+ InputSyslogSyslog1TypedDict,
1349
+ InputSyslogSyslog2,
1350
+ InputSyslogSyslog2TypedDict,
1351
+ InputSyslogTLSSettingsServerSide1,
1352
+ InputSyslogTLSSettingsServerSide1TypedDict,
1353
+ InputSyslogTLSSettingsServerSide2,
1354
+ InputSyslogTLSSettingsServerSide2TypedDict,
1355
+ InputSyslogType1,
1356
+ InputSyslogType2,
1301
1357
  InputSyslogTypedDict,
1302
1358
  )
1303
1359
  from .inputsystemmetrics import (
@@ -1521,6 +1577,27 @@ if TYPE_CHECKING:
1521
1577
  InputWizType,
1522
1578
  InputWizTypedDict,
1523
1579
  )
1580
+ from .inputwizwebhook import (
1581
+ InputWizWebhook,
1582
+ InputWizWebhookAuthTokensExt,
1583
+ InputWizWebhookAuthTokensExtMetadatum,
1584
+ InputWizWebhookAuthTokensExtMetadatumTypedDict,
1585
+ InputWizWebhookAuthTokensExtTypedDict,
1586
+ InputWizWebhookCompression,
1587
+ InputWizWebhookConnection,
1588
+ InputWizWebhookConnectionTypedDict,
1589
+ InputWizWebhookMaximumTLSVersion,
1590
+ InputWizWebhookMetadatum,
1591
+ InputWizWebhookMetadatumTypedDict,
1592
+ InputWizWebhookMinimumTLSVersion,
1593
+ InputWizWebhookMode,
1594
+ InputWizWebhookPq,
1595
+ InputWizWebhookPqTypedDict,
1596
+ InputWizWebhookTLSSettingsServerSide,
1597
+ InputWizWebhookTLSSettingsServerSideTypedDict,
1598
+ InputWizWebhookType,
1599
+ InputWizWebhookTypedDict,
1600
+ )
1524
1601
  from .inputzscalerhec import (
1525
1602
  InputZscalerHec,
1526
1603
  InputZscalerHecAuthToken,
@@ -2092,9 +2169,6 @@ if TYPE_CHECKING:
2092
2169
  OutputGoogleCloudStorageTypedDict,
2093
2170
  )
2094
2171
  from .outputgooglepubsub import (
2095
- FlushPeriodSec,
2096
- FlushPeriodSecType,
2097
- FlushPeriodSecTypedDict,
2098
2172
  OutputGooglePubsub,
2099
2173
  OutputGooglePubsubBackpressureBehavior,
2100
2174
  OutputGooglePubsubCompression,
@@ -2103,34 +2177,61 @@ if TYPE_CHECKING:
2103
2177
  OutputGooglePubsubPqControls,
2104
2178
  OutputGooglePubsubPqControlsTypedDict,
2105
2179
  OutputGooglePubsubQueueFullBehavior,
2106
- OutputGooglePubsubTypeGooglePubsub,
2180
+ OutputGooglePubsubType,
2107
2181
  OutputGooglePubsubTypedDict,
2108
2182
  )
2109
2183
  from .outputgrafanacloud import (
2110
2184
  OutputGrafanaCloud,
2111
- OutputGrafanaCloudBackpressureBehavior,
2112
- OutputGrafanaCloudCompression,
2113
- OutputGrafanaCloudExtraHTTPHeader,
2114
- OutputGrafanaCloudExtraHTTPHeaderTypedDict,
2115
- OutputGrafanaCloudFailedRequestLoggingMode,
2116
- OutputGrafanaCloudLabel,
2117
- OutputGrafanaCloudLabelTypedDict,
2118
- OutputGrafanaCloudLokiAuth,
2119
- OutputGrafanaCloudLokiAuthAuthenticationType,
2120
- OutputGrafanaCloudLokiAuthTypedDict,
2121
- OutputGrafanaCloudMessageFormat,
2122
- OutputGrafanaCloudMode,
2123
- OutputGrafanaCloudPqControls,
2124
- OutputGrafanaCloudPqControlsTypedDict,
2125
- OutputGrafanaCloudPrometheusAuth,
2126
- OutputGrafanaCloudPrometheusAuthAuthenticationType,
2127
- OutputGrafanaCloudPrometheusAuthTypedDict,
2128
- OutputGrafanaCloudQueueFullBehavior,
2129
- OutputGrafanaCloudResponseRetrySetting,
2130
- OutputGrafanaCloudResponseRetrySettingTypedDict,
2131
- OutputGrafanaCloudTimeoutRetrySettings,
2132
- OutputGrafanaCloudTimeoutRetrySettingsTypedDict,
2133
- OutputGrafanaCloudType,
2185
+ OutputGrafanaCloudBackpressureBehavior1,
2186
+ OutputGrafanaCloudBackpressureBehavior2,
2187
+ OutputGrafanaCloudCompression1,
2188
+ OutputGrafanaCloudCompression2,
2189
+ OutputGrafanaCloudExtraHTTPHeader1,
2190
+ OutputGrafanaCloudExtraHTTPHeader1TypedDict,
2191
+ OutputGrafanaCloudExtraHTTPHeader2,
2192
+ OutputGrafanaCloudExtraHTTPHeader2TypedDict,
2193
+ OutputGrafanaCloudFailedRequestLoggingMode1,
2194
+ OutputGrafanaCloudFailedRequestLoggingMode2,
2195
+ OutputGrafanaCloudGrafanaCloud1,
2196
+ OutputGrafanaCloudGrafanaCloud1TypedDict,
2197
+ OutputGrafanaCloudGrafanaCloud2,
2198
+ OutputGrafanaCloudGrafanaCloud2TypedDict,
2199
+ OutputGrafanaCloudLabel1,
2200
+ OutputGrafanaCloudLabel1TypedDict,
2201
+ OutputGrafanaCloudLabel2,
2202
+ OutputGrafanaCloudLabel2TypedDict,
2203
+ OutputGrafanaCloudLokiAuth1,
2204
+ OutputGrafanaCloudLokiAuth1TypedDict,
2205
+ OutputGrafanaCloudLokiAuth2,
2206
+ OutputGrafanaCloudLokiAuth2TypedDict,
2207
+ OutputGrafanaCloudLokiAuthAuthenticationType1,
2208
+ OutputGrafanaCloudLokiAuthAuthenticationType2,
2209
+ OutputGrafanaCloudMessageFormat1,
2210
+ OutputGrafanaCloudMessageFormat2,
2211
+ OutputGrafanaCloudMode1,
2212
+ OutputGrafanaCloudMode2,
2213
+ OutputGrafanaCloudPqControls1,
2214
+ OutputGrafanaCloudPqControls1TypedDict,
2215
+ OutputGrafanaCloudPqControls2,
2216
+ OutputGrafanaCloudPqControls2TypedDict,
2217
+ OutputGrafanaCloudPrometheusAuth1,
2218
+ OutputGrafanaCloudPrometheusAuth1TypedDict,
2219
+ OutputGrafanaCloudPrometheusAuth2,
2220
+ OutputGrafanaCloudPrometheusAuth2TypedDict,
2221
+ OutputGrafanaCloudPrometheusAuthAuthenticationType1,
2222
+ OutputGrafanaCloudPrometheusAuthAuthenticationType2,
2223
+ OutputGrafanaCloudQueueFullBehavior1,
2224
+ OutputGrafanaCloudQueueFullBehavior2,
2225
+ OutputGrafanaCloudResponseRetrySetting1,
2226
+ OutputGrafanaCloudResponseRetrySetting1TypedDict,
2227
+ OutputGrafanaCloudResponseRetrySetting2,
2228
+ OutputGrafanaCloudResponseRetrySetting2TypedDict,
2229
+ OutputGrafanaCloudTimeoutRetrySettings1,
2230
+ OutputGrafanaCloudTimeoutRetrySettings1TypedDict,
2231
+ OutputGrafanaCloudTimeoutRetrySettings2,
2232
+ OutputGrafanaCloudTimeoutRetrySettings2TypedDict,
2233
+ OutputGrafanaCloudType1,
2234
+ OutputGrafanaCloudType2,
2134
2235
  OutputGrafanaCloudTypedDict,
2135
2236
  )
2136
2237
  from .outputgraphite import (
@@ -2841,12 +2942,19 @@ if TYPE_CHECKING:
2841
2942
  PackInstallInfoTagsTypedDict,
2842
2943
  PackInstallInfoTypedDict,
2843
2944
  )
2844
- from .packrequestbody import (
2845
- PackRequestBody,
2846
- PackRequestBodyTags,
2847
- PackRequestBodyTagsTypedDict,
2848
- PackRequestBodyTypedDict,
2849
- )
2945
+ from .packrequestbody_union import (
2946
+ PackRequestBody1,
2947
+ PackRequestBody1TypedDict,
2948
+ PackRequestBody2,
2949
+ PackRequestBody2TypedDict,
2950
+ PackRequestBodyTags1,
2951
+ PackRequestBodyTags1TypedDict,
2952
+ PackRequestBodyTags2,
2953
+ PackRequestBodyTags2TypedDict,
2954
+ PackRequestBodyUnion,
2955
+ PackRequestBodyUnionTypedDict,
2956
+ )
2957
+ from .packupgraderequest import PackUpgradeRequest, PackUpgradeRequestTypedDict
2850
2958
  from .pipeline import (
2851
2959
  Conf,
2852
2960
  ConfTypedDict,
@@ -3026,6 +3134,8 @@ __all__ = [
3026
3134
  "CreateRoutesAppendByIDRequestTypedDict",
3027
3135
  "CreateRoutesAppendByIDResponse",
3028
3136
  "CreateRoutesAppendByIDResponseTypedDict",
3137
+ "CreateVersionCommitRequest",
3138
+ "CreateVersionCommitRequestTypedDict",
3029
3139
  "CreateVersionCommitResponse",
3030
3140
  "CreateVersionCommitResponseTypedDict",
3031
3141
  "CreateVersionPushResponse",
@@ -3116,9 +3226,6 @@ __all__ = [
3116
3226
  "FileTypedDict",
3117
3227
  "Firewall",
3118
3228
  "FirewallTypedDict",
3119
- "FlushPeriodSec",
3120
- "FlushPeriodSecType",
3121
- "FlushPeriodSecTypedDict",
3122
3229
  "FunctionSpecificConfigs",
3123
3230
  "FunctionSpecificConfigsTypedDict",
3124
3231
  "GetConfigGroupACLByProductAndIDRequest",
@@ -3165,6 +3272,10 @@ __all__ = [
3165
3272
  "GetOutputSamplesByIDRequestTypedDict",
3166
3273
  "GetOutputSamplesByIDResponse",
3167
3274
  "GetOutputSamplesByIDResponseTypedDict",
3275
+ "GetPacksByIDRequest",
3276
+ "GetPacksByIDRequestTypedDict",
3277
+ "GetPacksByIDResponse",
3278
+ "GetPacksByIDResponseTypedDict",
3168
3279
  "GetPacksRequest",
3169
3280
  "GetPacksRequestTypedDict",
3170
3281
  "GetPacksResponse",
@@ -3567,25 +3678,48 @@ __all__ = [
3567
3678
  "InputGooglePubsubType",
3568
3679
  "InputGooglePubsubTypedDict",
3569
3680
  "InputGrafana",
3570
- "InputGrafanaCompression",
3571
- "InputGrafanaConnection",
3572
- "InputGrafanaConnectionTypedDict",
3573
- "InputGrafanaLokiAuth",
3574
- "InputGrafanaLokiAuthAuthenticationType",
3575
- "InputGrafanaLokiAuthTypedDict",
3576
- "InputGrafanaMaximumTLSVersion",
3577
- "InputGrafanaMetadatum",
3578
- "InputGrafanaMetadatumTypedDict",
3579
- "InputGrafanaMinimumTLSVersion",
3580
- "InputGrafanaMode",
3581
- "InputGrafanaPq",
3582
- "InputGrafanaPqTypedDict",
3583
- "InputGrafanaPrometheusAuth",
3584
- "InputGrafanaPrometheusAuthAuthenticationType",
3585
- "InputGrafanaPrometheusAuthTypedDict",
3586
- "InputGrafanaTLSSettingsServerSide",
3587
- "InputGrafanaTLSSettingsServerSideTypedDict",
3588
- "InputGrafanaType",
3681
+ "InputGrafanaCompression1",
3682
+ "InputGrafanaCompression2",
3683
+ "InputGrafanaConnection1",
3684
+ "InputGrafanaConnection1TypedDict",
3685
+ "InputGrafanaConnection2",
3686
+ "InputGrafanaConnection2TypedDict",
3687
+ "InputGrafanaGrafana1",
3688
+ "InputGrafanaGrafana1TypedDict",
3689
+ "InputGrafanaGrafana2",
3690
+ "InputGrafanaGrafana2TypedDict",
3691
+ "InputGrafanaLokiAuth1",
3692
+ "InputGrafanaLokiAuth1TypedDict",
3693
+ "InputGrafanaLokiAuth2",
3694
+ "InputGrafanaLokiAuth2TypedDict",
3695
+ "InputGrafanaLokiAuthAuthenticationType1",
3696
+ "InputGrafanaLokiAuthAuthenticationType2",
3697
+ "InputGrafanaMaximumTLSVersion1",
3698
+ "InputGrafanaMaximumTLSVersion2",
3699
+ "InputGrafanaMetadatum1",
3700
+ "InputGrafanaMetadatum1TypedDict",
3701
+ "InputGrafanaMetadatum2",
3702
+ "InputGrafanaMetadatum2TypedDict",
3703
+ "InputGrafanaMinimumTLSVersion1",
3704
+ "InputGrafanaMinimumTLSVersion2",
3705
+ "InputGrafanaMode1",
3706
+ "InputGrafanaMode2",
3707
+ "InputGrafanaPq1",
3708
+ "InputGrafanaPq1TypedDict",
3709
+ "InputGrafanaPq2",
3710
+ "InputGrafanaPq2TypedDict",
3711
+ "InputGrafanaPrometheusAuth1",
3712
+ "InputGrafanaPrometheusAuth1TypedDict",
3713
+ "InputGrafanaPrometheusAuth2",
3714
+ "InputGrafanaPrometheusAuth2TypedDict",
3715
+ "InputGrafanaPrometheusAuthAuthenticationType1",
3716
+ "InputGrafanaPrometheusAuthAuthenticationType2",
3717
+ "InputGrafanaTLSSettingsServerSide1",
3718
+ "InputGrafanaTLSSettingsServerSide1TypedDict",
3719
+ "InputGrafanaTLSSettingsServerSide2",
3720
+ "InputGrafanaTLSSettingsServerSide2TypedDict",
3721
+ "InputGrafanaType1",
3722
+ "InputGrafanaType2",
3589
3723
  "InputGrafanaTypedDict",
3590
3724
  "InputHTTP",
3591
3725
  "InputHTTPAuthTokensExt",
@@ -4076,19 +4210,36 @@ __all__ = [
4076
4210
  "InputSqsType",
4077
4211
  "InputSqsTypedDict",
4078
4212
  "InputSyslog",
4079
- "InputSyslogCompression",
4080
- "InputSyslogConnection",
4081
- "InputSyslogConnectionTypedDict",
4082
- "InputSyslogMaximumTLSVersion",
4083
- "InputSyslogMetadatum",
4084
- "InputSyslogMetadatumTypedDict",
4085
- "InputSyslogMinimumTLSVersion",
4086
- "InputSyslogMode",
4087
- "InputSyslogPq",
4088
- "InputSyslogPqTypedDict",
4089
- "InputSyslogTLSSettingsServerSide",
4090
- "InputSyslogTLSSettingsServerSideTypedDict",
4091
- "InputSyslogType",
4213
+ "InputSyslogCompression1",
4214
+ "InputSyslogCompression2",
4215
+ "InputSyslogConnection1",
4216
+ "InputSyslogConnection1TypedDict",
4217
+ "InputSyslogConnection2",
4218
+ "InputSyslogConnection2TypedDict",
4219
+ "InputSyslogMaximumTLSVersion1",
4220
+ "InputSyslogMaximumTLSVersion2",
4221
+ "InputSyslogMetadatum1",
4222
+ "InputSyslogMetadatum1TypedDict",
4223
+ "InputSyslogMetadatum2",
4224
+ "InputSyslogMetadatum2TypedDict",
4225
+ "InputSyslogMinimumTLSVersion1",
4226
+ "InputSyslogMinimumTLSVersion2",
4227
+ "InputSyslogMode1",
4228
+ "InputSyslogMode2",
4229
+ "InputSyslogPq1",
4230
+ "InputSyslogPq1TypedDict",
4231
+ "InputSyslogPq2",
4232
+ "InputSyslogPq2TypedDict",
4233
+ "InputSyslogSyslog1",
4234
+ "InputSyslogSyslog1TypedDict",
4235
+ "InputSyslogSyslog2",
4236
+ "InputSyslogSyslog2TypedDict",
4237
+ "InputSyslogTLSSettingsServerSide1",
4238
+ "InputSyslogTLSSettingsServerSide1TypedDict",
4239
+ "InputSyslogTLSSettingsServerSide2",
4240
+ "InputSyslogTLSSettingsServerSide2TypedDict",
4241
+ "InputSyslogType1",
4242
+ "InputSyslogType2",
4092
4243
  "InputSyslogTypedDict",
4093
4244
  "InputSystemMetrics",
4094
4245
  "InputSystemMetricsCPU",
@@ -4262,6 +4413,25 @@ __all__ = [
4262
4413
  "InputWizRetryType",
4263
4414
  "InputWizType",
4264
4415
  "InputWizTypedDict",
4416
+ "InputWizWebhook",
4417
+ "InputWizWebhookAuthTokensExt",
4418
+ "InputWizWebhookAuthTokensExtMetadatum",
4419
+ "InputWizWebhookAuthTokensExtMetadatumTypedDict",
4420
+ "InputWizWebhookAuthTokensExtTypedDict",
4421
+ "InputWizWebhookCompression",
4422
+ "InputWizWebhookConnection",
4423
+ "InputWizWebhookConnectionTypedDict",
4424
+ "InputWizWebhookMaximumTLSVersion",
4425
+ "InputWizWebhookMetadatum",
4426
+ "InputWizWebhookMetadatumTypedDict",
4427
+ "InputWizWebhookMinimumTLSVersion",
4428
+ "InputWizWebhookMode",
4429
+ "InputWizWebhookPq",
4430
+ "InputWizWebhookPqTypedDict",
4431
+ "InputWizWebhookTLSSettingsServerSide",
4432
+ "InputWizWebhookTLSSettingsServerSideTypedDict",
4433
+ "InputWizWebhookType",
4434
+ "InputWizWebhookTypedDict",
4265
4435
  "InputZscalerHec",
4266
4436
  "InputZscalerHecAuthToken",
4267
4437
  "InputZscalerHecAuthTokenMetadatum",
@@ -4314,10 +4484,14 @@ __all__ = [
4314
4484
  "LoggedInUsersTypedDict",
4315
4485
  "LoginInfo",
4316
4486
  "LoginInfoTypedDict",
4317
- "LokiAuthOauthHeader",
4318
- "LokiAuthOauthHeaderTypedDict",
4319
- "LokiAuthOauthParam",
4320
- "LokiAuthOauthParamTypedDict",
4487
+ "LokiAuthOauthHeader1",
4488
+ "LokiAuthOauthHeader1TypedDict",
4489
+ "LokiAuthOauthHeader2",
4490
+ "LokiAuthOauthHeader2TypedDict",
4491
+ "LokiAuthOauthParam1",
4492
+ "LokiAuthOauthParam1TypedDict",
4493
+ "LokiAuthOauthParam2",
4494
+ "LokiAuthOauthParam2TypedDict",
4321
4495
  "LookupVersions",
4322
4496
  "LookupVersionsTypedDict",
4323
4497
  "MTLSSettings",
@@ -4774,32 +4948,59 @@ __all__ = [
4774
4948
  "OutputGooglePubsubPqControls",
4775
4949
  "OutputGooglePubsubPqControlsTypedDict",
4776
4950
  "OutputGooglePubsubQueueFullBehavior",
4777
- "OutputGooglePubsubTypeGooglePubsub",
4951
+ "OutputGooglePubsubType",
4778
4952
  "OutputGooglePubsubTypedDict",
4779
4953
  "OutputGrafanaCloud",
4780
- "OutputGrafanaCloudBackpressureBehavior",
4781
- "OutputGrafanaCloudCompression",
4782
- "OutputGrafanaCloudExtraHTTPHeader",
4783
- "OutputGrafanaCloudExtraHTTPHeaderTypedDict",
4784
- "OutputGrafanaCloudFailedRequestLoggingMode",
4785
- "OutputGrafanaCloudLabel",
4786
- "OutputGrafanaCloudLabelTypedDict",
4787
- "OutputGrafanaCloudLokiAuth",
4788
- "OutputGrafanaCloudLokiAuthAuthenticationType",
4789
- "OutputGrafanaCloudLokiAuthTypedDict",
4790
- "OutputGrafanaCloudMessageFormat",
4791
- "OutputGrafanaCloudMode",
4792
- "OutputGrafanaCloudPqControls",
4793
- "OutputGrafanaCloudPqControlsTypedDict",
4794
- "OutputGrafanaCloudPrometheusAuth",
4795
- "OutputGrafanaCloudPrometheusAuthAuthenticationType",
4796
- "OutputGrafanaCloudPrometheusAuthTypedDict",
4797
- "OutputGrafanaCloudQueueFullBehavior",
4798
- "OutputGrafanaCloudResponseRetrySetting",
4799
- "OutputGrafanaCloudResponseRetrySettingTypedDict",
4800
- "OutputGrafanaCloudTimeoutRetrySettings",
4801
- "OutputGrafanaCloudTimeoutRetrySettingsTypedDict",
4802
- "OutputGrafanaCloudType",
4954
+ "OutputGrafanaCloudBackpressureBehavior1",
4955
+ "OutputGrafanaCloudBackpressureBehavior2",
4956
+ "OutputGrafanaCloudCompression1",
4957
+ "OutputGrafanaCloudCompression2",
4958
+ "OutputGrafanaCloudExtraHTTPHeader1",
4959
+ "OutputGrafanaCloudExtraHTTPHeader1TypedDict",
4960
+ "OutputGrafanaCloudExtraHTTPHeader2",
4961
+ "OutputGrafanaCloudExtraHTTPHeader2TypedDict",
4962
+ "OutputGrafanaCloudFailedRequestLoggingMode1",
4963
+ "OutputGrafanaCloudFailedRequestLoggingMode2",
4964
+ "OutputGrafanaCloudGrafanaCloud1",
4965
+ "OutputGrafanaCloudGrafanaCloud1TypedDict",
4966
+ "OutputGrafanaCloudGrafanaCloud2",
4967
+ "OutputGrafanaCloudGrafanaCloud2TypedDict",
4968
+ "OutputGrafanaCloudLabel1",
4969
+ "OutputGrafanaCloudLabel1TypedDict",
4970
+ "OutputGrafanaCloudLabel2",
4971
+ "OutputGrafanaCloudLabel2TypedDict",
4972
+ "OutputGrafanaCloudLokiAuth1",
4973
+ "OutputGrafanaCloudLokiAuth1TypedDict",
4974
+ "OutputGrafanaCloudLokiAuth2",
4975
+ "OutputGrafanaCloudLokiAuth2TypedDict",
4976
+ "OutputGrafanaCloudLokiAuthAuthenticationType1",
4977
+ "OutputGrafanaCloudLokiAuthAuthenticationType2",
4978
+ "OutputGrafanaCloudMessageFormat1",
4979
+ "OutputGrafanaCloudMessageFormat2",
4980
+ "OutputGrafanaCloudMode1",
4981
+ "OutputGrafanaCloudMode2",
4982
+ "OutputGrafanaCloudPqControls1",
4983
+ "OutputGrafanaCloudPqControls1TypedDict",
4984
+ "OutputGrafanaCloudPqControls2",
4985
+ "OutputGrafanaCloudPqControls2TypedDict",
4986
+ "OutputGrafanaCloudPrometheusAuth1",
4987
+ "OutputGrafanaCloudPrometheusAuth1TypedDict",
4988
+ "OutputGrafanaCloudPrometheusAuth2",
4989
+ "OutputGrafanaCloudPrometheusAuth2TypedDict",
4990
+ "OutputGrafanaCloudPrometheusAuthAuthenticationType1",
4991
+ "OutputGrafanaCloudPrometheusAuthAuthenticationType2",
4992
+ "OutputGrafanaCloudQueueFullBehavior1",
4993
+ "OutputGrafanaCloudQueueFullBehavior2",
4994
+ "OutputGrafanaCloudResponseRetrySetting1",
4995
+ "OutputGrafanaCloudResponseRetrySetting1TypedDict",
4996
+ "OutputGrafanaCloudResponseRetrySetting2",
4997
+ "OutputGrafanaCloudResponseRetrySetting2TypedDict",
4998
+ "OutputGrafanaCloudTimeoutRetrySettings1",
4999
+ "OutputGrafanaCloudTimeoutRetrySettings1TypedDict",
5000
+ "OutputGrafanaCloudTimeoutRetrySettings2",
5001
+ "OutputGrafanaCloudTimeoutRetrySettings2TypedDict",
5002
+ "OutputGrafanaCloudType1",
5003
+ "OutputGrafanaCloudType2",
4803
5004
  "OutputGrafanaCloudTypedDict",
4804
5005
  "OutputGraphite",
4805
5006
  "OutputGraphiteBackpressureBehavior",
@@ -5423,10 +5624,18 @@ __all__ = [
5423
5624
  "PackInstallInfoTags",
5424
5625
  "PackInstallInfoTagsTypedDict",
5425
5626
  "PackInstallInfoTypedDict",
5426
- "PackRequestBody",
5427
- "PackRequestBodyTags",
5428
- "PackRequestBodyTagsTypedDict",
5429
- "PackRequestBodyTypedDict",
5627
+ "PackRequestBody1",
5628
+ "PackRequestBody1TypedDict",
5629
+ "PackRequestBody2",
5630
+ "PackRequestBody2TypedDict",
5631
+ "PackRequestBodyTags1",
5632
+ "PackRequestBodyTags1TypedDict",
5633
+ "PackRequestBodyTags2",
5634
+ "PackRequestBodyTags2TypedDict",
5635
+ "PackRequestBodyUnion",
5636
+ "PackRequestBodyUnionTypedDict",
5637
+ "PackUpgradeRequest",
5638
+ "PackUpgradeRequestTypedDict",
5430
5639
  "PayloadFormat",
5431
5640
  "Pipeline",
5432
5641
  "PipelineFunctionConf",
@@ -5438,10 +5647,14 @@ __all__ = [
5438
5647
  "PodFilterTypedDict",
5439
5648
  "PrefixOptional",
5440
5649
  "ProductsCore",
5441
- "PrometheusAuthOauthHeader",
5442
- "PrometheusAuthOauthHeaderTypedDict",
5443
- "PrometheusAuthOauthParam",
5444
- "PrometheusAuthOauthParamTypedDict",
5650
+ "PrometheusAuthOauthHeader1",
5651
+ "PrometheusAuthOauthHeader1TypedDict",
5652
+ "PrometheusAuthOauthHeader2",
5653
+ "PrometheusAuthOauthHeader2TypedDict",
5654
+ "PrometheusAuthOauthParam1",
5655
+ "PrometheusAuthOauthParam1TypedDict",
5656
+ "PrometheusAuthOauthParam2",
5657
+ "PrometheusAuthOauthParam2TypedDict",
5445
5658
  "QueryBuilderMode",
5446
5659
  "RbacResource",
5447
5660
  "ReadMode",
@@ -5602,6 +5815,8 @@ _dynamic_imports: dict[str, str] = {
5602
5815
  "CreateRoutesAppendByIDRequestTypedDict": ".createroutesappendbyidop",
5603
5816
  "CreateRoutesAppendByIDResponse": ".createroutesappendbyidop",
5604
5817
  "CreateRoutesAppendByIDResponseTypedDict": ".createroutesappendbyidop",
5818
+ "CreateVersionCommitRequest": ".createversioncommitop",
5819
+ "CreateVersionCommitRequestTypedDict": ".createversioncommitop",
5605
5820
  "CreateVersionCommitResponse": ".createversioncommitop",
5606
5821
  "CreateVersionCommitResponseTypedDict": ".createversioncommitop",
5607
5822
  "CreateVersionPushResponse": ".createversionpushop",
@@ -5710,6 +5925,10 @@ _dynamic_imports: dict[str, str] = {
5710
5925
  "GetOutputSamplesByIDRequestTypedDict": ".getoutputsamplesbyidop",
5711
5926
  "GetOutputSamplesByIDResponse": ".getoutputsamplesbyidop",
5712
5927
  "GetOutputSamplesByIDResponseTypedDict": ".getoutputsamplesbyidop",
5928
+ "GetPacksByIDRequest": ".getpacksbyidop",
5929
+ "GetPacksByIDRequestTypedDict": ".getpacksbyidop",
5930
+ "GetPacksByIDResponse": ".getpacksbyidop",
5931
+ "GetPacksByIDResponseTypedDict": ".getpacksbyidop",
5713
5932
  "GetPacksRequest": ".getpacksop",
5714
5933
  "GetPacksRequestTypedDict": ".getpacksop",
5715
5934
  "GetPacksResponse": ".getpacksop",
@@ -6127,34 +6346,65 @@ _dynamic_imports: dict[str, str] = {
6127
6346
  "InputGooglePubsubType": ".inputgooglepubsub",
6128
6347
  "InputGooglePubsubTypedDict": ".inputgooglepubsub",
6129
6348
  "InputGrafana": ".inputgrafana",
6130
- "InputGrafanaCompression": ".inputgrafana",
6131
- "InputGrafanaConnection": ".inputgrafana",
6132
- "InputGrafanaConnectionTypedDict": ".inputgrafana",
6133
- "InputGrafanaLokiAuth": ".inputgrafana",
6134
- "InputGrafanaLokiAuthAuthenticationType": ".inputgrafana",
6135
- "InputGrafanaLokiAuthTypedDict": ".inputgrafana",
6136
- "InputGrafanaMaximumTLSVersion": ".inputgrafana",
6137
- "InputGrafanaMetadatum": ".inputgrafana",
6138
- "InputGrafanaMetadatumTypedDict": ".inputgrafana",
6139
- "InputGrafanaMinimumTLSVersion": ".inputgrafana",
6140
- "InputGrafanaMode": ".inputgrafana",
6141
- "InputGrafanaPq": ".inputgrafana",
6142
- "InputGrafanaPqTypedDict": ".inputgrafana",
6143
- "InputGrafanaPrometheusAuth": ".inputgrafana",
6144
- "InputGrafanaPrometheusAuthAuthenticationType": ".inputgrafana",
6145
- "InputGrafanaPrometheusAuthTypedDict": ".inputgrafana",
6146
- "InputGrafanaTLSSettingsServerSide": ".inputgrafana",
6147
- "InputGrafanaTLSSettingsServerSideTypedDict": ".inputgrafana",
6148
- "InputGrafanaType": ".inputgrafana",
6349
+ "InputGrafanaCompression1": ".inputgrafana",
6350
+ "InputGrafanaCompression2": ".inputgrafana",
6351
+ "InputGrafanaConnection1": ".inputgrafana",
6352
+ "InputGrafanaConnection1TypedDict": ".inputgrafana",
6353
+ "InputGrafanaConnection2": ".inputgrafana",
6354
+ "InputGrafanaConnection2TypedDict": ".inputgrafana",
6355
+ "InputGrafanaGrafana1": ".inputgrafana",
6356
+ "InputGrafanaGrafana1TypedDict": ".inputgrafana",
6357
+ "InputGrafanaGrafana2": ".inputgrafana",
6358
+ "InputGrafanaGrafana2TypedDict": ".inputgrafana",
6359
+ "InputGrafanaLokiAuth1": ".inputgrafana",
6360
+ "InputGrafanaLokiAuth1TypedDict": ".inputgrafana",
6361
+ "InputGrafanaLokiAuth2": ".inputgrafana",
6362
+ "InputGrafanaLokiAuth2TypedDict": ".inputgrafana",
6363
+ "InputGrafanaLokiAuthAuthenticationType1": ".inputgrafana",
6364
+ "InputGrafanaLokiAuthAuthenticationType2": ".inputgrafana",
6365
+ "InputGrafanaMaximumTLSVersion1": ".inputgrafana",
6366
+ "InputGrafanaMaximumTLSVersion2": ".inputgrafana",
6367
+ "InputGrafanaMetadatum1": ".inputgrafana",
6368
+ "InputGrafanaMetadatum1TypedDict": ".inputgrafana",
6369
+ "InputGrafanaMetadatum2": ".inputgrafana",
6370
+ "InputGrafanaMetadatum2TypedDict": ".inputgrafana",
6371
+ "InputGrafanaMinimumTLSVersion1": ".inputgrafana",
6372
+ "InputGrafanaMinimumTLSVersion2": ".inputgrafana",
6373
+ "InputGrafanaMode1": ".inputgrafana",
6374
+ "InputGrafanaMode2": ".inputgrafana",
6375
+ "InputGrafanaPq1": ".inputgrafana",
6376
+ "InputGrafanaPq1TypedDict": ".inputgrafana",
6377
+ "InputGrafanaPq2": ".inputgrafana",
6378
+ "InputGrafanaPq2TypedDict": ".inputgrafana",
6379
+ "InputGrafanaPrometheusAuth1": ".inputgrafana",
6380
+ "InputGrafanaPrometheusAuth1TypedDict": ".inputgrafana",
6381
+ "InputGrafanaPrometheusAuth2": ".inputgrafana",
6382
+ "InputGrafanaPrometheusAuth2TypedDict": ".inputgrafana",
6383
+ "InputGrafanaPrometheusAuthAuthenticationType1": ".inputgrafana",
6384
+ "InputGrafanaPrometheusAuthAuthenticationType2": ".inputgrafana",
6385
+ "InputGrafanaTLSSettingsServerSide1": ".inputgrafana",
6386
+ "InputGrafanaTLSSettingsServerSide1TypedDict": ".inputgrafana",
6387
+ "InputGrafanaTLSSettingsServerSide2": ".inputgrafana",
6388
+ "InputGrafanaTLSSettingsServerSide2TypedDict": ".inputgrafana",
6389
+ "InputGrafanaType1": ".inputgrafana",
6390
+ "InputGrafanaType2": ".inputgrafana",
6149
6391
  "InputGrafanaTypedDict": ".inputgrafana",
6150
- "LokiAuthOauthHeader": ".inputgrafana",
6151
- "LokiAuthOauthHeaderTypedDict": ".inputgrafana",
6152
- "LokiAuthOauthParam": ".inputgrafana",
6153
- "LokiAuthOauthParamTypedDict": ".inputgrafana",
6154
- "PrometheusAuthOauthHeader": ".inputgrafana",
6155
- "PrometheusAuthOauthHeaderTypedDict": ".inputgrafana",
6156
- "PrometheusAuthOauthParam": ".inputgrafana",
6157
- "PrometheusAuthOauthParamTypedDict": ".inputgrafana",
6392
+ "LokiAuthOauthHeader1": ".inputgrafana",
6393
+ "LokiAuthOauthHeader1TypedDict": ".inputgrafana",
6394
+ "LokiAuthOauthHeader2": ".inputgrafana",
6395
+ "LokiAuthOauthHeader2TypedDict": ".inputgrafana",
6396
+ "LokiAuthOauthParam1": ".inputgrafana",
6397
+ "LokiAuthOauthParam1TypedDict": ".inputgrafana",
6398
+ "LokiAuthOauthParam2": ".inputgrafana",
6399
+ "LokiAuthOauthParam2TypedDict": ".inputgrafana",
6400
+ "PrometheusAuthOauthHeader1": ".inputgrafana",
6401
+ "PrometheusAuthOauthHeader1TypedDict": ".inputgrafana",
6402
+ "PrometheusAuthOauthHeader2": ".inputgrafana",
6403
+ "PrometheusAuthOauthHeader2TypedDict": ".inputgrafana",
6404
+ "PrometheusAuthOauthParam1": ".inputgrafana",
6405
+ "PrometheusAuthOauthParam1TypedDict": ".inputgrafana",
6406
+ "PrometheusAuthOauthParam2": ".inputgrafana",
6407
+ "PrometheusAuthOauthParam2TypedDict": ".inputgrafana",
6158
6408
  "InputHTTP": ".inputhttp",
6159
6409
  "InputHTTPAuthTokensExt": ".inputhttp",
6160
6410
  "InputHTTPAuthTokensExtMetadatum": ".inputhttp",
@@ -6659,19 +6909,36 @@ _dynamic_imports: dict[str, str] = {
6659
6909
  "InputSqsType": ".inputsqs",
6660
6910
  "InputSqsTypedDict": ".inputsqs",
6661
6911
  "InputSyslog": ".inputsyslog",
6662
- "InputSyslogCompression": ".inputsyslog",
6663
- "InputSyslogConnection": ".inputsyslog",
6664
- "InputSyslogConnectionTypedDict": ".inputsyslog",
6665
- "InputSyslogMaximumTLSVersion": ".inputsyslog",
6666
- "InputSyslogMetadatum": ".inputsyslog",
6667
- "InputSyslogMetadatumTypedDict": ".inputsyslog",
6668
- "InputSyslogMinimumTLSVersion": ".inputsyslog",
6669
- "InputSyslogMode": ".inputsyslog",
6670
- "InputSyslogPq": ".inputsyslog",
6671
- "InputSyslogPqTypedDict": ".inputsyslog",
6672
- "InputSyslogTLSSettingsServerSide": ".inputsyslog",
6673
- "InputSyslogTLSSettingsServerSideTypedDict": ".inputsyslog",
6674
- "InputSyslogType": ".inputsyslog",
6912
+ "InputSyslogCompression1": ".inputsyslog",
6913
+ "InputSyslogCompression2": ".inputsyslog",
6914
+ "InputSyslogConnection1": ".inputsyslog",
6915
+ "InputSyslogConnection1TypedDict": ".inputsyslog",
6916
+ "InputSyslogConnection2": ".inputsyslog",
6917
+ "InputSyslogConnection2TypedDict": ".inputsyslog",
6918
+ "InputSyslogMaximumTLSVersion1": ".inputsyslog",
6919
+ "InputSyslogMaximumTLSVersion2": ".inputsyslog",
6920
+ "InputSyslogMetadatum1": ".inputsyslog",
6921
+ "InputSyslogMetadatum1TypedDict": ".inputsyslog",
6922
+ "InputSyslogMetadatum2": ".inputsyslog",
6923
+ "InputSyslogMetadatum2TypedDict": ".inputsyslog",
6924
+ "InputSyslogMinimumTLSVersion1": ".inputsyslog",
6925
+ "InputSyslogMinimumTLSVersion2": ".inputsyslog",
6926
+ "InputSyslogMode1": ".inputsyslog",
6927
+ "InputSyslogMode2": ".inputsyslog",
6928
+ "InputSyslogPq1": ".inputsyslog",
6929
+ "InputSyslogPq1TypedDict": ".inputsyslog",
6930
+ "InputSyslogPq2": ".inputsyslog",
6931
+ "InputSyslogPq2TypedDict": ".inputsyslog",
6932
+ "InputSyslogSyslog1": ".inputsyslog",
6933
+ "InputSyslogSyslog1TypedDict": ".inputsyslog",
6934
+ "InputSyslogSyslog2": ".inputsyslog",
6935
+ "InputSyslogSyslog2TypedDict": ".inputsyslog",
6936
+ "InputSyslogTLSSettingsServerSide1": ".inputsyslog",
6937
+ "InputSyslogTLSSettingsServerSide1TypedDict": ".inputsyslog",
6938
+ "InputSyslogTLSSettingsServerSide2": ".inputsyslog",
6939
+ "InputSyslogTLSSettingsServerSide2TypedDict": ".inputsyslog",
6940
+ "InputSyslogType1": ".inputsyslog",
6941
+ "InputSyslogType2": ".inputsyslog",
6675
6942
  "InputSyslogTypedDict": ".inputsyslog",
6676
6943
  "Container": ".inputsystemmetrics",
6677
6944
  "ContainerMode": ".inputsystemmetrics",
@@ -6878,6 +7145,25 @@ _dynamic_imports: dict[str, str] = {
6878
7145
  "InputWizRetryType": ".inputwiz",
6879
7146
  "InputWizType": ".inputwiz",
6880
7147
  "InputWizTypedDict": ".inputwiz",
7148
+ "InputWizWebhook": ".inputwizwebhook",
7149
+ "InputWizWebhookAuthTokensExt": ".inputwizwebhook",
7150
+ "InputWizWebhookAuthTokensExtMetadatum": ".inputwizwebhook",
7151
+ "InputWizWebhookAuthTokensExtMetadatumTypedDict": ".inputwizwebhook",
7152
+ "InputWizWebhookAuthTokensExtTypedDict": ".inputwizwebhook",
7153
+ "InputWizWebhookCompression": ".inputwizwebhook",
7154
+ "InputWizWebhookConnection": ".inputwizwebhook",
7155
+ "InputWizWebhookConnectionTypedDict": ".inputwizwebhook",
7156
+ "InputWizWebhookMaximumTLSVersion": ".inputwizwebhook",
7157
+ "InputWizWebhookMetadatum": ".inputwizwebhook",
7158
+ "InputWizWebhookMetadatumTypedDict": ".inputwizwebhook",
7159
+ "InputWizWebhookMinimumTLSVersion": ".inputwizwebhook",
7160
+ "InputWizWebhookMode": ".inputwizwebhook",
7161
+ "InputWizWebhookPq": ".inputwizwebhook",
7162
+ "InputWizWebhookPqTypedDict": ".inputwizwebhook",
7163
+ "InputWizWebhookTLSSettingsServerSide": ".inputwizwebhook",
7164
+ "InputWizWebhookTLSSettingsServerSideTypedDict": ".inputwizwebhook",
7165
+ "InputWizWebhookType": ".inputwizwebhook",
7166
+ "InputWizWebhookTypedDict": ".inputwizwebhook",
6881
7167
  "InputZscalerHec": ".inputzscalerhec",
6882
7168
  "InputZscalerHecAuthToken": ".inputzscalerhec",
6883
7169
  "InputZscalerHecAuthTokenMetadatum": ".inputzscalerhec",
@@ -7400,9 +7686,6 @@ _dynamic_imports: dict[str, str] = {
7400
7686
  "OutputGoogleCloudStorageStorageClass": ".outputgooglecloudstorage",
7401
7687
  "OutputGoogleCloudStorageType": ".outputgooglecloudstorage",
7402
7688
  "OutputGoogleCloudStorageTypedDict": ".outputgooglecloudstorage",
7403
- "FlushPeriodSec": ".outputgooglepubsub",
7404
- "FlushPeriodSecType": ".outputgooglepubsub",
7405
- "FlushPeriodSecTypedDict": ".outputgooglepubsub",
7406
7689
  "OutputGooglePubsub": ".outputgooglepubsub",
7407
7690
  "OutputGooglePubsubBackpressureBehavior": ".outputgooglepubsub",
7408
7691
  "OutputGooglePubsubCompression": ".outputgooglepubsub",
@@ -7411,32 +7694,59 @@ _dynamic_imports: dict[str, str] = {
7411
7694
  "OutputGooglePubsubPqControls": ".outputgooglepubsub",
7412
7695
  "OutputGooglePubsubPqControlsTypedDict": ".outputgooglepubsub",
7413
7696
  "OutputGooglePubsubQueueFullBehavior": ".outputgooglepubsub",
7414
- "OutputGooglePubsubTypeGooglePubsub": ".outputgooglepubsub",
7697
+ "OutputGooglePubsubType": ".outputgooglepubsub",
7415
7698
  "OutputGooglePubsubTypedDict": ".outputgooglepubsub",
7416
7699
  "OutputGrafanaCloud": ".outputgrafanacloud",
7417
- "OutputGrafanaCloudBackpressureBehavior": ".outputgrafanacloud",
7418
- "OutputGrafanaCloudCompression": ".outputgrafanacloud",
7419
- "OutputGrafanaCloudExtraHTTPHeader": ".outputgrafanacloud",
7420
- "OutputGrafanaCloudExtraHTTPHeaderTypedDict": ".outputgrafanacloud",
7421
- "OutputGrafanaCloudFailedRequestLoggingMode": ".outputgrafanacloud",
7422
- "OutputGrafanaCloudLabel": ".outputgrafanacloud",
7423
- "OutputGrafanaCloudLabelTypedDict": ".outputgrafanacloud",
7424
- "OutputGrafanaCloudLokiAuth": ".outputgrafanacloud",
7425
- "OutputGrafanaCloudLokiAuthAuthenticationType": ".outputgrafanacloud",
7426
- "OutputGrafanaCloudLokiAuthTypedDict": ".outputgrafanacloud",
7427
- "OutputGrafanaCloudMessageFormat": ".outputgrafanacloud",
7428
- "OutputGrafanaCloudMode": ".outputgrafanacloud",
7429
- "OutputGrafanaCloudPqControls": ".outputgrafanacloud",
7430
- "OutputGrafanaCloudPqControlsTypedDict": ".outputgrafanacloud",
7431
- "OutputGrafanaCloudPrometheusAuth": ".outputgrafanacloud",
7432
- "OutputGrafanaCloudPrometheusAuthAuthenticationType": ".outputgrafanacloud",
7433
- "OutputGrafanaCloudPrometheusAuthTypedDict": ".outputgrafanacloud",
7434
- "OutputGrafanaCloudQueueFullBehavior": ".outputgrafanacloud",
7435
- "OutputGrafanaCloudResponseRetrySetting": ".outputgrafanacloud",
7436
- "OutputGrafanaCloudResponseRetrySettingTypedDict": ".outputgrafanacloud",
7437
- "OutputGrafanaCloudTimeoutRetrySettings": ".outputgrafanacloud",
7438
- "OutputGrafanaCloudTimeoutRetrySettingsTypedDict": ".outputgrafanacloud",
7439
- "OutputGrafanaCloudType": ".outputgrafanacloud",
7700
+ "OutputGrafanaCloudBackpressureBehavior1": ".outputgrafanacloud",
7701
+ "OutputGrafanaCloudBackpressureBehavior2": ".outputgrafanacloud",
7702
+ "OutputGrafanaCloudCompression1": ".outputgrafanacloud",
7703
+ "OutputGrafanaCloudCompression2": ".outputgrafanacloud",
7704
+ "OutputGrafanaCloudExtraHTTPHeader1": ".outputgrafanacloud",
7705
+ "OutputGrafanaCloudExtraHTTPHeader1TypedDict": ".outputgrafanacloud",
7706
+ "OutputGrafanaCloudExtraHTTPHeader2": ".outputgrafanacloud",
7707
+ "OutputGrafanaCloudExtraHTTPHeader2TypedDict": ".outputgrafanacloud",
7708
+ "OutputGrafanaCloudFailedRequestLoggingMode1": ".outputgrafanacloud",
7709
+ "OutputGrafanaCloudFailedRequestLoggingMode2": ".outputgrafanacloud",
7710
+ "OutputGrafanaCloudGrafanaCloud1": ".outputgrafanacloud",
7711
+ "OutputGrafanaCloudGrafanaCloud1TypedDict": ".outputgrafanacloud",
7712
+ "OutputGrafanaCloudGrafanaCloud2": ".outputgrafanacloud",
7713
+ "OutputGrafanaCloudGrafanaCloud2TypedDict": ".outputgrafanacloud",
7714
+ "OutputGrafanaCloudLabel1": ".outputgrafanacloud",
7715
+ "OutputGrafanaCloudLabel1TypedDict": ".outputgrafanacloud",
7716
+ "OutputGrafanaCloudLabel2": ".outputgrafanacloud",
7717
+ "OutputGrafanaCloudLabel2TypedDict": ".outputgrafanacloud",
7718
+ "OutputGrafanaCloudLokiAuth1": ".outputgrafanacloud",
7719
+ "OutputGrafanaCloudLokiAuth1TypedDict": ".outputgrafanacloud",
7720
+ "OutputGrafanaCloudLokiAuth2": ".outputgrafanacloud",
7721
+ "OutputGrafanaCloudLokiAuth2TypedDict": ".outputgrafanacloud",
7722
+ "OutputGrafanaCloudLokiAuthAuthenticationType1": ".outputgrafanacloud",
7723
+ "OutputGrafanaCloudLokiAuthAuthenticationType2": ".outputgrafanacloud",
7724
+ "OutputGrafanaCloudMessageFormat1": ".outputgrafanacloud",
7725
+ "OutputGrafanaCloudMessageFormat2": ".outputgrafanacloud",
7726
+ "OutputGrafanaCloudMode1": ".outputgrafanacloud",
7727
+ "OutputGrafanaCloudMode2": ".outputgrafanacloud",
7728
+ "OutputGrafanaCloudPqControls1": ".outputgrafanacloud",
7729
+ "OutputGrafanaCloudPqControls1TypedDict": ".outputgrafanacloud",
7730
+ "OutputGrafanaCloudPqControls2": ".outputgrafanacloud",
7731
+ "OutputGrafanaCloudPqControls2TypedDict": ".outputgrafanacloud",
7732
+ "OutputGrafanaCloudPrometheusAuth1": ".outputgrafanacloud",
7733
+ "OutputGrafanaCloudPrometheusAuth1TypedDict": ".outputgrafanacloud",
7734
+ "OutputGrafanaCloudPrometheusAuth2": ".outputgrafanacloud",
7735
+ "OutputGrafanaCloudPrometheusAuth2TypedDict": ".outputgrafanacloud",
7736
+ "OutputGrafanaCloudPrometheusAuthAuthenticationType1": ".outputgrafanacloud",
7737
+ "OutputGrafanaCloudPrometheusAuthAuthenticationType2": ".outputgrafanacloud",
7738
+ "OutputGrafanaCloudQueueFullBehavior1": ".outputgrafanacloud",
7739
+ "OutputGrafanaCloudQueueFullBehavior2": ".outputgrafanacloud",
7740
+ "OutputGrafanaCloudResponseRetrySetting1": ".outputgrafanacloud",
7741
+ "OutputGrafanaCloudResponseRetrySetting1TypedDict": ".outputgrafanacloud",
7742
+ "OutputGrafanaCloudResponseRetrySetting2": ".outputgrafanacloud",
7743
+ "OutputGrafanaCloudResponseRetrySetting2TypedDict": ".outputgrafanacloud",
7744
+ "OutputGrafanaCloudTimeoutRetrySettings1": ".outputgrafanacloud",
7745
+ "OutputGrafanaCloudTimeoutRetrySettings1TypedDict": ".outputgrafanacloud",
7746
+ "OutputGrafanaCloudTimeoutRetrySettings2": ".outputgrafanacloud",
7747
+ "OutputGrafanaCloudTimeoutRetrySettings2TypedDict": ".outputgrafanacloud",
7748
+ "OutputGrafanaCloudType1": ".outputgrafanacloud",
7749
+ "OutputGrafanaCloudType2": ".outputgrafanacloud",
7440
7750
  "OutputGrafanaCloudTypedDict": ".outputgrafanacloud",
7441
7751
  "OutputGraphite": ".outputgraphite",
7442
7752
  "OutputGraphiteBackpressureBehavior": ".outputgraphite",
@@ -8070,10 +8380,18 @@ _dynamic_imports: dict[str, str] = {
8070
8380
  "PackInstallInfoTags": ".packinstallinfo",
8071
8381
  "PackInstallInfoTagsTypedDict": ".packinstallinfo",
8072
8382
  "PackInstallInfoTypedDict": ".packinstallinfo",
8073
- "PackRequestBody": ".packrequestbody",
8074
- "PackRequestBodyTags": ".packrequestbody",
8075
- "PackRequestBodyTagsTypedDict": ".packrequestbody",
8076
- "PackRequestBodyTypedDict": ".packrequestbody",
8383
+ "PackRequestBody1": ".packrequestbody_union",
8384
+ "PackRequestBody1TypedDict": ".packrequestbody_union",
8385
+ "PackRequestBody2": ".packrequestbody_union",
8386
+ "PackRequestBody2TypedDict": ".packrequestbody_union",
8387
+ "PackRequestBodyTags1": ".packrequestbody_union",
8388
+ "PackRequestBodyTags1TypedDict": ".packrequestbody_union",
8389
+ "PackRequestBodyTags2": ".packrequestbody_union",
8390
+ "PackRequestBodyTags2TypedDict": ".packrequestbody_union",
8391
+ "PackRequestBodyUnion": ".packrequestbody_union",
8392
+ "PackRequestBodyUnionTypedDict": ".packrequestbody_union",
8393
+ "PackUpgradeRequest": ".packupgraderequest",
8394
+ "PackUpgradeRequestTypedDict": ".packupgraderequest",
8077
8395
  "Conf": ".pipeline",
8078
8396
  "ConfTypedDict": ".pipeline",
8079
8397
  "Pipeline": ".pipeline",