Values.DescribeClustersResponseSourceGets 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.
type nonrec t = {clusters : Clusters.t option;A list of clusters.
*)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.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]val 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 ]