Module Values.GetResourceShareInvitationsResponseSource

Retrieves details about invitations that you have received for resource shares. 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.

Sourcetype nonrec t = {
  1. resourceShareInvitations : ResourceShareInvitationList.t option;
    (*

    An array of objects that contain the details about the invitations.

    *)
  2. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidMaxResultsException of InvalidMaxResultsException.t
  2. | `InvalidNextTokenException of InvalidNextTokenException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `MalformedArnException of MalformedArnException.t
  5. | `ResourceShareInvitationArnNotFoundException of ResourceShareInvitationArnNotFoundException.t
  6. | `ServerInternalException of ServerInternalException.t
  7. | `ServiceUnavailableException of ServiceUnavailableException.t
  8. | `UnknownResourceException of UnknownResourceException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?resourceShareInvitations:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidMaxResultsException of InvalidMaxResultsException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `MalformedArnException of MalformedArnException.t | `ResourceShareInvitationArnNotFoundException of ResourceShareInvitationArnNotFoundException.t | `ServerInternalException of ServerInternalException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `UnknownResourceException of UnknownResourceException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidMaxResultsException of InvalidMaxResultsException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `MalformedArnException of MalformedArnException.t | `ResourceShareInvitationArnNotFoundException of ResourceShareInvitationArnNotFoundException.t | `ServerInternalException of ServerInternalException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `UnknownResourceException of UnknownResourceException.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 * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t | `Timestamp of DateTime.t ]) list ] list | `String of String_.t | `Timestamp of DateTime.t ]) list ] list | `String of String_.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