Values.GetResourceSharesResponseSourceRetrieves details about the resource shares that you own or that are shared with you. Always check the NextToken response parameter for a null value when calling a paginated operation. These operations can occasionally return an empty set of results even when there are more results available. The NextToken response parameter value is null only when there are no more results to display.
type nonrec t = {nextToken : String_.t option;If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterException of InvalidParameterException.t| `MalformedArnException of MalformedArnException.t| `ServerInternalException of ServerInternalException.t| `UnknownResourceException of UnknownResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `MalformedArnException of MalformedArnException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `MalformedArnException of MalformedArnException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `String of TagKey.t ]) list ]
list
| `String of String_.t
| `Structure of
(string * [> `Boolean of Boolean.t ]) list
| `Timestamp of DateTime.t ])
list ]
list
| `String of String_.t ])
list ]