Module Values.StartContinuousExportResponseSource

Start the continuous flow of agent's discovered data into Amazon Athena.

Sourcetype nonrec t = {
  1. exportId : ConfigurationsExportId.t option;
    (*

    The unique ID assigned to this export.

    *)
  2. s3Bucket : S3Bucket.t option;
    (*

    The name of the s3 bucket where the export data parquet files are stored.

    *)
  3. startTime : TimeStamp.t option;
    (*

    The timestamp representing when the continuous export was started.

    *)
  4. dataSource : DataSource.t option;
    (*

    The type of data collector used to gather this data (currently only offered for AGENT).

    *)
  5. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `AuthorizationErrorException of AuthorizationErrorException.t
  2. | `ConflictErrorException of ConflictErrorException.t
  3. | `HomeRegionNotSetException of HomeRegionNotSetException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `InvalidParameterValueException of InvalidParameterValueException.t
  6. | `OperationNotPermittedException of OperationNotPermittedException.t
  7. | `ResourceInUseException of ResourceInUseException.t
  8. | `ServerInternalErrorException of ServerInternalErrorException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?exportId:??? -> ?s3Bucket:??? -> ?startTime:??? -> ?dataSource:??? -> ?schemaStorageConfig:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t