Values_1.PromptSourceInformation about a prompt.
type nonrec t = {promptARN : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the prompt.
*)promptId : Values_0.PromptId.t option;A unique identifier for the prompt.
*)name : Values_0.CommonNameLength127.t option;The name of the prompt.
*)description : Values_0.PromptDescription.t option;The description of the prompt.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when this resource was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ARN.t
| `Timestamp of Values_0.Timestamp.t ])
list ]