Values.DescribeSSLPoliciesOutputSourceDescribes the specified policies or all policies used for SSL negotiation. For more information, see Security policies in the Application Load Balancers Guide and Security policies in the Network Load Balancers Guide.
type describeSSLPoliciesResult = {sslPolicies : SslPolicies.t option;Information about the security policies.
*)nextMarker : Marker.t option;If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
*)}and t = {describeSSLPoliciesResult : describeSSLPoliciesResult;responseMetaData : responseMetaData;}type error = [ | `SSLPolicyNotFoundException of SSLPolicyNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `SSLPolicyNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `SSLPolicyNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of SslProtocol.t
| `Structure of
(string
* [> `Integer of CipherPriority.t
| `String of CipherName.t ])
list ]
list
| `String of SslPolicyName.t ])
list ]
list
| `String of Marker.t ])
list ])
list ]