Values_1.CreateDBSnapshotMessageSourcetype nonrec t = {dBSnapshotIdentifier : Values_0.String_.t;The identifier for the DB snapshot. Constraints: Can't be null, empty, or blank Must contain from 1 to 255 letters, numbers, or hyphens First character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: my-snapshot-id
*)dBInstanceIdentifier : Values_0.String_.t;The identifier of the DB instance that you want to create the snapshot of. Constraints: Must match the identifier of an existing DBInstance.
*)}val make :
?tags:??? ->
dBSnapshotIdentifier:Values_0.String_.t ->
dBInstanceIdentifier: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 ]