Values.StartContinuousExportResponseSourceStart the continuous flow of agent's discovered data into Amazon Athena.
type nonrec t = {exportId : ConfigurationsExportId.t option;The unique ID assigned to this export.
*)s3Bucket : S3Bucket.t option;The name of the s3 bucket where the export data parquet files are stored.
*)startTime : TimeStamp.t option;The timestamp representing when the continuous export was started.
*)dataSource : DataSource.t option;The type of data collector used to gather this data (currently only offered for AGENT).
*)schemaStorageConfig : SchemaStorageConfig.t option;A dictionary which describes how the data is stored. databaseName - the name of the Glue database used to store the schema.
*)}type nonrec error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `ConflictErrorException of ConflictErrorException.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceInUseException of ResourceInUseException.t| `ServerInternalErrorException of ServerInternalErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `ConflictErrorException of ConflictErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `ConflictErrorException of ConflictErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceInUseException of ResourceInUseException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of DatabaseName.t ] * [> `String of String_.t ]) list
| `String of ConfigurationsExportId.t
| `Timestamp of TimeStamp.t ])
list ]