Values.TimestreamRegistrationResponseSourceInformation about the registered Amazon Timestream resources or errors, if any.
type nonrec t = {timestreamDatabaseName : TimestreamDatabaseName.t option;The name of the Timestream database.
*)timestreamTableName : TimestreamTableName.t option;The name of the Timestream database table.
*)timestreamDatabaseArn : Arn.t option;The Amazon Resource Name (ARN) of the Timestream database.
*)timestreamTableArn : Arn.t option;The ARN of the Timestream database table.
*)registrationStatus : RegistrationStatus.t option;The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.
*)errorMessage : ErrorMessage.t option;A message associated with a registration error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TimestreamDatabaseName.t ])
list ]