Values.PutTableMaintenanceConfigurationRequestSourceCreates a new maintenance configuration or replaces an existing maintenance configuration for a table. For more information, see S3 Tables maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:PutTableMaintenanceConfiguration permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table associated with the maintenance configuration.
*)namespace : NamespaceName.t;The namespace of the table.
*)name : TableName.t;The name of the table.
*)type_ : TableMaintenanceType.t;The type of the maintenance configuration.
*)value : TableMaintenanceConfigurationValue.t;Defines the values of the maintenance configuration for the table.
*)}val make :
tableBucketARN:TableBucketARN.t ->
namespace:NamespaceName.t ->
name:TableName.t ->
type_:TableMaintenanceType.t ->
value:TableMaintenanceConfigurationValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TableBucketARN.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of PositiveInteger.t ])
list ])
list ])
list ])
list ]