Module Values_1.CreateDBClusterSnapshotMessageSource

Sourcetype nonrec t = {
  1. dBClusterSnapshotIdentifier : Values_0.String_.t;
    (*

    The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. First character must be a letter. Can't end with a hyphen or contain two consecutive hyphens. Example: my-cluster1-snapshot1

    *)
  2. dBClusterIdentifier : Values_0.String_.t;
    (*

    The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive. Constraints: Must match the identifier of an existing DBCluster. Example: my-cluster1

    *)
  3. tags : Values_0.TagList.t option;
    (*

    The tags to be assigned to the DB cluster snapshot.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> dBClusterSnapshotIdentifier:Values_0.String_.t -> dBClusterIdentifier:Values_0.String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.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