Module Values.UpdateStorageLensGroupRequestSource

Updates the existing Storage Lens group. To use this operation, you must have the permission to perform the s3:UpdateStorageLensGroup action. For more information about the required Storage Lens Groups permissions, see Setting account permissions to use S3 Storage Lens groups. For information about Storage Lens groups errors, see List of Amazon S3 Storage Lens error codes.

Sourcetype nonrec t = {
  1. name : StorageLensGroupName.t;
    (*

    The name of the Storage Lens group that you want to update.

    *)
  2. accountId : AccountId.t;
    (*

    The Amazon Web Services account ID of the Storage Lens group owner.

    *)
  3. storageLensGroup : StorageLensGroup.t;
    (*

    The JSON file that contains the Storage Lens group configuration.

    *)
}
Sourceval context_ : string
Sourceval make : name:StorageLensGroupName.t -> accountId:AccountId.t -> storageLensGroup:StorageLensGroup.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StorageLensGroupName.t | `Structure of (string * [> `String of StorageLensGroupName.t | `Structure of (string * [> `List of [> `String of Prefix.t | `Structure of (string * [> `String of TagKeyString.t ]) list ] list | `Structure of (string * [> `Integer of ObjectAgeValue.t | `List of [> `String of Prefix.t | `Structure of (string * [> `String of TagKeyString.t ]) list ] list | `Long of ObjectSizeValue.t | `Structure of (string * [> `Integer of ObjectAgeValue.t | `Long of ObjectSizeValue.t ]) list ]) 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