Values.PutTableBucketMaintenanceConfigurationRequestSourceCreates a new maintenance configuration or replaces an existing maintenance configuration for a table bucket. For more information, see Amazon S3 table bucket maintenance in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:PutTableBucketMaintenanceConfiguration permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.
*)type_ : TableBucketMaintenanceType.t;The type of the maintenance configuration.
*)value : TableBucketMaintenanceConfigurationValue.t;Defines the values of the maintenance configuration for the table bucket.
*)}val make :
tableBucketARN:TableBucketARN.t ->
type_:TableBucketMaintenanceType.t ->
value:TableBucketMaintenanceConfigurationValue.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 * [> `Integer of PositiveInteger.t ]) list ])
list ])
list ])
list ]