Module Values.PutTableBucketMaintenanceConfigurationRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. tableBucketARN : TableBucketARN.t;
    (*

    The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.

    *)
  2. type_ : TableBucketMaintenanceType.t;
    (*

    The type of the maintenance configuration.

    *)
  3. value : TableBucketMaintenanceConfigurationValue.t;
    (*

    Defines the values of the maintenance configuration for the table bucket.

    *)
}
Sourceval context_ : string
Sourceval 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 ]
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