cribl-control-plane 0.0.15__tar.gz → 0.0.16__tar.gz

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 (218) hide show
  1. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/PKG-INFO +13 -13
  2. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/README-PYPI.md +12 -12
  3. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/pyproject.toml +1 -1
  4. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/_version.py +3 -3
  5. cribl_control_plane-0.0.15/src/cribl_control_plane/outputs.py → cribl_control_plane-0.0.16/src/cribl_control_plane/destinations.py +69 -71
  6. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/__init__.py +5234 -2
  7. cribl_control_plane-0.0.16/src/cribl_control_plane/models/createinputop.py +19275 -0
  8. cribl_control_plane-0.0.16/src/cribl_control_plane/models/createoutputop.py +20598 -0
  9. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/createoutputtestbyidop.py +2 -2
  10. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/deleteoutputbyidop.py +2 -2
  11. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/deleteoutputpqbyidop.py +2 -2
  12. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/getoutputbyidop.py +2 -2
  13. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/getoutputpqbyidop.py +2 -2
  14. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/getoutputsamplesbyidop.py +2 -2
  15. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputconfluentcloud.py +5 -3
  16. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputcriblhttp.py +5 -3
  17. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputcribllakehttp.py +5 -3
  18. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputcribltcp.py +5 -3
  19. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputdatadogagent.py +5 -3
  20. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputedgeprometheus.py +5 -3
  21. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputelastic.py +5 -3
  22. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputeventhub.py +5 -3
  23. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputfirehose.py +5 -3
  24. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputgooglepubsub.py +5 -3
  25. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputgrafana_union.py +10 -6
  26. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputhttp.py +5 -3
  27. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputhttpraw.py +5 -3
  28. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputjournalfiles.py +5 -3
  29. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputkafka.py +5 -3
  30. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputkinesis.py +5 -3
  31. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputloki.py +5 -3
  32. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputmodeldriventelemetry.py +6 -5
  33. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputmsk.py +5 -3
  34. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputnetflow.py +5 -3
  35. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputoffice365mgmt.py +5 -3
  36. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputoffice365msgtrace.py +5 -5
  37. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputoffice365service.py +5 -5
  38. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputopentelemetry.py +5 -3
  39. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputprometheus.py +5 -3
  40. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputprometheusrw.py +5 -3
  41. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputrawudp.py +5 -3
  42. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsnmp.py +5 -3
  43. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsplunk.py +5 -3
  44. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsplunkhec.py +5 -3
  45. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsplunksearch.py +5 -3
  46. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsqs.py +5 -3
  47. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputtcp.py +5 -3
  48. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputtcpjson.py +5 -3
  49. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputwef.py +5 -3
  50. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputwiz.py +5 -3
  51. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputzscalerhec.py +5 -3
  52. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/listoutputop.py +2 -2
  53. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/updateoutputbyidop.py +4 -4
  54. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/sdk.py +3 -5
  55. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/sources.py +8 -10
  56. cribl_control_plane-0.0.15/src/cribl_control_plane/models/createinputop.py +0 -24
  57. cribl_control_plane-0.0.15/src/cribl_control_plane/models/createoutputop.py +0 -24
  58. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/py.typed +0 -0
  59. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/__init__.py +0 -0
  60. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/_hooks/__init__.py +0 -0
  61. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/_hooks/clientcredentials.py +0 -0
  62. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/_hooks/registration.py +0 -0
  63. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/_hooks/sdkhooks.py +0 -0
  64. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/_hooks/types.py +0 -0
  65. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/auth_sdk.py +0 -0
  66. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/basesdk.py +0 -0
  67. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/errors/__init__.py +0 -0
  68. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/errors/apierror.py +0 -0
  69. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/errors/criblcontrolplaneerror.py +0 -0
  70. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/errors/error.py +0 -0
  71. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/errors/healthstatus_error.py +0 -0
  72. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/errors/no_response_error.py +0 -0
  73. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/errors/responsevalidationerror.py +0 -0
  74. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/health.py +0 -0
  75. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/httpclient.py +0 -0
  76. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/addhectokenrequest.py +0 -0
  77. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/authtoken.py +0 -0
  78. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/createinputhectokenbyidop.py +0 -0
  79. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/createpipelineop.py +0 -0
  80. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/createroutesappendbyidop.py +0 -0
  81. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/criblevent.py +0 -0
  82. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/deleteinputbyidop.py +0 -0
  83. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/deletepipelinebyidop.py +0 -0
  84. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/getinputbyidop.py +0 -0
  85. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/getpipelinebyidop.py +0 -0
  86. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/getroutesbyidop.py +0 -0
  87. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/healthstatus.py +0 -0
  88. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/input.py +0 -0
  89. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputappscope.py +0 -0
  90. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputazureblob.py +0 -0
  91. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputcollection.py +0 -0
  92. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputcribl.py +0 -0
  93. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputcriblmetrics.py +0 -0
  94. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputcrowdstrike.py +0 -0
  95. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputdatagen.py +0 -0
  96. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputexec.py +0 -0
  97. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputfile.py +0 -0
  98. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputkubeevents.py +0 -0
  99. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputkubelogs.py +0 -0
  100. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputkubemetrics.py +0 -0
  101. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputmetrics.py +0 -0
  102. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputs3.py +0 -0
  103. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputs3inventory.py +0 -0
  104. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsecuritylake.py +0 -0
  105. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsyslog_union.py +0 -0
  106. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsystemmetrics.py +0 -0
  107. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputsystemstate.py +0 -0
  108. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputwindowsmetrics.py +0 -0
  109. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/inputwineventlogs.py +0 -0
  110. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/listinputop.py +0 -0
  111. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/listpipelineop.py +0 -0
  112. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/listroutesop.py +0 -0
  113. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/logininfo.py +0 -0
  114. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/output.py +0 -0
  115. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputazureblob.py +0 -0
  116. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputazuredataexplorer.py +0 -0
  117. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputazureeventhub.py +0 -0
  118. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputazurelogs.py +0 -0
  119. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputclickhouse.py +0 -0
  120. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputcloudwatch.py +0 -0
  121. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputconfluentcloud.py +0 -0
  122. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputcriblhttp.py +0 -0
  123. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputcribllake.py +0 -0
  124. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputcribltcp.py +0 -0
  125. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputcrowdstrikenextgensiem.py +0 -0
  126. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdatadog.py +0 -0
  127. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdataset.py +0 -0
  128. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdefault.py +0 -0
  129. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdevnull.py +0 -0
  130. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdiskspool.py +0 -0
  131. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdls3.py +0 -0
  132. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdynatracehttp.py +0 -0
  133. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputdynatraceotlp.py +0 -0
  134. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputelastic.py +0 -0
  135. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputelasticcloud.py +0 -0
  136. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputexabeam.py +0 -0
  137. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputfilesystem.py +0 -0
  138. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputgooglechronicle.py +0 -0
  139. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputgooglecloudlogging.py +0 -0
  140. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputgooglecloudstorage.py +0 -0
  141. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputgooglepubsub.py +0 -0
  142. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputgrafanacloud_union.py +0 -0
  143. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputgraphite.py +0 -0
  144. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputhoneycomb.py +0 -0
  145. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputhumiohec.py +0 -0
  146. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputinfluxdb.py +0 -0
  147. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputkafka.py +0 -0
  148. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputkinesis.py +0 -0
  149. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputloki.py +0 -0
  150. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputminio.py +0 -0
  151. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputmsk.py +0 -0
  152. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputnetflow.py +0 -0
  153. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputnewrelic.py +0 -0
  154. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputnewrelicevents.py +0 -0
  155. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputopentelemetry.py +0 -0
  156. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputprometheus.py +0 -0
  157. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputring.py +0 -0
  158. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputrouter.py +0 -0
  159. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputs3.py +0 -0
  160. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsamplesresponse.py +0 -0
  161. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsecuritylake.py +0 -0
  162. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsentinel.py +0 -0
  163. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsentineloneaisiem.py +0 -0
  164. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputservicenow.py +0 -0
  165. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsignalfx.py +0 -0
  166. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsnmp.py +0 -0
  167. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsns.py +0 -0
  168. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsplunk.py +0 -0
  169. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsplunkhec.py +0 -0
  170. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsplunklb.py +0 -0
  171. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsqs.py +0 -0
  172. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputstatsd.py +0 -0
  173. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputstatsdext.py +0 -0
  174. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsumologic.py +0 -0
  175. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputsyslog.py +0 -0
  176. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputtcpjson.py +0 -0
  177. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputtestrequest.py +0 -0
  178. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputtestresponse.py +0 -0
  179. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputwavefront.py +0 -0
  180. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputwebhook.py +0 -0
  181. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/outputxsiam.py +0 -0
  182. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/pipeline.py +0 -0
  183. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/pipelinefunctionconf.py +0 -0
  184. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/routecloneconf.py +0 -0
  185. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/routeconf.py +0 -0
  186. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/routes.py +0 -0
  187. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/routesroute.py +0 -0
  188. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/routesroute_input.py +0 -0
  189. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/schemeclientoauth.py +0 -0
  190. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/security.py +0 -0
  191. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/updatehectokenrequest.py +0 -0
  192. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/updateinputbyidop.py +0 -0
  193. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/updateinputhectokenbyidandtokenop.py +0 -0
  194. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/updatepipelinebyidop.py +0 -0
  195. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/models/updateroutesbyidop.py +0 -0
  196. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/pipelines.py +0 -0
  197. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/py.typed +0 -0
  198. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/routes_sdk.py +0 -0
  199. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/sdkconfiguration.py +0 -0
  200. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/types/__init__.py +0 -0
  201. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/types/basemodel.py +0 -0
  202. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/__init__.py +0 -0
  203. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/annotations.py +0 -0
  204. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/datetimes.py +0 -0
  205. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/enums.py +0 -0
  206. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/eventstreaming.py +0 -0
  207. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/forms.py +0 -0
  208. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/headers.py +0 -0
  209. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/logger.py +0 -0
  210. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/metadata.py +0 -0
  211. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/queryparams.py +0 -0
  212. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/requestbodies.py +0 -0
  213. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/retries.py +0 -0
  214. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/security.py +0 -0
  215. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/serializers.py +0 -0
  216. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/unmarshal_json_response.py +0 -0
  217. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/url.py +0 -0
  218. {cribl_control_plane-0.0.15 → cribl_control_plane-0.0.16}/src/cribl_control_plane/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cribl-control-plane
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -202,22 +202,22 @@ with CriblControlPlane(
202
202
  * [login](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#login) - Log in and obtain Auth token
203
203
 
204
204
 
205
+ ### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
206
+
207
+ * [list_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list_destination) - Get a list of Destination objects
208
+ * [create_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination) - Create Destination
209
+ * [get_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_by_id) - Get Destination by ID
210
+ * [update_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update_destination_by_id) - Update Destination
211
+ * [delete_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_by_id) - Delete Destination
212
+ * [delete_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_pq_by_id) - Clears destination persistent queue
213
+ * [get_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_pq_by_id) - Retrieves status of latest clear PQ job for a destination
214
+ * [get_destination_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_samples_by_id) - Retrieve samples data for the specified destination. Used to get sample data for the test action.
215
+ * [create_destination_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination_test_by_id) - Send sample data to a destination to validate configuration or test connectivity
216
+
205
217
  ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
206
218
 
207
219
  * [get_health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get_health_info) - Provides health info for REST server
208
220
 
209
- ### [outputs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md)
210
-
211
- * [list_output](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#list_output) - Get a list of Output objects
212
- * [create_output](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#create_output) - Create Output
213
- * [get_output_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_by_id) - Get Output by ID
214
- * [update_output_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#update_output_by_id) - Update Output
215
- * [delete_output_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#delete_output_by_id) - Delete Output
216
- * [delete_output_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#delete_output_pq_by_id) - Clears destination persistent queue
217
- * [get_output_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_pq_by_id) - Retrieves status of latest clear PQ job for an output
218
- * [get_output_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_samples_by_id) - Retrieve samples data for the specified output. Used to get sample data for the test action.
219
- * [create_output_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#create_output_test_by_id) - Send sample data to an output to validate configuration or test connectivity
220
-
221
221
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
222
222
 
223
223
  * [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
@@ -185,22 +185,22 @@ with CriblControlPlane(
185
185
  * [login](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/authsdk/README.md#login) - Log in and obtain Auth token
186
186
 
187
187
 
188
+ ### [destinations](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md)
189
+
190
+ * [list_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#list_destination) - Get a list of Destination objects
191
+ * [create_destination](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination) - Create Destination
192
+ * [get_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_by_id) - Get Destination by ID
193
+ * [update_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#update_destination_by_id) - Update Destination
194
+ * [delete_destination_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_by_id) - Delete Destination
195
+ * [delete_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#delete_destination_pq_by_id) - Clears destination persistent queue
196
+ * [get_destination_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_pq_by_id) - Retrieves status of latest clear PQ job for a destination
197
+ * [get_destination_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#get_destination_samples_by_id) - Retrieve samples data for the specified destination. Used to get sample data for the test action.
198
+ * [create_destination_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/destinations/README.md#create_destination_test_by_id) - Send sample data to a destination to validate configuration or test connectivity
199
+
188
200
  ### [health](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md)
189
201
 
190
202
  * [get_health_info](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/health/README.md#get_health_info) - Provides health info for REST server
191
203
 
192
- ### [outputs](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md)
193
-
194
- * [list_output](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#list_output) - Get a list of Output objects
195
- * [create_output](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#create_output) - Create Output
196
- * [get_output_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_by_id) - Get Output by ID
197
- * [update_output_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#update_output_by_id) - Update Output
198
- * [delete_output_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#delete_output_by_id) - Delete Output
199
- * [delete_output_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#delete_output_pq_by_id) - Clears destination persistent queue
200
- * [get_output_pq_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_pq_by_id) - Retrieves status of latest clear PQ job for an output
201
- * [get_output_samples_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#get_output_samples_by_id) - Retrieve samples data for the specified output. Used to get sample data for the test action.
202
- * [create_output_test_by_id](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/outputs/README.md#create_output_test_by_id) - Send sample data to an output to validate configuration or test connectivity
203
-
204
204
  ### [pipelines](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md)
205
205
 
206
206
  * [list_pipeline](https://github.com/criblio/cribl_control_plane_sdk_python/blob/master/docs/sdks/pipelines/README.md#list_pipeline) - Get a list of Pipeline objects
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cribl-control-plane"
3
- version = "0.0.15"
3
+ version = "0.0.16"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = [{ name = "Speakeasy" },]
6
6
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "cribl-control-plane"
6
- __version__: str = "0.0.15"
7
- __openapi_doc_version__: str = "4.14.0-alpha.1753373454403-2652afc6"
6
+ __version__: str = "0.0.16"
7
+ __openapi_doc_version__: str = "4.14.0-alpha.1753455755620-93e72132"
8
8
  __gen_version__: str = "2.660.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.15 2.660.0 4.14.0-alpha.1753373454403-2652afc6 cribl-control-plane"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.16 2.660.0 4.14.0-alpha.1753455755620-93e72132 cribl-control-plane"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -9,10 +9,8 @@ from cribl_control_plane.utils.unmarshal_json_response import unmarshal_json_res
9
9
  from typing import Any, List, Mapping, Optional, Union, cast
10
10
 
11
11
 
12
- class Outputs(BaseSDK):
13
- r"""Actions related to outputs"""
14
-
15
- def list_output(
12
+ class Destinations(BaseSDK):
13
+ def list_destination(
16
14
  self,
17
15
  *,
18
16
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -20,9 +18,9 @@ class Outputs(BaseSDK):
20
18
  timeout_ms: Optional[int] = None,
21
19
  http_headers: Optional[Mapping[str, str]] = None,
22
20
  ) -> models.ListOutputResponse:
23
- r"""Get a list of Output objects
21
+ r"""Get a list of Destination objects
24
22
 
25
- Get a list of Output objects
23
+ Get a list of Destination objects
26
24
 
27
25
  :param retries: Override the default retry configuration for this method
28
26
  :param server_url: Override the default server URL for this method
@@ -92,7 +90,7 @@ class Outputs(BaseSDK):
92
90
 
93
91
  raise errors.APIError("Unexpected response received", http_res)
94
92
 
95
- async def list_output_async(
93
+ async def list_destination_async(
96
94
  self,
97
95
  *,
98
96
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
@@ -100,9 +98,9 @@ class Outputs(BaseSDK):
100
98
  timeout_ms: Optional[int] = None,
101
99
  http_headers: Optional[Mapping[str, str]] = None,
102
100
  ) -> models.ListOutputResponse:
103
- r"""Get a list of Output objects
101
+ r"""Get a list of Destination objects
104
102
 
105
- Get a list of Output objects
103
+ Get a list of Destination objects
106
104
 
107
105
  :param retries: Override the default retry configuration for this method
108
106
  :param server_url: Override the default server URL for this method
@@ -172,18 +170,18 @@ class Outputs(BaseSDK):
172
170
 
173
171
  raise errors.APIError("Unexpected response received", http_res)
174
172
 
175
- def create_output(
173
+ def create_destination(
176
174
  self,
177
175
  *,
178
- request: Union[models.Output, models.OutputTypedDict],
176
+ request: Union[models.CreateOutputRequest, models.CreateOutputRequestTypedDict],
179
177
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
180
178
  server_url: Optional[str] = None,
181
179
  timeout_ms: Optional[int] = None,
182
180
  http_headers: Optional[Mapping[str, str]] = None,
183
181
  ) -> models.CreateOutputResponse:
184
- r"""Create Output
182
+ r"""Create Destination
185
183
 
186
- Create Output
184
+ Create Destination
187
185
 
188
186
  :param request: The request object to send.
189
187
  :param retries: Override the default retry configuration for this method
@@ -202,8 +200,8 @@ class Outputs(BaseSDK):
202
200
  base_url = self._get_url(base_url, url_variables)
203
201
 
204
202
  if not isinstance(request, BaseModel):
205
- request = utils.unmarshal(request, models.Output)
206
- request = cast(models.Output, request)
203
+ request = utils.unmarshal(request, models.CreateOutputRequest)
204
+ request = cast(models.CreateOutputRequest, request)
207
205
 
208
206
  req = self._build_request(
209
207
  method="POST",
@@ -219,7 +217,7 @@ class Outputs(BaseSDK):
219
217
  http_headers=http_headers,
220
218
  security=self.sdk_configuration.security,
221
219
  get_serialized_body=lambda: utils.serialize_request_body(
222
- request, False, False, "json", models.Output
220
+ request, False, False, "json", models.CreateOutputRequest
223
221
  ),
224
222
  timeout_ms=timeout_ms,
225
223
  )
@@ -262,18 +260,18 @@ class Outputs(BaseSDK):
262
260
 
263
261
  raise errors.APIError("Unexpected response received", http_res)
264
262
 
265
- async def create_output_async(
263
+ async def create_destination_async(
266
264
  self,
267
265
  *,
268
- request: Union[models.Output, models.OutputTypedDict],
266
+ request: Union[models.CreateOutputRequest, models.CreateOutputRequestTypedDict],
269
267
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
270
268
  server_url: Optional[str] = None,
271
269
  timeout_ms: Optional[int] = None,
272
270
  http_headers: Optional[Mapping[str, str]] = None,
273
271
  ) -> models.CreateOutputResponse:
274
- r"""Create Output
272
+ r"""Create Destination
275
273
 
276
- Create Output
274
+ Create Destination
277
275
 
278
276
  :param request: The request object to send.
279
277
  :param retries: Override the default retry configuration for this method
@@ -292,8 +290,8 @@ class Outputs(BaseSDK):
292
290
  base_url = self._get_url(base_url, url_variables)
293
291
 
294
292
  if not isinstance(request, BaseModel):
295
- request = utils.unmarshal(request, models.Output)
296
- request = cast(models.Output, request)
293
+ request = utils.unmarshal(request, models.CreateOutputRequest)
294
+ request = cast(models.CreateOutputRequest, request)
297
295
 
298
296
  req = self._build_request_async(
299
297
  method="POST",
@@ -309,7 +307,7 @@ class Outputs(BaseSDK):
309
307
  http_headers=http_headers,
310
308
  security=self.sdk_configuration.security,
311
309
  get_serialized_body=lambda: utils.serialize_request_body(
312
- request, False, False, "json", models.Output
310
+ request, False, False, "json", models.CreateOutputRequest
313
311
  ),
314
312
  timeout_ms=timeout_ms,
315
313
  )
@@ -352,7 +350,7 @@ class Outputs(BaseSDK):
352
350
 
353
351
  raise errors.APIError("Unexpected response received", http_res)
354
352
 
355
- def get_output_by_id(
353
+ def get_destination_by_id(
356
354
  self,
357
355
  *,
358
356
  id: str,
@@ -361,9 +359,9 @@ class Outputs(BaseSDK):
361
359
  timeout_ms: Optional[int] = None,
362
360
  http_headers: Optional[Mapping[str, str]] = None,
363
361
  ) -> models.GetOutputByIDResponse:
364
- r"""Get Output by ID
362
+ r"""Get Destination by ID
365
363
 
366
- Get Output by ID
364
+ Get Destination by ID
367
365
 
368
366
  :param id: Unique ID to GET
369
367
  :param retries: Override the default retry configuration for this method
@@ -439,7 +437,7 @@ class Outputs(BaseSDK):
439
437
 
440
438
  raise errors.APIError("Unexpected response received", http_res)
441
439
 
442
- async def get_output_by_id_async(
440
+ async def get_destination_by_id_async(
443
441
  self,
444
442
  *,
445
443
  id: str,
@@ -448,9 +446,9 @@ class Outputs(BaseSDK):
448
446
  timeout_ms: Optional[int] = None,
449
447
  http_headers: Optional[Mapping[str, str]] = None,
450
448
  ) -> models.GetOutputByIDResponse:
451
- r"""Get Output by ID
449
+ r"""Get Destination by ID
452
450
 
453
- Get Output by ID
451
+ Get Destination by ID
454
452
 
455
453
  :param id: Unique ID to GET
456
454
  :param retries: Override the default retry configuration for this method
@@ -526,7 +524,7 @@ class Outputs(BaseSDK):
526
524
 
527
525
  raise errors.APIError("Unexpected response received", http_res)
528
526
 
529
- def update_output_by_id(
527
+ def update_destination_by_id(
530
528
  self,
531
529
  *,
532
530
  id: str,
@@ -536,12 +534,12 @@ class Outputs(BaseSDK):
536
534
  timeout_ms: Optional[int] = None,
537
535
  http_headers: Optional[Mapping[str, str]] = None,
538
536
  ) -> models.UpdateOutputByIDResponse:
539
- r"""Update Output
537
+ r"""Update Destination
540
538
 
541
- Update Output
539
+ Update Destination
542
540
 
543
541
  :param id: Unique ID to PATCH
544
- :param output: Output object to be updated
542
+ :param output: Destination object to be updated
545
543
  :param retries: Override the default retry configuration for this method
546
544
  :param server_url: Override the default server URL for this method
547
545
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -619,7 +617,7 @@ class Outputs(BaseSDK):
619
617
 
620
618
  raise errors.APIError("Unexpected response received", http_res)
621
619
 
622
- async def update_output_by_id_async(
620
+ async def update_destination_by_id_async(
623
621
  self,
624
622
  *,
625
623
  id: str,
@@ -629,12 +627,12 @@ class Outputs(BaseSDK):
629
627
  timeout_ms: Optional[int] = None,
630
628
  http_headers: Optional[Mapping[str, str]] = None,
631
629
  ) -> models.UpdateOutputByIDResponse:
632
- r"""Update Output
630
+ r"""Update Destination
633
631
 
634
- Update Output
632
+ Update Destination
635
633
 
636
634
  :param id: Unique ID to PATCH
637
- :param output: Output object to be updated
635
+ :param output: Destination object to be updated
638
636
  :param retries: Override the default retry configuration for this method
639
637
  :param server_url: Override the default server URL for this method
640
638
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -712,7 +710,7 @@ class Outputs(BaseSDK):
712
710
 
713
711
  raise errors.APIError("Unexpected response received", http_res)
714
712
 
715
- def delete_output_by_id(
713
+ def delete_destination_by_id(
716
714
  self,
717
715
  *,
718
716
  id: str,
@@ -721,9 +719,9 @@ class Outputs(BaseSDK):
721
719
  timeout_ms: Optional[int] = None,
722
720
  http_headers: Optional[Mapping[str, str]] = None,
723
721
  ) -> models.DeleteOutputByIDResponse:
724
- r"""Delete Output
722
+ r"""Delete Destination
725
723
 
726
- Delete Output
724
+ Delete Destination
727
725
 
728
726
  :param id: Unique ID to DELETE
729
727
  :param retries: Override the default retry configuration for this method
@@ -799,7 +797,7 @@ class Outputs(BaseSDK):
799
797
 
800
798
  raise errors.APIError("Unexpected response received", http_res)
801
799
 
802
- async def delete_output_by_id_async(
800
+ async def delete_destination_by_id_async(
803
801
  self,
804
802
  *,
805
803
  id: str,
@@ -808,9 +806,9 @@ class Outputs(BaseSDK):
808
806
  timeout_ms: Optional[int] = None,
809
807
  http_headers: Optional[Mapping[str, str]] = None,
810
808
  ) -> models.DeleteOutputByIDResponse:
811
- r"""Delete Output
809
+ r"""Delete Destination
812
810
 
813
- Delete Output
811
+ Delete Destination
814
812
 
815
813
  :param id: Unique ID to DELETE
816
814
  :param retries: Override the default retry configuration for this method
@@ -886,7 +884,7 @@ class Outputs(BaseSDK):
886
884
 
887
885
  raise errors.APIError("Unexpected response received", http_res)
888
886
 
889
- def delete_output_pq_by_id(
887
+ def delete_destination_pq_by_id(
890
888
  self,
891
889
  *,
892
890
  id: str,
@@ -899,7 +897,7 @@ class Outputs(BaseSDK):
899
897
 
900
898
  Clears destination persistent queue
901
899
 
902
- :param id: Output Id
900
+ :param id: Destination Id
903
901
  :param retries: Override the default retry configuration for this method
904
902
  :param server_url: Override the default server URL for this method
905
903
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -973,7 +971,7 @@ class Outputs(BaseSDK):
973
971
 
974
972
  raise errors.APIError("Unexpected response received", http_res)
975
973
 
976
- async def delete_output_pq_by_id_async(
974
+ async def delete_destination_pq_by_id_async(
977
975
  self,
978
976
  *,
979
977
  id: str,
@@ -986,7 +984,7 @@ class Outputs(BaseSDK):
986
984
 
987
985
  Clears destination persistent queue
988
986
 
989
- :param id: Output Id
987
+ :param id: Destination Id
990
988
  :param retries: Override the default retry configuration for this method
991
989
  :param server_url: Override the default server URL for this method
992
990
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1060,7 +1058,7 @@ class Outputs(BaseSDK):
1060
1058
 
1061
1059
  raise errors.APIError("Unexpected response received", http_res)
1062
1060
 
1063
- def get_output_pq_by_id(
1061
+ def get_destination_pq_by_id(
1064
1062
  self,
1065
1063
  *,
1066
1064
  id: str,
@@ -1069,11 +1067,11 @@ class Outputs(BaseSDK):
1069
1067
  timeout_ms: Optional[int] = None,
1070
1068
  http_headers: Optional[Mapping[str, str]] = None,
1071
1069
  ) -> models.GetOutputPqByIDResponse:
1072
- r"""Retrieves status of latest clear PQ job for an output
1070
+ r"""Retrieves status of latest clear PQ job for a destination
1073
1071
 
1074
- Retrieves status of latest clear PQ job for an output
1072
+ Retrieves status of latest clear PQ job for a destination
1075
1073
 
1076
- :param id: Output Id
1074
+ :param id: Destination Id
1077
1075
  :param retries: Override the default retry configuration for this method
1078
1076
  :param server_url: Override the default server URL for this method
1079
1077
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1147,7 +1145,7 @@ class Outputs(BaseSDK):
1147
1145
 
1148
1146
  raise errors.APIError("Unexpected response received", http_res)
1149
1147
 
1150
- async def get_output_pq_by_id_async(
1148
+ async def get_destination_pq_by_id_async(
1151
1149
  self,
1152
1150
  *,
1153
1151
  id: str,
@@ -1156,11 +1154,11 @@ class Outputs(BaseSDK):
1156
1154
  timeout_ms: Optional[int] = None,
1157
1155
  http_headers: Optional[Mapping[str, str]] = None,
1158
1156
  ) -> models.GetOutputPqByIDResponse:
1159
- r"""Retrieves status of latest clear PQ job for an output
1157
+ r"""Retrieves status of latest clear PQ job for a destination
1160
1158
 
1161
- Retrieves status of latest clear PQ job for an output
1159
+ Retrieves status of latest clear PQ job for a destination
1162
1160
 
1163
- :param id: Output Id
1161
+ :param id: Destination Id
1164
1162
  :param retries: Override the default retry configuration for this method
1165
1163
  :param server_url: Override the default server URL for this method
1166
1164
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1234,7 +1232,7 @@ class Outputs(BaseSDK):
1234
1232
 
1235
1233
  raise errors.APIError("Unexpected response received", http_res)
1236
1234
 
1237
- def get_output_samples_by_id(
1235
+ def get_destination_samples_by_id(
1238
1236
  self,
1239
1237
  *,
1240
1238
  id: str,
@@ -1243,11 +1241,11 @@ class Outputs(BaseSDK):
1243
1241
  timeout_ms: Optional[int] = None,
1244
1242
  http_headers: Optional[Mapping[str, str]] = None,
1245
1243
  ) -> models.GetOutputSamplesByIDResponse:
1246
- r"""Retrieve samples data for the specified output. Used to get sample data for the test action.
1244
+ r"""Retrieve samples data for the specified destination. Used to get sample data for the test action.
1247
1245
 
1248
- Retrieve samples data for the specified output. Used to get sample data for the test action.
1246
+ Retrieve samples data for the specified destination. Used to get sample data for the test action.
1249
1247
 
1250
- :param id: Output Id
1248
+ :param id: Destination Id
1251
1249
  :param retries: Override the default retry configuration for this method
1252
1250
  :param server_url: Override the default server URL for this method
1253
1251
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1323,7 +1321,7 @@ class Outputs(BaseSDK):
1323
1321
 
1324
1322
  raise errors.APIError("Unexpected response received", http_res)
1325
1323
 
1326
- async def get_output_samples_by_id_async(
1324
+ async def get_destination_samples_by_id_async(
1327
1325
  self,
1328
1326
  *,
1329
1327
  id: str,
@@ -1332,11 +1330,11 @@ class Outputs(BaseSDK):
1332
1330
  timeout_ms: Optional[int] = None,
1333
1331
  http_headers: Optional[Mapping[str, str]] = None,
1334
1332
  ) -> models.GetOutputSamplesByIDResponse:
1335
- r"""Retrieve samples data for the specified output. Used to get sample data for the test action.
1333
+ r"""Retrieve samples data for the specified destination. Used to get sample data for the test action.
1336
1334
 
1337
- Retrieve samples data for the specified output. Used to get sample data for the test action.
1335
+ Retrieve samples data for the specified destination. Used to get sample data for the test action.
1338
1336
 
1339
- :param id: Output Id
1337
+ :param id: Destination Id
1340
1338
  :param retries: Override the default retry configuration for this method
1341
1339
  :param server_url: Override the default server URL for this method
1342
1340
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1412,7 +1410,7 @@ class Outputs(BaseSDK):
1412
1410
 
1413
1411
  raise errors.APIError("Unexpected response received", http_res)
1414
1412
 
1415
- def create_output_test_by_id(
1413
+ def create_destination_test_by_id(
1416
1414
  self,
1417
1415
  *,
1418
1416
  id: str,
@@ -1422,11 +1420,11 @@ class Outputs(BaseSDK):
1422
1420
  timeout_ms: Optional[int] = None,
1423
1421
  http_headers: Optional[Mapping[str, str]] = None,
1424
1422
  ) -> models.CreateOutputTestByIDResponse:
1425
- r"""Send sample data to an output to validate configuration or test connectivity
1423
+ r"""Send sample data to a destination to validate configuration or test connectivity
1426
1424
 
1427
- Send sample data to an output to validate configuration or test connectivity
1425
+ Send sample data to a destination to validate configuration or test connectivity
1428
1426
 
1429
- :param id: Output Id
1427
+ :param id: Destination Id
1430
1428
  :param events:
1431
1429
  :param retries: Override the default retry configuration for this method
1432
1430
  :param server_url: Override the default server URL for this method
@@ -1513,7 +1511,7 @@ class Outputs(BaseSDK):
1513
1511
 
1514
1512
  raise errors.APIError("Unexpected response received", http_res)
1515
1513
 
1516
- async def create_output_test_by_id_async(
1514
+ async def create_destination_test_by_id_async(
1517
1515
  self,
1518
1516
  *,
1519
1517
  id: str,
@@ -1523,11 +1521,11 @@ class Outputs(BaseSDK):
1523
1521
  timeout_ms: Optional[int] = None,
1524
1522
  http_headers: Optional[Mapping[str, str]] = None,
1525
1523
  ) -> models.CreateOutputTestByIDResponse:
1526
- r"""Send sample data to an output to validate configuration or test connectivity
1524
+ r"""Send sample data to a destination to validate configuration or test connectivity
1527
1525
 
1528
- Send sample data to an output to validate configuration or test connectivity
1526
+ Send sample data to a destination to validate configuration or test connectivity
1529
1527
 
1530
- :param id: Output Id
1528
+ :param id: Destination Id
1531
1529
  :param events:
1532
1530
  :param retries: Override the default retry configuration for this method
1533
1531
  :param server_url: Override the default server URL for this method