Module Values.GetBucketMetadataTableConfigurationResultSource

The V1 S3 Metadata configuration for a general purpose bucket. If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using CreateBucketMetadataConfiguration so that you can expire journal table records and create a live inventory table.

Sourcetype nonrec t = {
  1. metadataTableConfigurationResult : MetadataTableConfigurationResult.t option;
    (*

    The V1 S3 Metadata configuration for a general purpose bucket.

    *)
  2. status : MetadataTableStatus.t option;
    (*

    The status of the metadata table. The status values are: CREATING - The metadata table is in the process of being created in the specified table bucket. ACTIVE - The metadata table has been created successfully, and records are being delivered to the table. FAILED - Amazon S3 is unable to create the metadata table, or Amazon S3 is unable to deliver records. See ErrorDetails for details.

    *)
  3. error : ErrorDetails.t option;
    (*

    If the CreateBucketMetadataTableConfiguration request succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.

    *)
}
Sourceval make : ?metadataTableConfigurationResult:??? -> ?status:??? -> ?error:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MetadataTableStatus.t | `Structure of (string * [> `String of ErrorCode.t | `Structure of (string * [> `String of S3TablesBucketArn.t ]) 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