Values.GetSetupHistoryResultSourceReturns detailed information for five of the most recent SetupInstanceHttps requests that were ran on the target instance.
type nonrec t = {setupHistory : SetupHistoryList.t option;The historical information that's returned.
*)nextPageToken : SetupHistoryPageToken.t option;The token to advance to the next page of results from your request. A next page token is not returned if there are no more results to display. To get the next page of results, perform another GetSetupHistory request and specify the next page token using the pageToken parameter.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InvalidInputException of InvalidInputException.t| `NotFoundException of NotFoundException.t| `RegionSetupInProgressException of RegionSetupInProgressException.t| `ServiceException of ServiceException.t| `UnauthenticatedException of UnauthenticatedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InvalidInputException of InvalidInputException.t
| `NotFoundException of NotFoundException.t
| `RegionSetupInProgressException of RegionSetupInProgressException.t
| `ServiceException of ServiceException.t
| `UnauthenticatedException of UnauthenticatedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InvalidInputException of InvalidInputException.t
| `NotFoundException of NotFoundException.t
| `RegionSetupInProgressException of RegionSetupInProgressException.t
| `ServiceException of ServiceException.t
| `UnauthenticatedException of UnauthenticatedException.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 String_.t
| `Timestamp of IsoDate.t ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of SetupDomainName.t ] list
| `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string | `String of String_.t ])
list
| `Timestamp of IsoDate.t ])
list ])
list ]
list
| `String of SetupHistoryPageToken.t ])
list ]