Module Values.DescribeSSLPoliciesOutputSource

Describes 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.

Sourcetype describeSSLPoliciesResult = {
  1. sslPolicies : SslPolicies.t option;
    (*

    Information about the security policies.

    *)
  2. nextMarker : Marker.t option;
    (*

    If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeSSLPoliciesResult : describeSSLPoliciesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `SSLPolicyNotFoundException of SSLPolicyNotFoundException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?sslPolicies:??? -> ?nextMarker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `SSLPolicyNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `SSLPolicyNotFoundException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t