Values_2.GetSecurityConfigurationsRequestSourceRetrieves a list of all security configurations.
type nonrec t = {maxResults : Values_1.PageSize.t option;The maximum number of results to return.
*)nextToken : Values_0.GenericString.t option;A continuation token, if this is a continuation call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.PageSize.t
| `String of Values_0.GenericString.t ])
list ]