Values_1.CreateDBClusterSnapshotMessageSourcetype nonrec t = {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
*)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
*)}val make :
?tags:??? ->
dBClusterSnapshotIdentifier:Values_0.String_.t ->
dBClusterIdentifier:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]