Values.DescribeSecurityConfigurationOutputSourceProvides the details of a security configuration by returning the configuration JSON.
type nonrec t = {name : XmlString.t option;The name of the security configuration.
*)securityConfiguration : String_.t option;The security configuration details in JSON format.
*)creationDateTime : Date.t option;The date and time the security configuration was created
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of XmlString.t | `Timestamp of Date.t ]) list ]