Values.GetTableMaintenanceJobStatusRequestSourceGets the status of a maintenance job for a table. For more information, see S3 Tables maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:GetTableMaintenanceJobStatus permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket.
*)namespace : NamespaceName.t;The name of the namespace the table is associated with.
*)name : TableName.t;The name of the table containing the maintenance job status you want to check.
*)}val make :
tableBucketARN:TableBucketARN.t ->
namespace:NamespaceName.t ->
name:TableName.t ->
unit ->
t