Module Values.DeleteS3TableIntegrationInputSource

Deletes an S3 Table integration and its associated data. This operation removes the connection between CloudWatch Observability Admin and S3 Tables.

Sourcetype nonrec t = {
  1. arn : ResourceArn.t;
    (*

    The Amazon Resource Name (ARN) of the S3 Table integration to delete.

    *)
}
Sourceval context_ : string
Sourceval make : arn:ResourceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceArn.t ]) 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