Module Values.DescribeClustersResponseSource

Gets information about CloudHSM clusters. This is a paginated operation, which means that each response might contain only a subset of all the clusters. When the response contains only a subset of clusters, it includes a NextToken value. Use this value in a subsequent DescribeClusters request to get more clusters. When you receive a response with no NextToken (or an empty or null value), that means there are no more clusters to get. Cross-account use: No. You cannot perform this operation on CloudHSM clusters in a different Amazon Web Services account.

Sourcetype nonrec t = {
  1. clusters : Clusters.t option;
    (*

    A list of clusters.

    *)
  2. nextToken : NextToken.t option;
    (*

    An opaque string that indicates that the response contains only a subset of clusters. Use this value in a subsequent DescribeClusters request to get more clusters.

    *)
}
Sourcetype nonrec error = [
  1. | `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t
  2. | `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t
  3. | `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t
  4. | `CloudHsmServiceException of CloudHsmServiceException.t
  5. | `CloudHsmTagException of CloudHsmTagException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?clusters:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t | `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t | `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t | `CloudHsmServiceException of CloudHsmServiceException.t | `CloudHsmTagException of CloudHsmTagException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CloudHsmAccessDeniedException of CloudHsmAccessDeniedException.t | `CloudHsmInternalFailureException of CloudHsmInternalFailureException.t | `CloudHsmInvalidRequestException of CloudHsmInvalidRequestException.t | `CloudHsmServiceException of CloudHsmServiceException.t | `CloudHsmTagException of CloudHsmTagException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of ExternalAz.t ]) list ] list | `Map of ([> `String of ExternalAz.t ] * [> `String of SubnetId.t ]) list | `String of ClusterId.t | `Structure of (string * [> `Enum of string | `String of BackupRetentionValue.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of NextToken.t ]) 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