Values.DescribeLDAPSSettingsResultSourceDescribes the status of LDAP security for the specified directory.
type nonrec t = {lDAPSSettingsInfo : LDAPSSettingsInfo.t option;Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
*)nextToken : NextToken.t option;The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
*)}type nonrec error = [ | `ClientException of ClientException.t| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of LDAPSStatusReason.t
| `Timestamp of LastUpdatedDateTime.t ])
list ]
list
| `String of NextToken.t ])
list ]