Module Values.PutTableMaintenanceConfigurationRequestSource

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

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

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

    *)
  2. namespace : NamespaceName.t;
    (*

    The namespace of the table.

    *)
  3. name : TableName.t;
    (*

    The name of the table.

    *)
  4. type_ : TableMaintenanceType.t;
    (*

    The type of the maintenance configuration.

    *)
  5. value : TableMaintenanceConfigurationValue.t;
    (*

    Defines the values of the maintenance configuration for the table.

    *)
}
Sourceval context_ : string
Sourceval make : tableBucketARN:TableBucketARN.t -> namespace:NamespaceName.t -> name:TableName.t -> type_:TableMaintenanceType.t -> value:TableMaintenanceConfigurationValue.t -> unit -> t
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 * [> `Enum 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