cribl-control-plane 0.5.0-beta.13 → 0.5.0-beta.14

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.
Files changed (247) hide show
  1. package/dist/commonjs/lib/config.d.ts +3 -3
  2. package/dist/commonjs/lib/config.js +3 -3
  3. package/dist/commonjs/models/azureblobcollectorconf.d.ts +444 -0
  4. package/dist/commonjs/models/azureblobcollectorconf.d.ts.map +1 -0
  5. package/dist/commonjs/models/azureblobcollectorconf.js +324 -0
  6. package/dist/commonjs/models/azureblobcollectorconf.js.map +1 -0
  7. package/dist/commonjs/models/collector.d.ts +26 -0
  8. package/dist/commonjs/models/collector.d.ts.map +1 -0
  9. package/dist/commonjs/models/{collectorconf.js → collector.js} +22 -22
  10. package/dist/commonjs/models/collector.js.map +1 -0
  11. package/dist/commonjs/models/collectorazureblob.d.ts +10 -722
  12. package/dist/commonjs/models/collectorazureblob.d.ts.map +1 -1
  13. package/dist/commonjs/models/collectorazureblob.js +8 -478
  14. package/dist/commonjs/models/collectorazureblob.js.map +1 -1
  15. package/dist/commonjs/models/collectorcribllake.d.ts +7 -6
  16. package/dist/commonjs/models/collectorcribllake.d.ts.map +1 -1
  17. package/dist/commonjs/models/collectorcribllake.js +3 -2
  18. package/dist/commonjs/models/collectorcribllake.js.map +1 -1
  19. package/dist/commonjs/models/collectordatabase.d.ts +7 -58
  20. package/dist/commonjs/models/collectordatabase.d.ts.map +1 -1
  21. package/dist/commonjs/models/collectordatabase.js +4 -57
  22. package/dist/commonjs/models/collectordatabase.js.map +1 -1
  23. package/dist/commonjs/models/collectorfilesystem.d.ts +7 -47
  24. package/dist/commonjs/models/collectorfilesystem.d.ts.map +1 -1
  25. package/dist/commonjs/models/collectorfilesystem.js +4 -31
  26. package/dist/commonjs/models/collectorfilesystem.js.map +1 -1
  27. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts +10 -394
  28. package/dist/commonjs/models/collectorgooglecloudstorage.d.ts.map +1 -1
  29. package/dist/commonjs/models/collectorgooglecloudstorage.js +8 -262
  30. package/dist/commonjs/models/collectorgooglecloudstorage.js.map +1 -1
  31. package/dist/commonjs/models/collectorhealthcheck.d.ts +12 -3790
  32. package/dist/commonjs/models/collectorhealthcheck.d.ts.map +1 -1
  33. package/dist/commonjs/models/collectorhealthcheck.js +8 -2890
  34. package/dist/commonjs/models/collectorhealthcheck.js.map +1 -1
  35. package/dist/commonjs/models/collectorrest.d.ts +12 -6524
  36. package/dist/commonjs/models/collectorrest.d.ts.map +1 -1
  37. package/dist/commonjs/models/collectorrest.js +8 -5311
  38. package/dist/commonjs/models/collectorrest.js.map +1 -1
  39. package/dist/commonjs/models/collectors3.d.ts +10 -1158
  40. package/dist/commonjs/models/collectors3.d.ts.map +1 -1
  41. package/dist/commonjs/models/collectors3.js +8 -740
  42. package/dist/commonjs/models/collectors3.js.map +1 -1
  43. package/dist/commonjs/models/collectorscript.d.ts +7 -42
  44. package/dist/commonjs/models/collectorscript.d.ts.map +1 -1
  45. package/dist/commonjs/models/collectorscript.js +4 -28
  46. package/dist/commonjs/models/collectorscript.js.map +1 -1
  47. package/dist/commonjs/models/collectorsplunk.d.ts +10 -1937
  48. package/dist/commonjs/models/collectorsplunk.d.ts.map +1 -1
  49. package/dist/commonjs/models/collectorsplunk.js +8 -1434
  50. package/dist/commonjs/models/collectorsplunk.js.map +1 -1
  51. package/dist/commonjs/models/cribllakecollectorconf.d.ts +20 -0
  52. package/dist/commonjs/models/cribllakecollectorconf.d.ts.map +1 -0
  53. package/dist/commonjs/models/{criblevent.js → cribllakecollectorconf.js} +17 -8
  54. package/dist/commonjs/models/cribllakecollectorconf.js.map +1 -0
  55. package/dist/commonjs/models/databasecollectorconf.d.ts +72 -0
  56. package/dist/commonjs/models/databasecollectorconf.d.ts.map +1 -0
  57. package/dist/commonjs/models/databasecollectorconf.js +112 -0
  58. package/dist/commonjs/models/databasecollectorconf.js.map +1 -0
  59. package/dist/commonjs/models/filesystemcollectorconf.d.ts +61 -0
  60. package/dist/commonjs/models/filesystemcollectorconf.d.ts.map +1 -0
  61. package/dist/commonjs/models/filesystemcollectorconf.js +84 -0
  62. package/dist/commonjs/models/filesystemcollectorconf.js.map +1 -0
  63. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts +284 -0
  64. package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  65. package/dist/commonjs/models/googlecloudstoragecollectorconf.js +228 -0
  66. package/dist/commonjs/models/googlecloudstoragecollectorconf.js.map +1 -0
  67. package/dist/commonjs/models/healthcheckcollectorconf.d.ts +2460 -0
  68. package/dist/commonjs/models/healthcheckcollectorconf.d.ts.map +1 -0
  69. package/dist/commonjs/models/healthcheckcollectorconf.js +2097 -0
  70. package/dist/commonjs/models/healthcheckcollectorconf.js.map +1 -0
  71. package/dist/commonjs/models/index.d.ts +11 -2
  72. package/dist/commonjs/models/index.d.ts.map +1 -1
  73. package/dist/commonjs/models/index.js +11 -2
  74. package/dist/commonjs/models/index.js.map +1 -1
  75. package/dist/commonjs/models/outputtestrequest.d.ts +6 -3
  76. package/dist/commonjs/models/outputtestrequest.d.ts.map +1 -1
  77. package/dist/commonjs/models/outputtestrequest.js +1 -2
  78. package/dist/commonjs/models/outputtestrequest.js.map +1 -1
  79. package/dist/commonjs/models/restcollectorconf.d.ts +5150 -0
  80. package/dist/commonjs/models/restcollectorconf.d.ts.map +1 -0
  81. package/dist/commonjs/models/restcollectorconf.js +4771 -0
  82. package/dist/commonjs/models/restcollectorconf.js.map +1 -0
  83. package/dist/commonjs/models/runnablejobcollection.d.ts +5 -23
  84. package/dist/commonjs/models/runnablejobcollection.d.ts.map +1 -1
  85. package/dist/commonjs/models/runnablejobcollection.js +3 -14
  86. package/dist/commonjs/models/runnablejobcollection.js.map +1 -1
  87. package/dist/commonjs/models/s3collectorconf.d.ts +929 -0
  88. package/dist/commonjs/models/s3collectorconf.d.ts.map +1 -0
  89. package/dist/commonjs/models/s3collectorconf.js +632 -0
  90. package/dist/commonjs/models/s3collectorconf.js.map +1 -0
  91. package/dist/commonjs/models/savedjobcollection.d.ts +6 -34
  92. package/dist/commonjs/models/savedjobcollection.d.ts.map +1 -1
  93. package/dist/commonjs/models/savedjobcollection.js +4 -26
  94. package/dist/commonjs/models/savedjobcollection.js.map +1 -1
  95. package/dist/commonjs/models/scriptcollectorconf.d.ts +56 -0
  96. package/dist/commonjs/models/scriptcollectorconf.d.ts.map +1 -0
  97. package/dist/commonjs/models/scriptcollectorconf.js +83 -0
  98. package/dist/commonjs/models/scriptcollectorconf.js.map +1 -0
  99. package/dist/commonjs/models/splunkcollectorconf.d.ts +1639 -0
  100. package/dist/commonjs/models/splunkcollectorconf.d.ts.map +1 -0
  101. package/dist/commonjs/models/splunkcollectorconf.js +1319 -0
  102. package/dist/commonjs/models/splunkcollectorconf.js.map +1 -0
  103. package/dist/esm/lib/config.d.ts +3 -3
  104. package/dist/esm/lib/config.js +3 -3
  105. package/dist/esm/models/azureblobcollectorconf.d.ts +444 -0
  106. package/dist/esm/models/azureblobcollectorconf.d.ts.map +1 -0
  107. package/dist/esm/models/azureblobcollectorconf.js +268 -0
  108. package/dist/esm/models/azureblobcollectorconf.js.map +1 -0
  109. package/dist/esm/models/collector.d.ts +26 -0
  110. package/dist/esm/models/collector.d.ts.map +1 -0
  111. package/dist/esm/models/{collectorconf.js → collector.js} +19 -19
  112. package/dist/esm/models/collector.js.map +1 -0
  113. package/dist/esm/models/collectorazureblob.d.ts +10 -722
  114. package/dist/esm/models/collectorazureblob.d.ts.map +1 -1
  115. package/dist/esm/models/collectorazureblob.js +7 -453
  116. package/dist/esm/models/collectorazureblob.js.map +1 -1
  117. package/dist/esm/models/collectorcribllake.d.ts +7 -6
  118. package/dist/esm/models/collectorcribllake.d.ts.map +1 -1
  119. package/dist/esm/models/collectorcribllake.js +3 -2
  120. package/dist/esm/models/collectorcribllake.js.map +1 -1
  121. package/dist/esm/models/collectordatabase.d.ts +7 -58
  122. package/dist/esm/models/collectordatabase.d.ts.map +1 -1
  123. package/dist/esm/models/collectordatabase.js +3 -52
  124. package/dist/esm/models/collectordatabase.js.map +1 -1
  125. package/dist/esm/models/collectorfilesystem.d.ts +7 -47
  126. package/dist/esm/models/collectorfilesystem.d.ts.map +1 -1
  127. package/dist/esm/models/collectorfilesystem.js +3 -28
  128. package/dist/esm/models/collectorfilesystem.js.map +1 -1
  129. package/dist/esm/models/collectorgooglecloudstorage.d.ts +10 -394
  130. package/dist/esm/models/collectorgooglecloudstorage.d.ts.map +1 -1
  131. package/dist/esm/models/collectorgooglecloudstorage.js +7 -249
  132. package/dist/esm/models/collectorgooglecloudstorage.js.map +1 -1
  133. package/dist/esm/models/collectorhealthcheck.d.ts +12 -3790
  134. package/dist/esm/models/collectorhealthcheck.d.ts.map +1 -1
  135. package/dist/esm/models/collectorhealthcheck.js +7 -2743
  136. package/dist/esm/models/collectorhealthcheck.js.map +1 -1
  137. package/dist/esm/models/collectorrest.d.ts +12 -6524
  138. package/dist/esm/models/collectorrest.d.ts.map +1 -1
  139. package/dist/esm/models/collectorrest.js +7 -5020
  140. package/dist/esm/models/collectorrest.js.map +1 -1
  141. package/dist/esm/models/collectors3.d.ts +10 -1158
  142. package/dist/esm/models/collectors3.d.ts.map +1 -1
  143. package/dist/esm/models/collectors3.js +7 -718
  144. package/dist/esm/models/collectors3.js.map +1 -1
  145. package/dist/esm/models/collectorscript.d.ts +7 -42
  146. package/dist/esm/models/collectorscript.d.ts.map +1 -1
  147. package/dist/esm/models/collectorscript.js +3 -25
  148. package/dist/esm/models/collectorscript.js.map +1 -1
  149. package/dist/esm/models/collectorsplunk.d.ts +10 -1937
  150. package/dist/esm/models/collectorsplunk.d.ts.map +1 -1
  151. package/dist/esm/models/collectorsplunk.js +7 -1375
  152. package/dist/esm/models/collectorsplunk.js.map +1 -1
  153. package/dist/esm/models/cribllakecollectorconf.d.ts +20 -0
  154. package/dist/esm/models/cribllakecollectorconf.d.ts.map +1 -0
  155. package/dist/esm/models/cribllakecollectorconf.js +20 -0
  156. package/dist/esm/models/cribllakecollectorconf.js.map +1 -0
  157. package/dist/esm/models/databasecollectorconf.d.ts +72 -0
  158. package/dist/esm/models/databasecollectorconf.d.ts.map +1 -0
  159. package/dist/esm/models/databasecollectorconf.js +70 -0
  160. package/dist/esm/models/databasecollectorconf.js.map +1 -0
  161. package/dist/esm/models/filesystemcollectorconf.d.ts +61 -0
  162. package/dist/esm/models/filesystemcollectorconf.d.ts.map +1 -0
  163. package/dist/esm/models/filesystemcollectorconf.js +44 -0
  164. package/dist/esm/models/filesystemcollectorconf.js.map +1 -0
  165. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts +284 -0
  166. package/dist/esm/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
  167. package/dist/esm/models/googlecloudstoragecollectorconf.js +178 -0
  168. package/dist/esm/models/googlecloudstoragecollectorconf.js.map +1 -0
  169. package/dist/esm/models/healthcheckcollectorconf.d.ts +2460 -0
  170. package/dist/esm/models/healthcheckcollectorconf.d.ts.map +1 -0
  171. package/dist/esm/models/healthcheckcollectorconf.js +1963 -0
  172. package/dist/esm/models/healthcheckcollectorconf.js.map +1 -0
  173. package/dist/esm/models/index.d.ts +11 -2
  174. package/dist/esm/models/index.d.ts.map +1 -1
  175. package/dist/esm/models/index.js +11 -2
  176. package/dist/esm/models/index.js.map +1 -1
  177. package/dist/esm/models/outputtestrequest.d.ts +6 -3
  178. package/dist/esm/models/outputtestrequest.d.ts.map +1 -1
  179. package/dist/esm/models/outputtestrequest.js +1 -2
  180. package/dist/esm/models/outputtestrequest.js.map +1 -1
  181. package/dist/esm/models/restcollectorconf.d.ts +5150 -0
  182. package/dist/esm/models/restcollectorconf.d.ts.map +1 -0
  183. package/dist/esm/models/restcollectorconf.js +4480 -0
  184. package/dist/esm/models/restcollectorconf.js.map +1 -0
  185. package/dist/esm/models/runnablejobcollection.d.ts +5 -23
  186. package/dist/esm/models/runnablejobcollection.d.ts.map +1 -1
  187. package/dist/esm/models/runnablejobcollection.js +2 -12
  188. package/dist/esm/models/runnablejobcollection.js.map +1 -1
  189. package/dist/esm/models/s3collectorconf.d.ts +929 -0
  190. package/dist/esm/models/s3collectorconf.d.ts.map +1 -0
  191. package/dist/esm/models/s3collectorconf.js +573 -0
  192. package/dist/esm/models/s3collectorconf.js.map +1 -0
  193. package/dist/esm/models/savedjobcollection.d.ts +6 -34
  194. package/dist/esm/models/savedjobcollection.d.ts.map +1 -1
  195. package/dist/esm/models/savedjobcollection.js +3 -23
  196. package/dist/esm/models/savedjobcollection.js.map +1 -1
  197. package/dist/esm/models/scriptcollectorconf.d.ts +56 -0
  198. package/dist/esm/models/scriptcollectorconf.d.ts.map +1 -0
  199. package/dist/esm/models/scriptcollectorconf.js +43 -0
  200. package/dist/esm/models/scriptcollectorconf.js.map +1 -0
  201. package/dist/esm/models/splunkcollectorconf.d.ts +1639 -0
  202. package/dist/esm/models/splunkcollectorconf.d.ts.map +1 -0
  203. package/dist/esm/models/splunkcollectorconf.js +1223 -0
  204. package/dist/esm/models/splunkcollectorconf.js.map +1 -0
  205. package/examples/package-lock.json +1 -1
  206. package/jsr.json +1 -1
  207. package/package.json +1 -1
  208. package/src/lib/config.ts +3 -3
  209. package/src/models/azureblobcollectorconf.ts +919 -0
  210. package/src/models/{collectorconf.ts → collector.ts} +37 -49
  211. package/src/models/collectorazureblob.ts +23 -1405
  212. package/src/models/collectorcribllake.ts +14 -8
  213. package/src/models/collectordatabase.ts +14 -151
  214. package/src/models/collectorfilesystem.ts +14 -93
  215. package/src/models/collectorgooglecloudstorage.ts +22 -812
  216. package/src/models/collectorhealthcheck.ts +24 -8024
  217. package/src/models/collectorrest.ts +24 -13558
  218. package/src/models/collectors3.ts +22 -1932
  219. package/src/models/collectorscript.ts +14 -75
  220. package/src/models/collectorsplunk.ts +22 -3754
  221. package/src/models/cribllakecollectorconf.ts +54 -0
  222. package/src/models/databasecollectorconf.ts +194 -0
  223. package/src/models/filesystemcollectorconf.ts +141 -0
  224. package/src/models/googlecloudstoragecollectorconf.ts +633 -0
  225. package/src/models/healthcheckcollectorconf.ts +5757 -0
  226. package/src/models/index.ts +11 -2
  227. package/src/models/outputtestrequest.ts +3 -8
  228. package/src/models/restcollectorconf.ts +12631 -0
  229. package/src/models/runnablejobcollection.ts +6 -44
  230. package/src/models/s3collectorconf.ts +1760 -0
  231. package/src/models/savedjobcollection.ts +12 -78
  232. package/src/models/scriptcollectorconf.ts +121 -0
  233. package/src/models/splunkcollectorconf.ts +3561 -0
  234. package/dist/commonjs/models/collectorconf.d.ts +0 -50
  235. package/dist/commonjs/models/collectorconf.d.ts.map +0 -1
  236. package/dist/commonjs/models/collectorconf.js.map +0 -1
  237. package/dist/commonjs/models/criblevent.d.ts +0 -14
  238. package/dist/commonjs/models/criblevent.d.ts.map +0 -1
  239. package/dist/commonjs/models/criblevent.js.map +0 -1
  240. package/dist/esm/models/collectorconf.d.ts +0 -50
  241. package/dist/esm/models/collectorconf.d.ts.map +0 -1
  242. package/dist/esm/models/collectorconf.js.map +0 -1
  243. package/dist/esm/models/criblevent.d.ts +0 -14
  244. package/dist/esm/models/criblevent.d.ts.map +0 -1
  245. package/dist/esm/models/criblevent.js +0 -12
  246. package/dist/esm/models/criblevent.js.map +0 -1
  247. package/src/models/criblevent.ts +0 -29
@@ -0,0 +1,929 @@
1
+ import * as z from "zod/v3";
2
+ import { OpenEnum } from "../types/enums.js";
3
+ import { Result as SafeParseResult } from "../types/fp.js";
4
+ import { SDKValidationError } from "./errors/sdkvalidationerror.js";
5
+ /**
6
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
7
+ */
8
+ export declare const S3AwsAuthenticationMethodSecretPartitioningScheme: {
9
+ /**
10
+ * Defined in Path
11
+ */
12
+ readonly None: "none";
13
+ /**
14
+ * DDSS
15
+ */
16
+ readonly Ddss: "ddss";
17
+ };
18
+ /**
19
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
20
+ */
21
+ export type S3AwsAuthenticationMethodSecretPartitioningScheme = OpenEnum<typeof S3AwsAuthenticationMethodSecretPartitioningScheme>;
22
+ export type S3AwsAuthenticationMethodSecretExtractor = {
23
+ /**
24
+ * A token from the template path, such as epoch
25
+ */
26
+ key: string;
27
+ /**
28
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields. Example: {date: new Date(+value*1000)}
29
+ */
30
+ expression: string;
31
+ };
32
+ /**
33
+ * Signature version to use for signing S3 requests
34
+ */
35
+ export declare const S3AwsAuthenticationMethodSecretSignatureVersion: {
36
+ readonly V2: "v2";
37
+ readonly V4: "v4";
38
+ };
39
+ /**
40
+ * Signature version to use for signing S3 requests
41
+ */
42
+ export type S3AwsAuthenticationMethodSecretSignatureVersion = OpenEnum<typeof S3AwsAuthenticationMethodSecretSignatureVersion>;
43
+ export type S3AwsAuthenticationMethodSecret = {
44
+ /**
45
+ * AWS authentication method. Choose Auto to use IAM roles.
46
+ */
47
+ awsAuthenticationMethod: "secret";
48
+ /**
49
+ * Select or create a stored secret that references AWS access key and secret key.
50
+ */
51
+ awsSecret?: string | undefined;
52
+ /**
53
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
54
+ */
55
+ outputName?: string | undefined;
56
+ /**
57
+ * S3 Bucket from which to collect data
58
+ */
59
+ bucket: string;
60
+ /**
61
+ * Maximum file size for each Parquet chunk
62
+ */
63
+ parquetChunkSizeMB?: number | undefined;
64
+ /**
65
+ * Maximum time allowed for downloading a Parquet chunk. Processing will stop if a chunk cannot be downloaded within the time specified.
66
+ */
67
+ parquetChunkDownloadTimeout?: number | undefined;
68
+ /**
69
+ * Region from which to retrieve data
70
+ */
71
+ region?: string | undefined;
72
+ /**
73
+ * Directory where data will be collected. Templating (such as 'myDir/${datacenter}/${host}/${app}/') and time-based tokens (such as 'myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/') are supported. Can be a constant (enclosed in quotes) or a JavaScript expression.
74
+ */
75
+ path?: string | undefined;
76
+ /**
77
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
78
+ */
79
+ partitioningScheme?: S3AwsAuthenticationMethodSecretPartitioningScheme | undefined;
80
+ /**
81
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
82
+ */
83
+ extractors?: Array<S3AwsAuthenticationMethodSecretExtractor> | undefined;
84
+ /**
85
+ * Must point to an S3-compatible endpoint. If empty, defaults to an AWS region-specific endpoint.
86
+ */
87
+ endpoint?: string | undefined;
88
+ /**
89
+ * Signature version to use for signing S3 requests
90
+ */
91
+ signatureVersion?: S3AwsAuthenticationMethodSecretSignatureVersion | undefined;
92
+ /**
93
+ * Use AssumeRole credentials
94
+ */
95
+ enableAssumeRole?: boolean | undefined;
96
+ /**
97
+ * Amazon Resource Name (ARN) of the role to assume
98
+ */
99
+ assumeRoleArn?: string | undefined;
100
+ /**
101
+ * External ID to use when assuming role
102
+ */
103
+ assumeRoleExternalId?: string | undefined;
104
+ /**
105
+ * Duration of the Assumed Role's session, in seconds. Minimum is 900 (15 minutes), default is 3600 (1 hour), and maximum is 43200 (12 hours).
106
+ */
107
+ durationSeconds?: number | undefined;
108
+ /**
109
+ * Maximum number of metadata objects to batch before recording as results
110
+ */
111
+ maxBatchSize?: number | undefined;
112
+ recurse?: any | undefined;
113
+ /**
114
+ * Reuse connections between requests to improve performance
115
+ */
116
+ reuseConnections?: boolean | undefined;
117
+ /**
118
+ * Reject certificates that cannot be verified against a valid CA (such as a self-signed certificate)
119
+ */
120
+ rejectUnauthorized?: boolean | undefined;
121
+ /**
122
+ * Disable if you can access files within the bucket but not the bucket itself. Resolves errors of the form "discover task initialization failed...error: Forbidden".
123
+ */
124
+ verifyPermissions?: boolean | undefined;
125
+ /**
126
+ * Disable Collector event time filtering when a date range is specified
127
+ */
128
+ disableTimeFilter?: boolean | undefined;
129
+ };
130
+ /**
131
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
132
+ */
133
+ export declare const S3AwsAuthenticationMethodManualPartitioningScheme: {
134
+ /**
135
+ * Defined in Path
136
+ */
137
+ readonly None: "none";
138
+ /**
139
+ * DDSS
140
+ */
141
+ readonly Ddss: "ddss";
142
+ };
143
+ /**
144
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
145
+ */
146
+ export type S3AwsAuthenticationMethodManualPartitioningScheme = OpenEnum<typeof S3AwsAuthenticationMethodManualPartitioningScheme>;
147
+ export type S3AwsAuthenticationMethodManualExtractor = {
148
+ /**
149
+ * A token from the template path, such as epoch
150
+ */
151
+ key: string;
152
+ /**
153
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields. Example: {date: new Date(+value*1000)}
154
+ */
155
+ expression: string;
156
+ };
157
+ /**
158
+ * Signature version to use for signing S3 requests
159
+ */
160
+ export declare const S3AwsAuthenticationMethodManualSignatureVersion: {
161
+ readonly V2: "v2";
162
+ readonly V4: "v4";
163
+ };
164
+ /**
165
+ * Signature version to use for signing S3 requests
166
+ */
167
+ export type S3AwsAuthenticationMethodManualSignatureVersion = OpenEnum<typeof S3AwsAuthenticationMethodManualSignatureVersion>;
168
+ export type S3AwsAuthenticationMethodManual = {
169
+ /**
170
+ * AWS authentication method. Choose Auto to use IAM roles.
171
+ */
172
+ awsAuthenticationMethod: "manual";
173
+ /**
174
+ * Access key. If not present, will fall back to env.AWS_ACCESS_KEY_ID, or to the metadata endpoint for IAM creds. Optional when running on AWS. This value can be a constant or a JavaScript expression.
175
+ */
176
+ awsApiKey?: string | undefined;
177
+ /**
178
+ * Secret key. If not present, will fall back to env.AWS_SECRET_ACCESS_KEY, or to the metadata endpoint for IAM creds. Optional when running on AWS. This value can be a constant or a JavaScript expression.
179
+ */
180
+ awsSecretKey?: string | undefined;
181
+ /**
182
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
183
+ */
184
+ outputName?: string | undefined;
185
+ /**
186
+ * S3 Bucket from which to collect data
187
+ */
188
+ bucket: string;
189
+ /**
190
+ * Maximum file size for each Parquet chunk
191
+ */
192
+ parquetChunkSizeMB?: number | undefined;
193
+ /**
194
+ * Maximum time allowed for downloading a Parquet chunk. Processing will stop if a chunk cannot be downloaded within the time specified.
195
+ */
196
+ parquetChunkDownloadTimeout?: number | undefined;
197
+ /**
198
+ * Region from which to retrieve data
199
+ */
200
+ region?: string | undefined;
201
+ /**
202
+ * Directory where data will be collected. Templating (such as 'myDir/${datacenter}/${host}/${app}/') and time-based tokens (such as 'myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/') are supported. Can be a constant (enclosed in quotes) or a JavaScript expression.
203
+ */
204
+ path?: string | undefined;
205
+ /**
206
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
207
+ */
208
+ partitioningScheme?: S3AwsAuthenticationMethodManualPartitioningScheme | undefined;
209
+ /**
210
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
211
+ */
212
+ extractors?: Array<S3AwsAuthenticationMethodManualExtractor> | undefined;
213
+ /**
214
+ * Must point to an S3-compatible endpoint. If empty, defaults to an AWS region-specific endpoint.
215
+ */
216
+ endpoint?: string | undefined;
217
+ /**
218
+ * Signature version to use for signing S3 requests
219
+ */
220
+ signatureVersion?: S3AwsAuthenticationMethodManualSignatureVersion | undefined;
221
+ /**
222
+ * Use AssumeRole credentials
223
+ */
224
+ enableAssumeRole?: boolean | undefined;
225
+ /**
226
+ * Amazon Resource Name (ARN) of the role to assume
227
+ */
228
+ assumeRoleArn?: string | undefined;
229
+ /**
230
+ * External ID to use when assuming role
231
+ */
232
+ assumeRoleExternalId?: string | undefined;
233
+ /**
234
+ * Duration of the Assumed Role's session, in seconds. Minimum is 900 (15 minutes), default is 3600 (1 hour), and maximum is 43200 (12 hours).
235
+ */
236
+ durationSeconds?: number | undefined;
237
+ /**
238
+ * Maximum number of metadata objects to batch before recording as results
239
+ */
240
+ maxBatchSize?: number | undefined;
241
+ recurse?: any | undefined;
242
+ /**
243
+ * Reuse connections between requests to improve performance
244
+ */
245
+ reuseConnections?: boolean | undefined;
246
+ /**
247
+ * Reject certificates that cannot be verified against a valid CA (such as a self-signed certificate)
248
+ */
249
+ rejectUnauthorized?: boolean | undefined;
250
+ /**
251
+ * Disable if you can access files within the bucket but not the bucket itself. Resolves errors of the form "discover task initialization failed...error: Forbidden".
252
+ */
253
+ verifyPermissions?: boolean | undefined;
254
+ /**
255
+ * Disable Collector event time filtering when a date range is specified
256
+ */
257
+ disableTimeFilter?: boolean | undefined;
258
+ };
259
+ /**
260
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
261
+ */
262
+ export declare const S3AwsAuthenticationMethodAutoPartitioningScheme: {
263
+ /**
264
+ * Defined in Path
265
+ */
266
+ readonly None: "none";
267
+ /**
268
+ * DDSS
269
+ */
270
+ readonly Ddss: "ddss";
271
+ };
272
+ /**
273
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
274
+ */
275
+ export type S3AwsAuthenticationMethodAutoPartitioningScheme = OpenEnum<typeof S3AwsAuthenticationMethodAutoPartitioningScheme>;
276
+ export type S3AwsAuthenticationMethodAutoExtractor = {
277
+ /**
278
+ * A token from the template path, such as epoch
279
+ */
280
+ key: string;
281
+ /**
282
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields. Example: {date: new Date(+value*1000)}
283
+ */
284
+ expression: string;
285
+ };
286
+ /**
287
+ * Signature version to use for signing S3 requests
288
+ */
289
+ export declare const S3AwsAuthenticationMethodAutoSignatureVersion: {
290
+ readonly V2: "v2";
291
+ readonly V4: "v4";
292
+ };
293
+ /**
294
+ * Signature version to use for signing S3 requests
295
+ */
296
+ export type S3AwsAuthenticationMethodAutoSignatureVersion = OpenEnum<typeof S3AwsAuthenticationMethodAutoSignatureVersion>;
297
+ export type S3AwsAuthenticationMethodAuto = {
298
+ /**
299
+ * AWS authentication method. Choose Auto to use IAM roles.
300
+ */
301
+ awsAuthenticationMethod: "auto";
302
+ /**
303
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
304
+ */
305
+ outputName?: string | undefined;
306
+ /**
307
+ * S3 Bucket from which to collect data
308
+ */
309
+ bucket: string;
310
+ /**
311
+ * Maximum file size for each Parquet chunk
312
+ */
313
+ parquetChunkSizeMB?: number | undefined;
314
+ /**
315
+ * Maximum time allowed for downloading a Parquet chunk. Processing will stop if a chunk cannot be downloaded within the time specified.
316
+ */
317
+ parquetChunkDownloadTimeout?: number | undefined;
318
+ /**
319
+ * Region from which to retrieve data
320
+ */
321
+ region?: string | undefined;
322
+ /**
323
+ * Directory where data will be collected. Templating (such as 'myDir/${datacenter}/${host}/${app}/') and time-based tokens (such as 'myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/') are supported. Can be a constant (enclosed in quotes) or a JavaScript expression.
324
+ */
325
+ path?: string | undefined;
326
+ /**
327
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
328
+ */
329
+ partitioningScheme?: S3AwsAuthenticationMethodAutoPartitioningScheme | undefined;
330
+ /**
331
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
332
+ */
333
+ extractors?: Array<S3AwsAuthenticationMethodAutoExtractor> | undefined;
334
+ /**
335
+ * Must point to an S3-compatible endpoint. If empty, defaults to an AWS region-specific endpoint.
336
+ */
337
+ endpoint?: string | undefined;
338
+ /**
339
+ * Signature version to use for signing S3 requests
340
+ */
341
+ signatureVersion?: S3AwsAuthenticationMethodAutoSignatureVersion | undefined;
342
+ /**
343
+ * Use AssumeRole credentials
344
+ */
345
+ enableAssumeRole?: boolean | undefined;
346
+ /**
347
+ * Amazon Resource Name (ARN) of the role to assume
348
+ */
349
+ assumeRoleArn?: string | undefined;
350
+ /**
351
+ * External ID to use when assuming role
352
+ */
353
+ assumeRoleExternalId?: string | undefined;
354
+ /**
355
+ * Duration of the Assumed Role's session, in seconds. Minimum is 900 (15 minutes), default is 3600 (1 hour), and maximum is 43200 (12 hours).
356
+ */
357
+ durationSeconds?: number | undefined;
358
+ /**
359
+ * Maximum number of metadata objects to batch before recording as results
360
+ */
361
+ maxBatchSize?: number | undefined;
362
+ recurse?: any | undefined;
363
+ /**
364
+ * Reuse connections between requests to improve performance
365
+ */
366
+ reuseConnections?: boolean | undefined;
367
+ /**
368
+ * Reject certificates that cannot be verified against a valid CA (such as a self-signed certificate)
369
+ */
370
+ rejectUnauthorized?: boolean | undefined;
371
+ /**
372
+ * Disable if you can access files within the bucket but not the bucket itself. Resolves errors of the form "discover task initialization failed...error: Forbidden".
373
+ */
374
+ verifyPermissions?: boolean | undefined;
375
+ /**
376
+ * Disable Collector event time filtering when a date range is specified
377
+ */
378
+ disableTimeFilter?: boolean | undefined;
379
+ };
380
+ /**
381
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
382
+ */
383
+ export declare const S3PartitioningSchemeNonePartitioningScheme: {
384
+ /**
385
+ * Defined in Path
386
+ */
387
+ readonly None: "none";
388
+ /**
389
+ * DDSS
390
+ */
391
+ readonly Ddss: "ddss";
392
+ };
393
+ /**
394
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
395
+ */
396
+ export type S3PartitioningSchemeNonePartitioningScheme = OpenEnum<typeof S3PartitioningSchemeNonePartitioningScheme>;
397
+ export type S3PartitioningSchemeNoneExtractor = {
398
+ /**
399
+ * A token from the template path, such as epoch
400
+ */
401
+ key: string;
402
+ /**
403
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields. Example: {date: new Date(+value*1000)}
404
+ */
405
+ expression: string;
406
+ };
407
+ /**
408
+ * AWS authentication method. Choose Auto to use IAM roles.
409
+ */
410
+ export declare const S3PartitioningSchemeNoneAuthenticationMethod: {
411
+ /**
412
+ * Auto
413
+ */
414
+ readonly Auto: "auto";
415
+ /**
416
+ * Manual
417
+ */
418
+ readonly Manual: "manual";
419
+ /**
420
+ * Secret Key pair
421
+ */
422
+ readonly Secret: "secret";
423
+ };
424
+ /**
425
+ * AWS authentication method. Choose Auto to use IAM roles.
426
+ */
427
+ export type S3PartitioningSchemeNoneAuthenticationMethod = OpenEnum<typeof S3PartitioningSchemeNoneAuthenticationMethod>;
428
+ /**
429
+ * Signature version to use for signing S3 requests
430
+ */
431
+ export declare const S3PartitioningSchemeNoneSignatureVersion: {
432
+ readonly V2: "v2";
433
+ readonly V4: "v4";
434
+ };
435
+ /**
436
+ * Signature version to use for signing S3 requests
437
+ */
438
+ export type S3PartitioningSchemeNoneSignatureVersion = OpenEnum<typeof S3PartitioningSchemeNoneSignatureVersion>;
439
+ export type S3PartitioningSchemeNone = {
440
+ /**
441
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
442
+ */
443
+ partitioningScheme?: S3PartitioningSchemeNonePartitioningScheme | undefined;
444
+ recurse?: any | undefined;
445
+ /**
446
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
447
+ */
448
+ outputName?: string | undefined;
449
+ /**
450
+ * S3 Bucket from which to collect data
451
+ */
452
+ bucket: string;
453
+ /**
454
+ * Maximum file size for each Parquet chunk
455
+ */
456
+ parquetChunkSizeMB?: number | undefined;
457
+ /**
458
+ * Maximum time allowed for downloading a Parquet chunk. Processing will stop if a chunk cannot be downloaded within the time specified.
459
+ */
460
+ parquetChunkDownloadTimeout?: number | undefined;
461
+ /**
462
+ * Region from which to retrieve data
463
+ */
464
+ region?: string | undefined;
465
+ /**
466
+ * Directory where data will be collected. Templating (such as 'myDir/${datacenter}/${host}/${app}/') and time-based tokens (such as 'myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/') are supported. Can be a constant (enclosed in quotes) or a JavaScript expression.
467
+ */
468
+ path?: string | undefined;
469
+ /**
470
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
471
+ */
472
+ extractors?: Array<S3PartitioningSchemeNoneExtractor> | undefined;
473
+ /**
474
+ * AWS authentication method. Choose Auto to use IAM roles.
475
+ */
476
+ awsAuthenticationMethod?: S3PartitioningSchemeNoneAuthenticationMethod | undefined;
477
+ /**
478
+ * Must point to an S3-compatible endpoint. If empty, defaults to an AWS region-specific endpoint.
479
+ */
480
+ endpoint?: string | undefined;
481
+ /**
482
+ * Signature version to use for signing S3 requests
483
+ */
484
+ signatureVersion?: S3PartitioningSchemeNoneSignatureVersion | undefined;
485
+ /**
486
+ * Use AssumeRole credentials
487
+ */
488
+ enableAssumeRole?: boolean | undefined;
489
+ /**
490
+ * Amazon Resource Name (ARN) of the role to assume
491
+ */
492
+ assumeRoleArn?: string | undefined;
493
+ /**
494
+ * External ID to use when assuming role
495
+ */
496
+ assumeRoleExternalId?: string | undefined;
497
+ /**
498
+ * Duration of the Assumed Role's session, in seconds. Minimum is 900 (15 minutes), default is 3600 (1 hour), and maximum is 43200 (12 hours).
499
+ */
500
+ durationSeconds?: number | undefined;
501
+ /**
502
+ * Maximum number of metadata objects to batch before recording as results
503
+ */
504
+ maxBatchSize?: number | undefined;
505
+ /**
506
+ * Reuse connections between requests to improve performance
507
+ */
508
+ reuseConnections?: boolean | undefined;
509
+ /**
510
+ * Reject certificates that cannot be verified against a valid CA (such as a self-signed certificate)
511
+ */
512
+ rejectUnauthorized?: boolean | undefined;
513
+ /**
514
+ * Disable if you can access files within the bucket but not the bucket itself. Resolves errors of the form "discover task initialization failed...error: Forbidden".
515
+ */
516
+ verifyPermissions?: boolean | undefined;
517
+ /**
518
+ * Disable Collector event time filtering when a date range is specified
519
+ */
520
+ disableTimeFilter?: boolean | undefined;
521
+ };
522
+ /**
523
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
524
+ */
525
+ export declare const S3PartitioningSchemeDdssPartitioningScheme: {
526
+ /**
527
+ * Defined in Path
528
+ */
529
+ readonly None: "none";
530
+ /**
531
+ * DDSS
532
+ */
533
+ readonly Ddss: "ddss";
534
+ };
535
+ /**
536
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
537
+ */
538
+ export type S3PartitioningSchemeDdssPartitioningScheme = OpenEnum<typeof S3PartitioningSchemeDdssPartitioningScheme>;
539
+ export type S3PartitioningSchemeDdssExtractor = {
540
+ /**
541
+ * A token from the template path, such as epoch
542
+ */
543
+ key: string;
544
+ /**
545
+ * JavaScript expression that receives token under "value" variable, and evaluates to populate event fields. Example: {date: new Date(+value*1000)}
546
+ */
547
+ expression: string;
548
+ };
549
+ /**
550
+ * AWS authentication method. Choose Auto to use IAM roles.
551
+ */
552
+ export declare const S3PartitioningSchemeDdssAuthenticationMethod: {
553
+ /**
554
+ * Auto
555
+ */
556
+ readonly Auto: "auto";
557
+ /**
558
+ * Manual
559
+ */
560
+ readonly Manual: "manual";
561
+ /**
562
+ * Secret Key pair
563
+ */
564
+ readonly Secret: "secret";
565
+ };
566
+ /**
567
+ * AWS authentication method. Choose Auto to use IAM roles.
568
+ */
569
+ export type S3PartitioningSchemeDdssAuthenticationMethod = OpenEnum<typeof S3PartitioningSchemeDdssAuthenticationMethod>;
570
+ /**
571
+ * Signature version to use for signing S3 requests
572
+ */
573
+ export declare const S3PartitioningSchemeDdssSignatureVersion: {
574
+ readonly V2: "v2";
575
+ readonly V4: "v4";
576
+ };
577
+ /**
578
+ * Signature version to use for signing S3 requests
579
+ */
580
+ export type S3PartitioningSchemeDdssSignatureVersion = OpenEnum<typeof S3PartitioningSchemeDdssSignatureVersion>;
581
+ export type S3PartitioningSchemeDdss = {
582
+ /**
583
+ * Partitioning scheme used for this dataset. Using a known scheme like DDSS enables more efficient data reading and retrieval.
584
+ */
585
+ partitioningScheme?: S3PartitioningSchemeDdssPartitioningScheme | undefined;
586
+ /**
587
+ * Name of the predefined Destination that will be used to auto-populate Collector settings
588
+ */
589
+ outputName?: string | undefined;
590
+ /**
591
+ * S3 Bucket from which to collect data
592
+ */
593
+ bucket: string;
594
+ /**
595
+ * Maximum file size for each Parquet chunk
596
+ */
597
+ parquetChunkSizeMB?: number | undefined;
598
+ /**
599
+ * Maximum time allowed for downloading a Parquet chunk. Processing will stop if a chunk cannot be downloaded within the time specified.
600
+ */
601
+ parquetChunkDownloadTimeout?: number | undefined;
602
+ /**
603
+ * Region from which to retrieve data
604
+ */
605
+ region?: string | undefined;
606
+ /**
607
+ * Directory where data will be collected. Templating (such as 'myDir/${datacenter}/${host}/${app}/') and time-based tokens (such as 'myOtherDir/${_time:%Y}/${_time:%m}/${_time:%d}/') are supported. Can be a constant (enclosed in quotes) or a JavaScript expression.
608
+ */
609
+ path?: string | undefined;
610
+ /**
611
+ * Allows using template tokens as context for expressions that enrich discovery results. For example, given a template /path/${epoch}, an extractor under key "epoch" with an expression {date: new Date(+value*1000)}, will enrich discovery results with a human readable "date" field.
612
+ */
613
+ extractors?: Array<S3PartitioningSchemeDdssExtractor> | undefined;
614
+ /**
615
+ * AWS authentication method. Choose Auto to use IAM roles.
616
+ */
617
+ awsAuthenticationMethod?: S3PartitioningSchemeDdssAuthenticationMethod | undefined;
618
+ /**
619
+ * Must point to an S3-compatible endpoint. If empty, defaults to an AWS region-specific endpoint.
620
+ */
621
+ endpoint?: string | undefined;
622
+ /**
623
+ * Signature version to use for signing S3 requests
624
+ */
625
+ signatureVersion?: S3PartitioningSchemeDdssSignatureVersion | undefined;
626
+ /**
627
+ * Use AssumeRole credentials
628
+ */
629
+ enableAssumeRole?: boolean | undefined;
630
+ /**
631
+ * Amazon Resource Name (ARN) of the role to assume
632
+ */
633
+ assumeRoleArn?: string | undefined;
634
+ /**
635
+ * External ID to use when assuming role
636
+ */
637
+ assumeRoleExternalId?: string | undefined;
638
+ /**
639
+ * Duration of the Assumed Role's session, in seconds. Minimum is 900 (15 minutes), default is 3600 (1 hour), and maximum is 43200 (12 hours).
640
+ */
641
+ durationSeconds?: number | undefined;
642
+ /**
643
+ * Maximum number of metadata objects to batch before recording as results
644
+ */
645
+ maxBatchSize?: number | undefined;
646
+ recurse?: any | undefined;
647
+ /**
648
+ * Reuse connections between requests to improve performance
649
+ */
650
+ reuseConnections?: boolean | undefined;
651
+ /**
652
+ * Reject certificates that cannot be verified against a valid CA (such as a self-signed certificate)
653
+ */
654
+ rejectUnauthorized?: boolean | undefined;
655
+ /**
656
+ * Disable if you can access files within the bucket but not the bucket itself. Resolves errors of the form "discover task initialization failed...error: Forbidden".
657
+ */
658
+ verifyPermissions?: boolean | undefined;
659
+ /**
660
+ * Disable Collector event time filtering when a date range is specified
661
+ */
662
+ disableTimeFilter?: boolean | undefined;
663
+ };
664
+ export type S3CollectorConf = S3AwsAuthenticationMethodAuto | S3AwsAuthenticationMethodManual | S3AwsAuthenticationMethodSecret;
665
+ /** @internal */
666
+ export declare const S3AwsAuthenticationMethodSecretPartitioningScheme$inboundSchema: z.ZodType<S3AwsAuthenticationMethodSecretPartitioningScheme, z.ZodTypeDef, unknown>;
667
+ /** @internal */
668
+ export declare const S3AwsAuthenticationMethodSecretPartitioningScheme$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3AwsAuthenticationMethodSecretPartitioningScheme>;
669
+ /** @internal */
670
+ export declare const S3AwsAuthenticationMethodSecretExtractor$inboundSchema: z.ZodType<S3AwsAuthenticationMethodSecretExtractor, z.ZodTypeDef, unknown>;
671
+ /** @internal */
672
+ export type S3AwsAuthenticationMethodSecretExtractor$Outbound = {
673
+ key: string;
674
+ expression: string;
675
+ };
676
+ /** @internal */
677
+ export declare const S3AwsAuthenticationMethodSecretExtractor$outboundSchema: z.ZodType<S3AwsAuthenticationMethodSecretExtractor$Outbound, z.ZodTypeDef, S3AwsAuthenticationMethodSecretExtractor>;
678
+ export declare function s3AwsAuthenticationMethodSecretExtractorToJSON(s3AwsAuthenticationMethodSecretExtractor: S3AwsAuthenticationMethodSecretExtractor): string;
679
+ export declare function s3AwsAuthenticationMethodSecretExtractorFromJSON(jsonString: string): SafeParseResult<S3AwsAuthenticationMethodSecretExtractor, SDKValidationError>;
680
+ /** @internal */
681
+ export declare const S3AwsAuthenticationMethodSecretSignatureVersion$inboundSchema: z.ZodType<S3AwsAuthenticationMethodSecretSignatureVersion, z.ZodTypeDef, unknown>;
682
+ /** @internal */
683
+ export declare const S3AwsAuthenticationMethodSecretSignatureVersion$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3AwsAuthenticationMethodSecretSignatureVersion>;
684
+ /** @internal */
685
+ export declare const S3AwsAuthenticationMethodSecret$inboundSchema: z.ZodType<S3AwsAuthenticationMethodSecret, z.ZodTypeDef, unknown>;
686
+ /** @internal */
687
+ export type S3AwsAuthenticationMethodSecret$Outbound = {
688
+ awsAuthenticationMethod: "secret";
689
+ awsSecret?: string | undefined;
690
+ outputName?: string | undefined;
691
+ bucket: string;
692
+ parquetChunkSizeMB: number;
693
+ parquetChunkDownloadTimeout: number;
694
+ region?: string | undefined;
695
+ path?: string | undefined;
696
+ partitioningScheme: string;
697
+ extractors?: Array<S3AwsAuthenticationMethodSecretExtractor$Outbound> | undefined;
698
+ endpoint?: string | undefined;
699
+ signatureVersion: string;
700
+ enableAssumeRole: boolean;
701
+ assumeRoleArn?: string | undefined;
702
+ assumeRoleExternalId?: string | undefined;
703
+ durationSeconds: number;
704
+ maxBatchSize: number;
705
+ recurse?: any | undefined;
706
+ reuseConnections: boolean;
707
+ rejectUnauthorized: boolean;
708
+ verifyPermissions: boolean;
709
+ disableTimeFilter: boolean;
710
+ };
711
+ /** @internal */
712
+ export declare const S3AwsAuthenticationMethodSecret$outboundSchema: z.ZodType<S3AwsAuthenticationMethodSecret$Outbound, z.ZodTypeDef, S3AwsAuthenticationMethodSecret>;
713
+ export declare function s3AwsAuthenticationMethodSecretToJSON(s3AwsAuthenticationMethodSecret: S3AwsAuthenticationMethodSecret): string;
714
+ export declare function s3AwsAuthenticationMethodSecretFromJSON(jsonString: string): SafeParseResult<S3AwsAuthenticationMethodSecret, SDKValidationError>;
715
+ /** @internal */
716
+ export declare const S3AwsAuthenticationMethodManualPartitioningScheme$inboundSchema: z.ZodType<S3AwsAuthenticationMethodManualPartitioningScheme, z.ZodTypeDef, unknown>;
717
+ /** @internal */
718
+ export declare const S3AwsAuthenticationMethodManualPartitioningScheme$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3AwsAuthenticationMethodManualPartitioningScheme>;
719
+ /** @internal */
720
+ export declare const S3AwsAuthenticationMethodManualExtractor$inboundSchema: z.ZodType<S3AwsAuthenticationMethodManualExtractor, z.ZodTypeDef, unknown>;
721
+ /** @internal */
722
+ export type S3AwsAuthenticationMethodManualExtractor$Outbound = {
723
+ key: string;
724
+ expression: string;
725
+ };
726
+ /** @internal */
727
+ export declare const S3AwsAuthenticationMethodManualExtractor$outboundSchema: z.ZodType<S3AwsAuthenticationMethodManualExtractor$Outbound, z.ZodTypeDef, S3AwsAuthenticationMethodManualExtractor>;
728
+ export declare function s3AwsAuthenticationMethodManualExtractorToJSON(s3AwsAuthenticationMethodManualExtractor: S3AwsAuthenticationMethodManualExtractor): string;
729
+ export declare function s3AwsAuthenticationMethodManualExtractorFromJSON(jsonString: string): SafeParseResult<S3AwsAuthenticationMethodManualExtractor, SDKValidationError>;
730
+ /** @internal */
731
+ export declare const S3AwsAuthenticationMethodManualSignatureVersion$inboundSchema: z.ZodType<S3AwsAuthenticationMethodManualSignatureVersion, z.ZodTypeDef, unknown>;
732
+ /** @internal */
733
+ export declare const S3AwsAuthenticationMethodManualSignatureVersion$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3AwsAuthenticationMethodManualSignatureVersion>;
734
+ /** @internal */
735
+ export declare const S3AwsAuthenticationMethodManual$inboundSchema: z.ZodType<S3AwsAuthenticationMethodManual, z.ZodTypeDef, unknown>;
736
+ /** @internal */
737
+ export type S3AwsAuthenticationMethodManual$Outbound = {
738
+ awsAuthenticationMethod: "manual";
739
+ awsApiKey?: string | undefined;
740
+ awsSecretKey?: string | undefined;
741
+ outputName?: string | undefined;
742
+ bucket: string;
743
+ parquetChunkSizeMB: number;
744
+ parquetChunkDownloadTimeout: number;
745
+ region?: string | undefined;
746
+ path?: string | undefined;
747
+ partitioningScheme: string;
748
+ extractors?: Array<S3AwsAuthenticationMethodManualExtractor$Outbound> | undefined;
749
+ endpoint?: string | undefined;
750
+ signatureVersion: string;
751
+ enableAssumeRole: boolean;
752
+ assumeRoleArn?: string | undefined;
753
+ assumeRoleExternalId?: string | undefined;
754
+ durationSeconds: number;
755
+ maxBatchSize: number;
756
+ recurse?: any | undefined;
757
+ reuseConnections: boolean;
758
+ rejectUnauthorized: boolean;
759
+ verifyPermissions: boolean;
760
+ disableTimeFilter: boolean;
761
+ };
762
+ /** @internal */
763
+ export declare const S3AwsAuthenticationMethodManual$outboundSchema: z.ZodType<S3AwsAuthenticationMethodManual$Outbound, z.ZodTypeDef, S3AwsAuthenticationMethodManual>;
764
+ export declare function s3AwsAuthenticationMethodManualToJSON(s3AwsAuthenticationMethodManual: S3AwsAuthenticationMethodManual): string;
765
+ export declare function s3AwsAuthenticationMethodManualFromJSON(jsonString: string): SafeParseResult<S3AwsAuthenticationMethodManual, SDKValidationError>;
766
+ /** @internal */
767
+ export declare const S3AwsAuthenticationMethodAutoPartitioningScheme$inboundSchema: z.ZodType<S3AwsAuthenticationMethodAutoPartitioningScheme, z.ZodTypeDef, unknown>;
768
+ /** @internal */
769
+ export declare const S3AwsAuthenticationMethodAutoPartitioningScheme$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3AwsAuthenticationMethodAutoPartitioningScheme>;
770
+ /** @internal */
771
+ export declare const S3AwsAuthenticationMethodAutoExtractor$inboundSchema: z.ZodType<S3AwsAuthenticationMethodAutoExtractor, z.ZodTypeDef, unknown>;
772
+ /** @internal */
773
+ export type S3AwsAuthenticationMethodAutoExtractor$Outbound = {
774
+ key: string;
775
+ expression: string;
776
+ };
777
+ /** @internal */
778
+ export declare const S3AwsAuthenticationMethodAutoExtractor$outboundSchema: z.ZodType<S3AwsAuthenticationMethodAutoExtractor$Outbound, z.ZodTypeDef, S3AwsAuthenticationMethodAutoExtractor>;
779
+ export declare function s3AwsAuthenticationMethodAutoExtractorToJSON(s3AwsAuthenticationMethodAutoExtractor: S3AwsAuthenticationMethodAutoExtractor): string;
780
+ export declare function s3AwsAuthenticationMethodAutoExtractorFromJSON(jsonString: string): SafeParseResult<S3AwsAuthenticationMethodAutoExtractor, SDKValidationError>;
781
+ /** @internal */
782
+ export declare const S3AwsAuthenticationMethodAutoSignatureVersion$inboundSchema: z.ZodType<S3AwsAuthenticationMethodAutoSignatureVersion, z.ZodTypeDef, unknown>;
783
+ /** @internal */
784
+ export declare const S3AwsAuthenticationMethodAutoSignatureVersion$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3AwsAuthenticationMethodAutoSignatureVersion>;
785
+ /** @internal */
786
+ export declare const S3AwsAuthenticationMethodAuto$inboundSchema: z.ZodType<S3AwsAuthenticationMethodAuto, z.ZodTypeDef, unknown>;
787
+ /** @internal */
788
+ export type S3AwsAuthenticationMethodAuto$Outbound = {
789
+ awsAuthenticationMethod: "auto";
790
+ outputName?: string | undefined;
791
+ bucket: string;
792
+ parquetChunkSizeMB: number;
793
+ parquetChunkDownloadTimeout: number;
794
+ region?: string | undefined;
795
+ path?: string | undefined;
796
+ partitioningScheme: string;
797
+ extractors?: Array<S3AwsAuthenticationMethodAutoExtractor$Outbound> | undefined;
798
+ endpoint?: string | undefined;
799
+ signatureVersion: string;
800
+ enableAssumeRole: boolean;
801
+ assumeRoleArn?: string | undefined;
802
+ assumeRoleExternalId?: string | undefined;
803
+ durationSeconds: number;
804
+ maxBatchSize: number;
805
+ recurse?: any | undefined;
806
+ reuseConnections: boolean;
807
+ rejectUnauthorized: boolean;
808
+ verifyPermissions: boolean;
809
+ disableTimeFilter: boolean;
810
+ };
811
+ /** @internal */
812
+ export declare const S3AwsAuthenticationMethodAuto$outboundSchema: z.ZodType<S3AwsAuthenticationMethodAuto$Outbound, z.ZodTypeDef, S3AwsAuthenticationMethodAuto>;
813
+ export declare function s3AwsAuthenticationMethodAutoToJSON(s3AwsAuthenticationMethodAuto: S3AwsAuthenticationMethodAuto): string;
814
+ export declare function s3AwsAuthenticationMethodAutoFromJSON(jsonString: string): SafeParseResult<S3AwsAuthenticationMethodAuto, SDKValidationError>;
815
+ /** @internal */
816
+ export declare const S3PartitioningSchemeNonePartitioningScheme$inboundSchema: z.ZodType<S3PartitioningSchemeNonePartitioningScheme, z.ZodTypeDef, unknown>;
817
+ /** @internal */
818
+ export declare const S3PartitioningSchemeNonePartitioningScheme$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3PartitioningSchemeNonePartitioningScheme>;
819
+ /** @internal */
820
+ export declare const S3PartitioningSchemeNoneExtractor$inboundSchema: z.ZodType<S3PartitioningSchemeNoneExtractor, z.ZodTypeDef, unknown>;
821
+ /** @internal */
822
+ export type S3PartitioningSchemeNoneExtractor$Outbound = {
823
+ key: string;
824
+ expression: string;
825
+ };
826
+ /** @internal */
827
+ export declare const S3PartitioningSchemeNoneExtractor$outboundSchema: z.ZodType<S3PartitioningSchemeNoneExtractor$Outbound, z.ZodTypeDef, S3PartitioningSchemeNoneExtractor>;
828
+ export declare function s3PartitioningSchemeNoneExtractorToJSON(s3PartitioningSchemeNoneExtractor: S3PartitioningSchemeNoneExtractor): string;
829
+ export declare function s3PartitioningSchemeNoneExtractorFromJSON(jsonString: string): SafeParseResult<S3PartitioningSchemeNoneExtractor, SDKValidationError>;
830
+ /** @internal */
831
+ export declare const S3PartitioningSchemeNoneAuthenticationMethod$inboundSchema: z.ZodType<S3PartitioningSchemeNoneAuthenticationMethod, z.ZodTypeDef, unknown>;
832
+ /** @internal */
833
+ export declare const S3PartitioningSchemeNoneAuthenticationMethod$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3PartitioningSchemeNoneAuthenticationMethod>;
834
+ /** @internal */
835
+ export declare const S3PartitioningSchemeNoneSignatureVersion$inboundSchema: z.ZodType<S3PartitioningSchemeNoneSignatureVersion, z.ZodTypeDef, unknown>;
836
+ /** @internal */
837
+ export declare const S3PartitioningSchemeNoneSignatureVersion$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3PartitioningSchemeNoneSignatureVersion>;
838
+ /** @internal */
839
+ export declare const S3PartitioningSchemeNone$inboundSchema: z.ZodType<S3PartitioningSchemeNone, z.ZodTypeDef, unknown>;
840
+ /** @internal */
841
+ export type S3PartitioningSchemeNone$Outbound = {
842
+ partitioningScheme: string;
843
+ recurse?: any | undefined;
844
+ outputName?: string | undefined;
845
+ bucket: string;
846
+ parquetChunkSizeMB: number;
847
+ parquetChunkDownloadTimeout: number;
848
+ region?: string | undefined;
849
+ path?: string | undefined;
850
+ extractors?: Array<S3PartitioningSchemeNoneExtractor$Outbound> | undefined;
851
+ awsAuthenticationMethod: string;
852
+ endpoint?: string | undefined;
853
+ signatureVersion: string;
854
+ enableAssumeRole: boolean;
855
+ assumeRoleArn?: string | undefined;
856
+ assumeRoleExternalId?: string | undefined;
857
+ durationSeconds: number;
858
+ maxBatchSize: number;
859
+ reuseConnections: boolean;
860
+ rejectUnauthorized: boolean;
861
+ verifyPermissions: boolean;
862
+ disableTimeFilter: boolean;
863
+ };
864
+ /** @internal */
865
+ export declare const S3PartitioningSchemeNone$outboundSchema: z.ZodType<S3PartitioningSchemeNone$Outbound, z.ZodTypeDef, S3PartitioningSchemeNone>;
866
+ export declare function s3PartitioningSchemeNoneToJSON(s3PartitioningSchemeNone: S3PartitioningSchemeNone): string;
867
+ export declare function s3PartitioningSchemeNoneFromJSON(jsonString: string): SafeParseResult<S3PartitioningSchemeNone, SDKValidationError>;
868
+ /** @internal */
869
+ export declare const S3PartitioningSchemeDdssPartitioningScheme$inboundSchema: z.ZodType<S3PartitioningSchemeDdssPartitioningScheme, z.ZodTypeDef, unknown>;
870
+ /** @internal */
871
+ export declare const S3PartitioningSchemeDdssPartitioningScheme$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3PartitioningSchemeDdssPartitioningScheme>;
872
+ /** @internal */
873
+ export declare const S3PartitioningSchemeDdssExtractor$inboundSchema: z.ZodType<S3PartitioningSchemeDdssExtractor, z.ZodTypeDef, unknown>;
874
+ /** @internal */
875
+ export type S3PartitioningSchemeDdssExtractor$Outbound = {
876
+ key: string;
877
+ expression: string;
878
+ };
879
+ /** @internal */
880
+ export declare const S3PartitioningSchemeDdssExtractor$outboundSchema: z.ZodType<S3PartitioningSchemeDdssExtractor$Outbound, z.ZodTypeDef, S3PartitioningSchemeDdssExtractor>;
881
+ export declare function s3PartitioningSchemeDdssExtractorToJSON(s3PartitioningSchemeDdssExtractor: S3PartitioningSchemeDdssExtractor): string;
882
+ export declare function s3PartitioningSchemeDdssExtractorFromJSON(jsonString: string): SafeParseResult<S3PartitioningSchemeDdssExtractor, SDKValidationError>;
883
+ /** @internal */
884
+ export declare const S3PartitioningSchemeDdssAuthenticationMethod$inboundSchema: z.ZodType<S3PartitioningSchemeDdssAuthenticationMethod, z.ZodTypeDef, unknown>;
885
+ /** @internal */
886
+ export declare const S3PartitioningSchemeDdssAuthenticationMethod$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3PartitioningSchemeDdssAuthenticationMethod>;
887
+ /** @internal */
888
+ export declare const S3PartitioningSchemeDdssSignatureVersion$inboundSchema: z.ZodType<S3PartitioningSchemeDdssSignatureVersion, z.ZodTypeDef, unknown>;
889
+ /** @internal */
890
+ export declare const S3PartitioningSchemeDdssSignatureVersion$outboundSchema: z.ZodType<string, z.ZodTypeDef, S3PartitioningSchemeDdssSignatureVersion>;
891
+ /** @internal */
892
+ export declare const S3PartitioningSchemeDdss$inboundSchema: z.ZodType<S3PartitioningSchemeDdss, z.ZodTypeDef, unknown>;
893
+ /** @internal */
894
+ export type S3PartitioningSchemeDdss$Outbound = {
895
+ partitioningScheme: string;
896
+ outputName?: string | undefined;
897
+ bucket: string;
898
+ parquetChunkSizeMB: number;
899
+ parquetChunkDownloadTimeout: number;
900
+ region?: string | undefined;
901
+ path?: string | undefined;
902
+ extractors?: Array<S3PartitioningSchemeDdssExtractor$Outbound> | undefined;
903
+ awsAuthenticationMethod: string;
904
+ endpoint?: string | undefined;
905
+ signatureVersion: string;
906
+ enableAssumeRole: boolean;
907
+ assumeRoleArn?: string | undefined;
908
+ assumeRoleExternalId?: string | undefined;
909
+ durationSeconds: number;
910
+ maxBatchSize: number;
911
+ recurse?: any | undefined;
912
+ reuseConnections: boolean;
913
+ rejectUnauthorized: boolean;
914
+ verifyPermissions: boolean;
915
+ disableTimeFilter: boolean;
916
+ };
917
+ /** @internal */
918
+ export declare const S3PartitioningSchemeDdss$outboundSchema: z.ZodType<S3PartitioningSchemeDdss$Outbound, z.ZodTypeDef, S3PartitioningSchemeDdss>;
919
+ export declare function s3PartitioningSchemeDdssToJSON(s3PartitioningSchemeDdss: S3PartitioningSchemeDdss): string;
920
+ export declare function s3PartitioningSchemeDdssFromJSON(jsonString: string): SafeParseResult<S3PartitioningSchemeDdss, SDKValidationError>;
921
+ /** @internal */
922
+ export declare const S3CollectorConf$inboundSchema: z.ZodType<S3CollectorConf, z.ZodTypeDef, unknown>;
923
+ /** @internal */
924
+ export type S3CollectorConf$Outbound = S3AwsAuthenticationMethodAuto$Outbound | S3AwsAuthenticationMethodManual$Outbound | S3AwsAuthenticationMethodSecret$Outbound;
925
+ /** @internal */
926
+ export declare const S3CollectorConf$outboundSchema: z.ZodType<S3CollectorConf$Outbound, z.ZodTypeDef, S3CollectorConf>;
927
+ export declare function s3CollectorConfToJSON(s3CollectorConf: S3CollectorConf): string;
928
+ export declare function s3CollectorConfFromJSON(jsonString: string): SafeParseResult<S3CollectorConf, SDKValidationError>;
929
+ //# sourceMappingURL=s3collectorconf.d.ts.map